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_collision_kernels.f90

    r2718 r3274  
    2525! -----------------
    2626! $Id$
     27! Modularization of all bulk cloud physics code components
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    135138 
    136139
    137     USE constants,                                                             &
    138         ONLY:  pi
     140    USE basic_constants_and_equations_mod,                                     &
     141        ONLY:  g, pi
    139142       
    140143    USE kinds
     
    404407
    405408       USE control_parameters,                                                 &
    406            ONLY:  g, molecular_viscosity
     409           ONLY:  molecular_viscosity
    407410   
    408411       USE particle_attributes,                                                &
Note: See TracChangeset for help on using the changeset viewer.