Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module. Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
character(len=*), | intent(in) | :: | CompType | |||
integer, | intent(inout) | :: | CompNum | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
real(kind=r64), | intent(in) | :: | QZnReq | |||
integer, | intent(in) | :: | ActuatedNode | |||
real(kind=r64), | intent(in) | :: | MaxFlow | |||
real(kind=r64), | intent(in) | :: | MinFlow | |||
integer, | intent(in), | optional | :: | TempInNode | ||
integer, | intent(in), | optional | :: | TempOutNode | ||
real(kind=r64), | intent(in) | :: | ControlOffset | |||
real(kind=r64), | intent(in), | optional | :: | AirMassFlow | ||
integer, | intent(in), | optional | :: | Action | ||
integer, | intent(inout) | :: | ControlCompTypeNum | |||
integer, | intent(inout) | :: | CompErrIndex | |||
integer, | intent(in), | optional | :: | EquipIndex | ||
integer, | intent(in), | optional | :: | LoopNum | ||
integer, | intent(in), | optional | :: | LoopSide | ||
integer, | intent(in), | optional | :: | BranchIndex | ||
integer, | intent(in), | optional | :: | ControlledZoneIndex |