Changeset 2319
- Timestamp:
- Jul 20, 2017 5:33:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r2318 r2319 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Remove print statements 28 ! 29 ! 2318 2017-07-20 17:27:44Z suehring 27 30 ! Get topography top index via Function call 28 31 ! … … 1722 1725 !-- upward-facing surface element on scalar grid. 1723 1726 zu_s_inner(i,j) = zu( get_topography_top_index( j, i, 's' ) ) 1724 1725 write(9,*) get_topography_top_index( j, i, 's' ), MAXLOC( &1726 MERGE( 1, 0, &1727 BTEST( wall_flags_0(:,j,i), 12 ) &1728 ), DIM = 1 &1729 ) - 11730 1727 ! 1731 1728 !-- Topography height on w grid. Therefore, determine index of … … 1734 1731 ENDDO 1735 1732 ENDDO 1736 flush(9)1737 1733 1738 1734 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.