Skip to content
Snippets Groups Projects
Commit 306430e3 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

bugfix JL missing in DO LOOPS within ifdef

parent 6c38fe30
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ ELSEIF (HSUBG_RC_RR_ACCR=='PRFR') THEN
IF(LMASK1) THEN
!Accretion due to rain falling in high cloud content
!HCF*accretion(HRC/HCF) with simplification
PRCACCR(:) = ICEP%XFCACCR * PHLC_HRC(JL) &
PRCACCR(JL) = ICEP%XFCACCR * PHLC_HRC(JL) &
&*PLBDAR_RF(JL)**ICEP%XEXCACCR &
&*PRHODREF(JL)**(-ICED%XCEXVT)
ELSE
......
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