Skip to content

Commit

Permalink
S. Riette 21 Mar 2023: remove do concurrent loop
Browse files Browse the repository at this point in the history
fix #6
  • Loading branch information
SebastienRietteMTO committed Mar 21, 2023
1 parent a0c39f5 commit 2a8ce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/micro/rain_ice.F90
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ SUBROUTINE RAIN_ICE ( D, CST, PARAMI, ICEP, ICED, BUCONF, &
!*** 6.1 total tendencies limited by available species
!
DO JK = IKTB, IKTE
DO CONCURRENT (JIJ=IIJB:IIJE)
DO JIJ=IIJB, IIJE
!LV/LS
ZZ_LSFACT(JIJ,JK)=ZZ_LSFACT(JIJ,JK)/PEXNREF(JIJ,JK)
ZZ_LVFACT(JIJ,JK)=ZZ_LVFACT(JIJ,JK)/PEXNREF(JIJ,JK)
Expand Down

0 comments on commit 2a8ce53

Please sign in to comment.