Ignore:
Timestamp:
May 25, 2018 10:59:41 AM (6 years ago)
Author:
gronemeier
Message:

add missing variable descriptions

File:
1 edited

Legend:

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

    r3038 r3044  
    2525! -----------------
    2626! $Id$
     27! Add missing variable descriptions
     28!
     29! 3038 2018-05-24 10:54:00Z gronemeier
    2730! updated variable descriptions
    2831!
     
    452455    REAL(wp) :: zz      !< height
    453456
    454     REAL(wp) :: length_scale_surface, r_ii_0, time_scale, length_scale_z
     457    REAL(wp) :: length_scale_surface !< typical length scale
     458    REAL(wp) :: r_ii_0               !< correction factor
     459    REAL(wp) :: time_scale           !< typical time scale
     460    REAL(wp) :: length_scale_z       !< typical length scale
    455461
    456462    REAL(wp),DIMENSION(nzb:nzt+1) :: r11  !< Reynolds parameter
     
    962968    IMPLICIT NONE
    963969
    964     LOGICAL, INTENT(OUT)  ::  found
     970    LOGICAL, INTENT(OUT)  ::  found !< flag indicating if variable was found
    965971
    966972
Note: See TracChangeset for help on using the changeset viewer.