Releases: NCAR/DART
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
WRF v4
-
WRF-DART and WRF-DART Tutorial updated to WRFv4. For detail on the differences see #661.
Note, this change is not backwards compatible with WRFv3.9. If you are working with WRFv3.9 and DART
and are affected by this change, please reach out to the DART team at [email protected]. -
local particle filter default value for pf_enkf_hybrid=.false. contributed by Jon Poterjoy #680.
Bug-fix: WRF hybrid vertical coordinate
- DART now detects whether WRF is using Hybrid Vertical Coordinate (HVC) introduced in WRFv3.9 or terrain following (TF) system. This fix is also compatible with pre WRFv3.9 versions which did not include explicit attribute information for vertical coordinate system. #649
- Improved obs_impact_tool documentation. #571
- citation NCAR -> NSF NCAR #584
WRF-Hydro Developments; AIRS and AMSU converter update; Add citation.cff file
WRF-Hydro:
- Added a new perfect model obs experimental capability to HydroDART
- Modified the Streamflow obs converter to allow for better diagnostics: allows DART to compute obs space diagnostics on all gauges from the Routelink
- Enhanced performance in the model_mod and noah_hydro_mod when running a full CONUS domain
- Improved HydroDART Diagnostics with new capabilities (saves the hydrographs in a high-resolution pdf, handles hybrid DA components, separate plots for the hybrid statistics, allows the openloop to have different ens size and gauges than the DA runs)
AIRS and AMSU-A observation converters:
- Updated the documentation to use up-to-date build suggestions for the HDFEOS library
- Updated the AIRS converter code to be able to use version 7 of the AIRS data formats
- Removed unused and non-functional code: AIRS/BUILD_HDF-EOS.sh, AIRS/L1_AMSUA_to_netcdf.f90, AIRS/shell_scripts/Build_HDF_to_netCDF.sh, AIRS/shell_scripts/Convert_HDF_to_netCDF.csh
- Removed the unnecessary entries from obs_def_rttov_nml in the input.nml
Added a citation.cff file to help users correctly cite DART software - creates a link to cite the repository on the landing page sidebar on GitHub.