Skip to content

Commit

Permalink
Update masking_mod.F90 (#84)
Browse files Browse the repository at this point in the history
Changed minlat in masking_mod.F90 to -78
Resolves ##83
  • Loading branch information
AminIlia-NOAA authored Oct 17, 2024
1 parent 856a420 commit 0083831
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.63

real, allocatable, dimension(:) :: out1d

Expand Down

0 comments on commit 0083831

Please sign in to comment.