Changeset 1734 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Dec 2, 2015 12:17:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r1708 r1734 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 21 ! no initial disturbances in case that the disturbance energy limit has been 22 ! set zero 22 23 ! 23 24 ! Former revisions: … … 1580 1581 !-- Impose random perturbation on the horizontal velocity field and then 1581 1582 !-- remove the divergences from the velocity field at the initial stage 1582 IF ( create_disturbances .AND.&1583 IF ( create_disturbances .AND. disturbance_energy_limit /= 0.0_wp .AND.& 1583 1584 TRIM( initializing_actions ) /= 'read_restart_data' .AND. & 1584 1585 TRIM( initializing_actions ) /= 'cyclic_fill' ) THEN
Note: See TracChangeset
for help on using the changeset viewer.