Skip to content

Releases: NCAR/DART

WRF v4

16 May 19:36
924182f
Compare
Choose a tag to compare
  • 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 dart@ucar.edu.

  • local particle filter default value for pf_enkf_hybrid=.false. contributed by Jon Poterjoy #680.

Bug-fix: WRF hybrid vertical coordinate

23 Apr 14:21
4b18402
Compare
Choose a tag to compare
  • 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

27 Mar 23:11
27f85ee
Compare
Choose a tag to compare

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.

Update WRF-DART scripts and bug template to Derecho; remove no-op routines in ensemble manager

13 Mar 17:40
fd89302
Compare
Choose a tag to compare
  • Updated the csh scripting templates used to run WRF-DART and WRF-DART tutorial from Cheyenne to Derecho
  • Updated bug report template to use Derecho instead of Cheyenne
  • Removed the following no-op routines from ensemble manager: prepare_to_write_to_vars, prepare_to_write_to_copies, prepare_to_read_from_vars, prepare_to_read_from_copies, prepare_to_update_vars, prepare_to_update_copies

MITgcm/N-BLING with Compressed Staggered Grids

12 Mar 21:27
cd7189e
Compare
Choose a tag to compare
  • The DART-MITgcm code now supports compressed grids, especially suited for areas like
    the Red Sea where land occupies more than 90% of the domain.
  • Allows writing the BGC fields into MITgcm's pickup files.
  • Allows different compression for the regular and staggered grids.

Built upon work by Jiachen Liu, Drexel University which he presented at AMS 2023
The work was done as part of SIParCS 2022 and in collaboration with KAUST.

Aether lat-lon

12 Mar 19:36
2ce02fb
Compare
Choose a tag to compare
  • Added a new interface to DART to enable assimilation with the lat-lon formulation of the Aether space weather model.

SEIR model for infectious diseases

11 Mar 13:44
50e8165
Compare
Choose a tag to compare
  • Added SEIR model which simulates the spread of infectious diseases, for example COVID-19.

Initial versions of the model were tested using DART_LAB. This was conducted by Shaniah Reece as part of her SIParCS internship at NSF NCAR (2022).

Fortran Standard Updates

13 Feb 20:26
77bb8c2
Compare
Choose a tag to compare
  • Replaced f2kcli with Fortran intrinsics for command line arguments. #594, #601
  • AIRS and quikscat mkmf.templates with appropriate HDF, HDFEOS, RTTOV library flags. #352
  • Simplified noah_hydro_mod.f90 number of non-zero element counts. #599
  • WRF pert_sounding_module random iseed now integer. #351

RTTOV13 cloud bug-fix

01 Feb 21:23
82f7e91
Compare
Choose a tag to compare

RTTOV 13:

  • Initialize RTTOV13 profile cloud arrays to zero for profiles. #542
  • Updated docs with RTTOV13 namelist info.
  • New obs_def_rttov13_mod.f90 namelist option wfetch_value.
  • Updated mkmf.templates for RTTOV on Derecho: HDF5 library flags. #625

Thanks to Joseph Chan (Department of Geography, The Ohio State University) for the original cloud bug, fix and review.

GitHub actions changes:

  • checkout action updated to v4. #630

CLM bug-fixes

17 Jan 21:45
4dadee7
Compare
Choose a tag to compare

CLM5-DART SourceMods path variable correction

dart_to_clm:

  • Resolved compiler error by changing the arrays for number of snow layers (snlsno and clm_SNLSNO) to integer types
  • Forcing h2oliq_po to be slightly larger than zero to be consistent with h2oice_po and dzsno_po
  • Adding checks to ensure that the values for h2oliq_po, h2oice_po, dzsno_po, and snowdp_po are never negative