Skip to content

Manhattan TIEGCM 2.0 Pre-release version

Pre-release
Pre-release

Choose a tag to compare

@hkershaw-brown hkershaw-brown released this 28 Jun 18:15
  • 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).