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

    r1834 r1849  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Adapted for modularization of microphysics
    2222!
    2323! Former revisions:
     
    205205    USE plant_canopy_model_mod,                                                &
    206206         ONLY: pcm_parin 
    207  
    208     USE cloud_parameters,                                                      &
     207
     208    USE control_parameters
     209
     210    USE cpulog,                                                                &
     211        ONLY:  cpu_log_barrierwait
     212
     213    USE dvrp_variables,                                                        &
     214        ONLY:  local_dvrserver_running
     215
     216    USE grid_variables,                                                        &
     217        ONLY:  dx, dy
     218
     219    USE indices,                                                               &
     220        ONLY:  nx, ny, nz
     221
     222    USE kinds
     223
     224    USE land_surface_model_mod,                                                &
     225        ONLY: lsm_parin
     226
     227    USE microphysics_mod,                                                      &
    209228        ONLY:  c_sedimentation, cloud_water_sedimentation,                     &
    210229               collision_turbulence, limiter_sedimentation, nc_const,          &
    211230               ventilation_effect
    212231
    213     USE control_parameters
    214 
    215     USE cpulog,                                                                &
    216         ONLY:  cpu_log_barrierwait
    217 
    218     USE dvrp_variables,                                                        &
    219         ONLY:  local_dvrserver_running
    220 
    221     USE grid_variables,                                                        &
    222         ONLY:  dx, dy
    223 
    224     USE indices,                                                               &
    225         ONLY:  nx, ny, nz
    226 
    227     USE kinds
    228 
    229     USE land_surface_model_mod,                                                &
    230         ONLY: lsm_parin
    231    
    232232    USE model_1d,                                                              &
    233233        ONLY:  damp_level_1d, dt_pr_1d, dt_run_control_1d, end_time_1d
Note: See TracChangeset for help on using the changeset viewer.