Changeset 3562 for palm/trunk/SOURCE/lpm_boundary_conds.f90
- Timestamp:
- Nov 23, 2018 12:06:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_boundary_conds.f90
r3241 r3562 25 25 ! ----------------- 26 26 ! $Id$ 27 ! variables documented 28 ! 29 ! 3241 2018-09-12 15:02:00Z raasch 27 30 ! unused variables removed 28 31 ! … … 146 149 IMPLICIT NONE 147 150 148 CHARACTER (LEN=*) :: location !< 151 CHARACTER (LEN=*) :: location !< general mode: boundary conditions at bottom/top of the model domain 152 !< or at vertical surfaces (buildings, terrain steps) 149 153 150 INTEGER(iwp), INTENT(IN) :: i !< 151 INTEGER(iwp), INTENT(IN) :: j !< 152 INTEGER(iwp), INTENT(IN) :: k !< 154 INTEGER(iwp), INTENT(IN) :: i !< grid index of particle box along x 155 INTEGER(iwp), INTENT(IN) :: j !< grid index of particle box along y 156 INTEGER(iwp), INTENT(IN) :: k !< grid index of particle box along z 153 157 154 158 INTEGER(iwp) :: inc !< dummy for sorting algorithmus
Note: See TracChangeset
for help on using the changeset viewer.