Skip to content

Commit db3e538

Browse files
committed
use 'stop_option = end' as default restart write time
per https://github.com/COSIMA/access-om3/issues/175
1 parent f369fd3 commit db3e538

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ice_in

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
bfbflag = "off"
33
conserv_check = .false.
44
diagfreq = 960
5-
dumpfreq = "y"
6-
dump_last = .true.
5+
dumpfreq = "x"
76
histfreq = "d", "m", "x", "x", "x"
87
hist_suffix = ".d", ".m", "x", "x", "x"
98
hist_time_axis = "middle"

nuopc.runconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ CLOCK_attributes::
270270
ice_cpl_dt = 99999 #not used
271271
lnd_cpl_dt = 99999 #not used
272272
ocn_cpl_dt = 3600 #ignored (coupling timestep set by nuopc.runseq) unless stop_option is nsteps
273-
restart_n = 1
274-
restart_option = nmonths
273+
restart_n = -999
274+
restart_option = end
275275
restart_ymd = -999
276276
rof_cpl_dt = 99999 #not used
277277
start_tod = 0

0 commit comments

Comments
 (0)