From 8004e340ed551fae7daf794ca5db479307ca8cea Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Thu, 12 Jan 2023 16:32:33 -0700 Subject: [PATCH] Per #2399 fix definitions of G172 and G220 based on comments in NOAA-EMC/NCEPLIBS-w3emc#157. --- src/libcode/vx_grid/find_grid_by_name.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcode/vx_grid/find_grid_by_name.h b/src/libcode/vx_grid/find_grid_by_name.h index 96be17247e..b2ecfa46fd 100644 --- a/src/libcode/vx_grid/find_grid_by_name.h +++ b/src/libcode/vx_grid/find_grid_by_name.h @@ -198,8 +198,8 @@ static const StereographicData ncep_st_grids [] = { // { "G028", 'S', -60.0, 20.826, -145.0, 0.0, 0.0, 80.0, 381.0, ncep_earth_radius_km, 65, 65 }, - { "G172", 'S', -60.0, -36.866, -139.806, 0.0, 0.0, -100.0, 12.7, ncep_earth_radius_km, 690, 710 }, - { "G220", 'S', -60.0, -36.866, -139.806, 0.0, 0.0, -100.0, 25.4, ncep_earth_radius_km, 345, 355 }, + { "G172", 'S', -60.0, -36.899, -139.806, 0.0, 0.0, 80.0, 12.7, ncep_earth_radius_km, 690, 710 }, + { "G220", 'S', -60.0, -36.899, -139.806, 0.0, 0.0, 80.0, 25.4, ncep_earth_radius_km, 345, 355 }, { "G224", 'S', -60.0, 20.826, -120.0, 0.0, 0.0, 105.0, 381.0, ncep_earth_radius_km, 65, 65 }, };