Changeset 2513 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Oct 4, 2017 9:24:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r2350 r2513 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in storing initial scalar profile (wrong index) 28 ! 29 ! 2350 2017-08-15 11:48:26Z kanani 27 30 ! Bugfix in nopointer version 28 31 ! … … 1301 1304 ! 1302 1305 !-- Store initial scalar profile 1303 hom(:,1,1 15,:) = SPREAD( s(:,nys,nxl), 2, statistic_regions+1 )1306 hom(:,1,121,:) = SPREAD( s(:,nys,nxl), 2, statistic_regions+1 ) 1304 1307 ENDIF 1305 1308
Note: See TracChangeset
for help on using the changeset viewer.