|
1 | 1 | { |
2 | 2 | "mom.input_data_list": { |
3 | | - "ocean_hgrid": { |
| 3 | + "GRID_FILE": { |
4 | 4 | "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/ocean_hgrid_221123.nc", |
5 | 5 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/ocean_hgrid.nc" |
6 | 6 | }, |
7 | | - "ocean_vgrid1": { |
8 | | - "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/vgrid_65L_20200626.nc", |
| 7 | + "ALE_COORDINATE_CONFIG": { |
| 8 | + "$MOM6_VERTICAL_GRID == \"zstar_75L\"": "${INPUTDIR}/zstar_75layer_2.5m_248.4m-2024-03-29.nc", |
| 9 | + "$MOM6_VERTICAL_GRID == \"zstar_65L\"": "${INPUTDIR}/vgrid_65L_20200626.nc", |
| 10 | + "$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID != \"tx0.25v1\"": "${INPUTDIR}/hybrid_75layer_zstar2.50m-2020-11-23.nc", |
| 11 | + "$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/hycom1_75_800m.nc", |
9 | 12 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/hycom1_75_800m.nc" |
10 | 13 | }, |
11 | | - "ocean_vgrid2": { |
| 14 | + "DIAG_COORD_DEF_Z": { |
12 | 15 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/interpolate_zgrid_40L.nc" |
13 | 16 | }, |
14 | | - "ocean_vgrid3": { |
| 17 | + "COORD_FILE": { |
15 | 18 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/layer_coord.nc" |
16 | 19 | }, |
17 | | - "ocean_topog": { |
18 | | - "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/ocean_topog_230413.nc", |
| 20 | + "TOPO_FILE": { |
| 21 | + "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/ocean_topo_tx2_3v2_240501.nc", |
19 | 22 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/ocean_topog.nc" |
20 | 23 | }, |
21 | | - "ocean_topo_edit": { |
| 24 | + "TOPO_EDITS_FILE": { |
22 | 25 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/All_edits.nc" |
23 | 26 | }, |
24 | | - "tempsalt": { |
| 27 | + "TEMP_SALT_Z_INIT_FILE": { |
25 | 28 | "$OCN_GRID in [\"tx2_3v2\", \"tx0.25v1\"]": { |
26 | 29 | "$INIT_LAYERS_FROM_Z_FILE == \"True\"": "${INPUTDIR}/${TEMP_SALT_Z_INIT_FILE}" |
27 | 30 | } |
28 | 31 | }, |
29 | | - "saltrestore": { |
| 32 | + "MAX_LAYER_THICKNESS_CONFIG": { |
| 33 | + "$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID in [\"tx2_3v2\"]": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/dz_max_90th_quantile.nc" |
| 34 | + }, |
| 35 | + "SURFACE_PRESSURE_FILE": { |
| 36 | + "$OCN_GRID == \"MISOMIP\"": "${INPUTDIR}/MISOMIP_181108.nc" |
| 37 | + }, |
| 38 | + "SALT_RESTORE_FILE": { |
30 | 39 | "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/state_restore_tx2_3_20230416.nc" |
31 | 40 | }, |
32 | | - "tidal": { |
| 41 | + "TIDAL_ENERGY_FILE": { |
| 42 | + "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/energy_new_tx2_3_conserve_230415_cdf5.nc", |
33 | 43 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/tidal_amplitude.v20140616.nc" |
34 | 44 | }, |
35 | | - "ocean_channel": { |
| 45 | + "CHANNEL_LIST_FILE": { |
| 46 | + "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/MOM_channels_global_tx2_3v2_240501", |
36 | 47 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/MOM_channels_global_025" |
37 | 48 | }, |
38 | | - "ocean_geothermal": { |
| 49 | + "GEOTHERMAL_FILE": { |
| 50 | + "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/geothermal_davies2013_tx2_3_20240318_cdf5.nc", |
39 | 51 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/geothermal_davies2013_v1.nc" |
40 | 52 | }, |
41 | | - "ocean_seaw": { |
| 53 | + "CHL_FILE": { |
42 | 54 | "$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/seawifs-clim-1997-2010.1440x1080.v20180328.nc", |
43 | 55 | "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/seawifs-clim-1997-2010-tx2_3v2.230416.nc" |
44 | 56 | }, |
45 | | - "cfcs_forcing": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/cfc_atm_20230310.nc", |
46 | | - "diag_coord_def_rho2": { |
| 57 | + "CFC_BC_FILE": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/cfc_atm_20230310.nc", |
| 58 | + "DIAG_COORD_DEF_RHO2": { |
47 | 59 | "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/ocean_rho2_190917.nc" |
48 | 60 | }, |
49 | | - "marbl_tracers_ic_file": { |
50 | | - "$MARBL_CONFIG == \"latest\"": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c231221.nc", |
| 61 | + "MARBL_TRACERS_IC_FILE": { |
| 62 | + "$MARBL_CONFIG == \"latest\"": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c230331.nc", |
51 | 63 | "$MARBL_CONFIG == \"latest+4p2z\"": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c231221.nc" |
52 | 64 | }, |
53 | | - "marbl_fesedflux_file": { |
| 65 | + "MARBL_FESEDFLUX_FILE": { |
54 | 66 | "\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": { |
55 | 67 | "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/fesedflux_total_reduce_oxic_tx2_3v2.c231205.nc" |
56 | 68 | } |
57 | 69 | }, |
58 | | - "marbl_feventflux_file": { |
| 70 | + "MARBL_FEVENTFLUX_FILE": { |
59 | 71 | "\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": { |
60 | 72 | "$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/feventflux_5gmol_tx2_3v2.c231205.nc" |
61 | 73 | } |
62 | 74 | }, |
63 | | - "riv_flux_file": { |
| 75 | + "RIV_FLUX_FILE": { |
64 | 76 | "\"BASE_BIO_ON=TRUE\" in $MARBL_TRACER_OPTS": { |
65 | 77 | "$ROF_GRID == \"JRA025\" and $OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/riv_nut.gnews_gnm.rJRA025_to_tx2_3v2_nnsm_e333r100_230415.20240202.nc", |
66 | 78 | "$ROF_GRID == \"r05\" and $OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/riv_nut.gnews_gnm.r05_to_tx2_3v2_nnsm_e250r250_230914.20240202.nc" |
67 | 79 | } |
68 | 80 | }, |
69 | | - "d14c_file_1": { |
| 81 | + "MARBL_D14C_FILE_1": { |
70 | 82 | "\"ABIO_DIC_ON=TRUE\" in $MARBL_TRACER_OPTS": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/atm_delta_C14_CMIP6_sector1_global_1850-2015_yearly_v2.0_c240202.nc" |
71 | 83 | }, |
72 | | - "d14c_file_2": { |
| 84 | + "MARBL_D14C_FILE_2": { |
73 | 85 | "\"ABIO_DIC_ON=TRUE\" in $MARBL_TRACER_OPTS": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/atm_delta_C14_CMIP6_sector2_global_1850-2015_yearly_v2.0_c240202.nc" |
74 | 86 | }, |
75 | | - "d14c_file_3": { |
| 87 | + "MARBL_D14C_FILE_3": { |
76 | 88 | "\"ABIO_DIC_ON=TRUE\" in $MARBL_TRACER_OPTS": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/atm_delta_C14_CMIP6_sector3_global_1850-2015_yearly_v2.0_c240202.nc" |
77 | 89 | } |
78 | 90 | } |
|
0 commit comments