Skip to content

Commit

Permalink
Pass time stamp to iceberg restart routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfcooke committed Feb 6, 2018
1 parent 17245e8 commit cb6d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ice_type.F90
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ subroutine ice_model_restart(Ice, time_stamp)
elseif (associated(Ice%Ice_fast_restart)) then
call save_restart(Ice%Ice_fast_restart, time_stamp)
endif
call icebergs_save_restart(Ice%icebergs)
call icebergs_save_restart(Ice%icebergs, time_stamp)

end subroutine ice_model_restart
! </SUBROUTINE>
Expand Down

0 comments on commit cb6d13c

Please sign in to comment.