Skip to content

Generic model_mod subroutine parse_variables

Compare
Choose a tag to compare
@mjs2369 mjs2369 released this 04 Feb 22:26
· 87 commits to main since this release
f4b2a58
  • Creates two generalized subroutines in utilities/default_model_mod.f90 that convert the table of state variables that is read in from the &model_nml to a state_var_type: parse_variables and parse_variables_clamp (#783)
  • Alternate versions for this subroutine were replaced with parse_variables in the models MOM6, wrf_hydro, aether_lat-lon, cam-fv, cam-se, POP, and cice
  • New dev test test_parse_variables added