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/time_integration.f90

    r1834 r1849  
    1919! Current revisions:
    2020! ------------------
    21 !
    22 ! 
     21! Adapted for modularization of microphysics
     22!
    2323! Former revisions:
    2424! -----------------
     
    243243               ws_scheme_sca
    244244
    245     USE cloud_parameters,                                                      &
    246         ONLY: collision_turbulence
    247 
    248245    USE cpulog,                                                                &
    249246        ONLY:  cpu_log, log_point, log_point_s
     
    264261    USE ls_forcing_mod,                                                        &
    265262        ONLY:  ls_forcing_surf, ls_forcing_vert
     263
     264    USE microphysics_mod,                                                      &
     265        ONLY: collision_turbulence
    266266
    267267    USE nudge_mod,                                                             &
Note: See TracChangeset for help on using the changeset viewer.