-
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, proposed changes to the vx_data2d_grib library to add supp…
…ort for GRIB1 grid template 10 for rotated lat/lon grids. However this support may not be sufficient. - It works for the sample COSMO GRIB1 data file we have for testing (lfff03080000). - However, it basically just treats the rotated lat/lon grid as if it were not rotated. - The south pole is hard-coded to (lat, lon) = (-90, 0). - The rotation is hard-coded to 0. It is not clear how non-default values them would even be encoded in the GDS section. Before merging these changes, recommend finding or generating additional GRIB1 files on a rotated lat/lon grid for additional development and testing.
- Loading branch information
1 parent
71f3d42
commit dbb938c
Showing
3 changed files
with
122 additions
and
16 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