diff --git a/src/MNH/rain_ice.f90 b/src/MNH/rain_ice.f90 index 2647d09e05c73b2f53d5275a25e02b6187ae16a4..ad998eb897e8a78a73ed61f38a0fed2283e15b19 100644 --- a/src/MNH/rain_ice.f90 +++ b/src/MNH/rain_ice.f90 @@ -870,6 +870,7 @@ REAL, DIMENSION(SIZE(PRHODREF,1),SIZE(PRHODREF,2),SIZE(PRHODREF,3)) :: ZCONC3D ! ! O. Initialization of for sedimentation ! IF (OSEDIC) PINPRC (:,:) = 0. +IF (LDEPOSC) PINDEP (:,:) = 0. PINPRR (:,:) = 0. PINPRR3D (:,:,:) = 0. PINPRS (:,:) = 0. @@ -1317,6 +1318,7 @@ REAL, DIMENSION(SIZE(PRHODREF,1),SIZE(PRHODREF,2),SIZE(PRHODREF,3)) :: ZCONC3D ! !------------------------------------------------------------------------------- ! IF (OSEDIC) PINPRC (:,:) = 0. +IF (LDEPOSC) PINDEP (:,:) = 0. PINPRR (:,:) = 0. PINPRR3D (:,:,:) = 0. PINPRS (:,:) = 0.