OpenCDSS / ArkDSS-Colors-of-Water

Colorado's Decision Support Systems (CDSS) ArkDSS Colors of Water Model Engine code
GNU General Public License v3.0
2 stars 5 forks source link

Unable to read file ...StateTL_llave.mat No such file or directory #10

Closed LyonsR closed 2 years ago

LyonsR commented 2 years ago

When I try to run the latest code I receive the following error at line 72:

Error using load Unable to read file 'O:\Projects\ArkDSS\modeling\models\Matlab20211013\StateTL_llave.mat'. No such file or directory.

Error in StateTL (line 72) load([basedir 'StateTL_llave.mat']);

If I comment out that code I get the following error:

Unrecognized function or variable 'prevutmx'.

Error in StateTL (line 648) utmx=prevutmx; %hopefully the first two are missing

It seems that prevutmx does not exist before this line and the same issue exists for the subsequent three lines containing the variables prevutmy, prevlat, and prevlon

kelleythompson commented 2 years ago

Rick - did you download all the files from the COW shared drive that are also required? As stated in the readme not all required files are provided in git. Please see the readme.md file - https://github.com/OpenCDSS/ArkDSS-Colors-of-Water/tree/main/matlab#other-files-needed

kelleythompson commented 2 years ago

Closing issue with note that required files must also be downloaded from the CoW shared drive in order to run StateTL.m