Changeset 2764 for palm/trunk/SOURCE
- Timestamp:
- Jan 22, 2018 9:25:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r2746 r2764 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: remove duplicate SAVE statements 28 ! 29 ! 2746 2018-01-15 12:06:04Z suehring 27 30 ! Move flag plant canopy to modules 28 31 ! … … 132 135 REAL(wp), DIMENSION(:), ALLOCATABLE :: l_black !< mixing length according to Blackadar 133 136 134 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE , SAVE:: dummy1 !< debug output variable135 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE , SAVE:: dummy2 !< debug output variable136 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE , SAVE:: dummy3 !< debug output variable137 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: dummy1 !< debug output variable 138 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: dummy2 !< debug output variable 139 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: dummy3 !< debug output variable 137 140 138 141
Note: See TracChangeset
for help on using the changeset viewer.