PatchType Module


Uses


Variables

Type Visibility Attributes Name Initial
type(patch_type), public, target :: patch

Derived Types

type, public ::  patch_type

Components

Type Visibility Attributes Name Initial
integer, public, pointer :: column(:)
real(kind=r8), public, pointer :: wtcol(:)
integer, public, pointer :: landunit(:)
real(kind=r8), public, pointer :: wtlunit(:)
integer, public, pointer :: gridcell(:)
real(kind=r8), public, pointer :: wtgcell(:)
integer, public, pointer :: itype(:)
integer, public, pointer :: mxy(:)
logical, public, pointer :: active(:)
logical, public, pointer :: is_veg(:)
logical, public, pointer :: is_bareground(:)
real(kind=r8), public, pointer :: wt_ed(:)
logical, public, pointer :: is_fates(:)

Type-Bound Procedures

procedure, public :: Init
procedure, public :: Clean