<p><b>laura@ucar.edu</b> 2011-06-09 10:32:33 -0600 (Thu, 09 Jun 2011)</p><p>corrected value for latent heat of condensation (found by Sang-Hun)<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/module_physics_constants.F
===================================================================
--- branches/atmos_physics/src/core_physics/module_physics_constants.F        2011-06-09 16:31:23 UTC (rev 886)
+++ branches/atmos_physics/src/core_physics/module_physics_constants.F        2011-06-09 16:32:33 UTC (rev 887)
@@ -31,7 +31,7 @@
  real(kind=RKIND),parameter:: svp3    = 29.65
  real(kind=RKIND),parameter:: svpt0   = 273.15
 
- real(kind=RKIND),parameter:: xlv     = 2.15e6          !latent heat of vaporization    [J/kg]
+ real(kind=RKIND),parameter:: xlv     = 2.50e6          !latent heat of vaporization    [J/kg]
  real(kind=RKIND),parameter:: xlf     = 3.50e5          !latent heat of fusion          [J/kg]
  real(kind=RKIND),parameter:: xls     = xlv + xlf       !latent heat of sublimation     [J/kg]
 

</font>
</pre>