subgrid_type Derived Type

type, public :: subgrid_type


Components

Type Visibility Attributes Name Initial
character(len=16), public :: name
integer, public, pointer :: ptype(:) => null()
integer, public, pointer :: ctype(:) => null()
integer, public, pointer :: ltype(:) => null()
real(kind=r8), public, pointer :: topoglc(:) => null()
real(kind=r8), public, pointer :: lat(:)
real(kind=r8), public, pointer :: lon(:)
real(kind=r8), public, pointer :: coslat(:)

Type-Bound Procedures

procedure, public :: print_point

  • private subroutine print_point(this, index, unit)

    Arguments

    Type IntentOptional Attributes Name
    class(subgrid_type), intent(in) :: this
    integer, intent(in) :: index
    integer, intent(in) :: unit