We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdde69 commit 2336090Copy full SHA for 2336090
source/ice_restart_driver.F90
@@ -841,8 +841,9 @@ subroutine restartfile_v4 (ice_ic)
841
!$OMP END PARALLEL DO
842
843
! creates netcdf if restart_format = 'nc'
844
- filename = 'restart/iced.converted'
+ filename = trim(restart_dir) // '/iced.converted'
845
call dumpfile(filename)
846
+ call final_restart
847
! stop
848
849
! if runid is bering then need to correct npt for istep0
0 commit comments