Datatype containing different conditions to be checked Currently only threshold and operator are defined
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | threshold |
Contains the threshold value defined in lua file |
|||
character(len=2), | public | :: | operation |
Contains the operator defined in lua file |
type tem_condition_type !> Contains the threshold value defined in lua file real(kind=rk) :: threshold !> Contains the operator defined in lua file character(len=2) :: operation end type tem_condition_type