GRID_CONF_PROJ_t Derived Type

type, public :: GRID_CONF_PROJ_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public :: NX
integer, public :: NY
real, public :: XLAT0
real, public :: XLON0
real, public :: XLATORI
real, public :: XLONORI
real, public :: XRPK
real, public :: XBETA
real, public :: XLATC
real, public :: XLONC

Source Code

TYPE GRID_CONF_PROJ_t
!
INTEGER :: NX  ! number of points in X direction
INTEGER :: NY  ! number of points in Y direction
!
REAL    :: XLAT0  ! reference latitude
REAL    :: XLON0  ! reference longitude
REAL    :: XLATORI! origin latitude
REAL    :: XLONORI! origin longitude
REAL    :: XRPK   ! projection parameter for the conformal projection
REAL    :: XBETA  ! rotation   parameter for the conformal projection
REAL    :: XLATC ! centre latitude
REAL    :: XLONC ! centre longitude
!
END TYPE GRID_CONF_PROJ_t