Skip to content

Commit

Permalink
Fix for arctic grib files (#346)
Browse files Browse the repository at this point in the history
* change for arctic grid so that we are using WGS84 for polar stenographic grids in ww3_grib Issue #345
  • Loading branch information
JessicaMeixner-NOAA authored Mar 31, 2021
1 parent ce9a0f8 commit 8684753
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/ftn/ww3_grib.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@
! (17) Projection center flag
! (18) Scanning mode
!
! Projection for PolarStereo grid was changed from
! KGDS( 1) = 6 to KGDS( 1) = 5 (Earth assumed represented by WGS84 -
! Octet No 15 Table 3.2)
!/NCEP2 KGDS( 1) = 5
!/NCEP2 X0 = MOD(XGRD(1,1) + 360.,360.)
!/NCEP2 XN = MOD(XGRD(NY,NX) + 360., 360.)
!/NCEP2 X0N = MOD(XGRD(NY,1) + 360., 360.)
Expand Down

0 comments on commit 8684753

Please sign in to comment.