Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | NumChillers | = | 0 | ||
integer, | private | :: | NumBoilers | = | 0 | ||
integer, | private | :: | NumBaseboards | = | 0 | ||
integer, | private | :: | NumCoils | = | 0 | ||
integer, | private | :: | CurMaxChillers | = | 0 | ||
integer, | private | :: | CurMaxBoilers | = | 0 | ||
integer, | private | :: | CurMaxBaseboards | = | 0 | ||
integer, | private | :: | CurMaxCoils | = | 0 | ||
type(ComponentNameData), | private, | ALLOCATABLE, DIMENSION(:) | :: | ChillerNames | |||
type(ComponentNameData), | private, | ALLOCATABLE, DIMENSION(:) | :: | BoilerNames | |||
type(ComponentNameData), | private, | ALLOCATABLE, DIMENSION(:) | :: | BaseboardNames | |||
type(ComponentNameData), | private, | ALLOCATABLE, DIMENSION(:) | :: | CoilNames |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | CompType | = | ' ' | ||
character(len=MaxNameLength), | public | :: | CompName | = | ' ' |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | TypeToVerify | |||
character(len=*), | intent(in) | :: | NameToVerify | |||
logical, | intent(out) | :: | ErrorFound | |||
character(len=*), | intent(in) | :: | StringToDisplay |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | TypeToVerify | |||
character(len=*), | intent(in) | :: | NameToVerify | |||
logical, | intent(out) | :: | ErrorFound | |||
character(len=*), | intent(in) | :: | StringToDisplay |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | TypeToVerify | |||
character(len=*), | intent(in) | :: | NameToVerify | |||
logical, | intent(out) | :: | ErrorFound | |||
character(len=*), | intent(in) | :: | StringToDisplay |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | TypeToVerify | |||
character(len=*), | intent(in) | :: | NameToVerify | |||
logical, | intent(out) | :: | ErrorFound | |||
character(len=*), | intent(in) | :: | StringToDisplay |