Changeset 1717
- Timestamp:
- Nov 11, 2015 3:09:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r1683 r1717 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Bugfix: index error in outflow conditions for left boundary 22 22 ! 23 23 ! Former revisions: … … 28 28 ! Code annotations made doxygen readable 29 29 ! 30 ! 1410 2014-05-23 12:16:18Z suehring30 ! 1410 2014-05-23 12:16:18Z suehring 31 31 ! Bugfix: set dirichlet boundary condition for passive_scalar at model domain 32 32 ! top … … 669 669 670 670 IF ( use_cmax ) THEN 671 u_p(:,:, -1) = u(:,:,0)672 v_p(:,:, 0) = v(:,:,1)671 u_p(:,:,0) = u(:,:,1) 672 v_p(:,:,-1) = v(:,:,0) 673 673 w_p(:,:,-1) = w(:,:,0) 674 674 ELSEIF ( .NOT. use_cmax ) THEN
Note: See TracChangeset
for help on using the changeset viewer.