Ignore:
Timestamp:
Apr 11, 2017 11:37:51 AM (7 years ago)
Author:
suehring
Message:

Bugfixes in radiation_model; monotonic limiter in 5th order advection scheme removed

File:
1 edited

Legend:

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

    r2170 r2200  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! monotonic_adjustment removed
    2323!
    2424! Former revisions:
     
    14541454!-- Init flags for ws-scheme to degrade order of the numerics near walls, i.e.
    14551455!-- to decrease the numerical stencil appropriately.
    1456     IF ( momentum_advec == 'ws-scheme'  .OR.  scalar_advec == 'ws-scheme'  .OR.&
    1457          scalar_advec   == 'ws-scheme-mono' )  THEN
     1456    IF ( momentum_advec == 'ws-scheme'  .OR.  scalar_advec == 'ws-scheme'      &
     1457       )  THEN
    14581458       CALL ws_init_flags
    14591459    ENDIF
Note: See TracChangeset for help on using the changeset viewer.