Skip to content

Releases: NCAR/DART

DART_LAB QCEFF

23 Jan 19:28
9906662
Compare
Choose a tag to compare
  • DART_LAB updated to include QCEFF #739
  • NSF NCAR RDA links updated #755
  • /glade RDA locations updated #755

Pangu-DART

23 Jan 14:36
7784ed0
Compare
Choose a tag to compare

Pangu-Weather interface for DART

contributed by Dr. Nuo Chen, University of Oklahoma

AMS 2025 poster: Pangu-DART: Enabling Ensemble Kalman Filter Data Assimilation for ML-Based Numerical Weather Prediction Models

Bug-fix: Gamma and Beta Distributions

22 Jan 19:38
eafcb5b
Compare
Choose a tag to compare

Bug fixes:

  • Beta distribution only supporting standard Beta, bounded 0-1. #717
  • Gamma distribution only supporting standard, lower bound 0. #786
  • Beta and Gamma bounds are forced in the QCEFF table.

Updates:

  • Explicitly setting distribution type, now have UNSET.
  • Message about failing to converge changed to E_ALLMSG to be visible
    on all MPI ranks. If you get a significant increase in output, please email [email protected] to let us know
  • remove unused test_obs directory #220

Bug-fix MOM6 potential temperature

14 Jan 18:33
b96cb33
Compare
Choose a tag to compare
  • MOM6 model_interpolate for potential temperature #773
  • Update lorenz workshop input.nmls to v11 #789

Bug-fix 1D obs_diag

09 Jan 18:28
f2deaa2
Compare
Choose a tag to compare
  • Added a dummy dimension so 1D obs_diag output can be used with
    MATLAB diagnostic tools #230
  • Added a notification that probit inflation QCEFF options are ignored
    for RTPS (posterior inflation) #748

Developer tests

06 Dec 15:56
bddda57
Compare
Choose a tag to compare
  • Tests for distribution modules: normal, beta, gamma
  • Removed out-of-date tests for state IO

MPAS ATM bug-fixes

12 Nov 20:13
2d5882c
Compare
Choose a tag to compare
  • Fixed 2m and 10m fields not being updated - set istatus for VERTISHEIGHT and VERTISLEVEL for convert_vert_distrib_state. #756
    thanks to Matt Wilson for reporting this
  • Fixed vertical location in convert_vertical_obs to use zGridFace. #524

POP initial ensemble available from GDEX

08 Nov 18:31
55eaf62
Compare
Choose a tag to compare

Documentation update:

  • POP initial ensemble available from Geoscience Data Exchange (GDEX) #476

Bug-fixes:

  • Removed unnecessary loops around calendar types in time_manager_mod. #653
  • Removed unused routine from normal_distribution_mod which caused compilation warnings. #736
  • Replaced broadcast_minmax calls with all_reduce_min_max. #762

MPI window memory reduction

07 Nov 20:38
9eb01c7
Compare
Choose a tag to compare
  • Removes unnecessary copy of state into MPI window.
  • Removes cray pointer version of the MI window.

We do not expect this internal change to the MPI window to affect users, however if this change causes problems with particular MPI libraries or you are making use of the cray-pointer window, please reach out to [email protected]

  • Fortran-testanything included in developer tests.
    From dennisdjensen: see developer_tests/contrib/fortran-testanything/LICENSE.txt

Bug-fixes: WRF and GOES

22 Oct 18:50
e218864
Compare
Choose a tag to compare
  • It is now mandatory to use THM as the Temperature variable (type_t) in the WRF model_nml #728
  • Removed the offset in the GOES observation converter #731
    Please be aware that when using RTTOV with DART you should confirm that the channels listed in the coefficient file match the channel in the obs_seq.out
    For more detail refer to the obs_def_rttov documentation