You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: param_templates/json/MOM_input.json
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,6 @@
43
43
"$OCN_GRID == \"MISOMIP\"": 40
44
44
}
45
45
},
46
-
"IO_LAYOUT": {
47
-
"description": "The processor layout to be used, or 0,0 to automatically set the io_layout to\nbe the same as the layout.\n",
48
-
"datatype": "list",
49
-
"value": {
50
-
"$OCN_GRID == \"tx0.25v1\"": "4, 3"
51
-
}
52
-
},
53
46
"NK": {
54
47
"description": "\"[nondim]\nThe number of model layers.\"\n",
55
48
"datatype": "integer",
@@ -200,10 +193,11 @@
200
193
}
201
194
},
202
195
"EQN_OF_STATE": {
203
-
"description": "\"default = 'WRIGHT'\nEQN_OF_STATE determines which ocean equation of state\nshould be used. Currently, the valid choices are\n'LINEAR', 'UNESCO', and 'WRIGHT'.\nThis is only used if USE_EOS is true.\"\n",
196
+
"description": "\"default = WRIGHT_FULL\nEQN_OF_STATE determines which ocean equation of state should be used.\"\n",
204
197
"datatype": "string",
205
198
"value": {
206
-
"$OCN_GRID == \"MISOMIP\"": "LINEAR"
199
+
"$OCN_GRID == \"MISOMIP\"": "LINEAR",
200
+
"else": "WRIGHT_FULL"
207
201
}
208
202
},
209
203
"DTFREEZE_DP": {
@@ -3028,6 +3022,14 @@
3028
3022
"$COMP_WAV == \"ww3\" and $MOM6_WW3_CPL_METHOD == \"most\"": "0.04, 0.11, 0.33"
3029
3023
}
3030
3024
},
3025
+
"IO_LAYOUT": {
3026
+
"description": "The processor layout to be used, or 0,0 to automatically set the io_layout to\nbe the same as the layout.\n",
3027
+
"datatype": "list",
3028
+
"value": {
3029
+
"$OCN_GRID == \"tx0.25v1\"": "4, 3",
3030
+
"else": "1, 1"
3031
+
}
3032
+
},
3031
3033
"AUTO_MASKTABLE": {
3032
3034
"description": "Turn on automatic mask table generation to eliminate land blocks\n",
0 commit comments