Changeset 4442
- Timestamp:
- Mar 4, 2020 7:21:13 PM (5 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4441 r4442 22 22 ! Current revisions: 23 23 ! ----------------- 24 ! Change order of dimension in surface array %frac to allow for better 25 ! vectorization. 26 ! 24 ! 25 ! 27 26 ! Former revisions: 28 27 ! ----------------- 29 28 ! $Id$ 29 ! Change order of dimension in surface array %frac to allow for better 30 ! vectorization. 31 ! 32 ! 4441 2020-03-04 19:20:35Z suehring 30 33 ! in subroutine chem_init (ECC) 31 34 ! - allows different init paths emission data for legacy -
palm/trunk/SOURCE/data_output_2d.f90
r4441 r4442 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Change order of dimension in surface array %frac to allow for better 23 ! vectorization. 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Change order of dimension in surface array %frac to allow for better 28 ! vectorization. 29 ! 30 ! 4441 2020-03-04 19:20:35Z suehring 28 31 ! Introduction of wall_flags_total_0, which currently sets bits based on static 29 32 ! topography information used in wall_flags_static_0 -
palm/trunk/SOURCE/flow_statistics.f90
r4441 r4442 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Change order of dimension in surface array %frac to allow for better 23 ! vectorization. 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Change order of dimension in surface array %frac to allow for better 28 ! vectorization. 29 ! 30 ! 4441 2020-03-04 19:20:35Z suehring 28 31 ! Introduction of wall_flags_total_0, which currently sets bits based on static 29 32 ! topography information used in wall_flags_static_0 -
palm/trunk/SOURCE/indoor_model_mod.f90
r4441 r4442 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Change order of dimension in surface array %frac to allow for better 24 ! vectorization. 23 ! 25 24 ! 26 25 ! Former revisions: 27 26 ! ----------------- 28 27 ! $Id$ 28 ! Change order of dimension in surface array %frac to allow for better 29 ! vectorization. 30 ! 31 ! 4441 2020-03-04 19:20:35Z suehring 29 32 ! Major bugfix in calculation of energy demand - floor-area-per-facade was wrongly 30 33 ! calculated leading to unrealistically high energy demands and thus to -
palm/trunk/SOURCE/land_surface_model_mod.f90
r4441 r4442 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Change order of dimension in surface arrays %frac, %emissivity and %albedo 23 ! to allow for better vectorization in the radiation interactions. 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Change order of dimension in surface arrays %frac, %emissivity and %albedo 28 ! to allow for better vectorization in the radiation interactions. 29 ! 30 ! 4441 2020-03-04 19:20:35Z suehring 28 31 ! bugfix: missing cpp-directives for serial mode added, misplaced cpp-directives moved 29 32 ! -
palm/trunk/SOURCE/radiation_model_mod.f90
r4441 r4442 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 26 ! 27 ! Former revisions: 28 ! ----------------- 29 ! $Id$ 25 30 ! - Change order of dimension in surface arrays %frac, %emissivity and %albedo 26 31 ! to allow for better vectorization in the radiation interactions. 27 32 ! - Minor formatting issues 28 33 ! 29 ! Former revisions: 30 ! ----------------- 31 ! $Id$ 34 ! 4441 2020-03-04 19:20:35Z suehring 32 35 ! bugfixes: cpp-directives for serial mode moved, small changes to get serial mode compiled 33 36 ! -
palm/trunk/SOURCE/salsa_mod.f90
r4441 r4442 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Change order of dimension in surface array %frac to allow for better 24 ! vectorization. 23 ! 25 24 ! 26 25 ! Former revisions: 27 26 ! ----------------- 28 27 ! $Id$ 28 ! Change order of dimension in surface array %frac to allow for better 29 ! vectorization. 30 ! 31 ! 4441 2020-03-04 19:20:35Z suehring 29 32 ! Bug fixes and reformatting for the restart data and averaged data output 30 33 ! - add missing arrays (averaged data output) in salsa_wrd_local and -
palm/trunk/SOURCE/sum_up_3d_data.f90
r4441 r4442 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Change order of dimension in surface array %frac to allow for better 23 ! vectorization. 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Change order of dimension in surface array %frac to allow for better 28 ! vectorization. 29 ! 30 ! 4441 2020-03-04 19:20:35Z suehring 28 31 ! Move 2-m potential temperature output to diagnostic_output_quantities 29 32 ! -
palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
r4441 r4442 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Set back turbulent length scale to 8 x grid spacing in the parametrized mode 23 ! (was accidantly changed). 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Set back turbulent length scale to 8 x grid spacing in the parametrized mode 28 ! (was accidantly changed). 29 ! 30 ! 4441 2020-03-04 19:20:35Z suehring 28 31 ! Correct misplaced preprocessor directive 29 32 ! -
palm/trunk/SOURCE/urban_surface_mod.f90
r4441 r4442 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! Change order of dimension in surface arrays %frac, %emissivity and %albedo 26 ! to allow for better vectorization in the radiation interactions. 25 ! 27 26 ! 28 27 ! Former revisions: 29 28 ! ----------------- 30 29 ! $Id$ 30 ! Change order of dimension in surface arrays %frac, %emissivity and %albedo 31 ! to allow for better vectorization in the radiation interactions. 32 ! 33 ! 4441 2020-03-04 19:20:35Z suehring 31 34 ! Removed wall_flags_static_0 from USE statements as it's not used within 32 35 ! the module
Note: See TracChangeset
for help on using the changeset viewer.