Skip to content

Commit 06bbe7b

Browse files
committed
Add DEPTH_EDGES to fesedflux
The DEPTH variable needs the edges attribute, and these changes were also needed for the fesedfluxRed file
1 parent e8fd165 commit 06bbe7b

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
@@ -338,14 +338,14 @@ Global:
338338
forcing field for the MARBL tracer package."
339339
datatype: string
340340
value:
341-
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedflux_2024algo_tx2_3v2.c250220.nc
341+
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedflux_2024algo_tx2_3v2.c250616.nc
342342
MARBL_FESEDFLUXRED_FILE:
343343
description: |
344344
"Name of file containing iron reducing sediment flux
345345
forcing field for the MARBL tracer package."
346346
datatype: string
347347
value:
348-
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedfluxRed_2024algo_tx2_3v2.c250220.nc
348+
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS and $OCN_GRID == "tx2_3v2"': fesedfluxRed_2024algo_tx2_3v2.c250616.nc
349349
MARBL_FEVENTFLUX_FILE:
350350
description: |
351351
"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
@@ -242,14 +242,14 @@
242242
"description": "\"Name of file containing iron sediment flux\n forcing field for the MARBL tracer package.\"\n",
243243
"datatype": "string",
244244
"value": {
245-
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedflux_2024algo_tx2_3v2.c250220.nc"
245+
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedflux_2024algo_tx2_3v2.c250616.nc"
246246
}
247247
},
248248
"MARBL_FESEDFLUXRED_FILE": {
249249
"description": "\"Name of file containing iron reducing sediment flux\n forcing field for the MARBL tracer package.\"\n",
250250
"datatype": "string",
251251
"value": {
252-
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedfluxRed_2024algo_tx2_3v2.c250220.nc"
252+
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS and $OCN_GRID == \"tx2_3v2\"": "fesedfluxRed_2024algo_tx2_3v2.c250616.nc"
253253
}
254254
},
255255
"MARBL_FEVENTFLUX_FILE": {

0 commit comments

Comments
 (0)