Skip to content

Commit 4e912a3

Browse files
authored
Updates for failing tests (#303)
* Updates for failing tests 1. with DO_SKEB=True by default, we need to turn it off in the no_stoch_physics test 2. In order for ERI tests to pass, need stochini=True for hybrid runs * Problem was branch runs, not hybrids
1 parent 63992dd commit 4e912a3

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DO_SKEB=False
2+
SKEB_USE_GM=False
3+
SKEB_USE_FRICT=False

param_templates/input_nml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mpp_io_nml:
6060
nam_stochy:
6161
stochini:
6262
values:
63-
$CONTINUE_RUN == True: .true.
63+
$CONTINUE_RUN == True or $RUN_TYPE == "branch": .true.
6464
else: .false.
6565
new_lscale:
6666
values: .true.

param_templates/json/input_nml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"nam_stochy": {
7373
"stochini": {
7474
"values": {
75-
"$CONTINUE_RUN == True": ".true.",
75+
"$CONTINUE_RUN == True or $RUN_TYPE == \"branch\"": ".true.",
7676
"else": ".false."
7777
}
7878
},

0 commit comments

Comments
 (0)