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_calc_liquid_water_content.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!
     
    7578        ONLY:  dzw, ql, ql_v, ql_vp
    7679
    77     USE cloud_parameters,                                                      &
    78         ONLY:  rho_l
    79 
    80     USE constants,                                                             &
    81         ONLY:  pi
     80    USE basic_constants_and_equations_mod,                                     &
     81        ONLY:  pi, rho_l
    8282
    8383    USE control_parameters,                                                    &
Note: See TracChangeset for help on using the changeset viewer.