Calculation of the density of humid air.  
 More...
Calculation of the density of humid air. 
- Parameters
- 
  
    | [in] | ywm | air water mass fraction |  | [in] | theta_l | potential liquide temperature |  | [in] | p | pressure |  | [out] | yw_liq | liquid water mass fraction |  | [out] | t_h | temperature of humid air in Celsius |  | [out] | rho_h | density of humid air |  | [out] | beta_h |  |  
 
◆ cs_rho_humidair()
      
        
          | subroutine cs_rho_humidair | ( | real(c_double), value | ywm, | 
        
          |  |  | real(c_double), value | theta_l, | 
        
          |  |  | real(c_double), value | p, | 
        
          |  |  | real(c_double), intent(out) | yw_liq, | 
        
          |  |  | real(c_double), intent(out) | t_h, | 
        
          |  |  | real(c_double), intent(out) | rho_h, | 
        
          |  |  | real(c_double), intent(out) | beta_h | 
        
          |  | ) |  |  | 
      
 
 
The documentation for this interface was generated from the following file: