You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help: "Hyperdiffusion. Use `CAM_SE` for sensible default values and ClimaHyperdiffusion for user control. [`CAM_SE` (default), `ClimaHyperdiffusion` (or `true`), `none` (or `false`)]"
165
165
value: "CAM_SE"
@@ -285,7 +285,7 @@ prognostic_tke:
285
285
value: false
286
286
prognostic_surface:
287
287
help: "Determines if surface temperature is prognostic [`false` (default), , `true`, `SlabOceanSST`, `PrescribedSST`]"
help: "Whether to treat the subgrid-scale entrainment and detrainment tendency implicitly [`false` (default), `true`]. Setting it to true only works if implicit_sgs_advection is set to true."
353
353
value: false
354
354
implicit_sgs_nh_pressure:
355
-
help: "Whether to treat the subgrid-scale nonhydrostatic pressure closure implicitly. Setting it to true only works if
356
-
`implicit_sgs_advection` is set to true. This flag only controls whether the drag term in the pressure closure is treated implicitly.
355
+
help: "Whether to treat the subgrid-scale nonhydrostatic pressure closure implicitly. Setting it to true only works if
356
+
`implicit_sgs_advection` is set to true. This flag only controls whether the drag term in the pressure closure is treated implicitly.
357
357
The buoyancy term is always treated implicitly. [`false` (default), `true`]"
358
358
value: false
359
359
implicit_sgs_vertdiff:
@@ -369,7 +369,7 @@ edmfx_filter:
369
369
help: "If set to true, it switches on the relaxation of negative velocity in EDMFX. [`true`, `false` (default)]"
370
370
value: false
371
371
edmfx_nh_pressure:
372
-
help: "If set to true, it switches on EDMFX pressure drag closure. For prognostic EDMF, this only controls the drag term
372
+
help: "If set to true, it switches on EDMFX pressure drag closure. For prognostic EDMF, this only controls the drag term
373
373
in the pressure closure. The buoyancy term is always applied. [`true`, `false` (default)]"
0 commit comments