Ignore:
Timestamp:
Nov 13, 2017 2:04:26 PM (6 years ago)
Author:
schwenkel
Message:

Inital revision of diagnostic_quantities_mod allows unified calculation of magnus equation and saturion mixing ratio

File:
1 edited

Legend:

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

    r2375 r2608  
    2525! -----------------
    2626! $Id$
     27! Calculation of magnus equation in external module (diagnostic_quantities_mod).
     28!
     29! 2375 2017-08-29 14:10:28Z schwenkel
    2730! Changed ONLY-dependencies
    2831!
     
    129132    USE cpulog,                                                                &
    130133        ONLY:  cpu_log, log_point_s
     134
     135    USE diagnostic_quantities_mod,                                             &
     136        ONLY:  magnus
    131137
    132138    USE grid_variables,                                                        &
     
    199205!
    200206!-- Saturation vapor pressure (Eq. 10 in Bolton, 1980)
    201     e_s = 611.2_wp * EXP( 17.62_wp * ( t_int - 273.15_wp ) / ( t_int - 29.65_wp ) )
     207    e_s = magnus( t_int )
    202208!
    203209!-- Current vapor pressure
Note: See TracChangeset for help on using the changeset viewer.