Skip to content

Commit cdf270e

Browse files
remove additional, unused parameters from MOM_input (#322)
1 parent 055a6cb commit cdf270e

2 files changed

Lines changed: 0 additions & 62 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,27 +1587,6 @@ Global:
15871587
units: kg/m3
15881588
value:
15891589
$OCN_GRID == "tx2_3v2": 0.02
1590-
FOX_KEMPER_ML_RESTRAT_COEF:
1591-
description: |
1592-
"[nondim] default = 0.0
1593-
A nondimensional coefficient that is proportional to
1594-
the ratio of the deformation radius to the dominant
1595-
lengthscale of the submesoscale mixed layer
1596-
instabilities, times the minimum of the ratio of the
1597-
mesoscale eddy kinetic energy to the large-scale
1598-
geostrophic kinetic energy or 1 plus the square of the
1599-
grid spacing over the deformation radius, as detailed
1600-
by Fox-Kemper et al. (2010)
1601-
The file that specifies the vertical grid for
1602-
depth-space diagnostics, or blank to disable
1603-
depth-space output.
1604-
The number of depth-space levels. This is determined
1605-
from the size of the variable zw in the output grid file."
1606-
datatype: real
1607-
units: nondim
1608-
value:
1609-
$OCN_GRID == "tx2_3v2": 1.0
1610-
$OCN_GRID == "tx0.25v1": 1.0
16111590
MLE_FRONT_LENGTH:
16121591
description: |
16131592
"[m] default = 0.0
@@ -1620,14 +1599,6 @@ Global:
16201599
value:
16211600
$OCN_GRID == "tx2_3v2": 1000.0
16221601
$OCN_GRID == "tx0.25v1": 500.0
1623-
MLE_FRONT_LENGTH_FROM_FILE:
1624-
description: |
1625-
"[Boolean] default = False
1626-
If true, the MLE front-length scale is read from a file."
1627-
datatype: logical
1628-
units: Boolean
1629-
value:
1630-
$OCN_GRID == "tx2_3v2": False
16311602
MLE_MLD_DECAY_TIME:
16321603
description: |
16331604
"[s] default = 0.0
@@ -2639,14 +2610,6 @@ Global:
26392610
units: Boolean
26402611
value:
26412612
$OCN_GRID == "tx2_3v2": False
2642-
MEKE_RESTORING_TIMESCALE:
2643-
description: |
2644-
"[s] default = 1.0E+06
2645-
The timescale used to nudge MEKE toward its equilibrium value."
2646-
datatype: real
2647-
units: nondim
2648-
value:
2649-
$OCN_GRID == "tx2_3v2": 1.0E+07
26502613
MEKE_ADVECTION_FACTOR:
26512614
description: |
26522615
"[nondim] default = 0.0

param_templates/json/MOM_input.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,15 +1213,6 @@
12131213
"$OCN_GRID == \"tx2_3v2\"": 0.02
12141214
}
12151215
},
1216-
"FOX_KEMPER_ML_RESTRAT_COEF": {
1217-
"description": "\"[nondim] default = 0.0\nA nondimensional coefficient that is proportional to\nthe ratio of the deformation radius to the dominant\nlengthscale of the submesoscale mixed layer\ninstabilities, times the minimum of the ratio of the\nmesoscale eddy kinetic energy to the large-scale\ngeostrophic kinetic energy or 1 plus the square of the\ngrid spacing over the deformation radius, as detailed\nby Fox-Kemper et al. (2010)\nThe file that specifies the vertical grid for\ndepth-space diagnostics, or blank to disable\ndepth-space output.\nThe number of depth-space levels. This is determined\nfrom the size of the variable zw in the output grid file.\"\n",
1218-
"datatype": "real",
1219-
"units": "nondim",
1220-
"value": {
1221-
"$OCN_GRID == \"tx2_3v2\"": 1.0,
1222-
"$OCN_GRID == \"tx0.25v1\"": 1.0
1223-
}
1224-
},
12251216
"MLE_FRONT_LENGTH": {
12261217
"description": "\"[m] default = 0.0\nIf non-zero, is the frontal-length scale used to calculate the\nupscaling of buoyancy gradients that is otherwise represented\nby the parameter FOX_KEMPER_ML_RESTRAT_COEF. If MLE_FRONT_LENGTH is\nnon-zero, it is recommended to set FOX_KEMPER_ML_RESTRAT_COEF=1.\"\n",
12271218
"datatype": "real",
@@ -1231,14 +1222,6 @@
12311222
"$OCN_GRID == \"tx0.25v1\"": 500.0
12321223
}
12331224
},
1234-
"MLE_FRONT_LENGTH_FROM_FILE": {
1235-
"description": "\"[Boolean] default = False\nIf true, the MLE front-length scale is read from a file.\"\n",
1236-
"datatype": "logical",
1237-
"units": "Boolean",
1238-
"value": {
1239-
"$OCN_GRID == \"tx2_3v2\"": false
1240-
}
1241-
},
12421225
"MLE_MLD_DECAY_TIME": {
12431226
"description": "\"[s] default = 0.0\nThe time-scale for a running-mean filter applied to the mixed-layer\ndepth used in the MLE restratification parameterization. When\nthe MLD deepens below the current running-mean the running-mean\nis instantaneously set to the current MLD.\"\n",
12441227
"datatype": "real",
@@ -2110,14 +2093,6 @@
21102093
"$OCN_GRID == \"tx2_3v2\"": false
21112094
}
21122095
},
2113-
"MEKE_RESTORING_TIMESCALE": {
2114-
"description": "\"[s] default = 1.0E+06\nThe timescale used to nudge MEKE toward its equilibrium value.\"\n",
2115-
"datatype": "real",
2116-
"units": "nondim",
2117-
"value": {
2118-
"$OCN_GRID == \"tx2_3v2\"": 10000000.0
2119-
}
2120-
},
21212096
"MEKE_ADVECTION_FACTOR": {
21222097
"description": "\"[nondim] default = 0.0\nA scale factor in front of advection of eddy energy. Zero turns advection off.\nUsing unity would be normal but other values could accommodate a mismatch\nbetween the advecting barotropic flow and the vertical structure of MEKE.\"\n",
21232098
"datatype": "real",

0 commit comments

Comments
 (0)