|
| real(c_double), pointer, save | humidity0 |
| | Initial absolute humidity in the cooling tower.
|
| |
| real(c_double), pointer, save | cp_a |
| | Cp of dry air.
|
| |
| real(c_double), pointer, save | cp_v |
| | Cp of water vapour.
|
| |
| real(c_double), pointer, save | cp_l |
| | Cp of liquid water.
|
| |
| real(c_double), pointer, save | hv0 |
| | Enthalpy of vapourisation of water.
|
| |
| real(c_double), pointer, save | rho_l |
| | Density of liquid water.
|
| |
| real(c_double), pointer, save | lambda_l |
| | Conductivity of liquid water.
|
| |
| real(c_double), pointer, save | lambda_h |
| | Conductivity of humid air.
|
| |
| real(c_double), pointer, save | droplet_diam |
| | Droplet diameter for rain zones and liquid water initialization.
|
| |