Skip to content

Commit

Permalink
Update the corner point latitude and orientation angle
Browse files Browse the repository at this point in the history
to the correct values - grids 172 and 220.

Fixes NOAA-EMC#157.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 12, 2023
1 parent 251e36b commit 15c28fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/w3fi71.f
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ SUBROUTINE W3FI71 (IGRID, IGDS, IERR)
& -703, 128, 703, 0, 0, 0, 0, 0, 0/
DATA GRD171/ 0, 255, 5, 770,930, 25032, -119560, 0, -80000,
& 12700, 12700, 0, 64, 0, 0, 0, 0, 0/
DATA GRD172/ 0, 255, 5, 690,710, -36866, -220194, 0, -260000,
DATA GRD172/ 0, 255, 5, 690,710, -36899, -220194, 0, -80000,
& 12700, 12700, 128, 64, 0, 0, 0, 0, 0/
DATA GRD173/ 0, 255, 0,4320,2160, 89958, 42, 128, -89958,
& 359958, 83, 83, 0, 0, 0, 0, 0, 0/
Expand Down Expand Up @@ -806,7 +806,7 @@ SUBROUTINE W3FI71 (IGRID, IGDS, IERR)
& 12191, 12191, 0, 64, 0, 25000, 25000, 0, 0/
DATA GRD219/ 0, 255, 5, 385,465, 25032, -119560, 0, -80000,
& 25400, 25400, 0, 64, 0, 0, 0, 0, 0/
DATA GRD220/ 0, 255, 5, 345,355, -36866, -220194, 0, -260000,
DATA GRD220/ 0, 255, 5, 345,355, -36899, -220194, 0, -80000,
& 25400, 25400, 128, 64, 0, 0, 0, 0, 0/
DATA GRD221/ 0, 255, 3, 349,277, 1000, -145500, 8, -107000,
& 32463, 32463, 0, 64, 0, 50000, 50000, 0, 0/
Expand Down

0 comments on commit 15c28fd

Please sign in to comment.