Ignore:
Timestamp:
Nov 23, 2018 12:06:35 PM (6 years ago)
Author:
suehring
Message:

variables documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/lpm_boundary_conds.f90

    r3241 r3562  
    2525! -----------------
    2626! $Id$
     27! variables documented
     28!
     29! 3241 2018-09-12 15:02:00Z raasch
    2730! unused variables removed
    2831!
     
    146149    IMPLICIT NONE
    147150
    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)
    149153   
    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
    153157   
    154158    INTEGER(iwp) ::  inc            !< dummy for sorting algorithmus
Note: See TracChangeset for help on using the changeset viewer.