Changeset 863 for palm/trunk/SOURCE/advec_ws.f90
- Timestamp:
- Mar 26, 2012 2:28:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r862 r863 4 4 ! Current revisions: 5 5 ! ------------------ 6 ! 7 ! Former revisions: 8 ! ----------------- 9 ! $Id$ 10 11 ! 862 2012-03-26 14:21:38Z suehring 6 12 ! ws-scheme also work with topography in combination with vector version. 7 13 ! ws-scheme also work with outflow boundaries in combination with 8 14 ! vector version. 9 10 15 ! Degradation of the applied order of scheme is now steered by multiplying with 11 16 ! Integer wall_flags_0. 2nd order scheme, WS3 and WS5 are calculated on each … … 15 20 ! out that diss_2nd does not provide sufficient dissipation near walls. 16 21 ! Therefore, the function diss_2nd is removed. 17 18 22 ! Near walls a divergence correction is necessary to overcome numerical 19 23 ! instabilities due to too less divergence reduction of the velocity field. 20 !21 24 ! boundary_flags and logicals steering the degradation are removed. 22 25 ! Empty SUBROUTINE local_diss removed. 23 !24 26 ! Further formatting adjustments. 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 27 ! 30 28 ! 801 2012-01-10 17:30:36Z suehring
Note: See TracChangeset
for help on using the changeset viewer.