Skip to content

Commit

Permalink
Update GRIB2 tables
Browse files Browse the repository at this point in the history
- Update GRIB2 tables with some fixed typos that I reported.

- Update docs.
  • Loading branch information
EricEngle-NOAA committed Jul 31, 2024
1 parent 14ec30a commit 37216ee
Show file tree
Hide file tree
Showing 25 changed files with 2,292 additions and 2,233 deletions.
20 changes: 10 additions & 10 deletions docs/grib2io.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/grib2io/tables/originating_centers.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables/section0.html

Large diffs are not rendered by default.

127 changes: 64 additions & 63 deletions docs/grib2io/tables/section1.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/grib2io/tables/section3.html

Large diffs are not rendered by default.

3,019 changes: 1,522 additions & 1,497 deletions docs/grib2io/tables/section4.html

Large diffs are not rendered by default.

493 changes: 252 additions & 241 deletions docs/grib2io/tables/section4_discipline0.html

Large diffs are not rendered by default.

105 changes: 58 additions & 47 deletions docs/grib2io/tables/section4_discipline1.html

Large diffs are not rendered by default.

383 changes: 192 additions & 191 deletions docs/grib2io/tables/section4_discipline10.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/grib2io/tables/section4_discipline2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables/section4_discipline20.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables/section4_discipline209.html

Large diffs are not rendered by default.

294 changes: 152 additions & 142 deletions docs/grib2io/tables/section4_discipline3.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables/section4_discipline4.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables/section5.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/tables/section6.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/templates.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/utils.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/utils/arakawa_rotated_grid.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/utils/gauss_grid.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/grib2io/utils/rotated_grid.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/grib2io/tables/section3.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
'1200':'Time Section Grid',
'1201-32767':'Reserved',
'32768-65534':'Reserved for Local Use',
'32768':'Rotated Latitude/Longitude (Arakawa Staggeblack E-Grid)',
'32769':'Rotated Latitude/Longitude (Arakawa Non-E Staggeblack Grid)',
'32768':'Rotated Latitude/Longitude (Arakawa Staggered E-Grid)',
'32769':'Rotated Latitude/Longitude (Arakawa Non-E Staggered Grid)',
'65535':'Missing',
}

Expand Down
2 changes: 1 addition & 1 deletion src/grib2io/tables/section4_discipline1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'0':['Flash Flood Guidance (Encoded as an accumulation over a floating subinterval of time between the reference time and valid time)','kg m-2','FFLDG'],
'1':['Flash Flood Runoff (Encoded as an accumulation over a floating subinterval of time)','kg m-2','FFLDRO'],
'2':['Remotely Sensed Snow Cover','See Table 4.215','RSSC'],
'3':['Elevation of Snow Covered Terrain','See Table 4.216','ESCT'],
'3':['Elevation of Snow Coveblack Terrain','See Table 4.216','ESCT'],
'4':['Snow Water Equivalent Percent of Normal','%','SWEPON'],
'5':['Baseflow-Groundwater Runoff','kg m-2','BGRUN'],
'6':['Storm Surface Runoff','kg m-2','SSRUN'],
Expand Down

0 comments on commit 37216ee

Please sign in to comment.