Changeset 1115 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Mar 26, 2013 6:16:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r1114 r1115 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! calculation of qr and nr is restricted to precipitation 23 23 ! 24 24 ! Former revisions: … … 266 266 IF (humidity .OR. passive_scalar) THEN 267 267 CALL exchange_horiz( q_p, nbgp ) 268 IF ( cloud_physics .AND. icloud_scheme == 0 ) THEN 268 IF ( cloud_physics .AND. icloud_scheme == 0 .AND. & 269 precipitation) THEN 269 270 CALL exchange_horiz( qr_p, nbgp ) 270 271 CALL exchange_horiz( nr_p, nbgp ) … … 349 350 350 351 ! 351 !-- If required, compute virtuell potential temperature352 IF ( humidity ) THEN353 CALL compute_vpt354 !$acc update device( vpt )355 ENDIF356 357 !358 352 !-- If required, compute liquid water content 359 353 IF ( cloud_physics ) THEN … … 361 355 !$acc update device( ql ) 362 356 ENDIF 363 357 ! 358 !-- If required, compute virtual potential temperature 359 IF ( humidity ) THEN 360 CALL compute_vpt 361 !$acc update device( vpt ) 362 ENDIF 364 363 ! 365 364 !-- Compute the diffusion quantities … … 373 372 CALL cpu_log( log_point(19), 'prandtl_fluxes', 'stop' ) 374 373 ENDIF 375 376 374 ! 377 375 !-- Compute the diffusion coefficients
Note: See TracChangeset
for help on using the changeset viewer.