Changeset 3696 for palm


Ignore:
Timestamp:
Jan 24, 2019 4:37:35 PM (5 years ago)
Author:
suehring
Message:

Bugfix in degrading the order of the advection scheme at non-cyclic lateral domain boundaries

File:
1 edited

Legend:

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

    r3661 r3696  
    2525! -----------------
    2626! $Id$
     27! Bugfix in degradation height
     28!
     29! 3661 2019-01-08 18:22:50Z suehring
    2730! - Minor bugfix in divergence correction (only has implications at
    2831!   downward-facing wall surfaces)
     
    13321335!
    13331336!--       Above to the top of the highest topography. No degradation necessary.
    1334           DO  k = nzb_max+1, nzt
     1337          DO  k = nzb_max_l+1, nzt
    13351338
    13361339             v_comp                  = v(k,j,i) - v_gtrans + v_stokes_zu(k)
Note: See TracChangeset for help on using the changeset viewer.