Skip to content

Commit

Permalink
Change CICE restarts to yearly to match runtime (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Aug 20, 2024
1 parent 63f4033 commit def5a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice/cice_in.nml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, restart_dir = './RESTART/'
, restart_file = 'iced'
, pointer_file = './RESTART/ice.restart_file'
, dumpfreq = 'm'
, dumpfreq = 'y'
, dumpfreq_n = 1
, diagfreq = 24
, diag_type = 'file'
Expand Down

0 comments on commit def5a8a

Please sign in to comment.