Changeset 3979 for palm/trunk/SOURCE/pmc_interface_mod.f90
- Timestamp:
- May 15, 2019 1:54:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r3976 r3979 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in pmc_interp_1sto_sn. This bug had effect only in case of 1-d domain 28 ! decomposition with npex = 1. 29 ! 30 ! 3976 2019-05-15 11:02:34Z hellstea 27 31 ! Child initialization also for the redundant ghost points behind the nested 28 32 ! boundaries added (2nd and 3rd ghost-point layers and corners). … … 4247 4251 status, ierr ) 4248 4252 4249 ELSE 4250 workarr_sn(0:pg%nz+1,0:2,iplw+1:iprw-1) & 4251 = parent_array(0:pg%nz+1,jpbeg:jpbeg+2,iplw+1:iprw-1) 4253 ELSE 4254 workarr_sn(0:pg%nz+1,0:2,iplw:iprw) = parent_array(0:pg%nz+1,jpbeg:jpbeg+2,iplw:iprw) 4252 4255 ENDIF 4253 4256
Note: See TracChangeset
for help on using the changeset viewer.