Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This commit is a GPU port of module_bl_mynn.F90. OpenACC was used for… #1005

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions physics/bl_mynn_common.f90
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,14 @@ module bl_mynn_common
real(kind=kind_phys):: xlvcp !<= xlv/cp
real(kind=kind_phys):: g_inv !<= 1./grav

!$acc declare create ( &
!$acc cp , cpv , cliq , cice , &
!$acc p608 , ep_2 , ep_3 , gtr , &
!$acc grav , g_inv , karman , &
!$acc rcp , r_d , r_v , rk , &
!$acc rvovrd , &
!$acc xlf , xlv , xls , xlscp , &
!$acc xlvcp , tv0 , tv1 , &
!$acc t0c )

end module bl_mynn_common
Loading