Skip to content

Commit f01d26d

Browse files
committed
files in input_data_list didn't match MOM_input
In a previous commit, I updated default values for some MARBL forcing files but forgot to reflect those changes in the input data list file
1 parent bf8aa43 commit f01d26d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

param_templates/input_data_list.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ mom.input_data_list:
5050
DIAG_COORD_DEF_RHO2:
5151
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/ocean_rho2_190917.nc"
5252
MARBL_TRACERS_IC_FILE:
53-
$MARBL_CONFIG == "latest": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc"
54-
$MARBL_CONFIG == "latest+4p2z": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250116.nc"
53+
$MARBL_CONFIG == "latest": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc"
54+
$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.c250220.nc"
57+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedflux_2024algo_tx2_3v2.c250616.nc"
5858
MARBL_FESEDFLUXRED_FILE:
5959
'"BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS':
60-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c250220.nc"
60+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/fesedfluxRed_2024algo_tx2_3v2.c250616.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"

0 commit comments

Comments
 (0)