Releases: NCAR/DART
Releases · NCAR/DART
POP initial ensemble available from GDEX
Documentation update:
Bug-fixes:
MPI window memory reduction
- 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
- 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
MOM6 mask bug-fix
- Fix for MOM6 CESM3 workhorse 2/3 degree grid TL319_t232 to mask missing geolon|lat|u|v|t values
MARBL_column
Interface for MARBL_column for DART:
- state estimation
- state and parameter estimation
- parameter estimation only
BATS observation converter, and BATS climatology scripting.
contributed by Robin Armstrong
Bugfix:
- Fix for IO for NetCDF files when only some variables have the unlimited dimension #614
Bug fixes for shortest_time_between_assimilations and get_close_init
KQCEF
KQCEF: A Quantile-Conserving Ensemble Filter Based on Kernel-Density Estimation
- New distribution module kde_distribution_mod.
- New module rootfinding_mod that provides a different implementation of inv_cdf.
For further details see "A Quantile-Conserving Ensemble Filter Based on Kernel-Density Estimation"
by Grooms & Riedel (Remote Sensing, 2024; DOI:10.3390/rs16132377)
Contributed by Ian Grooms
WRF fwd operator bug fixes
Build tools for DART library
- Build tools for compiling DART as a shared or a static library.
Based on work by Anh Pham and Suman Shekhar as part of their SiParCS 2024 projects. - Bugfix: correct order of arguments in count_state_ens_copies for 'input' stages_to_write. #613
Bgrid documentation and scripting fix
- Updated Bgrid documentation and removed outdated scripts and files
- Fixed obs_diag rank histogram documentation links
- Improved inflation file documentation
- GitHub action for running all quickbuilds in DART