Skip to content

Commit bc33c67

Browse files
committed
make sure this works for branch runs
1 parent 60f67c1 commit bc33c67

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

param_templates/input_nml.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ mpp_io_nml:
6060
nam_stochy:
6161
stochini:
6262
values:
63-
$CONTINUE_RUN == True: .true.
63+
$CONTINUE_RUN == True : .true.
64+
$RUN_TYPE == "branch" : .true.
6465
else: .false.
6566
new_lscale:
6667
values: .true.

param_templates/json/input_nml.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"stochini": {
7474
"values": {
7575
"$CONTINUE_RUN == True": ".true.",
76+
"$RUN_TYPE == \"branch\"": ".true.",
7677
"else": ".false."
7778
}
7879
},

0 commit comments

Comments
 (0)