Ignore:
Timestamp:
Nov 22, 2012 5:42:36 PM (11 years ago)
Author:
hoffmann
Message:

cloud physics: rain sedimentation and turbulence effects

File:
1 edited

Legend:

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

    r1054 r1065  
    2020! Current revisions:
    2121! -----------------
     22! The Courant number of sedimentation can be controlled with c_sedimentation.
    2223!
    2324! Former revisions:
     
    8889!-- Calculate timestep according to precipitation
    8990    IF ( icloud_scheme == 0  .AND.  precipitation )  THEN
    90        dt_precipitation = MINVAL( dzu(nzb+2:nzt) ) / w_precipitation
     91       dt_precipitation = c_sedimentation * MINVAL( dzu(nzb+2:nzt) ) /        &
     92                          w_precipitation
    9193    ENDIF
    9294!
Note: See TracChangeset for help on using the changeset viewer.