Skip to content
Snippets Groups Projects
Commit 0de407cc authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 14/06/2023:ZSOLVER/advection_uvw_cen.f90, PB with !$acc empty continuation line -> add &

parent 31865c4c
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,7 @@ ELSEIF (HUVW_ADV_SCHEME=='CEN4TH') THEN
END IF
!
!$acc kernels present(ZRUS,ZRVS,ZRWS,ZMXM_RHODJ,ZMYM_RHODJ,ZMZM_RHODJ) &
!$acc present_cr(PRUS,PRVS,PRWS,PDUM,PDWM)
!$acc & present_cr(PRUS,PRVS,PRWS,PDUM,PDWM)
ZUS(:,:,:) = ZRUS(:,:,:)/ZMXM_RHODJ(:,:,:)*2.*PTSTEP
ZVS(:,:,:) = ZRVS(:,:,:)/ZMYM_RHODJ(:,:,:)*2.*PTSTEP
ZWS(:,:,:) = ZRWS(:,:,:)/ZMZM_RHODJ(:,:,:)*2.*PTSTEP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment