Skip to content

Commit 2fc3694

Browse files
committed
Update IC files
Enforce autotroph consistency (if any of an autotroph's tracers are zero, they all should be zero) to cocco tracers; also include the new nitrogen tracer in the consistency check.
1 parent 06bbe7b commit 2fc3694

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ Global:
330330
for the MARBL tracer package."
331331
datatype: string
332332
value:
333-
$MARBL_CONFIG == "latest": ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc
334-
$MARBL_CONFIG == "latest+4p2z": ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc
333+
$MARBL_CONFIG == "latest": ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc
334+
$MARBL_CONFIG == "latest+4p2z": ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc
335335
MARBL_FESEDFLUX_FILE:
336336
description: |
337337
"Name of file containing iron sediment flux

param_templates/json/MOM_input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
"description": "\"Name of file containing initial conditions\nfor the MARBL tracer package.\"\n",
235235
"datatype": "string",
236236
"value": {
237-
"$MARBL_CONFIG == \"latest\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc",
238-
"$MARBL_CONFIG == \"latest+4p2z\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc"
237+
"$MARBL_CONFIG == \"latest\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc",
238+
"$MARBL_CONFIG == \"latest+4p2z\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc"
239239
}
240240
},
241241
"MARBL_FESEDFLUX_FILE": {

0 commit comments

Comments
 (0)