Changeset 1409 for palm/trunk/SOURCE/init_grid.f90
- Timestamp:
- May 23, 2014 12:11:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r1354 r1409 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Bugfix: set wall_flags_0 at inflow and outflow boundary also for i <= nxlu 23 ! j <= nysv 23 24 ! 24 25 ! Former revisions: … … 1229 1230 !-- WS1 (9), WS3 (10), WS5 (11) 1230 1231 IF ( k <= nzb_u_inner(j,i+1) & 1231 .OR. ( ( inflow_l .OR. outflow_l ) .AND. i == nxlu ) &1232 .OR. ( ( inflow_l .OR. outflow_l ) .AND. i <= nxlu ) & 1232 1233 .OR. ( ( inflow_r .OR. outflow_r ) .AND. i == nxr ) & 1233 1234 ) THEN … … 1298 1299 !-- WS1 (21), WS3 (22), WS5 (23) 1299 1300 IF ( k <= nzb_v_inner(j+1,i) & 1300 .OR. ( ( inflow_s .OR. outflow_s ) .AND. i == nysv ) &1301 .OR. ( ( inflow_s .OR. outflow_s ) .AND. j <= nysv ) & 1301 1302 .OR. ( ( inflow_n .OR. outflow_n ) .AND. j == nyn ) & 1302 1303 ) THEN
Note: See TracChangeset
for help on using the changeset viewer.