Skip to content

Commit 3f2ef3c

Browse files
authored
Force to continue
1 parent 29600f0 commit 3f2ef3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cicecore/cicedyn/general/ice_step_mod.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,11 @@ subroutine step_therm1 (dt, iblk)
623623
call icepack_warnings_flush(nu_diag)
624624
if (icepack_warnings_aborted()) then
625625
write(nu_diag,*) "iglob, jglob= ", this_block%i_glob(i), ", ", this_block%j_glob(j)
626-
call abort_ice(error_message=subname, &
626+
!call abort_ice(error_message=subname, &
627627
file=__FILE__, line=__LINE__)
628628
!force CICE to try and continue
629629
! write(nu_diag,*) "icepack tries to abort, but try to continue"
630-
!call icepack_warnings_setabort(.false.)
630+
call icepack_warnings_setabort(.false.)
631631
call icepack_configure()
632632
endif
633633

0 commit comments

Comments
 (0)