Skip to content

TIEGCM 2.0 Manhattan

Compare
Choose a tag to compare
@hkershaw-brown hkershaw-brown released this 03 Aug 15:49
· 1398 commits to main since this release
0de0a8a

TIEGCM model_mod updated to Manhattan and TIEGCM 2.0

  • Supports 2.5-degree and 5-degree resolution grids.
  • vtec extrapolation is done in model_mod::model_interpolate with 10 levels for 5 deg, 20 levels for 2.5 deg.
  • Model_interpolate uses X rather than X_MN variable no matter the order of state
    variables in model_nml. Previously in Lanai the variable given first in the state was used.
    _MN variables are from the previous model time step.
  • f10.7 can be added to the DART state. An example f10_7.cdl file is provided in the work directory.
  • Added hyperslice subroutine to state_structure_mod to read only part of a netCDF variable into the state
  • Separated functions for io_dim_length and dim_length in state_structure_mod to allow for hyperslice.
  • Replaced stub get_expected_vtec with COMMON_CODE.
  • direct_netcdf_mod reads/write the latest slice of the unlimited dimension in the restart file.