-
Notifications
You must be signed in to change notification settings - Fork 8
calendar/4D error #127
Copy link
Copy link
Open
Description
I have changed the way I process grib2 data to use nc format (converted using cdo) for forecasting purposes. I am getting a weird error message with the temperature variable (from RDPS) when I tried to run MESH:
READING: basin_temperature.nc
Checking the spatial reference of the file.
WARNING: A CRS projection 'crs' was not found in the file (Code -49).
ERROR: An error occurred reading information about the 'calendar' attribute (Code: -43).
ERROR: The 't' variable contains an incompatible number of dimensions for the time dimension (3). The variable must contain only one dimension.
It managed to read shortwave, longwave, and precipitation. Temperature is the next variable (the nc file is attached) and it was originally 4D, but I did remove the additional height dimension (different methods but same issue). The calendar was "proleptic_gregorian" but I changed it to "gregorian" for MESH to stop some warnings. This applies to all forcing files, so I do not understand the error with temperature.
I remember learning from Dan that the 4D variable issue was resolved but I could not find a confirmation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels