From 895c3ceeae75370146a896ef9adc237386fed240 Mon Sep 17 00:00:00 2001 From: alperaltuntas Date: Fri, 3 May 2024 15:47:53 -0600 Subject: [PATCH] Introduce GEOM_FILE parameter and shortterm archive ocean_geometry files --- cime_config/config_archive.xml | 1 + param_templates/MOM_input.yaml | 8 +++++++- param_templates/json/MOM_input.json | 5 +++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/cime_config/config_archive.xml b/cime_config/config_archive.xml index 4eb0268..2ede55e 100644 --- a/cime_config/config_archive.xml +++ b/cime_config/config_archive.xml @@ -7,6 +7,7 @@ h\.static(\._\d*)?\.nc(\.\d*)?$ + h\.ocean_geometry\.nc(\.\d*)?$ \w+\.\w+(\._\d*)? diff --git a/param_templates/MOM_input.yaml b/param_templates/MOM_input.yaml index 5849ab0..37c09cd 100644 --- a/param_templates/MOM_input.yaml +++ b/param_templates/MOM_input.yaml @@ -3610,7 +3610,13 @@ Global: datatype: list value: $OCN_GRID in ["tx0.66v1", "tx2_3v2", "tx0.25v1"]: True - + GEOM_FILE: + description: | + default = ocean_geometry.nc + The file into which to write the ocean geometry. + datatype: string + value: + $CASE.mom6.h.ocean_geometry.nc KPP: N_SMOOTH: diff --git a/param_templates/json/MOM_input.json b/param_templates/json/MOM_input.json index 711d1a6..dd1c70f 100644 --- a/param_templates/json/MOM_input.json +++ b/param_templates/json/MOM_input.json @@ -2936,6 +2936,11 @@ "value": { "$OCN_GRID in [\"tx0.66v1\", \"tx2_3v2\", \"tx0.25v1\"]": true } + }, + "GEOM_FILE": { + "description": "default = ocean_geometry.nc\nThe file into which to write the ocean geometry.\n", + "datatype": "string", + "value": "$CASE.mom6.h.ocean_geometry.nc" } }, "KPP": {