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

Juan 01/02/2023:ini_rain_ice.f90; OpenACC optimization , put XRTMIN on device at init

parent 3a58e17a
No related branches found
No related tags found
No related merge requests found
...@@ -431,6 +431,7 @@ XRTMIN(4) = 1.0E-20 ...@@ -431,6 +431,7 @@ XRTMIN(4) = 1.0E-20
XRTMIN(5) = 1.0E-15 XRTMIN(5) = 1.0E-15
XRTMIN(6) = 1.0E-15 XRTMIN(6) = 1.0E-15
IF (HCLOUD == 'ICE4') XRTMIN(7) = 1.0E-15 IF (HCLOUD == 'ICE4') XRTMIN(7) = 1.0E-15
!$acc enter data copyin(XRTMIN)
! !
XCONC_SEA=1E8 ! 100/cm3 XCONC_SEA=1E8 ! 100/cm3
XCONC_LAND=3E8 ! 300/cm3 XCONC_LAND=3E8 ! 300/cm3
......
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