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