NCEPLIBS-ip
5.1.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_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 |
Gaussian latitude for each parallel. More... | |
real | ip_gaussian_grid_mod::dlon |
"i"-direction increment. More... | |
integer | ip_gaussian_grid_mod::j1 |
'j' index of first grid point within the global array of latitudes. More... | |
integer | ip_gaussian_grid_mod::jh |
Scan mode flag in 'j' direction. More... | |
real | ip_gaussian_grid_mod::rerth |
Radius of the earth. More... | |
real, dimension(:), allocatable | ip_gaussian_grid_mod::ylat_row |
dy/dlat for each row in 1/degrees. More... | |
Gaussian grid coordinate transformations.
Definition in file ip_gaussian_grid_mod.F90.