|
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):
|
|
Driver module for gdswzd routines.
- Date
- Jan 2015
- Author
- George Gayno, Kyle Gerheiser
Definition in file gdswzd_mod.F90.