Ignore:
Timestamp:
Sep 24, 2018 3:42:55 PM (6 years ago)
Author:
knoop
Message:

Modularization of all bulk cloud physics code components

File:
1 edited

Legend:

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

    r3241 r3274  
    2525! -----------------
    2626! $Id$
     27! Modularization of all bulk cloud physics code components
     28!
     29! 3241 2018-09-12 15:02:00Z raasch
    2730! unused variables removed
    2831!
     
    136139
    137140    USE arrays_3d,                                                             &
    138         ONLY:  dzw, hyp, pt, q, ql_c, ql_v
    139 
    140     USE cloud_parameters,                                                      &
    141         ONLY:  l_v, molecular_weight_of_solute,                        &
    142                molecular_weight_of_water, rho_l, rho_s, r_v, vanthoff
    143 
    144     USE constants,                                                             &
    145         ONLY:  pi
     141        ONLY:  dzw, hyp, pt, q, ql_c, ql_v, exner
     142
     143    USE basic_constants_and_equations_mod,                                     &
     144        ONLY:  l_v, molecular_weight_of_solute, molecular_weight_of_water,     &
     145               magnus, pi, rho_l, rho_s, r_v, vanthoff
    146146
    147147    USE control_parameters,                                                    &
     
    150150    USE cpulog,                                                                &
    151151        ONLY:  cpu_log, log_point_s
    152 
    153     USE diagnostic_quantities_mod,                                             &
    154         ONLY:  magnus
    155152
    156153    USE grid_variables,                                                        &
     
    220217!
    221218!-- Absolute temperature
    222     t_int = pt(kp,jp,ip) * ( hyp(kp) / 100000.0_wp )**0.286_wp
     219    t_int = pt(kp,jp,ip) * exner(kp)
    223220!
    224221!-- Saturation vapor pressure (Eq. 10 in Bolton, 1980)
Note: See TracChangeset for help on using the changeset viewer.