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.
Source Code
real function qsat(T)implicit nonereal,intent(in)::Treal::gresgres=611.00*exp(17.27*(T-273.15)/(T-35.85))![Pa] Bolton 1980qsat=0.62198*0.01*gres/(1000-0.01*gres)![kg/kg] Murphy & Koop 2005 !1000 can be replaced with actual air pressure if desiredend function qsat