Skip to content

Commit

Permalink
Turn off extra cice restarts and remove non functioning write_restart…
Browse files Browse the repository at this point in the history
…_at_endofrun

per COSIMA/access-om3#175
  • Loading branch information
anton-seaice authored and dougiesquire committed Feb 18, 2025
1 parent 9410e12 commit c4eab2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
bfbflag = "off"
conserv_check = .false.
diagfreq = 960
dumpfreq = "y"
dump_last = .true.
dumpfreq = "x"
histfreq = "d", "m", "x", "x", "x"
hist_suffix = ".d", ".m", "x", "x", "x"
hist_time_axis = "middle"
Expand All @@ -14,8 +13,8 @@
ice_ic = 'default'
lcdf64 = .false.
npt = 35040
pointer_file = './rpointer.ice'
print_global = .false.
pointer_file = './rpointer.ice'
print_global = .false.
/
&grid_nml
bathymetry_file = "./INPUT/topog.nc"
Expand Down
1 change: 0 additions & 1 deletion nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ ALLCOMP_attributes::
start_type = startup
tfreeze_option = linear_salt
wav_coupling_to_cice = .false.
write_restart_at_endofrun = .false.
restart_pointer_append_date = .false.
::

Expand Down

0 comments on commit c4eab2c

Please sign in to comment.