Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DO_SKEB=False
SKEB_USE_GM=False
SKEB_USE_FRICT=False
2 changes: 1 addition & 1 deletion param_templates/input_nml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mpp_io_nml:
nam_stochy:
stochini:
values:
$CONTINUE_RUN == True: .true.
$CONTINUE_RUN == True or $RUN_TYPE == "branch": .true.
else: .false.
new_lscale:
values: .true.
Expand Down
2 changes: 1 addition & 1 deletion param_templates/json/input_nml.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"nam_stochy": {
"stochini": {
"values": {
"$CONTINUE_RUN == True": ".true.",
"$CONTINUE_RUN == True or $RUN_TYPE == \"branch\"": ".true.",
"else": ".false."
}
},
Expand Down