My Project
programmer's documentation
|
Atmospheric module - humid atmosphere variables. More...
Functions/Subroutines | |
subroutine | etheq (pphy, thetal, qw, qldia, xnebdia, xnn, etheta, eq) |
Compute of etheta and eq variable knowing the saturation. More... | |
Atmospheric module - humid atmosphere variables.
subroutine etheq | ( | double precision | pphy, |
double precision | thetal, | ||
double precision | qw, | ||
double precision | qldia, | ||
double precision | xnebdia, | ||
double precision | xnn, | ||
double precision | etheta, | ||
double precision | eq | ||
) |
Compute of etheta and eq variable knowing the saturation.
[in] | pphy | pressure [Pa] |
[in] | thetal | Liquid potential temperature |
[in] | qw | total water amount |
[in] | qldia | mean liquid water content |
[in] | xnebdia | nebulosity after the diagnostic |
[in] | xnn | second order moment "n" <s'ql'>/(2*sigma_s**2) |
[out] | etheta | sensible heat part of buoyancy flux |
[out] | eq | latent heat part of buoyancy flux |