urbantv_type Derived Type

type, public :: urbantv_type


Components

Type Visibility Attributes Name Initial
real(kind=r8), public, pointer :: t_building_max(:)
type(shr_strdata_type), public :: sdat_urbantv

Type-Bound Procedures

procedure, public :: Init

  • private subroutine Init(this, bounds, NLFilename)

    Arguments

    Type IntentOptional Attributes Name
    class(urbantv_type) :: this
    type(bounds_type), intent(in) :: bounds
    character(len=*), intent(in) :: NLFilename

procedure, public :: urbantv_init

  • private subroutine urbantv_init(this, bounds, NLFilename)

    Arguments

    Type IntentOptional Attributes Name
    class(urbantv_type) :: this
    type(bounds_type), intent(in) :: bounds
    character(len=*), intent(in) :: NLFilename

procedure, public :: urbantv_interp

  • private subroutine urbantv_interp(this, bounds)

    Arguments

    Type IntentOptional Attributes Name
    class(urbantv_type) :: this
    type(bounds_type), intent(in) :: bounds