Changeset 4110 for palm/trunk/SOURCE/advec_ws.f90
- Timestamp:
- Jul 22, 2019 5:05:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r4109 r4110 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 22 27 ! - Separate initialization of advection flags for momentum and scalars. In this 23 28 ! context, resort the bits and do some minor formatting. … … 38 43 ! advection 39 44 ! 40 ! Former revisions: 41 ! ----------------- 42 ! $Id$ 45 ! 4109 2019-07-22 17:00:34Z suehring 43 46 ! Implementation of a flux limiter according to Skamarock (2006) for the 44 47 ! vertical scalar advection. Please note, this is only implemented for the … … 122 125 ! Change in file header (GPL part) 123 126 ! Implement advection for TKE-dissipation in case of RANS-TKE-e closure (TG) 124 ! Allocate advc_flags_ m/2 within ws_init_flags instead of init_grid127 ! Allocate advc_flags_1/2 within ws_init_flags instead of init_grid 125 128 ! Change argument list for exchange_horiz_2d_int (MS) 126 129 ! … … 136 139 ! 137 140 ! 2232 2017-05-30 17:47:52Z suehring 138 ! Rename wall_flags_0 and wall_flags_00 into advc_flags_m and advc_flags_ m,141 ! Rename wall_flags_0 and wall_flags_00 into advc_flags_m and advc_flags_1, 139 142 ! respectively. 140 ! Set advc_flags_ m/2 on basis of wall_flags_0/00 instead of nzb_s/u/v/w_inner.141 ! Setting advc_flags_ m/2 also for downward-facing walls143 ! Set advc_flags_1/2 on basis of wall_flags_0/00 instead of nzb_s/u/v/w_inner. 144 ! Setting advc_flags_1/2 also for downward-facing walls 142 145 ! 143 146 ! 2200 2017-04-11 11:37:51Z suehring … … 262 265 ! vector version. 263 266 ! Degradation of the applied order of scheme is now steered by multiplying with 264 ! Integer advc_flags_ m. 2nd order scheme, WS3 and WS5 are calculated on each267 ! Integer advc_flags_1. 2nd order scheme, WS3 and WS5 are calculated on each 265 268 ! grid point and mulitplied with the appropriate flag. 266 269 ! 2nd order numerical dissipation term changed. Now the appropriate 2nd order
Note: See TracChangeset
for help on using the changeset viewer.