Skip to content

Commit 4820d26

Browse files
Add new files in the input_data_list
1 parent cd8c143 commit 4820d26

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

param_templates/input_data_list.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ mom.input_data_list:
77
ALE_COORDINATE_CONFIG:
88
$MOM6_VERTICAL_GRID == "zstar_75L": "${INPUTDIR}/zstar_75layer_2.5m_248.4m-2024-03-29.nc"
99
$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"
10+
$MOM6_VERTICAL_GRID == "hycom1" and $OCN_GRID != "tx0.25v1": "${INPUTDIR}/hybrid_75layer_zstar_2.50m-2025-09-12.nc"
1111
$MOM6_VERTICAL_GRID == "hycom1" and $OCN_GRID == "tx0.25v1": "${INPUTDIR}/hycom1_75_800m.nc"
1212
$OCN_GRID == "tx0.25v1": "${INPUTDIR}/hycom1_75_800m.nc"
13+
MAXIMUM_INT_DEPTH_CONFIG:
14+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/lev-2025-09-12.nc"
15+
MAX_LAYER_THICKNESS_CONFIG:
16+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/dz_max-2025-09-12.nc"
1317
DIAG_COORD_DEF_Z:
1418
$OCN_GRID == "tx0.25v1": "${INPUTDIR}/interpolate_zgrid_40L.nc"
1519
COORD_FILE:
@@ -44,7 +48,7 @@ mom.input_data_list:
4448
$OCN_GRID == "tx0.25v1": "${INPUTDIR}/seawifs-clim-1997-2010.1440x1080.v20180328.nc"
4549
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/seawifs-clim-1997-2010-tx2_3v2.230416.nc"
4650
CR_FILE:
47-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/mle-cr-tx2_3v2-v10_20250426.nc"
51+
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/mle-cr-mask_20250627.nc"
4852
CFC_BC_FILE: "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/cfc_atm_20230310.nc"
4953
DIAG_COORD_DEF_RHO2:
5054
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/ocean_rho2_190917.nc"

param_templates/json/input_data_list.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@
77
"ALE_COORDINATE_CONFIG": {
88
"$MOM6_VERTICAL_GRID == \"zstar_75L\"": "${INPUTDIR}/zstar_75layer_2.5m_248.4m-2024-03-29.nc",
99
"$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",
10+
"$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID != \"tx0.25v1\"": "${INPUTDIR}/hybrid_75layer_zstar_2.50m-2025-09-12.nc",
1111
"$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/hycom1_75_800m.nc",
1212
"$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/hycom1_75_800m.nc"
1313
},
14+
"MAXIMUM_INT_DEPTH_CONFIG": {
15+
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/lev-2025-09-12.nc"
16+
},
17+
"MAX_LAYER_THICKNESS_CONFIG": {
18+
"$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID in [\"tx2_3v2\"]": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/dz_max_90th_quantile.nc"
19+
},
1420
"DIAG_COORD_DEF_Z": {
1521
"$OCN_GRID == \"tx0.25v1\"": "${INPUTDIR}/interpolate_zgrid_40L.nc"
1622
},
@@ -30,9 +36,6 @@
3036
"$INIT_LAYERS_FROM_Z_FILE == \"True\"": "${INPUTDIR}/${TEMP_SALT_Z_INIT_FILE}"
3137
}
3238
},
33-
"MAX_LAYER_THICKNESS_CONFIG": {
34-
"$MOM6_VERTICAL_GRID == \"hycom1\" and $OCN_GRID in [\"tx2_3v2\"]": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/dz_max_90th_quantile.nc"
35-
},
3639
"SURFACE_PRESSURE_FILE": {
3740
"$OCN_GRID == \"MISOMIP\"": "${INPUTDIR}/MISOMIP_181108.nc"
3841
},
@@ -56,7 +59,7 @@
5659
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/seawifs-clim-1997-2010-tx2_3v2.230416.nc"
5760
},
5861
"CR_FILE": {
59-
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/mle-cr-tx2_3v2-v10_20250426.nc"
62+
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/mle-cr-mask_20250627.nc"
6063
},
6164
"CFC_BC_FILE": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/cfc_atm_20230310.nc",
6265
"DIAG_COORD_DEF_RHO2": {

0 commit comments

Comments
 (0)