Skip to content

Commit 4a9da23

Browse files
authored
Merge pull request #4017 from CliMA/aj/default_config_fix
Fixes in default config types
2 parents 952460e + 0155a84 commit 4a9da23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/default_configs/default_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ reference_job_id:
159159
value: ~
160160
vert_diff:
161161
help: "Vertical diffusion [`false` (default), `VerticalDiffusion`, `true` (defaults to `VerticalDiffusion`), `DecayWithHeightDiffusion`]"
162-
value: false
162+
value: "false"
163163
hyperdiff:
164164
help: "Hyperdiffusion. Use `CAM_SE` for sensible default values and ClimaHyperdiffusion for user control. [`CAM_SE` (default), `ClimaHyperdiffusion` (or `true`), `none` (or `false`)]"
165165
value: "CAM_SE"
@@ -285,7 +285,7 @@ prognostic_tke:
285285
value: false
286286
prognostic_surface:
287287
help: "Determines if surface temperature is prognostic [`false` (default), , `true`, `SlabOceanSST`, `PrescribedSST`]"
288-
value: false
288+
value: "false"
289289
albedo_model:
290290
help: "Variable surface albedo [`ConstantAlbedo` (default), `RegressionFunctionAlbedo`, `CouplerAlbedo`]"
291291
value: "ConstantAlbedo"
@@ -352,8 +352,8 @@ implicit_sgs_entr_detr:
352352
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."
353353
value: false
354354
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.
357357
The buoyancy term is always treated implicitly. [`false` (default), `true`]"
358358
value: false
359359
implicit_sgs_vertdiff:
@@ -369,7 +369,7 @@ edmfx_filter:
369369
help: "If set to true, it switches on the relaxation of negative velocity in EDMFX. [`true`, `false` (default)]"
370370
value: false
371371
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
373373
in the pressure closure. The buoyancy term is always applied. [`true`, `false` (default)]"
374374
value: false
375375
edmfx_vertical_diffusion:

0 commit comments

Comments
 (0)