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/boundary_conds.f90

    r3467 r3562  
    2525! -----------------
    2626! $Id$
     27! variables documented
     28!
     29! 3467 2018-10-30 19:05:21Z suehring
    2730! Implementation of a new aerosol module salsa.
    2831!
     
    263266    INTEGER(iwp) ::  m  !< running index surface elements
    264267
    265     REAL(wp)    ::  c_max !<
    266     REAL(wp)    ::  denom !<
     268    REAL(wp)    ::  c_max !< maximum phase velocity allowed by CFL criterion, used for outflow boundary condition
     269    REAL(wp)    ::  denom !< horizontal gradient of velocity component normal to the outflow boundary
    267270
    268271
Note: See TracChangeset for help on using the changeset viewer.