NCEPLIBS-ip  4.3.0
ip_equid_cylind_grid_mod.F90 File Reference

Equidistant cylindrical grib decoder and grid coordinate transformations. More...

Go to the source code of this file.

Data Types

type  ip_equid_cylind_grid_mod::ip_equid_cylind_grid
 

Modules

module  ip_equid_cylind_grid_mod
 Equidistant cylindrical grib decoder and grid coordinate transformations.
 

Functions/Subroutines

subroutine ip_equid_cylind_grid_mod::equid_cylind_grid_area (RLAT, AREA)
 Computes the grid box area for a equidistant cylindrical grid. More...
 
subroutine ip_equid_cylind_grid_mod::equid_cylind_map_jacob (XLON, XLAT, YLON, YLAT)
 Computes the map jacobians for a equidistant cylindrical grid. More...
 
subroutine ip_equid_cylind_grid_mod::equid_cylind_vect_rot (CROT, SROT)
 Computes the vector rotation sines and cosines for a equidistant cylindrical grid. More...
 
subroutine ip_equid_cylind_grid_mod::gdswzd_equid_cylind (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 equidistant cylindrical grids. More...
 
subroutine ip_equid_cylind_grid_mod::init_grib1 (self, g1_desc)
 Initializes an equidistant cylindrical grid given a grib1_descriptor object. More...
 
subroutine ip_equid_cylind_grid_mod::init_grib2 (self, g2_desc)
 Initializes an equidistant cylindrical grid given a grib2_descriptor object. More...
 

Variables

real ip_equid_cylind_grid_mod::dlat
 Grid resolution in degrees n/s direction. More...
 
real ip_equid_cylind_grid_mod::dlon
 Grid resolution in degrees e/w direction. More...
 
real ip_equid_cylind_grid_mod::rerth
 Radius of the Earth. More...
 

Detailed Description

Equidistant cylindrical grib decoder and grid coordinate transformations.

Author
Mark Iredell, George Gayno, Kyle Gerheiser
Date
July 2021

Definition in file ip_equid_cylind_grid_mod.F90.