Skip to content

Releases: NCAR/DART

Bug-fix release

03 Nov 18:46
276f72a
Compare
Choose a tag to compare
  • Perfect_model_obs (pmo) fixed for running with MPI and advancing the
    model inside pmo. #418
  • MPAS_ATM xtime string padded with blanks for easier bitwise comparison. #414
  • lorenz_96_tracer_advection quickbuild.sh fixed. #418

Bug-fix for read_variables

13 Oct 17:19
ba00b2c
Compare
Choose a tag to compare
  • 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

10 Oct 20:35
27f57a1
Compare
Choose a tag to compare
  • Bug fix for converter builds using the template model_mod.f90 #409
  • Performance fix for MPAS_ATM #407

bug fix for perturb_single_instance

23 Sep 16:28
7ee9ed9
Compare
Choose a tag to compare

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

22 Sep 17:05
65c33a7
Compare
Choose a tag to compare
  • 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

21 Sep 19:37
Compare
Choose a tag to compare
  • 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

16 Sep 19:51
a456bf2
Compare
Choose a tag to compare
  • 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

14 Sep 18:35
cb9cb51
Compare
Choose a tag to compare
  • Fixes bug in POP CESM2.1 shell scripts in which inflation files were not being propagated properly.

Automated initial setup of new model interfaces

19 Aug 20:23
477409d
Compare
Choose a tag to compare
  • 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

18 Aug 21:52
ef5d959
Compare
Choose a tag to compare
  • 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.