Opened 6 years ago
Closed 5 years ago
#581 closed task (fixed)
Implemented option to exclude output of the level 1b bending angle [2 d]
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | ROPP9.1 carry over |
Component: | ropp_io | Version: | 9.0 |
Keywords: | Cc: |
Description
https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_io/ropp/ropp_io.f90 https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_io/ropp/ropp_io_read.f90 https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_io/ropp/ropp_io_read_ncdf_get.f90 https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_io/tools/eum2bufr_ec.f90 https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_io/tools/eum2ropp.f90 https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_io/tools/ropp2bufr_ec.f90 (similar/consistent updates to ropp2bufr_mo.f90 has not been made since https://trac.romsaf.org/ropp/changeset/3430)
Original changesets:
Implemented option to exclude output of the level 1b bending angle: https://trac.romsaf.org/ropp/changeset/5362
This has been done at r5970. (This includes changes to the eum2ropp man page.) There is no change to the default behaviour of extracting level 1b data with eum2ropp (and, reasonably, there is no option but to keep extracting it with eum2bufr and ropp2bufr). But if we run eum2ropp with the
-x
option on the default EUM file, the output contains no level 1b data. OK.Note that other elements of this changeset alter
(i.e. PCD summary, offline, rising and bangle are all set, and the profile is of poor quality) to
(i.e. PCD offline and rising are set, and the profile is of good quality).
This make sense in view of the change in coding from
to
given that
/quality/overall_quality_ok = 0
for this dataset.Closing ticket.