Skip to content

Releases: NCAR/DART

Manhattan TIEGCM 2.0 Pre-release version

28 Jun 18:15
Compare
Choose a tag to compare
  • Supports 2.5-degree and 5-degree resolution grids.
  • Vectorized model_interpolate.
  • State data read directly from model netcdf file.
  • Model_interpolate uses X rather than X_MN variable no matter the order of state
    variables in model_nml. Previously the variable given first in the state was used.
    _MN variables are from the previous model time step.
  • Extrapolation of VTEC now in model_interpolate. Previously VTEC was calculated as
    part of model_to_dart.
  • Added hyperslice subroutine to state_structure_mod to read only part of a netcdf variable.
  • Separated functions for io_dim_length and dim_length in state_structure_mod to
    allow for hyperslice.
  • direct_netcdf_mod reads the last timeslice of the TIEGCM netcdf file.
  • Removed read of tiegcm namelist from model_mod.
  • Support for f10.7 as part of the state.
  • shell scripts for initial cycling tests using NCAR's supercomputer (Cheyenne).

Bug-fixes for MITgcm_ocean and Var obs converter

24 Jun 17:05
9c7d829
Compare
Choose a tag to compare
  • MITgcm_ocean pert_model_copies routine fixed to use the correct variable clamping
    value and indices for each element of the copies array.
  • Var obs converter quickbuild.sh fixed to correctly locate the required
    3DVAR_OBSPROC code.
  • Documentation for Var obs converter updated with information for where to
    get the latest WRF 3DVAR_OBSPROC code.

Bug fix for ps_rand_local in the Bgrid Model

02 Jun 21:50
52816c2
Compare
Choose a tag to compare

Fixes the issues occurring in ps_rand_local.f90 - missing call for initialize_utilities() and improper formatting when writing into ps_rand.out

Issue #354
Pull request #358

New build tools for DART

24 May 18:19
cb7455e
Compare
Choose a tag to compare
  • mkmf_ path_names files replaced with buildfunctions to collect source code.
  • quickbuild.csh replaced with quickbuild.sh
  • developer_tests/build_everything for simultaneous runs of every quickbuild.sh
  • Several build/compilation related bug fixes: #216, #335, #333, #157, #129, #327, #114

bug fix for RTPS

23 May 22:25
b10e8c6
Compare
Choose a tag to compare

Order of operations changed to avoid inadvertent changes to ens when using RTPS and inf_initial=0 or inf_initial=1.
Fixes bug #355

Installation documentation update

16 May 17:19
8873fcd
Compare
Choose a tag to compare

Improved documentation for verifying installation of DART.

Bug-fix for NetCDF variables with NaN attributes

05 Apr 19:21
2d3f153
Compare
Choose a tag to compare
  • Fix for checking attributes of NetCDF variables that have a NaN as the missing value or _FillValue.

Per-obs-type localization for 3D Cartesian location_mod

01 Apr 15:31
ff407c2
Compare
Choose a tag to compare

Optional per-obs-type localization for 3D Cartesian location

Contributed by Jon Labriola for use with CM1

MITgcm_ocean NBLING

31 Mar 18:38
ed8633c
Compare
Choose a tag to compare
  • MITgcm_ocean interface updated to Manhattan.
  • Support for NBLING (ocean biogeochemistry) for MITgcm_ocean.
  • New observation converter for ocean color.

CLM5-DART Tutorial

22 Mar 18:05
ff662ab
Compare
Choose a tag to compare
  • CLM5-DART tutorial providing new users with 13 steps for download, setup, execution, and diagnosis of a simple
    global assimilation run.

  • Stage_cesm_files script corrected to re-stage prior inflation files correctly and provide reproducibility