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

    r1054 r1065  
    2020! Current revisions:
    2121! -----------------
     22! exchange of diss (dissipation rate) in case of turbulence = .TRUE. added
    2223!
    2324! Former revisions:
     
    255256             CALL exchange_horiz( ql_vp, nbgp )
    256257          ENDIF
    257           IF ( wang_kernel )  CALL exchange_horiz( diss, nbgp )
     258          IF ( wang_kernel  .OR.  turbulence )  CALL exchange_horiz( diss, nbgp )
    258259
    259260          CALL cpu_log( log_point(26), 'exchange-horiz-progn', 'stop' )
Note: See TracChangeset for help on using the changeset viewer.