Skip to content

Commit 80b70a2

Browse files
committed
More updates to input_data_list
Also updated the ecosys IC file for 3p1z (since that could potentially be run with variable N:C)
1 parent 361f5d4 commit 80b70a2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Global:
330330
for the MARBL tracer package."
331331
datatype: string
332332
value:
333-
$MARBL_CONFIG == "latest": ecosys_jan_IC_omip_latlon_1x1_180W_c230331.nc
333+
$MARBL_CONFIG == "latest": ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc
334334
$MARBL_CONFIG == "latest+4p2z": ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc
335335
MARBL_FESEDFLUX_FILE:
336336
description: |

param_templates/input_data_list.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ mom.input_data_list:
5353
$MARBL_CONFIG == "latest+4p2z": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc"
5454
MARBL_FESEDFLUX_FILE:
5555
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
56-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedflux_total_reduce_oxic_tx2_3v2.c250220.nc"
56+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c250220.nc"
5757
MARBL_FESEDFLUXRED_FILE:
5858
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
59-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedfluxRed_total_reduce_oxic_tx2_3v2.c250220.nc"
59+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c250220.nc"
6060
MARBL_FEVENTFLUX_FILE:
6161
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
6262
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/feventflux_5gmol_tx2_3v2.c231205.nc"

param_templates/json/MOM_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
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_c230331.nc",
237+
"$MARBL_CONFIG == \"latest\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc",
238238
"$MARBL_CONFIG == \"latest+4p2z\"": "ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc"
239239
}
240240
},

param_templates/json/input_data_list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
},
6969
"MARBL_FESEDFLUX_FILE": {
7070
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": {
71-
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedflux_total_reduce_oxic_tx2_3v2.c250220.nc"
71+
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c250220.nc"
7272
}
7373
},
7474
"MARBL_FESEDFLUXRED_FILE": {
7575
"\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": {
76-
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedfluxRed_total_reduce_oxic_tx2_3v2.c250220.nc"
76+
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c250220.nc"
7777
}
7878
},
7979
"MARBL_FEVENTFLUX_FILE": {

0 commit comments

Comments
 (0)