Skip to content
Snippets Groups Projects
Commit d6c84a80 authored by VIE Benoit's avatar VIE Benoit Committed by RODIER Quentin
Browse files

limit rain self collection until checks for concentrations are added to

the time-splitting loop
parent c9eb6028
No related branches found
No related tags found
No related merge requests found
......@@ -576,6 +576,8 @@ IF ((.NOT. LKHKO) .AND. NMOM_R.GE.2) THEN
P_CR_SCBU )
!
P_CR_SCBU(:) = P_CR_SCBU(:) * ZPF1D(:)
! process limited until checks on concentrations are added to the time-splitting loop
P_CR_SCBU(:) = MAX(P_CR_SCBU(:),-0.5*PCRT(:)/PTSTEP)
!
PA_CR(:) = PA_CR(:) + P_CR_SCBU(:)
END IF
......
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