Closed simonrp84 closed 3 years ago
I have now compiled and briefly tested this on JASMIN. It seems to work fine, with no regressions in the ERA-Interim interface and vaguely sensible ones with ERA5.
I have made the necessary changes to PyORAC, though it would be good if @simonrp84 could add the filename format for NOAA and @danielphilipp could add the filename format for the files DWD uses. (There are currently NotImplementedError
for these values of ecmwf_flags
.)
All I'd say needs to be done before we merge is someone does a quick pass to take out references to the old flag values.
This should be fixed now. I will make an interim ORAC release to mark this point (enabling others to find the 'old' ecmwf later) and then merge.
This PR enables support for the ERA5 data on JASMIN, which comes in lots of separate files rather than one large netCDF4 file as currently supported by ORAC. This PR also rearranges the
ecmwf_flag
options as described below:I have also renamed
ecmwf*
variables tonwp*
as this seems more consistent and sensible.