Changeset 3014 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- May 9, 2018 8:42:38 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r3011 r3014 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: initialization of ts_value missing 28 ! 29 ! 3011 2018-05-07 14:38:42Z schwenkel 27 30 ! removed redundant if statement 28 31 ! … … 1127 1130 1128 1131 ! 1132 !-- Initialize time series 1133 ts_value = 0.0_wp 1134 1135 ! 1129 1136 !-- Initialize local summation arrays for routine flow_statistics. 1130 1137 !-- This is necessary because they may not yet have been initialized when they
Note: See TracChangeset
for help on using the changeset viewer.