You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am utilizing CMS with another data source (not HYCOM), and I modified mod_getdata.f90 in the /src subdirectary. A problem has risen in the output of ./getdata with an abnormal value of -10 (near the land). I checked the original file before I used ./getdata, there was no abnormal value like -10, so I think there must be something wrong with my modified mod_getdata.f90. I'll stick it in the .zip file.
Another problem is that after I got the abnormal value from ./getdata, I wanted to use CDO with the command setvrange to modify the nest_1_19980101000000.nc (take it as an example, for the format) again. But after I delt with it, I got another Error message when I tried to run ./cms again. It seems that the dimension "Time" is changed to "time", and there is a new variable "time" in the CDO modified nest NC file (nest_1_19980101000000.nc, format), I can read the CDO modified NC file using ncl and ncdump, so I don't know how to check what got wrong with the file. I searched for the error message and I see it occurs in the fortran code ./src, mod_netcdf.f90, but I do not know what is the exact place calling the ncheck in mod_netcdf.f90.
I am utilizing CMS with another data source (not HYCOM), and I modified mod_getdata.f90 in the /src subdirectary. A problem has risen in the output of ./getdata with an abnormal value of -10 (near the land). I checked the original file before I used ./getdata, there was no abnormal value like -10, so I think there must be something wrong with my modified mod_getdata.f90. I'll stick it in the .zip file.
Another problem is that after I got the abnormal value from ./getdata, I wanted to use CDO with the command setvrange to modify the nest_1_19980101000000.nc (take it as an example, for the format) again. But after I delt with it, I got another Error message when I tried to run ./cms again. It seems that the dimension "Time" is changed to "time", and there is a new variable "time" in the CDO modified nest NC file (nest_1_19980101000000.nc, format), I can read the CDO modified NC file using ncl and ncdump, so I don't know how to check what got wrong with the file. I searched for the error message and I see it occurs in the fortran code ./src, mod_netcdf.f90, but I do not know what is the exact place calling the ncheck in mod_netcdf.f90.
the modified nest NC file is like that:
And the wrong Error message is like:
cms-src-getdata-modified.zip
The text was updated successfully, but these errors were encountered: