Computation of the condensation rate. More...
Functions/Subroutines | |
subroutine | setcondpar (gravity, timescale) |
Setting of parameters. | |
subroutine | getcond_1 (temp, water, cond, dtime) |
Computation of condensation (removal of water exceeding the saturation pressure at the surface). | |
subroutine | getcond_2 (temp, water, cond) |
Computation of condensation (continuous, quadratic dependence on humidity). | |
Variables | |
real(dp) | g |
real(dp) | tau |
Computation of the condensation rate.
subroutine condensation::getcond_1 | ( | real(dp),dimension(:) | temp, | |
real(dp),dimension(:) | water, | |||
real(dp),dimension(:) | cond, | |||
real(dp) | dtime | |||
) |
Computation of condensation (removal of water exceeding the saturation pressure at the surface).
Definition at line 72 of file condensation.f90.
subroutine condensation::getcond_2 | ( | real(dp),dimension(:) | temp, | |
real(dp),dimension(:) | water, | |||
real(dp),dimension(:) | cond | |||
) |
Computation of condensation (continuous, quadratic dependence on humidity).
Definition at line 102 of file condensation.f90.
subroutine condensation::setcondpar | ( | real(dp),optional | gravity, | |
real(dp),optional | timescale | |||
) |
Setting of parameters.
Definition at line 48 of file condensation.f90.
real(dp) condensation::g |
Definition at line 40 of file condensation.f90.
real(dp) condensation::tau |
Definition at line 41 of file condensation.f90.