- Timestamp:
- Jun 20, 2016 10:05:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/user_init_plant_canopy.f90
r1818 r1951 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Bugfix in example initialization 22 22 ! 23 23 ! Former revisions: … … 95 95 !-- Attention: DO-loops have to include the ghost points (nxlg-nxrg, 96 96 !-- nysg-nyng), because no exchange of ghost point information is intended, 97 !-- in order to minimize communication between CPUs 97 !-- in order to minimize communication between CPUs. 98 98 ! DO i = nxlg, nxrg 99 ! IF ( i >= INT( nx+1/2) ) THEN99 ! IF ( i >= INT( ( nx+1 ) / 2 ) ) THEN 100 100 ! DO j = nysg, nyng 101 101 ! lad_s(:,j,i) = lad(:)
Note: See TracChangeset
for help on using the changeset viewer.