Contains possible variable labels and their nComponents
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(dyn_labelarray_type), | public | :: | varName |
Array of possible variable labels |
|||
type(grw_intarray_type), | public | :: | nComponents |
Number of components of variable in dynamic array of varName |
type tem_possible_variable_type !> Array of possible variable labels type(dyn_labelArray_type) :: varName !> Number of components of variable in dynamic array of varName type(grw_intArray_type) :: nComponents end type tem_possible_variable_type