Skip to content

Commit

Permalink
Add -1 to restart_interval (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 22, 2022
1 parent 45da199 commit 5c29c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/templates/model_configure
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cpl: {{ cpl }}
calendar: 'julian'
memuse_verbose: .false.
atmos_nthreads: {{ atmos_nthreads }}
restart_interval: {{ restart_interval }}
restart_interval: {{ restart_interval }} -1
output_1st_tstep_rst: .false.
write_dopost: {{ write_dopost }}
ideflate: 0
Expand Down

0 comments on commit 5c29c93

Please sign in to comment.