Ignore:
Timestamp:
Jan 7, 2021 1:16:02 PM (3 years ago)
Author:
raasch
Message:

openmp bugfix (some private statements were missing); output format for cpu measures slightly changed

File:
1 edited

Legend:

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

    r4828 r4835  
    2525! -----------------
    2626! $Id$
     27! openmp bugfix (some private statements were missing)
     28!
     29! 4768 2020-11-02 19:11:23Z suehring
    2730! Enable 3D data output also with 64-bit precision
    2831!
     
    49434946!
    49444947!-- Compute the turbulent diffusion coefficient for momentum
    4945     !$OMP PARALLEL PRIVATE (i,j,k,ml,sr,tn)
     4948    !$OMP PARALLEL PRIVATE (dvar_dz,duv2_dz2,i,j,k,ml,ml_local_profile,ml_stratification,          &
     4949    !$OMP                   richardson_number,sr,tn)
    49464950!$  tn = omp_get_thread_num()
    49474951
Note: See TracChangeset for help on using the changeset viewer.