Opened 6 years ago
Closed 3 years ago
#632 closed task (fixed)
Changes to reflect the ROM SAF processing [0.5 d]
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | ROPP9.1 carry over |
Component: | ropp_pp | Version: | 11.0 |
Keywords: | Cc: |
Description
https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/Makefile.am https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/champ_pp.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/cosmic_pp.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/default_pp.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/grace_pp.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/gras_pp.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/grassaf_invert.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/metop_pp.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/romsaf_invert.cf https://trac.romsaf.org/ropp/changeset/5427/ropp_src/branches/dev/Share/dmi_trunk_9.0/ropp_pp/config/wopt_pp.cf
Original changesets:
Changes to reflect the ROM SAF processing: https://trac.romsaf.org/ropp/changeset/4969
Change history (1)
comment:1 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 9.0 → 11.0 |
Has some effect on the core tests, because:
GMSIS
toGBARO
; andsf_method
has changed fromparallel
toserial
(orconvoluted
toregular
in Stig's terms - don't know how these names got out of synch.)The last one creates some missing refracs with the test dataset ropp_pp_test_2m.nc, which means that no dry temps are generated. Never mind: it might get corrected later. So the reference data sets for test_pp_occ.sh and test_pp_occ_gnos.sh need updating too. The scripts themselves need updating too, because they used to say
method = GMSIS
ormethod = MSIS
, and the new config files saymfile = ../data/BAROCLIM_coeff.nc
, which is incompatible.Checks out OK with the above changes, so commit to ROPP-11 at r6818. Closing ticket.