Skip to content

Commit

Permalink
Per #2399 fix definitions of G172 and G220 based on comments in NOAA-…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jan 12, 2023
1 parent c1f1d20 commit 8004e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcode/vx_grid/find_grid_by_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 },

};
Expand Down

0 comments on commit 8004e34

Please sign in to comment.