diff --git a/param_templates/MOM_input.yaml b/param_templates/MOM_input.yaml index 4cc2ca8..2e9e228 100644 --- a/param_templates/MOM_input.yaml +++ b/param_templates/MOM_input.yaml @@ -2769,6 +2769,7 @@ Global: value: $OCN_GRID == "tx2_3v2": True $OCN_GRID == "tx0.25v1": True + else: False PARALLEL_RESTARTFILES: description: | "[Boolean] default = False diff --git a/param_templates/json/MOM_input.json b/param_templates/json/MOM_input.json index 2f4620a..0db6679 100644 --- a/param_templates/json/MOM_input.json +++ b/param_templates/json/MOM_input.json @@ -2198,7 +2198,8 @@ "units": "Boolean", "value": { "$OCN_GRID == \"tx2_3v2\"": true, - "$OCN_GRID == \"tx0.25v1\"": true + "$OCN_GRID == \"tx0.25v1\"": true, + "else": false } }, "PARALLEL_RESTARTFILES": {