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.
!!!!!!!!!!!!!!!!! ! ! Formats: ! !!!!!!!!!!!!!!!!!
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | InArgumentsFile | |||
character(len=1000), | intent(in) | :: | DBGD | |||
real(kind=r64), | intent(in) | :: | esky | |||
real(kind=r64), | intent(in) | :: | trmout | |||
real(kind=r64), | intent(in) | :: | trmin | |||
real(kind=r64), | intent(in) | :: | ebsky | |||
real(kind=r64), | intent(in) | :: | ebroom | |||
real(kind=r64), | intent(in) | :: | Gout | |||
real(kind=r64), | intent(in) | :: | Gin | |||
integer, | intent(in) | :: | nlayer | |||
integer, | intent(in), | dimension(maxlay) | :: | LayerType | ||
integer, | intent(in), | dimension(maxlay1) | :: | nmix | ||
real(kind=r64), | intent(in), | dimension(maxlay1, maxgas) | :: | frct | ||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | thick | ||
real(kind=r64), | intent(in), | dimension(maxlay) | :: | scon | ||
real(kind=r64), | intent(in), | dimension(MaxGap) | :: | gap | ||
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 | ||
real(kind=r64), | intent(in), | dimension(maxgas) | :: | xwght |
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.