Releases: NCAR/DART
Releases · NCAR/DART
Bug-fix release
Bug-fix for read_variables
- Per-file check for unlimited dimension before variable read. NetCDF dimension counts adjusted accordingly. Fixes problems when reading from DART created netCDF files, for example, from fill_inflation_restart
- Bug-fix for verbose printing of state_structure info
Bug-fix for obs converter builds and MPAS_ATM perf improvement
bug fix for perturb_single_instance
A model specific pert_model_copies is now required to run perturb_single_instance.
Previously the program perturb_single_instance would run but not perturb if a model_mod did not provide a pert_model_copies interface.
CAM-SE Manhattan
- CAM-SE interface for Manhattan
- Shared code for CAM-SE and CAM-FV model_mods in cam-common-code
ROMS model_mod improvement to enable perturb_single_instance
- Defines a
pert_model_copies
subroutine within the ROMS model_mod that randomly perturbs temperature and salinity with the ROMS model history files - Adding this subroutine ensures perturb_single_instance works as expected
Bug fix for CLM CESM2.2 shell scripts
- Fixes dtlimit bug in cesm2.2 CLM shell scripts. Loads all CAM
reanalysis files within datm data stream file regardless if it
is single year or multi-year run. - Fixes single instance bug in cems2.2 CLM shell scripts. Allows
for freerun scripts to generate single instance simulations.
Bug fix for POP CESM2.1 shell scripts
- Fixes bug in POP CESM2.1 shell scripts in which inflation files were not being propagated properly.
Automated initial setup of new model interfaces
- Automated initial setup of new model interfaces to aid users developing
model_mod code and documentation.
contributed by Benjamin Gunn
Bug-fixes for obs_utilities build and mpas_atm
- obs_utilities_mod no longer included by default for model/work builds because
these utilities are for threed_sphere and threed_cartesian location_mods only. - mpas_atm model_mod check for required quantities changed to handle multiple
variables of the same quantity.