Skip to content

Commit c4eab2c

Browse files
anton-seaicedougiesquire
authored andcommitted
Turn off extra cice restarts and remove non functioning write_restart_at_endofrun
per https://github.com/COSIMA/access-om3/issues/175
1 parent 9410e12 commit c4eab2c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ice_in

+3-4
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"
@@ -14,8 +13,8 @@
1413
ice_ic = 'default'
1514
lcdf64 = .false.
1615
npt = 35040
17-
pointer_file = './rpointer.ice'
18-
print_global = .false.
16+
pointer_file = './rpointer.ice'
17+
print_global = .false.
1918
/
2019
&grid_nml
2120
bathymetry_file = "./INPUT/topog.nc"

nuopc.runconfig

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ ALLCOMP_attributes::
118118
start_type = startup
119119
tfreeze_option = linear_salt
120120
wav_coupling_to_cice = .false.
121-
write_restart_at_endofrun = .false.
122121
restart_pointer_append_date = .false.
123122
::
124123

0 commit comments

Comments
 (0)