Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed May 17, 2024
1 parent 43a9a98 commit d7b1954
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/g2index.F90
Original file line number Diff line number Diff line change
Expand Up @@ -474,15 +474,15 @@ end subroutine getg2i
!> 005 - 008 | 005 - 012 | bytes to skip in data file before grib message (4/8 bytes)
!> 009 - 012 | 013 - 020 | bytes to skip in message before lus (local use) set = 0, if no local section. (4/8 bytes)
!> 013 - 016 | 021 - 028 | bytes to skip in message before gds (4/8 bytes)
!> 017 - 020 | 029 - 032 | bytes to skip in message before pds (4 bytes)
!> 021 - 024 | 033 - 036 | bytes to skip in message before drs (4 bytes)
!> 025 - 028 | 037 - 040 | bytes to skip in message before bms (4 bytes)
!> 029 - 032 | 041 - 044 | bytes to skip in message before data section (4 bytes)
!> 033 - 040 | 045 - 052 | bytes total in the message (8 bytes)
!> 041 - 041 | 053 - 053 | grib version number (always 2) (1 byte)
!> 042 - 042 | 054 - 054 | message discipline (1 byte)
!> 043 - 044 | 055 - 056 | field number within grib2 message (2 bytes)
!> 045 - ii | 057 - ii | identification section (ids) (character)
!> 017 - 020 | 029 - 036 | bytes to skip in message before pds (4/8 bytes)
!> 021 - 024 | 037 - 040 | bytes to skip in message before drs (4 bytes)
!> 025 - 028 | 041 - 044 | bytes to skip in message before bms (4 bytes)
!> 029 - 032 | 045 - 048 | bytes to skip in message before data section (4 bytes)
!> 033 - 040 | 049 - 056 | bytes total in the message (8 bytes)
!> 041 - 041 | 057 - 057 | grib version number (always 2) (1 byte)
!> 042 - 042 | 058 - 058 | message discipline (1 byte)
!> 043 - 044 | 059 - 060 | field number within grib2 message (2 bytes)
!> 045 - ii | 061 - ii | identification section (ids) (character)
!> ii+1- jj | ii+1- jj | grid definition section (gds) (character)
!> jj+1- kk | jj+1- kk | product definition section (pds) (character)
!> kk+1- ll | kk+1- ll | the data representation section (drs) (character)
Expand Down

0 comments on commit d7b1954

Please sign in to comment.