-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per #2118, I found a reference in ECMWF documentation for specifying …
…rotated lat/lon grids in GRIB1. https://apps.ecmwf.int/codes/grib/format/grib1/grids/10/ These changes update the MET code to parse location of the south pole and auxiliary rotation. I double-checked in wgrib and see the exact same processing for rotated lat/lon GRIB1 files. So I'm confident in the approach. While it would be preferable to have additional sample data for testing, it's no longer a requirement for this bugfix.
- Loading branch information
1 parent
b368ad1
commit ec295a9
Showing
3 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters