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
Copy file name to clipboardExpand all lines: config/default_configs/default_config.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,12 @@ vert_diff:
163
163
hyperdiff:
164
164
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"
166
+
amd_les:
167
+
help: "AMD LES closure [`true`, `false` (default)]"
168
+
value: false
169
+
c_amd:
170
+
help: "Model coefficient for AMD-LES closure (TODO: Move to parameters.toml)"
0 commit comments