From 8b5798719892b525d2ca975a29ff214011f823ed Mon Sep 17 00:00:00 2001 From: AminIlia-NOAA Date: Thu, 3 Oct 2024 08:11:42 -0400 Subject: [PATCH 1/2] Update masking_mod.F90 Changed minlat to -78 --- 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 ae505545..b2c927e0 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 = -79.75 + real :: minlat = -78.00 real, allocatable, dimension(:) :: out1d From 9dcc55f9b3687d7dd9469778b0de68a333eb030d Mon Sep 17 00:00:00 2001 From: AminIlia-NOAA Date: Thu, 3 Oct 2024 12:28:13 -0400 Subject: [PATCH 2/2] 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