atl_derive_inputVar_type Derived Type

type, public :: atl_derive_inputVar_type

This type stores the state data for a given variable and a given element. This type is used to allocate arrays for arbitrary variable counts, as jagged arrays are not allowed in Fortran.


Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: data(:,:)