Skip to content

Commit

Permalink
Turn on REMAP_VEL_CONSERVE_KE for t232 (#198)
Browse files Browse the repository at this point in the history
* turn on REMAP_VEL_CONSERVE_KE for t232

* update to core dev/ncar_241017 tag
  • Loading branch information
alperaltuntas authored Oct 18, 2024
1 parent 47034fc commit 8158b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
path = MOM6
url = https://github.com/NCAR/MOM6.git
fxDONOTUSEurl = https://github.com/NCAR/MOM6.git
fxtag = dev/ncar_241003
fxtag = dev/ncar_241017
fxrequired = AlwaysRequired

[submodule "stochastic_physics"]
Expand Down
2 changes: 1 addition & 1 deletion MOM6
2 changes: 1 addition & 1 deletion param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ Global:
datatype: logical
units: Boolean
value:
$OCN_GRID == "tx2_3v2": False
$OCN_GRID == "tx2_3v2": True
INIT_LAYERS_FROM_Z_FILE:
description: |
"[Boolean] default = False
Expand Down
2 changes: 1 addition & 1 deletion param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"datatype": "logical",
"units": "Boolean",
"value": {
"$OCN_GRID == \"tx2_3v2\"": false
"$OCN_GRID == \"tx2_3v2\"": true
}
},
"INIT_LAYERS_FROM_Z_FILE": {
Expand Down

0 comments on commit 8158b69

Please sign in to comment.