Ignore:
Timestamp:
Nov 26, 2019 6:49:59 PM (4 years ago)
Author:
suehring
Message:

Synthetic turbulence generator: Computation of velocity seeds optimized. This implies that random numbers are computed now using the parallel random number generator. Random number are now only computed and normalized locally, while distributed over all mpi ranks afterwards, instead of computing random numbers on a global array. urther, the number of calls for the time-consuming velocity-seed generation is reduced - now the left and right, as well as the north and south boundary share the same velocity-seed matrices.

File:
1 edited

Legend:

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

    r4302 r4309  
    2727! -----------------
    2828! $Id$
     29! Typo
     30!
     31! 4302 2019-11-22 13:15:56Z suehring
    2932! Omit tall canopy mapped on top of buildings
    3033!
     
    11151118                         WRITE( message_string, * )                            &
    11161119                                          'Resolved plant-canopy is ' //       &
    1117                                           'is defined on top of a building ' //&
     1120                                          'defined on top of a building ' //   &
    11181121                                          '- lad is omitted at this grid '   //&
    11191122                                          'point: (i,j) = ', i, j
Note: See TracChangeset for help on using the changeset viewer.