Skip to content

Commit

Permalink
fix openACC directive bug in cu_gf_deep.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed May 15, 2024
1 parent 2062e9a commit be05ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/CONV/Grell_Freitas/cu_gf_deep.F90
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ subroutine cu_gf_deep_run( &
real(kind=kind_phys), dimension (its:ite,kts:kte) :: pwdper, massflx
integer :: nv
!$acc declare create(chem,chem_cup,chem_up,chem_down,dellac,dellac2,chem_c,chem_pw,chem_pwd, &
!$acc chem_pwav,chem_psum,pwdper,massflux)
!$acc chem_pwav,chem_psum,pwdper,massflx)

real(kind=kind_phys), dimension (its:ite,kts:kte) :: &
entr_rate_2d,mentrd_rate_2d,he,hes,qes,z, heo,heso,qeso,zo, &
Expand Down

0 comments on commit be05ec2

Please sign in to comment.