Ignore:
Timestamp:
Aug 16, 2007 2:30:26 PM (17 years ago)
Author:
raasch
Message:

preliminary update of bugfixes and extensions for non-cyclic BCs

File:
1 edited

Legend:

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

    r77 r106  
    44! Actual revisions:
    55! -----------------
    6 !
     6! j loop is starting from nysv (needed for non-cyclic boundary conditions)
    77!
    88! Former revisions:
     
    5757
    5858       DO  i = nxl, nxr
    59           DO  j = nys, nyn
     59          DO  j = nysv, nyn
    6060             DO  k = nzb_v_inner(j,i)+1, nzt
    6161!
Note: See TracChangeset for help on using the changeset viewer.