Skip to content

Commit

Permalink
Merge branch 'develop' into ejh_051724_2
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored May 18, 2024
2 parents 31a4980 + e81a627 commit 10cca3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/g2index.F90
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,13 @@ end subroutine getg2i
!> 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 - 036 | bytes to skip in message before pds (4/8 bytes)
!> 021 - 024 | 037 - 044 | bytes to skip in message before drs (4/8 bytes)
!> 025 - 028 | 045 - 048 | bytes to skip in message before bms (4 bytes)
!> 029 - 032 | 049 - 052 | bytes to skip in message before data section (4 bytes)
!> 033 - 040 | 053 - 060 | bytes total in the message (8 bytes)
!> 041 - 041 | 061 - 061 | grib version number (always 2) (1 byte)
!> 042 - 042 | 062 - 062 | message discipline (1 byte)
!> 043 - 044 | 063 - 064 | field number within grib2 message (2 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)
Expand Down

0 comments on commit 10cca3b

Please sign in to comment.