From 856a42076a65256aaae9b29f4891532cb4a3fbca Mon Sep 17 00:00:00 2001 From: Eric Sinsky - NOAA <48259628+EricSinsky-NOAA@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:01:18 -0400 Subject: [PATCH 1/2] Add ocean variable to ocean post-processing (#85) Tob has been added to the ocean variables for ocean post-processing. Tob is a variable that has been requested in the GEFS products. --- parm/ocnicepost/ocean.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/parm/ocnicepost/ocean.csv b/parm/ocnicepost/ocean.csv index 1ec02e1a..1d853e98 100644 --- a/parm/ocnicepost/ocean.csv +++ b/parm/ocnicepost/ocean.csv @@ -20,6 +20,7 @@ 'taux', 2 ,'Cu' , 'conserve' , 'tauy' , 'Cv' 'tauy', 2 ,'Cv' , 'conserve' , 'taux' , 'Cu' 'temp', 3 ,'Ct' , 'bilinear' , '', '' + 'tob', 2 ,'Ct' , 'bilinear' , '', '' 'so', 3 ,'Ct' , 'bilinear' , '', '' 'uo', 3 ,'Cu' , 'bilinear' , 'vo' , 'Cv' 'vo', 3 ,'Cv' , 'bilinear' , 'uo' , 'Cu' From 008383107a4fd386ac963d212e2122fc4cf14e50 Mon Sep 17 00:00:00 2001 From: AminIlia-NOAA Date: Thu, 17 Oct 2024 10:30:41 -0400 Subject: [PATCH 2/2] Update masking_mod.F90 (#84) Changed minlat in masking_mod.F90 to -78 Resolves ##83 --- 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..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 = -79.75 + real :: minlat = -78.63 real, allocatable, dimension(:) :: out1d