Datatype containing information about dependency of geomIncrease header on other scheme(s)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | public, | allocatable | :: | varName(:) |
array of requested variable labels |
||
type(tem_varMap_type), | public | :: | varMap |
Contains name and position of variables to track in global varSys |
|||
type(tem_condition_type), | public, | allocatable | :: | cond(:) |
An instance of the condition type |
type tem_depend_type
!> array of requested variable labels
character(len=labelLen), allocatable :: varName(:)
!> Contains name and position of variables to track in global varSys
type(tem_varMap_type) :: varMap
!> An instance of the condition type
type(tem_condition_type), allocatable :: cond(:)
end type tem_depend_type