Skip to content

Commit

Permalink
Merge pull request #149 from gustavo-marques/geometric_alpha
Browse files Browse the repository at this point in the history
Set MEKE_GEOMETRIC_ALPHA
  • Loading branch information
alperaltuntas authored Oct 17, 2023
2 parents 42a11ac + 6a111b4 commit ebba77b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ Global:
datatype: string
value:
$OCN_GRID == "tx0.66v1": "energy_new_t0.66v1_conserve_190315.nc"
$OCN_GRID == "tx2_3v2": "energy_new_tx2_3_conserve_230415_cdf5.nc"
$OCN_GRID == "tx2_3v2": "energy_new_tx2_3_conserve_230415_cdf5.nc"
TIDAL_ENERGY_TYPE:
description: |
"The type of input tidal energy flux dataset. Valid values are Jayne
Expand Down Expand Up @@ -2412,8 +2412,8 @@ Global:
datatype: real
units: nondim
value:
$OCN_GRID == "tx0.66v1": 0.07
$OCN_GRID == "tx2_3v2": 0.07
$COMP_ATM == "cam": 0.10
else: 0.07
MEKE_KHTH_FAC:
description: |
"[nondim] default = 0.0
Expand Down
4 changes: 2 additions & 2 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -1910,8 +1910,8 @@
"datatype": "real",
"units": "nondim",
"value": {
"$OCN_GRID == \"tx0.66v1\"": 0.07,
"$OCN_GRID == \"tx2_3v2\"": 0.07
"$COMP_ATM == \"cam\"": 0.1,
"else": 0.07
}
},
"MEKE_KHTH_FAC": {
Expand Down

0 comments on commit ebba77b

Please sign in to comment.