Skip to content

Commit 8158b69

Browse files
Turn on REMAP_VEL_CONSERVE_KE for t232 (#198)
* turn on REMAP_VEL_CONSERVE_KE for t232 * update to core dev/ncar_241017 tag
1 parent 47034fc commit 8158b69

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
path = MOM6
33
url = https://github.com/NCAR/MOM6.git
44
fxDONOTUSEurl = https://github.com/NCAR/MOM6.git
5-
fxtag = dev/ncar_241003
5+
fxtag = dev/ncar_241017
66
fxrequired = AlwaysRequired
77

88
[submodule "stochastic_physics"]

param_templates/MOM_input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Global:
614614
datatype: logical
615615
units: Boolean
616616
value:
617-
$OCN_GRID == "tx2_3v2": False
617+
$OCN_GRID == "tx2_3v2": True
618618
INIT_LAYERS_FROM_Z_FILE:
619619
description: |
620620
"[Boolean] default = False

param_templates/json/MOM_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"datatype": "logical",
465465
"units": "Boolean",
466466
"value": {
467-
"$OCN_GRID == \"tx2_3v2\"": false
467+
"$OCN_GRID == \"tx2_3v2\"": true
468468
}
469469
},
470470
"INIT_LAYERS_FROM_Z_FILE": {

0 commit comments

Comments
 (0)