Changeset 4442 for palm/trunk


Ignore:
Timestamp:
Mar 4, 2020 7:21:13 PM (4 years ago)
Author:
suehring
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chemistry_model_mod.f90

    r4441 r4442  
    2222! Current revisions:
    2323! -----------------
    24 ! Change order of dimension in surface array %frac to allow for better
    25 ! vectorization.
    26 !
     24!
     25!
    2726! Former revisions:
    2827! -----------------
    2928! $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
    3033! in subroutine chem_init (ECC)
    3134! - allows different init paths emission data for legacy
  • palm/trunk/SOURCE/data_output_2d.f90

    r4441 r4442  
    2020! Current revisions:
    2121! ------------------
    22 ! Change order of dimension in surface array %frac to allow for better
    23 ! vectorization.
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831! Introduction of wall_flags_total_0, which currently sets bits based on static
    2932! topography information used in wall_flags_static_0
  • palm/trunk/SOURCE/flow_statistics.f90

    r4441 r4442  
    2020! Current revisions:
    2121! ------------------
    22 ! Change order of dimension in surface array %frac to allow for better
    23 ! vectorization.
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831! Introduction of wall_flags_total_0, which currently sets bits based on static
    2932! topography information used in wall_flags_static_0
  • palm/trunk/SOURCE/indoor_model_mod.f90

    r4441 r4442  
    2121! Current revisions:
    2222! -----------------
    23 ! Change order of dimension in surface array %frac to allow for better
    24 ! vectorization.
     23!
    2524!
    2625! Former revisions:
    2726! -----------------
    2827! $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
    2932! Major bugfix in calculation of energy demand - floor-area-per-facade was wrongly
    3033! calculated leading to unrealistically high energy demands and thus to
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r4441 r4442  
    2020! Current revisions:
    2121! -----------------
    22 ! Change order of dimension in surface arrays %frac, %emissivity and %albedo
    23 ! to allow for better vectorization in the radiation interactions.
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831! bugfix: missing cpp-directives for serial mode added, misplaced cpp-directives moved
    2932!
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r4441 r4442  
    2323! Current revisions:
    2424! ------------------
     25!
     26!
     27! Former revisions:
     28! -----------------
     29! $Id$
    2530! - Change order of dimension in surface arrays %frac, %emissivity and %albedo
    2631!   to allow for better vectorization in the radiation interactions.
    2732! - Minor formatting issues
    2833!
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
     34! 4441 2020-03-04 19:20:35Z suehring
    3235! bugfixes: cpp-directives for serial mode moved, small changes to get serial mode compiled
    3336!
  • palm/trunk/SOURCE/salsa_mod.f90

    r4441 r4442  
    2121! Current revisions:
    2222! -----------------
    23 ! Change order of dimension in surface array %frac to allow for better
    24 ! vectorization.
     23!
    2524!
    2625! Former revisions:
    2726! -----------------
    2827! $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
    2932! Bug fixes and reformatting for the restart data and averaged data output
    3033! - add missing arrays (averaged data output) in salsa_wrd_local and
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r4441 r4442  
    2020! Current revisions:
    2121! ------------------
    22 ! Change order of dimension in surface array %frac to allow for better
    23 ! vectorization.
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831! Move 2-m potential temperature output to diagnostic_output_quantities
    2932!
  • palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90

    r4441 r4442  
    2020! Current revisions:
    2121! -----------------
    22 ! Set back turbulent length scale to 8 x grid spacing in the parametrized mode
    23 ! (was accidantly changed).
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $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
    2831! Correct misplaced preprocessor directive
    2932!
  • palm/trunk/SOURCE/urban_surface_mod.f90

    r4441 r4442  
    2323! Current revisions:
    2424! ------------------
    25 ! Change order of dimension in surface arrays %frac, %emissivity and %albedo
    26 ! to allow for better vectorization in the radiation interactions.
     25!
    2726!
    2827! Former revisions:
    2928! -----------------
    3029! $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
    3134! Removed wall_flags_static_0 from USE statements as it's not used within
    3235! the module
Note: See TracChangeset for help on using the changeset viewer.