modis_IN Derived Type

type, public :: modis_IN


Contents


Components

Type Visibility Attributes Name Initial
integer, public, pointer :: Npoints
integer, public, pointer :: Ncolumns
integer, public, pointer :: Nlevels
integer, public :: Nsunlit
real(kind=wp), public, allocatable, dimension(:) :: sunlit
real(kind=wp), public, allocatable, dimension(:) :: notSunlit
real(kind=wp), public, allocatable, dimension(:,:) :: pres
real(kind=wp), public, pointer :: tau(:,:,:)
real(kind=wp), public, pointer :: liqFrac(:,:,:)
real(kind=wp), public, pointer :: g(:,:,:)
real(kind=wp), public, pointer :: w0(:,:,:)