Changeset 831 for palm/trunk/SOURCE


Ignore:
Timestamp:
Feb 22, 2012 12:29:39 AM (12 years ago)
Author:
raasch
Message:

thermal_conductivity_l and diff_coeff_l now depend on temperature and pressure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/advec_particles.f90

    r829 r831  
    44! Current revisions:
    55! ------------------
    6 !
     6! thermal_conductivity_l and diff_coeff_l now depend on temperature and
     7! pressure
    78!
    89! Former revisions:
     
    351352          e_a = q_int * p_int / ( 0.378 * q_int + 0.622 )
    352353
     354!
     355!--       Thermal conductivity for water (from Rogers and Yau, Table 7.1),
     356!--       diffusivity for water vapor (after Hall und Pruppacher, 1976)
     357          thermal_conductivity_l = 7.94048E-05 * t_int + 0.00227011
     358          diff_coeff_l           = 0.211E-4 * ( t_int / 273.15 )**1.94 * &
     359                                   ( 101325.0 / p_int)
    353360!
    354361!--       Change in radius by condensation/evaporation
Note: See TracChangeset for help on using the changeset viewer.