MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
238 stars 317 forks source link

Hide several dynamics options that are generally not changed by users #1083

Closed mgduda closed 1 year ago

mgduda commented 1 year ago

This PR removes several dynamics options from the default namelist.atmosphere file. These options are rarely changed by users, and for idealized cases where non-default values should be used, prepared idealized case setups provide namelist.atmosphere files with appropriate values.

Specifically, the following options are now hidden:

  config_h_mom_eddy_visc2
  config_h_mom_eddy_visc4
  config_v_mom_eddy_visc2
  config_h_theta_eddy_visc2
  config_h_theta_eddy_visc4
  config_v_theta_eddy_visc2
  config_w_adv_order
  config_theta_adv_order
  config_scalar_adv_order
  config_u_vadv_order
  config_w_vadv_order
  config_theta_vadv_order
  config_scalar_vadv_order
  config_positive_definite

Although these options no longer appear in the default namelist.atmosphere file, they can be added to the &nhyd_model namelist group.