Skip to content

Commit

Permalink
Update masking_mod.F90
Browse files Browse the repository at this point in the history
Changed minlat to -78
  • Loading branch information
AminIlia-NOAA authored Oct 3, 2024
1 parent b9b9653 commit 8b57987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocnicepost.fd/masking_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subroutine remap_masks(vfill)
! local variables
integer :: rc, ncid, varid, n
character(len=240) :: wgtsfile
real :: minlat = -79.75
real :: minlat = -78.00

real, allocatable, dimension(:) :: out1d

Expand Down

0 comments on commit 8b57987

Please sign in to comment.