param_derived_type Derived Type

type, public :: param_derived_type


Components

Type Visibility Attributes Name Initial
real(kind=r8), public, allocatable :: jmax25top(:,:)
real(kind=r8), public, allocatable :: tpu25top(:,:)
real(kind=r8), public, allocatable :: kp25top(:,:)

Type-Bound Procedures

procedure, public :: Init

  • private subroutine Init(this, numpft)

    Arguments

    Type IntentOptional Attributes Name
    class(param_derived_type), intent(inout) :: this
    integer, intent(in) :: numpft

procedure, public :: InitAllocate

  • private subroutine InitAllocate(this, numpft)

    Arguments

    Type IntentOptional Attributes Name
    class(param_derived_type), intent(inout) :: this
    integer, intent(in) :: numpft