Ignore:
Timestamp:
Apr 12, 2019 5:52:01 PM (4 years ago)
Author:
suehring
Message:

Bugfix in initialization of turbulence generator in case of restart runs and offline nesting

File:
1 edited

Legend:

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

    r3885 r3891  
    2525! -----------------
    2626! $Id$
     27! Bugfix in initialization in case of restart runs.
     28!
     29! 3885 2019-04-11 11:29:34Z kanani
    2730! Changes related to global restructuring of location messages and introduction
    2831! of additional debug messages
     
    773776!--    to initialize the filter functions.
    774777       CALL calc_length_and_time_scale
     778!
     779!--    Parametrize Reynolds-stress tensor, diagonal elements as well
     780!--    as r21 (v'u'), r31 (w'u'), r32 (w'v'). Parametrization follows
     781!--    Rotach et al. (1996) and is based on boundary-layer depth,
     782!--    friction velocity and velocity scale.
     783       CALL parametrize_reynolds_stress
     784!     
     785!--    Calculate coefficient matrix from Reynolds stress tensor 
     786!--    (Lund rotation)
     787       CALL calc_coeff_matrix
    775788           
    776789    ENDIF
Note: See TracChangeset for help on using the changeset viewer.