Skip to content

Commit

Permalink
fix that ensures we dont check for salinity <= 3 inside ice shelf
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStreffing authored Sep 6, 2023
1 parent 0c2de0a commit a647ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write_step_info.F90
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ subroutine check_blowup(istep, ice, dynamics, tracers, partit, mesh)
end if ! --> if ( .not. trim(which_ALE)=='linfs' .and. ...


do nz=1,nlevels_nod2D(n)-1
do nz=ulevels_nod2D(n),nlevels_nod2D(n)-1
!_______________________________________________________________
! check temp
if ( (tracers%data(1)%values(nz, n) /= tracers%data(1)%values(nz, n)) .or. &
Expand Down

0 comments on commit a647ced

Please sign in to comment.