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
Merge pull request #169 from DeniseWorthen/feature/dstmapbilnPR
Retrieval of dstStatusField and optionally writing to file; add mapbilnr_nstod mapping
### Description of changes
Adds ability to write dstStatusField from RegridStore. Adds bilinear mapping with NSTOD extrapolation.
### Specific notes
A flag is added (dststatus_print, default false) in med_map_mod.F90 to write the dstStatusField from the RegridStore operation. Since ESMF_FieldWrite does not order the written field correctly, a field containing the index order is also retrieved and written. This can be used off-line to re-order the data in the dststatus file.
A bilinear mapping type with NSTOD extrapolation is added. This is currently unused but will be implemented in the ufs-model system for mapping the ATM states (bottom T,P,Q,U,V) using bilinear instead of conservative mapping.
A small change is added to abort if coupling_mode is not supported.
Trailing white space cleanup, primarily in fd_nems.yaml
CMEPS Issues Fixed (include github issue #):
NOAA-EMC#38
Are changes expected to change answers?
- [X] bit for bit
- [ ] different at roundoff level
- [ ] more substantial
Any User Interface Changes (namelist or namelist defaults changes)?
- [ ] Yes
- [X] No
Testing performed if application target is CESM:(either UFS-S2S or CESM testing is required):
- [ ] (recommended) CIME_DRIVER=nuopc scripts_regression_tests.py
- machines:
- details (e.g. failed tests):
- [ ] (recommended) CESM testlist_drv.xml
- machines and compilers:
- details (e.g. failed tests):
- [ ] (optional) CESM prealpha test
- machines and compilers
- details (e.g. failed tests):
- [ ] (other) please described in detail
- machines and compilers
- details (e.g. failed tests):
Testing performed if application target is UFS-coupled:
- [X] (recommended) UFS-coupled testing
- description: ufs-weather-model (3e46f5b) switched to this branch for CMEPS with shr_mod_pio.F90 from CMakeLists.txt in CMEPS-interface
- details (e.g. failed tests): All ufs-coupled and ufs-datm tests pass current baselines
CESM - verified that SMS_Vnuopc_Ld1.f09_g17.B1850.cheyenne_intel was bfb with these changes
0 commit comments