Ignore:
Timestamp:
Apr 7, 2016 7:49:42 AM (8 years ago)
Author:
hoffmann
Message:

changes in LPM and bulk cloud microphysics

File:
1 edited

Legend:

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

    r1818 r1822  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! icloud_scheme replaced by microphysics_*
    2222!
    2323! Former revisions:
     
    9292       
    9393    USE control_parameters,                                                    &
    94         ONLY:  g, icloud_scheme, message_string, precipitation, pt_surface,    &
     94        ONLY:  g, message_string, microphysics_seifert, pt_surface,            &
    9595               rho_surface, surface_pressure
    9696   
     
    126126!
    127127!-- Calculate timestep according to precipitation
    128     IF ( icloud_scheme == 0  .AND.  precipitation )  THEN
     128    IF ( microphysics_seifert )  THEN
    129129       dt_precipitation = c_sedimentation * MINVAL( dzu(nzb+2:nzt) ) /         &
    130130                          w_precipitation
Note: See TracChangeset for help on using the changeset viewer.