Ignore:
Timestamp:
Apr 8, 2016 11:33:18 AM (8 years ago)
Author:
hoffmann
Message:

lpm_droplet_condensation improved, microphysics partially modularized

File:
1 edited

Legend:

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

    r1818 r1849  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! Adapted for modularization of microphysics
    2222!
    2323! Former revisions:
     
    8989        ONLY:  dzu, dzw, kh, km, u, v, w
    9090
    91     USE cloud_parameters,                                                      &
    92         ONLY:  dt_precipitation
    93 
    9491    USE control_parameters,                                                    &
    9592        ONLY:  cfl_factor, coupling_mode, dt_3d, dt_fixed, dt_max,             &
     
    110107
    111108    USE kinds
     109
     110    USE microphysics_mod,                                                      &
     111        ONLY:  dt_precipitation
    112112
    113113    USE pegrid
Note: See TracChangeset for help on using the changeset viewer.