Opened 11 years ago
Closed 11 years ago
#347 closed defect (fixed)
Updated netcdf-4 reader for EUMETSAT raw data
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | ropp_io | Version: | 7.0 |
Keywords: | netCDF-4, EUMETSAT | Cc: |
Description
EUMETSAT have altered their netCDF-4 data format. (Basically, another level of data, 'science_data', has been included in the netCDF-4 group structures.) This change requires a change to the ropp_io_read_eumdata subroutine of ropp_io_read_netcdf_get. Axel von Engeln has sent me some updated code that handles this (attached), and three test datasets (also attached).
This code has been merged with the ROPP71_prototype branch. It tests out fine on the example datasets, on which the earlier version fails now, of course. The smaller (~0.6MB) of the three example datasets, GRAS_1B_M02_20120909000057Z_20120909000118Z_N_T_20131031144444Z_G15_NN.nc, has been copied to ropp_io/data/eum_test.n4, and its results on ifort have been copied to the relevant reference files for the t_eum2ropp and t_eum2bufr tests.
Attachments (4)
Change history (5)
by , 11 years ago
Attachment: | ropp_io_read_ncdf_get_patch.f90 added |
---|
by , 11 years ago
GRAS_1B_M02_20120909000330Z_20120909000549Z_N_T_20131031144513Z_G23_NN.nc
by , 11 years ago
GRAS_1B_M02_20120909000057Z_20120909000118Z_N_T_20131031144444Z_G15_NN.nc
by , 11 years ago
GRAS_1B_M02_20120909000225Z_20120909000357Z_N_T_20131031144454Z_G17_NN.nc
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Passes the ROPP7.1 test folder so closing ticket. (Note that a query about non-empty stderr files has been swept up into this - see http://www.romsaf.org/view_admin_enquiry.php?id=177 for details.)
ropp_io_read_ncdf_get_patch.f90