Ignore:
Timestamp:
Mar 24, 2014 5:29:32 PM (10 years ago)
Author:
suehring
Message:

In case of SGS-particle velocity advection of TKE is also allowed with 5th-order scheme.

File:
1 edited

Legend:

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

    r1321 r1330  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! In case of SGS-particle velocity advection of TKE is also allowed with
     23! dissipative 5th-order scheme.
    2324!
    2425! Former revisions:
     
    787788!--          Tendency-terms for TKE
    788789             tend(:,j,i) = 0.0
    789              IF ( timestep_scheme(1:5) == 'runge'  &
    790                  .AND.  .NOT. use_upstream_for_tke )  THEN
     790             IF ( timestep_scheme(1:5) == 'runge' )  THEN
    791791                 IF ( ws_scheme_sca )  THEN
    792792                     CALL advec_s_ws( i, j, e, 'e', flux_s_e, diss_s_e, &
Note: See TracChangeset for help on using the changeset viewer.