Releases: NCAR/DART
Releases · NCAR/DART
Manhattan TIEGCM 2.0 Pre-release version
- 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
- 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
New build tools for DART
bug fix for RTPS
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
Improved documentation for verifying installation of DART.
Bug-fix for NetCDF variables with NaN attributes
- 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
Optional per-obs-type localization for 3D Cartesian location
Contributed by Jon Labriola for use with CM1
MITgcm_ocean NBLING
- MITgcm_ocean interface updated to Manhattan.
- Support for NBLING (ocean biogeochemistry) for MITgcm_ocean.
- New observation converter for ocean color.
CLM5-DART Tutorial
-
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