From 9dcc55f9b3687d7dd9469778b0de68a333eb030d Mon Sep 17 00:00:00 2001 From: AminIlia-NOAA Date: Thu, 3 Oct 2024 12:28:13 -0400 Subject: [PATCH] Update masking_mod.F90 Changed minlat to -78.63 to avoid loosing any node results in 1/4 deg resolution. --- src/ocnicepost.fd/masking_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocnicepost.fd/masking_mod.F90 b/src/ocnicepost.fd/masking_mod.F90 index b2c927e0..3613d6f5 100644 --- a/src/ocnicepost.fd/masking_mod.F90 +++ b/src/ocnicepost.fd/masking_mod.F90 @@ -27,7 +27,7 @@ subroutine remap_masks(vfill) ! local variables integer :: rc, ncid, varid, n character(len=240) :: wgtsfile - real :: minlat = -78.00 + real :: minlat = -78.63 real, allocatable, dimension(:) :: out1d