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": {