Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | '' | ||
integer, | public | :: | VariableNum | = | 0 | ||
real(kind=r64), | public | :: | Value | = | 0.0D0 |
TYPE RuntimeReportVarType
CHARACTER(len=MaxNameLength) :: Name = '' ! name of custom Erl report variable
INTEGER :: VariableNum = 0 ! pointer to Erl variable associated with custom report variable
REAL(r64) :: Value = 0.0D0 ! Value registered with output processor for report variable
END TYPE RuntimeReportVarType