Ignore:
Timestamp:
Feb 28, 2016 12:45:19 PM (8 years ago)
Author:
raasch
Message:

update of the nested domain system + some bugfixes

File:
1 edited

Legend:

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

    r1763 r1764  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! index bug for u_p at left outflow removed
    2222!
    2323! Former revisions:
     
    820820!--       Top boundary at the outflow
    821821          IF ( ibc_uv_t == 0 )  THEN
    822              u_p(nzt+1,:,-1) = u_init(nzt+1)
     822             u_p(nzt+1,:,0) = u_init(nzt+1)
    823823             v_p(nzt+1,:,-1) = v_init(nzt+1)
    824824          ELSE
    825              u_p(nzt+1,:,-1) = u_p(nzt,:,-1)
     825             u_p(nzt+1,:,0)  = u_p(nzt,:,0)
    826826             v_p(nzt+1,:,-1) = v_p(nzt,:,-1)
    827827          ENDIF
Note: See TracChangeset for help on using the changeset viewer.