Changeset 1316
- Timestamp:
- Mar 17, 2014 7:44:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r1310 r1316 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 25 ! Bugfix: allocation of w_subs 26 26 ! 27 27 ! Former revisions: … … 547 547 ! 548 548 !-- 1D-array for large scale subsidence velocity 549 IF ( large_scale_subsidence ) THEN 550 ALLOCATE ( w_subs(nzb:nzt+1) ) 551 w_subs = 0.0 552 ENDIF 549 ALLOCATE ( w_subs(nzb:nzt+1) ) 550 w_subs = 0.0 551 553 552 554 553 !
Note: See TracChangeset
for help on using the changeset viewer.