jploveless / Blocks

Analysis of plate boundary deformation using geodetic data
MIT License
28 stars 18 forks source link

Error while running the blocks in Matlab #7

Closed suribabud closed 1 year ago

suribabud commented 1 year ago

While running the sample file in Block software, I'm getting below error. Please check it once.

Blocks('/home/rakesh/Documents/Blocks-master/Kachchh1/command') Parsing input data...Error using fgets Invalid file identifier. Use fopen to generate a valid file identifier.

Error in fgetl (line 32) [tline,lt] = fgets(fid);

Error in ReadCommand (line 57) line = fgetl(infile);

Error in Blocks (line 5) Command = ReadCommand(commandFile); % Read command file

jploveless commented 1 year ago

Please see the Blocks wiki for information about structuring the command file, specifically the inputs page.

I would recommend looking through the example Japan model, including its command file and geometry files.

suribabud commented 1 year ago

Thank you so much. It is running now I used simpleexample files for test run.