Skip to content
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