NCEPLIBS-ip 5.2.0
|
GDS wizard for lambert conformal conical. More...
Go to the source code of this file.
Data Types | |
type | ip_lambert_conf_grid_mod::ip_lambert_conf_grid |
Modules | |
module | ip_lambert_conf_grid_mod |
Lambert conformal grib decoder and grid coordinate transformations. | |
Functions/Subroutines | |
subroutine | ip_lambert_conf_grid_mod::gdswzd_lambert_conf (self, iopt, npts, fill, xpts, ypts, rlon, rlat, nret, crot, srot, xlon, xlat, ylon, ylat, area) |
GDS wizard for lambert conformal conical. | |
subroutine | ip_lambert_conf_grid_mod::init_grib1 (self, g1_desc) |
Initializes a Lambert Conformal grid given a grib1_descriptor object. | |
subroutine | ip_lambert_conf_grid_mod::init_grib2 (self, g2_desc) |
Initializes a Lambert Conformal grid given a grib2_descriptor object. | |
subroutine | ip_lambert_conf_grid_mod::lambert_conf_grid_area (rlat, fill, dr, area) |
Grid box area for lambert conformal conical. | |
subroutine | ip_lambert_conf_grid_mod::lambert_conf_map_jacob (rlat, fill, dlon, dr, xlon, xlat, ylon, ylat) |
Map jacobians for lambert conformal conical. | |
subroutine | ip_lambert_conf_grid_mod::lambert_conf_vect_rot (dlon, crot, srot) |
Vector rotation fields for lambert conformal conical. | |
Variables | |
real | ip_lambert_conf_grid_mod::an |
Cone factor. | |
real | ip_lambert_conf_grid_mod::dxs |
x-direction grid length adjusted for scan mode. | |
real | ip_lambert_conf_grid_mod::dys |
y-direction grid length adjusted for scan model. | |
real | ip_lambert_conf_grid_mod::h |
Hemisphere flag. | |
integer | ip_lambert_conf_grid_mod::irot |
vector rotation flag. | |
real | ip_lambert_conf_grid_mod::rerth |
Radius of the earth. | |
GDS wizard for lambert conformal conical.
Definition in file ip_lambert_conf_grid_mod.F90.