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
At the moment, there is a check in this code that looks to see if longitudes fall within the ERA5 domain. However, when running a polar simulation there doesn't need to be a check on this.
The following error is raised:
IndexError: ERROR: Target area is outside the ERA5 archive domain
Longitudes: Target (0.38:360.00), ERA5 (0.0:359.75)
I've made a hack version of the era5grib scripts that just comments out the longitude check, but it would be good to have this as an option to your utility - so that I can take advantage of the bug fixes as they roll out.
Perhaps this could be implemented as a command-line argument --polar, or just detected from the namelist.wps?
The text was updated successfully, but these errors were encountered:
At the moment, there is a check in this code that looks to see if longitudes fall within the ERA5 domain. However, when running a polar simulation there doesn't need to be a check on this.
The following error is raised:
I've made a hack version of the era5grib scripts that just comments out the longitude check, but it would be good to have this as an option to your utility - so that I can take advantage of the bug fixes as they roll out.
Perhaps this could be implemented as a command-line argument
--polar
, or just detected from the namelist.wps?The text was updated successfully, but these errors were encountered: