|
NCEPLIBS-ip 4.0.0
|
Gaussian grid coordinate transformations. More...
Go to the source code of this file.
Data Types | |
| type | ip_gaussian_grid_mod::ip_gaussian_grid |
Modules | |
| module | ip_gaussian_grid_mod |
| Gaussian grid coordinate transformations. | |
Functions/Subroutines | |
| subroutine | ip_gaussian_grid_mod::gaussian_error (IOPT, FILL, RLAT, RLON, XPTS, YPTS, NPTS) |
| subroutine | ip_gaussian_grid_mod::gaussian_grid_area (YPTS, AREA) |
| Computes the grid box area for a gaussian cylindrical grid. More... | |
| subroutine | ip_gaussian_grid_mod::gaussian_map_jacob (YPTS, XLON, XLAT, YLON, YLAT) |
| Computes the map jacobians for a gaussian cylindrical grid. More... | |
| subroutine | ip_gaussian_grid_mod::gaussian_vect_rot (CROT, SROT) |
| Computes the vector rotation sines and cosines for a gaussian cylindrical grid. More... | |
| subroutine | ip_gaussian_grid_mod::gdswzd_gaussian (self, IOPT, NPTS, FILL, XPTS, YPTS, RLON, RLAT, NRET, CROT, SROT, XLON, XLAT, YLON, YLAT, AREA) |
| Calculates Earth coordinates (iopt = 1) or grid coorindates (iopt = -1) for Gaussian grids. More... | |
| subroutine | ip_gaussian_grid_mod::init_grib1 (self, g1_desc) |
| Initializes a gaussian grid given a grib1_descriptor object. More... | |
| subroutine | ip_gaussian_grid_mod::init_grib2 (self, g2_desc) |
| Initializes a gaussian grid given a grib2_descriptor object. More... | |
Variables | |
| real, dimension(:), allocatable | ip_gaussian_grid_mod::blat |
| real | ip_gaussian_grid_mod::dlon |
| integer | ip_gaussian_grid_mod::j1 |
| integer | ip_gaussian_grid_mod::jh |
| real | ip_gaussian_grid_mod::rerth |
| real, dimension(:), allocatable | ip_gaussian_grid_mod::ylat_row |
Gaussian grid coordinate transformations.
Definition in file ip_gaussian_grid_mod.f90.