Changeset 831
- Timestamp:
- Feb 22, 2012 12:29:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_particles.f90
r829 r831 4 4 ! Current revisions: 5 5 ! ------------------ 6 ! 6 ! thermal_conductivity_l and diff_coeff_l now depend on temperature and 7 ! pressure 7 8 ! 8 9 ! Former revisions: … … 351 352 e_a = q_int * p_int / ( 0.378 * q_int + 0.622 ) 352 353 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) 353 360 ! 354 361 !-- Change in radius by condensation/evaporation
Note: See TracChangeset
for help on using the changeset viewer.