Changeset 3044
- Timestamp:
- May 25, 2018 10:59:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
r3038 r3044 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Add missing variable descriptions 28 ! 29 ! 3038 2018-05-24 10:54:00Z gronemeier 27 30 ! updated variable descriptions 28 31 ! … … 452 455 REAL(wp) :: zz !< height 453 456 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 455 461 456 462 REAL(wp),DIMENSION(nzb:nzt+1) :: r11 !< Reynolds parameter … … 962 968 IMPLICIT NONE 963 969 964 LOGICAL, INTENT(OUT) :: found 970 LOGICAL, INTENT(OUT) :: found !< flag indicating if variable was found 965 971 966 972
Note: See TracChangeset
for help on using the changeset viewer.