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_init.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!
     
    10511054
    10521055    USE arrays_3d,                                                             &
    1053         ONLY: hyp, pt, q
    1054 
    1055     USE cloud_parameters,                                                      &
    1056         ONLY: molecular_weight_of_solute, molecular_weight_of_water, rho_l,    &
    1057               r_v, rho_s, vanthoff
    1058 
    1059     USE constants,                                                             &
    1060         ONLY: pi
    1061 
    1062     USE diagnostic_quantities_mod,                                             &
    1063         ONLY:  magnus
    1064 
     1056        ONLY: hyp, pt, q, exner
     1057
     1058    USE basic_constants_and_equations_mod,                                     &
     1059        ONLY: molecular_weight_of_solute, molecular_weight_of_water, magnus,   &
     1060              pi, rho_l, r_v, rho_s, vanthoff
    10651061
    10661062    USE kinds
     
    11991195!--          the sometimes lengthy growth toward their equilibrium radius within
    12001196!--          the simulation.
    1201              t_int  = pt(kp,jp,ip) * ( hyp(kp) / 100000.0_wp )**0.286_wp
     1197             t_int  = pt(kp,jp,ip) * exner(kp)
    12021198
    12031199             e_s = magnus( t_int )
Note: See TracChangeset for help on using the changeset viewer.