NCEPLIBS-ip 5.2.0
Loading...
Searching...
No Matches
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:
 
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):
 
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):
 
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):
 
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:
 
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):
 

Detailed Description

Driver module for gdswzd routines.

Date
Jan 2015
Author
George Gayno, Kyle Gerheiser

Definition in file gdswzd_mod.F90.