Ignore:
Timestamp:
Nov 26, 2019 6:49:59 PM (5 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/urban_surface_mod.f90

    r4305 r4309  
    2323! Current revisions:
    2424! ------------------
     25!
     26!
     27! Former revisions:
     28! -----------------
     29! $Id$
    2530! - Bugfix, include m_liq into restarts
    2631! - Remove unused arrays for liquid water and saturation moisture at vertical
    2732!   walls
    2833!
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
     34! 4305 2019-11-25 11:15:40Z suehring
    3235! Revision of some indoor-model parameters
    3336!
Note: See TracChangeset for help on using the changeset viewer.