Skip to content

Commit

Permalink
Merge branch 'refactoring_update_partialcells' of https://github.com/…
Browse files Browse the repository at this point in the history
…FESOM/fesom2 into refactoring_update_partialcells
  • Loading branch information
patrickscholz committed Sep 22, 2023
2 parents 1d020e9 + f2d46f2 commit 864c374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/write_step_info.F90
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ subroutine check_blowup(istep, ice, dynamics, tracers, partit, mesh)
!_______________________________________________________________
! check salt
if ( (tracers%data(2)%values(nz, n) /= tracers%data(2)%values(nz, n)) .or. &
tracers%data(2)%values(nz, n) < 0 .or. tracers%data(2)%values(nz, n)>50 ) then
tracers%data(2)%values(nz, n) <= 3.0 .or. tracers%data(2)%values(nz, n)>50.0 ) then
!$OMP CRITICAL
found_blowup_loc=1
write(*,*) '___CHECK FOR BLOW UP___________ --> mstep=',istep
Expand Down Expand Up @@ -530,9 +530,9 @@ subroutine check_blowup(istep, ice, dynamics, tracers, partit, mesh)
if (mype==0) then
call sleep(1)
write(*,*)
write(*,*) ' MODEL BLOW UP !!!'
write(*,*) ' ____'
write(*,*) ' __,-~~/~ `---.'
write(*,*) ' MODEL BLOW UP !!!'
write(*,*) ' ____'
write(*,*) ' __,-~~/~ `---.'
write(*,*) ' _/_,---( , )'
write(*,*) ' __ / < / ) \___'
write(*,*) '- -- ----===;;;`====------------------===;;;===---- -- -'
Expand Down

0 comments on commit 864c374

Please sign in to comment.