Skip to content

Commit

Permalink
return back some debuging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AminIlia-NOAA committed Feb 27, 2025
1 parent ce8270f commit ed3f277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ocnicepost.fd/masking_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ subroutine remap_masks(vfill)

if (debug) then
write(logunit,'(a,2g14.4)')'mask min/max on destination grid ',minval(rgmask3d),maxval(rgmask3d)
call dumpnc(trim(ftype)//'.'//trim(fdst)//'.rgmask3d.nc', 'rgmask3d', dims=(/nxr*nyr,nlevs/), &
call dumpnc(trim(ftype)//'.'//trim(fdst)//'.rgmask3d.nc', 'rgmask3d', dims=(/nxr,nyr,nlevs/), &
field=rgmask3d)
end if
else
Expand All @@ -93,7 +93,7 @@ subroutine remap_masks(vfill)

if (debug) then
write(logunit,'(a,2g14.4)')'mask min/max on destination grid ',minval(rgmask2d),maxval(rgmask2d)
call dumpnc(trim(ftype)//'.'//trim(fdst)//'.rgmask2d.nc', 'rgmask2d', dims=(/nxr*nyr/), &
call dumpnc(trim(ftype)//'.'//trim(fdst)//'.rgmask2d.nc', 'rgmask2d', dims=(/nxr,nyr/), &
field=rgmask2d)
end if
end if
Expand Down

0 comments on commit ed3f277

Please sign in to comment.