File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,11 +49,14 @@ mom.input_data_list:
4949 DIAG_COORD_DEF_RHO2 :
5050 $OCN_GRID == "tx2_3v2" : " ${INPUTDIR}/ocean_rho2_190917.nc"
5151 MARBL_TRACERS_IC_FILE :
52- $MARBL_CONFIG == "latest" : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c230331 .nc"
53- $MARBL_CONFIG == "latest+4p2z" : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c231221 .nc"
52+ $MARBL_CONFIG == "latest" : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250116 .nc"
53+ $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.c231205.nc"
56+ $OCN_GRID == "tx2_3v2" : " ${INPUTDIR}/fesedflux_total_reduce_oxic_tx2_3v2.c250220.nc"
57+ MARBL_FESEDFLUXRED_FILE :
58+ ' "BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS ' :
59+ $OCN_GRID == "tx2_3v2" : " ${INPUTDIR}/fesedfluxRed_total_reduce_oxic_tx2_3v2.c250220.nc"
5760 MARBL_FEVENTFLUX_FILE :
5861 ' "BASE_BIO_ON=TRUE" in $MARBL_TRACER_OPTS ' :
5962 $OCN_GRID == "tx2_3v2" : " ${INPUTDIR}/feventflux_5gmol_tx2_3v2.c231205.nc"
Original file line number Diff line number Diff line change 6363 "$OCN_GRID == \" tx2_3v2\" " : " ${INPUTDIR}/ocean_rho2_190917.nc"
6464 },
6565 "MARBL_TRACERS_IC_FILE" : {
66- "$MARBL_CONFIG == \" latest\" " : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c230331 .nc" ,
67- "$MARBL_CONFIG == \" latest+4p2z\" " : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c231221 .nc"
66+ "$MARBL_CONFIG == \" latest\" " : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250116 .nc" ,
67+ "$MARBL_CONFIG == \" latest+4p2z\" " : " ${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250116 .nc"
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.c231205.nc"
71+ "$OCN_GRID == \" tx2_3v2\" " : " ${INPUTDIR}/fesedflux_total_reduce_oxic_tx2_3v2.c250220.nc"
72+ }
73+ },
74+ "MARBL_FESEDFLUXRED_FILE" : {
75+ "\" BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS" : {
76+ "$OCN_GRID == \" tx2_3v2\" " : " ${INPUTDIR}/fesedfluxRed_total_reduce_oxic_tx2_3v2.c250220.nc"
7277 }
7378 },
7479 "MARBL_FEVENTFLUX_FILE" : {
You can’t perform that action at this time.
0 commit comments