We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16a636 commit ce79f0eCopy full SHA for ce79f0e
param_templates/MOM_input.yaml
@@ -2769,6 +2769,7 @@ Global:
2769
value:
2770
$OCN_GRID == "tx2_3v2": True
2771
$OCN_GRID == "tx0.25v1": True
2772
+ else: False
2773
PARALLEL_RESTARTFILES:
2774
description: |
2775
"[Boolean] default = False
param_templates/json/MOM_input.json
@@ -2198,7 +2198,8 @@
2198
"units": "Boolean",
2199
"value": {
2200
"$OCN_GRID == \"tx2_3v2\"": true,
2201
- "$OCN_GRID == \"tx0.25v1\"": true
+ "$OCN_GRID == \"tx0.25v1\"": true,
2202
+ "else": false
2203
}
2204
},
2205
"PARALLEL_RESTARTFILES": {
0 commit comments