Ignore:
Timestamp:
Mar 5, 2015 4:43:04 PM (9 years ago)
Author:
suehring
Message:

Enable monotone advection for scalars in combination with fifth-order scheme using monotonic limiter.

File:
1 edited

Legend:

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

    r1419 r1557  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Adjustment for monotoinic limiter
    2323!
    2424! Former revisions:
     
    11691169    wall_flags_00 = 0
    11701170
    1171     IF ( scalar_advec == 'ws-scheme' )  THEN
     1171    IF ( scalar_advec == 'ws-scheme' .OR.                                     &
     1172         scalar_advec == 'ws-scheme-mono' )  THEN
    11721173!
    11731174!--    Set flags to steer the degradation of the advection scheme in advec_ws
Note: See TracChangeset for help on using the changeset viewer.