@@ -39,7 +39,7 @@ topography:
3939 value : " NoWarp"
4040mesh_warp_type :
4141 help : " Sets the interior mesh warp method [`Linear`, `SLEVE`]"
42- value : " Linear "
42+ value : " SLEVE "
4343sleve_eta :
4444 help : " If SLEVE coordinates are chosen, sets the `ηₕ` parameter (if z/z_top > ηₕ, no warping is applied)"
4545 value : 0.7
@@ -146,7 +146,7 @@ vert_diff:
146146 help : " Vertical diffusion [`false` (default), `VerticalDiffusion`, `true` (defaults to `VerticalDiffusion`), `DecayWithHeightDiffusion`]"
147147 value : false
148148hyperdiff :
149- help : " Hyperdiffusion [`ClimaHyperdiffusion` (or `true`; default), `none` (or `false`)]"
149+ help : " Hyperdiffusion [`ClimaHyperdiffusion` (or `true`), `CAM_SE` ( default), `none` (or `false`)]"
150150 value : " CAM_SE"
151151smagorinsky_lilly :
152152 help : " Smagorinsky-Lilly diffusive closure [`false` (default), `true`]"
@@ -164,7 +164,7 @@ test_dycore_consistency:
164164 help : " Test dycore consistency [`false` (default), `true`]"
165165 value : false
166166dt_save_state_to_disk :
167- help : " Time between saving the state to disk. Examples: [`10secs`, `1hours`, `1months`, `Inf` (do not save)]"
167+ help : " Time between saving the state to disk. Examples: [`10secs`, `1hours`, `1months`, `Inf` (do not save, default )]"
168168 value : " Inf"
169169moist :
170170 help : " Moisture model [`dry` (default), `equil`, `nonequil`]"
@@ -185,7 +185,7 @@ surface_temperature:
185185 help : " Prescribed surface temperature functional form ['ZonallySymmetric' (default), 'ZonallyAsymmetric', 'RCEMIPII', `Reanalysis`, `ReanalysisTimeVarying`]"
186186 value : " ZonallySymmetric"
187187initial_condition :
188- help : " Initial condition [`DryBaroclinicWave`, `MoistBaroclinicWave`, `ConstantBuoyancyFrequencyProfile`, `DecayingProfile`, `IsothermalProfile`, `Bomex`, `DryDensityCurrentProfile`, `RisingThermalBubbleProfile`, `ISDAC`, `GCM`, `Reanalysis`, `ReanalysisTimeVarying`], or a file path for a NetCDF file (read documentation about requirements)."
188+ help : " Initial condition [`DryBaroclinicWave`, `MoistBaroclinicWave`, `ConstantBuoyancyFrequencyProfile`, `DecayingProfile` (default) , `IsothermalProfile`, `Bomex`, `DryDensityCurrentProfile`, `RisingThermalBubbleProfile`, `ISDAC`, `GCM`, `Reanalysis`, `ReanalysisTimeVarying`], or a file path for a NetCDF file (read documentation about requirements)."
189189 value : " DecayingProfile"
190190perturb_initstate :
191191 help : " Add a perturbation to the initial condition [`false`, `true` (default)]"
@@ -212,10 +212,10 @@ viscous_sponge:
212212 help : " Viscous sponge [`true`, `false` (default)]"
213213 value : false
214214tracer_upwinding :
215- help : " Tracer upwinding mode [`none` (default) , `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter`]"
215+ help : " Tracer upwinding mode [`none`, `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter` (default) ]"
216216 value : vanleer_limiter
217217energy_upwinding :
218- help : " Energy upwinding mode [`none` (default) , `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter`]"
218+ help : " Energy upwinding mode [`none`, `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter` (default) ]"
219219 value : vanleer_limiter
220220orographic_gravity_wave :
221221 help : " Orographic drag on horizontal mean flow [`nothing` (default), `gfdl_restart`, `raw_topo`]"
0 commit comments