Changeset 2021 for palm/trunk/SOURCE/poismg_noopt.f90
- Timestamp:
- Oct 7, 2016 2:08:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/poismg_noopt.f90
r2001 r2021 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Bugfix: restore nest_bound_(l/r/s/n) in case of mg_switch_to_pe0 23 23 ! 24 24 ! Former revisions: … … 1561 1561 1562 1562 ! 1563 !-- For non-cyclic lateral boundary conditions , restore the1564 !-- in-/outflow conditions1563 !-- For non-cyclic lateral boundary conditions and in case of nesting, 1564 !-- restore the in-/outflow conditions. 1565 1565 inflow_l = .FALSE.; inflow_r = .FALSE. 1566 1566 inflow_n = .FALSE.; inflow_s = .FALSE. 1567 1567 outflow_l = .FALSE.; outflow_r = .FALSE. 1568 1568 outflow_n = .FALSE.; outflow_s = .FALSE. 1569 ! 1570 !-- In case of nesting, restore lateral boundary conditions 1571 IF ( nest_domain ) THEN 1572 nest_bound_l = .FALSE. 1573 nest_bound_r = .FALSE. 1574 nest_bound_s = .FALSE. 1575 nest_bound_n = .FALSE. 1576 ENDIF 1569 1577 1570 1578 IF ( pleft == MPI_PROC_NULL ) THEN
Note: See TracChangeset
for help on using the changeset viewer.