Changeset 1411
- Timestamp:
- May 26, 2014 4:01:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r1407 r1411 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Initial horizontal velocity profiles were not set to zero at the first vertical 23 ! grid level in case of non-cyclic lateral boundary conditions. 23 24 ! 24 25 ! Former revisions: … … 786 787 !-- in the limiting formula!). The original values are stored to be later 787 788 !-- used for volume flow control. 788 IF ( ibc_uv_b /= 1 ) THEN 789 IF ( ibc_uv_b /= 1 .AND. ( .NOT. bc_lr_dirrad .AND. & 790 .NOT. bc_lr_raddir .AND. & 791 .NOT. bc_ns_dirrad .AND. & 792 .NOT. bc_ns_raddir ) ) THEN 789 793 DO i = nxlg, nxrg 790 794 DO j = nysg, nyng
Note: See TracChangeset
for help on using the changeset viewer.