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

    r1834 r1849  
    1919! Current revisions:
    2020! -----------------
    21 !
    22 ! 
     21! Adapted for modularization of microphysics
     22!
    2323! Former revisions:
    2424! -----------------
     
    259259       
    260260    USE cloud_parameters,                                                      &
    261         ONLY:  cloud_water_sedimentation, collision_turbulence, cp,            &
    262                c_sedimentation, limiter_sedimentation, l_v, nc_const,          &
    263                r_d, ventilation_effect
    264        
     261        ONLY:  cp, l_v, r_d
     262
    265263    USE cpulog,                                                                &
    266264        ONLY:  log_point_s
     
    280278    USE land_surface_model_mod,                                                &
    281279        ONLY: land_surface, lsm_header
    282  
     280
     281    USE microphysics_mod,                                                      &
     282        ONLY:  cloud_water_sedimentation, collision_turbulence,                &
     283               c_sedimentation, limiter_sedimentation, nc_const,               &
     284               ventilation_effect
     285
    283286    USE model_1d,                                                              &
    284287        ONLY:  damp_level_ind_1d, dt_pr_1d, dt_run_control_1d, end_time_1d
Note: See TracChangeset for help on using the changeset viewer.