Changeset 3696 for palm/trunk/SOURCE
- Timestamp:
- Jan 24, 2019 4:37:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r3661 r3696 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in degradation height 28 ! 29 ! 3661 2019-01-08 18:22:50Z suehring 27 30 ! - Minor bugfix in divergence correction (only has implications at 28 31 ! downward-facing wall surfaces) … … 1332 1335 ! 1333 1336 !-- Above to the top of the highest topography. No degradation necessary. 1334 DO k = nzb_max +1, nzt1337 DO k = nzb_max_l+1, nzt 1335 1338 1336 1339 v_comp = v(k,j,i) - v_gtrans + v_stokes_zu(k)
Note: See TracChangeset
for help on using the changeset viewer.