Changeset 1057 for palm/trunk/SOURCE
- Timestamp:
- Nov 16, 2012 3:37:40 PM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r1056 r1057 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Indices for arrays n.._mg start from zero due to definition of arrays f2 and 23 ! p2 as automatic arrays in recursive subroutine next_mg_level 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1056 2012-11-16 15:28:04Z raasch 29 ! Indices for arrays n.._mg start from zero due to definition of arrays f2 and 30 ! p2 as automatic arrays in recursive subroutine next_mg_level 28 31 ! 29 32 ! 1041 2012-11-06 02:36:29Z raasch -
palm/trunk/SOURCE/poismg.f90
r1056 r1057 23 23 ! Current revisions: 24 24 ! ----------------- 25 ! Bugfix: all ghost points have to be used for allocating p3 26 ! arrays p2, f2, and f2_l changed from allocatable to automatic 25 ! 27 26 ! 28 27 ! Former revisions: 29 28 ! ----------------- 30 29 ! $Id$ 30 ! 31 ! 1056 2012-11-16 15:28:04Z raasch 32 ! Bugfix: all ghost points have to be used for allocating p3 33 ! arrays p2, f2, and f2_l changed from allocatable to automatic 31 34 ! 32 35 ! 1036 2012-10-22 13:43:42Z raasch
Note: See TracChangeset
for help on using the changeset viewer.