Skip to content

Commit 38c23c4

Browse files
committed
Update iron sed forcing files
In December, UCI provided updates to the scripts that generate the fesedflux and fesedfluxred files; I had tested those files in the older sandbox but didn't commit the changes
1 parent a05f239 commit 38c23c4

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,14 +348,14 @@ Global:
348348
forcing field for the MARBL tracer package."
349349
datatype: string
350350
value:
351-
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedflux_2024algo_tx2_3v2.c250616.nc
351+
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedflux_2024algo_tx2_3v2.c251229.nc
352352
MARBL_FESEDFLUXRED_FILE:
353353
description: |
354354
"Name of file containing iron reducing sediment flux
355355
forcing field for the MARBL tracer package."
356356
datatype: string
357357
value:
358-
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedfluxRed_2024algo_tx2_3v2.c250616.nc
358+
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedfluxRed_2024algo_tx2_3v2.c251229.nc
359359
MARBL_FEVENTFLUX_FILE:
360360
description: |
361361
"Name of file containing iron sediment flux

param_templates/input_data_list.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ mom.input_data_list:
5454
$MARBL_CONFIG == "latest+4p2z": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc"
5555
MARBL_FESEDFLUX_FILE:
5656
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
57-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c250616.nc"
57+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c251229.nc"
5858
MARBL_FESEDFLUXRED_FILE:
5959
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
60-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c250616.nc"
60+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c251229.nc"
6161
MARBL_FEVENTFLUX_FILE:
6262
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
6363
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/feventflux_5gmol_tx2_3v2.c231205.nc"

param_templates/json/MOM_input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@
251251
"description": "\"Name of file containing iron sediment flux\n forcing field for the MARBL tracer package.\"\n",
252252
"datatype": "string",
253253
"value": {
254-
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedflux_2024algo_tx2_3v2.c250616.nc"
254+
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedflux_2024algo_tx2_3v2.c251229.nc"
255255
}
256256
},
257257
"MARBL_FESEDFLUXRED_FILE": {
258258
"description": "\"Name of file containing iron reducing sediment flux\n forcing field for the MARBL tracer package.\"\n",
259259
"datatype": "string",
260260
"value": {
261-
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedfluxRed_2024algo_tx2_3v2.c250616.nc"
261+
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedfluxRed_2024algo_tx2_3v2.c251229.nc"
262262
}
263263
},
264264
"MARBL_FEVENTFLUX_FILE": {

param_templates/json/input_data_list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
},
7272
"MARBL_FESEDFLUX_FILE": {
7373
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": {
74-
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c250616.nc"
74+
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c251229.nc"
7575
}
7676
},
7777
"MARBL_FESEDFLUXRED_FILE": {
7878
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": {
79-
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c250616.nc"
79+
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c251229.nc"
8080
}
8181
},
8282
"MARBL_FEVENTFLUX_FILE": {

0 commit comments

Comments
 (0)