Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Calcul de coefficients de diffusion turbulent de l'atmosphere :
ycoefm(:,2:klev), ycoefh(:,2:klev)
Eventuelle recalcule des coeffeicients de diffusion turbulent de l'atmosphere :
ycoefm(:,2:klev), ycoefh(:,2:klev)
Calcul d'une diffusion minimale pour les conditions tres stables
MELLOR ET YAMADA adapte a Mars Richard Fournier et Frederic Hourdin
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$! Pour memoire, le papier Hourdin et al. 2002 a ete obtenur avec un
$! bug sur les coefficients de surface :
$! ycdragh(1:knon) = ycoefm(1:knon,1)
$! ycdragm(1:knon) = ycoefh(1:knon,1)
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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.