Changeset 3562 for palm/trunk/SOURCE/boundary_conds.f90
- Timestamp:
- Nov 23, 2018 12:06:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r3467 r3562 25 25 ! ----------------- 26 26 ! $Id$ 27 ! variables documented 28 ! 29 ! 3467 2018-10-30 19:05:21Z suehring 27 30 ! Implementation of a new aerosol module salsa. 28 31 ! … … 263 266 INTEGER(iwp) :: m !< running index surface elements 264 267 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 267 270 268 271
Note: See TracChangeset
for help on using the changeset viewer.