Skip to content
Snippets Groups Projects
Commit 6a8721e3 authored by VIE Benoit's avatar VIE Benoit
Browse files

bugfix rain_ice_red - ongoing

parent 0ca58a8e
No related branches found
No related tags found
No related merge requests found
......@@ -590,7 +590,7 @@ DO JK = 1, KKT
END IF
END IF
ELSE
ZLBDAS(JI,JJ,JK) = MAX(MIN(XLBDAS_MAX,XLBS*(PRHODREF(JI,JK,JL)*PRST(JI,JK,JL))**XLBEXS),XLBDAS_MIN)
ZLBDAS(JI,JJ,JK) = MAX(MIN(XLBDAS_MAX,XLBS*(PRHODREF(JI,JJ,JK)*PRST(JI,JJ,JK))**XLBEXS),XLBDAS_MIN)
END IF
END DO
END DO
......
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