Changeset 2118 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Jan 17, 2017 4:38:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r2101 r2118 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! OpenACC directives removed 23 23 ! 24 24 ! Former revisions: … … 800 800 !-- 3D-array for storing the dissipation, needed for calculating the sgs 801 801 !-- particle velocities 802 IF ( use_sgs_for_particles .OR. wang_kernel .OR. collision_turbulence 803 .OR. num_acc_per_node > 0 )THEN802 IF ( use_sgs_for_particles .OR. wang_kernel .OR. collision_turbulence )& 803 THEN 804 804 ALLOCATE( diss(nzb:nzt+1,nysg:nyng,nxlg:nxrg) ) 805 805 ENDIF … … 1920 1920 CALL location_message( 'calling pressure solver', .FALSE. ) 1921 1921 n_sor = nsor_ini 1922 !$acc data copyin( d, ddzu, ddzw, nzb_s_inner, nzb_u_inner ) &1923 !$acc copyin( nzb_v_inner, nzb_w_inner, p, rflags_s_inner, tend ) &1924 !$acc copyin( weight_pres, weight_substep ) &1925 !$acc copy( tri, tric, u, v, w )1926 1922 CALL pres 1927 !$acc end data1928 1923 n_sor = nsor 1929 1924 CALL location_message( 'finished', .TRUE. )
Note: See TracChangeset
for help on using the changeset viewer.