Skip to content

Commit cc3129a

Browse files
Set DIAG_COORD_DEF_RHO2 for tx2_3v3 (#335)
1 parent 5720051 commit cc3129a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ Global:
13611361
HYBRID:vgrid.nc,sigma2,dz"
13621362
datatype: string
13631363
value:
1364-
$OCN_GRID == "tx2_3v2": '"FILE:ocean_rho2_190917.nc,interfaces=rho2"'
1364+
$OCN_GRID in ["tx2_3v2", "tx2_3v3"]: '"FILE:ocean_rho2_190917.nc,interfaces=rho2"'
13651365
DIAG_MISVAL:
13661366
description: |
13671367
"TODO"

param_templates/input_data_list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mom.input_data_list:
5959
$OCN_GRID == "tx2_3v3": "${INPUTDIR}/mle_cr_labsea_mask_tx2_3v3_260306.nc"
6060
CFC_BC_FILE: "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/cfc_atm_20230310.nc"
6161
DIAG_COORD_DEF_RHO2:
62-
$OCN_GRID == "tx2_3v2": "${INPUTDIR}/ocean_rho2_190917.nc"
62+
$OCN_GRID in ["tx2_3v2", "tx2_3v3"]: "${INPUTDIR}/ocean_rho2_190917.nc"
6363
MARBL_TRACERS_IC_FILE:
6464
$MARBL_CONFIG == "latest": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc"
6565
$MARBL_CONFIG == "latest+4p2z": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc"

param_templates/json/MOM_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@
10531053
"description": "\" default = 'WOA09'\nDetermines how to specify the coordinate resolution. Valid options are:\nPARAM - use the vector-parameter DIAG_COORD_RES_RHO2\nUNIFORM[:N] - uniformly distributed\nFILE:string - read from a file. The string specifies\nthe filename and variable name, separated\nby a comma or space, e.g. FILE:lev.nc,dz\nor FILE:lev.nc,interfaces=zw\nWOA09[:N] - the WOA09 vertical grid (approximately)\nFNC1:string - FNC1:dz_min,H_total,power,precision\nHYBRID:string - read from a file. The string specifies\nthe filename and two variable names, separated\nby a comma or space, for sigma-2 and dz. e.g.\nHYBRID:vgrid.nc,sigma2,dz\"\n",
10541054
"datatype": "string",
10551055
"value": {
1056-
"$OCN_GRID == \"tx2_3v2\"": "\"FILE:ocean_rho2_190917.nc,interfaces=rho2\""
1056+
"$OCN_GRID in [\"tx2_3v2\", \"tx2_3v3\"]": "\"FILE:ocean_rho2_190917.nc,interfaces=rho2\""
10571057
}
10581058
},
10591059
"DIAG_MISVAL": {

param_templates/json/input_data_list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"CFC_BC_FILE": "${DIN_LOC_ROOT}/ocn/mom/grid_indpt/cfc_atm_20230310.nc",
7777
"DIAG_COORD_DEF_RHO2": {
78-
"$OCN_GRID == \"tx2_3v2\"": "${INPUTDIR}/ocean_rho2_190917.nc"
78+
"$OCN_GRID in [\"tx2_3v2\", \"tx2_3v3\"]": "${INPUTDIR}/ocean_rho2_190917.nc"
7979
},
8080
"MARBL_TRACERS_IC_FILE": {
8181
"$MARBL_CONFIG == \"latest\"": "${INPUTDIR}/ecosys_jan_IC_omip_latlon_1x1_180W_c250613.nc",

0 commit comments

Comments
 (0)