Skip to content

Commit 5d94df5

Browse files
final param changes for beta05 (#226)
1 parent 615266c commit 5d94df5

3 files changed

Lines changed: 11 additions & 16 deletions

File tree

cime_config/testdefs/testlist_mom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<option name="wallclock">01:00:00</option>
9292
</options>
9393
</test>
94-
<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BLT1850" testmods="mom/bcompset">
94+
<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BLT1850">
9595
<machines>
9696
<machine name="derecho" compiler="intel" category="aux_mom"/>
9797
<machine name="derecho" compiler="intel" category="pr_mom"/>

param_templates/MOM_input.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,7 @@ Global:
998998
If true, use a Laplacian horizontal viscosity."
999999
datatype: logical
10001000
units: Boolean
1001-
value:
1002-
$OCN_GRID == "tx2_3v2": False
1003-
else: True
1001+
value: True
10041002
KH:
10051003
description: |
10061004
"[m2 s-1] default = 0.0
@@ -1071,15 +1069,15 @@ Global:
10711069
datatype: logical
10721070
units: Boolean
10731071
value:
1074-
$OCN_GRID == "tx2_3v2": False
1072+
$OCN_GRID == "tx2_3v2": True
10751073
LEITH_AH:
10761074
description: |
10771075
"[Boolean] default = False
10781076
If true, use a biharmonic Leith nonlinear eddy viscosity."
10791077
datatype: logical
10801078
units: Boolean
10811079
value:
1082-
$OCN_GRID == "tx2_3v2": True
1080+
$OCN_GRID == "tx2_3v2": False
10831081
LEITH_BI_CONST:
10841082
description: |
10851083
"[nondim] default = 0.0
@@ -1088,7 +1086,7 @@ Global:
10881086
datatype: real
10891087
units: nondim
10901088
value:
1091-
$OCN_GRID == "tx2_3v2": 128.0
1089+
$OCN_GRID == "tx2_3v2": 75.0
10921090
LEITHY_CK:
10931091
description: |
10941092
"[nondim] default = 1.0
@@ -3769,6 +3767,6 @@ KPP:
37693767
parameter, the OBL depth is always at least as deep as the first layer."
37703768
datatype: real
37713769
value:
3772-
$OCN_GRID == "tx2_3v2": 2.5
3770+
$OCN_GRID == "tx2_3v2": 5.0
37733771
...
37743772

param_templates/json/MOM_input.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -755,10 +755,7 @@
755755
"description": "\"[Boolean] default = False\nIf true, use a Laplacian horizontal viscosity.\"\n",
756756
"datatype": "logical",
757757
"units": "Boolean",
758-
"value": {
759-
"$OCN_GRID == \"tx2_3v2\"": false,
760-
"else": true
761-
}
758+
"value": true
762759
},
763760
"KH": {
764761
"description": "\"[m2 s-1] default = 0.0\nThe background Laplacian horizontal viscosity.\"\n",
@@ -818,23 +815,23 @@
818815
"datatype": "logical",
819816
"units": "Boolean",
820817
"value": {
821-
"$OCN_GRID == \"tx2_3v2\"": false
818+
"$OCN_GRID == \"tx2_3v2\"": true
822819
}
823820
},
824821
"LEITH_AH": {
825822
"description": "\"[Boolean] default = False\nIf true, use a biharmonic Leith nonlinear eddy viscosity.\"\n",
826823
"datatype": "logical",
827824
"units": "Boolean",
828825
"value": {
829-
"$OCN_GRID == \"tx2_3v2\"": true
826+
"$OCN_GRID == \"tx2_3v2\"": false
830827
}
831828
},
832829
"LEITH_BI_CONST": {
833830
"description": "\"[nondim] default = 0.0\nThe nondimensional biharmonic Leith constant, typical values are thus far\nundetermined.\"\n",
834831
"datatype": "real",
835832
"units": "nondim",
836833
"value": {
837-
"$OCN_GRID == \"tx2_3v2\"": 128.0
834+
"$OCN_GRID == \"tx2_3v2\"": 75.0
838835
}
839836
},
840837
"LEITHY_CK": {
@@ -3057,7 +3054,7 @@
30573054
"description": "\"[m] default = 0.0\nIf non-zero, a minimum depth to use for KPP OBL depth. Independent of this\nparameter, the OBL depth is always at least as deep as the first layer.\"\n",
30583055
"datatype": "real",
30593056
"value": {
3060-
"$OCN_GRID == \"tx2_3v2\"": 2.5
3057+
"$OCN_GRID == \"tx2_3v2\"": 5.0
30613058
}
30623059
}
30633060
}

0 commit comments

Comments
 (0)