Ignore:
Timestamp:
Jan 18, 2011 4:19:48 PM (13 years ago)
Author:
suehring
Message:

Right computation of the pressure using Runge-Kutta weighting coefficients. Consideration of the pressure gradient during the time integration removed. Removed bugfix concerning velocity variances.

File:
1 edited

Legend:

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

    r668 r673  
    44! Current revisions:
    55! -----------------
    6 !
     6! Declaration of ws_scheme_sca and ws_scheme_mom added (moved from
     7! advec_ws.f90).
    78!
    89! Former revisions:
     
    570571!
    571572!-- Advection schemes:
     573!       
     574!-- Set the LOGICALS to enhance the performance.
     575    IF ( momentum_advec == 'ws-scheme' )    ws_scheme_mom = .TRUE.
     576    IF ( scalar_advec   == 'ws-scheme'   )  ws_scheme_sca = .TRUE.
     577   
    572578    IF ( momentum_advec /= 'pw-scheme' .AND. momentum_advec /= 'ws-scheme' .AND. &
    573579         momentum_advec /= 'ups-scheme' ) THEN
Note: See TracChangeset for help on using the changeset viewer.