Changeset 708 for palm/trunk/SOURCE/init_grid.f90
- Timestamp:
- Mar 29, 2011 12:34:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r707 r708 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! bc_lr/ns replaced by bc_lr/ns_cyc6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 707 2011-03-29 11:39:40Z raasch 13 ! bc_lr/ns replaced by bc_lr/ns_cyc 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka … … 540 543 541 544 ! 542 !-- Test output of nzb_local -1:ny+1,-1:nx+1543 ! WRITE (9,*) '*** nzb_local ***'544 ! DO j = ny+1, -1, -1545 ! WRITE (9,'(194(1X,I2))') ( nzb_local(j,i), i = -1, nx+1 )546 ! ENDDO547 548 !549 545 !-- Consistency checks and index array initialization are only required for 550 546 !-- non-flat topography, also the initialization of topography height arrays
Note: See TracChangeset
for help on using the changeset viewer.