Nodes of different colours represent the following:
Solid arrows point from a parent (sub)module to the submodule which is descended from it. Dashed arrows point from a module being used to the module or program unit using it. Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in), | dimension(maxlay2) | :: | theta | ||
real(kind=r64), | intent(in), | dimension(MaxGap) | :: | gap | ||
real(kind=r64), | intent(inout), | dimension(maxlay1) | :: | hgas | ||
real(kind=r64), | intent(inout), | dimension(maxlay1) | :: | hcgas | ||
real(kind=r64), | intent(inout), | dimension(maxlay1) | :: | hrgas | ||
real(kind=r64), | intent(in), | dimension(maxlay1, maxgas) | :: | frct | ||
integer, | intent(in), | dimension(maxlay1, maxgas) | :: | iprop | ||
real(kind=r64), | intent(in), | dimension(maxlay1) | :: | pressure | ||
integer, | intent(in), | dimension(maxlay1) | :: | nmix | ||
real(kind=r64), | intent(in), | dimension(maxgas) | :: | xwght | ||
real(kind=r64), | intent(in), | dimension(maxgas, 3) | :: | xgcon | ||
real(kind=r64), | intent(in), | dimension(maxgas, 3) | :: | xgvis | ||
real(kind=r64), | intent(in), | dimension(maxgas, 3) | :: | xgcp | ||
integer, | intent(in) | :: | nlayer | |||
real(kind=r64), | intent(in) | :: | width | |||
real(kind=r64), | intent(in) | :: | height | |||
real(kind=r64), | intent(in) | :: | angle | |||
real(kind=r64), | intent(in) | :: | Tout | |||
real(kind=r64), | intent(in) | :: | Tin | |||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | Atop | ||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | Abot | ||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | Al | ||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | Ar | ||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | Ah | ||
real(kind=r64), | intent(in), | dimension(maxlay1) | :: | vvent | ||
real(kind=r64), | intent(in), | dimension(maxlay1) | :: | tvent | ||
integer, | intent(in), | dimension(maxlay) | :: | LayerType | ||
real(kind=r64), | intent(inout), | dimension(maxlay1) | :: | Tgaps | ||
real(kind=r64), | intent(out), | dimension(maxlay1) | :: | qv | ||
integer, | intent(inout) | :: | nperr | |||
character(len=*), | intent(inout) | :: | ErrorMessage | |||
real(kind=r64), | intent(out), | dimension(maxlay1) | :: | vfreevent |
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.
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.