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_splitting.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!
     
    6164        ONLY:  ql
    6265
    63     USE cloud_parameters,                                                      &
    64         ONLY:  rho_l
    65 
    66     USE constants,                                                             &
    67         ONLY:  pi
     66    USE basic_constants_and_equations_mod,                                     &
     67        ONLY:  pi, rho_l
    6868
    6969    USE cpulog,                                                                &
Note: See TracChangeset for help on using the changeset viewer.