- Timestamp:
- Mar 26, 2012 2:28:17 PM (13 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 6 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 -
palm/trunk/SOURCE/check_parameters.f90
r861 r863 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Check for topography and ws-scheme removed.7 ! Check for loop_optimization = 'vector' and ws-scheme removed.8 6 ! 9 7 ! Former revisions: 10 8 ! ----------------- 11 9 ! $Id$ 10 ! 11 ! 861 2012-03-26 14:18:34Z suehring 12 ! Check for topography and ws-scheme removed. 13 ! Check for loop_optimization = 'vector' and ws-scheme removed. 12 14 ! 13 15 ! 845 2012-03-07 10:23:05Z maronga -
palm/trunk/SOURCE/init_grid.f90
r861 r863 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! Former revisions: 8 ! ----------------- 9 ! $Id$ 10 ! 11 ! 861 2012-03-26 14:18:34Z suehring 6 12 ! Set wall_flags_0. The array is needed for degradation in ws-scheme near walls, 7 13 ! inflow and outflow boundaries as well as near the bottom and the top of the 8 ! model domain. 9 ! 14 ! model domain.! 10 15 ! Initialization of nzb_s_inner and nzb_w_inner. 11 16 ! gls has to be at least nbgp to do not exceed the array bounds of nzb_local 12 17 ! while setting wall_flags_0 13 !14 ! Former revisions:15 ! -----------------16 ! $Id$17 18 ! 18 19 ! 843 2012-02-29 15:16:21Z gryschka -
palm/trunk/SOURCE/init_pt_anomaly.f90
r861 r863 5 5 ! ----------------- 6 6 ! 7 ! Modification of the amplitude to obtain a visible temperature perturbation.8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 861 2012-03-26 14:18:34Z suehring 13 ! Modification of the amplitude to obtain a visible temperature perturbation. 12 14 ! 13 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/modules.f90
r861 r863 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! Former revisions: 8 ! ----------------- 9 ! $Id$ 10 ! 11 ! 861 2012-03-26 14:18:34Z suehring 6 12 ! +wall_flags_0 7 13 ! -boundary_flags 8 14 ! +nzb_max 9 15 ! +adv_sca_1, +adv_mom_1 10 !11 ! Former revisions:12 ! -----------------13 ! $Id$14 16 ! 15 17 ! 849 2012-03-15 10:35:09Z raasch -
palm/trunk/SOURCE/palm.f90
r861 r863 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! Version number changed from 3.8 to 3.8a. 11 13 ! 12 14 ! 849 2012-03-15 10:35:09Z raasch
Note: See TracChangeset
for help on using the changeset viewer.