Skip to content

Commit ea8013e

Browse files
committed
Update iron forcing files
This will require updated MARBL and MOM6 tags as well
1 parent 112f5ca commit ea8013e

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,21 @@ Global:
329329
datatype: string
330330
value:
331331
$MARBL_CONFIG == "latest": ecosys_jan_IC_omip_latlon_1x1_180W_c230331.nc
332-
$MARBL_CONFIG == "latest+4p2z": ecosys_jan_IC_omip_latlon_1x1_180W_c231221.nc
332+
$MARBL_CONFIG == "latest+4p2z": ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc
333333
MARBL_FESEDFLUX_FILE:
334334
description: |
335335
"Name of file containing iron sediment flux
336336
forcing field for the MARBL tracer package."
337337
datatype: string
338338
value:
339-
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedflux_total_reduce_oxic_tx2_3v2.c231205.nc
339+
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedflux_2024algo_tx2_3v2.c250220.nc
340+
MARBL_FESEDFLUXRED_FILE:
341+
description: |
342+
"Name of file containing iron reducing sediment flux
343+
forcing field for the MARBL tracer package."
344+
datatype: string
345+
value:
346+
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedfluxRed_2024algo_tx2_3v2.c250220.nc
340347
MARBL_FEVENTFLUX_FILE:
341348
description: |
342349
"Name of file containing iron sediment flux

param_templates/json/MOM_input.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,21 @@
232232
"datatype": "string",
233233
"value": {
234234
"$MARBL_CONFIG == \"latest\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c230331.nc",
235-
"$MARBL_CONFIG == \"latest+4p2z\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c231221.nc"
235+
"$MARBL_CONFIG == \"latest+4p2z\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc"
236236
}
237237
},
238238
"MARBL_FESEDFLUX_FILE": {
239239
"description": "\"Name of file containing iron sediment flux\n forcing field for the MARBL tracer package.\"\n",
240240
"datatype": "string",
241241
"value": {
242-
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedflux_total_reduce_oxic_tx2_3v2.c231205.nc"
242+
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedflux_2024algo_tx2_3v2.c250220.nc"
243+
}
244+
},
245+
"MARBL_FESEDFLUXRED_FILE": {
246+
"description": "\"Name of file containing iron reducing sediment flux\n forcing field for the MARBL tracer package.\"\n",
247+
"datatype": "string",
248+
"value": {
249+
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedfluxRed_2024algo_tx2_3v2.c250220.nc"
243250
}
244251
},
245252
"MARBL_FEVENTFLUX_FILE": {

0 commit comments

Comments
 (0)