Changeset 1076 for palm/trunk/SOURCE
- Timestamp:
- Dec 5, 2012 8:30:18 AM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_2d.f90
r1066 r1076 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in output of ql 22 23 ! 23 24 ! Former revisions: … … 488 489 CASE ( 'ql_xy', 'ql_xz', 'ql_yz' ) 489 490 IF ( av == 0 ) THEN 490 IF ( icloud_scheme == 0 ) THEN491 IF ( cloud_physics .AND. icloud_scheme == 0 ) THEN 491 492 DO i = nxlg, nxrg 492 493 DO j = nysg, nyng … … 501 502 ENDIF 502 503 ELSE 503 IF ( icloud_scheme == 0 ) THEN504 IF ( cloud_physics .AND. icloud_scheme == 0 ) THEN 504 505 DO i = nxlg, nxrg 505 506 DO j = nysg, nyng -
palm/trunk/SOURCE/data_output_3d.f90
r1054 r1076 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix in output of ql 22 23 ! 23 24 ! Former revisions: … … 337 338 CASE ( 'ql' ) 338 339 IF ( av == 0 ) THEN 339 IF ( icloud_scheme == 0 ) THEN340 IF ( cloud_physics .AND. icloud_scheme == 0 ) THEN 340 341 DO i = nxlg, nxrg 341 342 DO j = nysg, nyng … … 350 351 ENDIF 351 352 ELSE 352 IF ( icloud_scheme == 0 ) THEN353 IF ( cloud_physics .AND. icloud_scheme == 0 ) THEN 353 354 DO i = nxlg, nxrg 354 355 DO j = nysg, nyng
Note: See TracChangeset
for help on using the changeset viewer.