|
NCEPLIBS-g2
3.4.7
|
This subroutine returns the info of GRIB2 Grid Definition Section 3 format. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | getdim (csec3, lcsec3, width, height, iscan) |
| This subroutine returns the dimensions and scanning mode of a grid definition packed in GRIB2 Grid Definition Section 3 format. More... | |
This subroutine returns the info of GRIB2 Grid Definition Section 3 format.
Definition in file getdim.f.
| subroutine getdim | ( | character(len=1), dimension(*), intent(in) | csec3, |
| integer, intent(in) | lcsec3, | ||
| integer, intent(out) | width, | ||
| integer, intent(out) | height, | ||
| integer, intent(out) | iscan | ||
| ) |
This subroutine returns the dimensions and scanning mode of a grid definition packed in GRIB2 Grid Definition Section 3 format.
| [in] | csec3 | Character array that contains the packed GRIB2 GDS. |
| [in] | lcsec3 | Length (in octets) of section 3. |
| [out] | width | x (or i) dimension of the grid. |
| [out] | height | y (or j) dimension of the grid. |
| [out] | iscan | Scanning mode (see Code Table 3.4). |
Definition at line 21 of file getdim.f.
References gf_unpack3().
Referenced by addfield().