NCEPLIBS-ip  4.3.0
gdswzd_mod.F90 File Reference

Driver module for gdswzd routines. More...

Go to the source code of this file.

Data Types

interface  gdswzd_mod::gdswzd
 

Modules

module  gdswzd_mod
 Driver module for gdswzd routines.
 

Functions/Subroutines

subroutine gdswzd_mod::gdswzd_1d_array (IGDTNUM, IGDTMPL, IGDTLEN, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA)
 Decodes the grib 2 grid definition template and returns one of the following: More...
 
subroutine gdswzd_mod::gdswzd_2d_array (IGDTNUM, IGDTMPL, IGDTLEN, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA)
 Decodes the grib 2 grid definition template and returns one of the following (for 2d-arrays): More...
 
subroutine, public gdswzd_mod::gdswzd_2d_array_grib1 (KGDS, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA)
 Decodes the grib grid description section and returns one of the following (for 2-d arrays): More...
 
subroutine, public gdswzd_mod::gdswzd_grib1 (KGDS, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA)
 Decodes the grib grid description section and returns one of the following (for 1-d arrays): More...
 
subroutine gdswzd_mod::gdswzd_grid (grid, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA)
 Returns one of the following for a grid object: More...
 
subroutine gdswzd_mod::gdswzd_scalar (IGDTNUM, IGDTMPL, IGDTLEN, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA)
 Decodes the grib 2 grid definition template and returns one of the following (for scalars): More...
 

Detailed Description

Driver module for gdswzd routines.

Date
Jan 2015
Author
George Gayno, Kyle Gerheiser

Definition in file gdswzd_mod.F90.