This function runs over all variable loaded from restart file check if variables loaded are pdf variable or derive variable
Variable read from restart file can have variables other than pdf but pdf must be the 1st variable if not stateVarIsPdf will be false
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(out) | :: | readVarIsPdf | return true if variable read from restart file has pdf |
||
type(tem_varSys_type), | intent(in) | :: | varSys | variable system loaded from restart file |
||
integer, | intent(in) | :: | nFields | number of fields |
||
character(len=*), | intent(in) | :: | fldLabel(:) | array of field label prefix. Size=nFields |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iField | ||||
character(len=labelLen), | private | :: | buffer |