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

Quentin 28/05/2021: bugfix missing initilization of IMICRO leading to random...

Quentin 28/05/2021: bugfix missing initilization of IMICRO leading to random value that may be > 0 and fail the packing
parent b645a9aa
No related branches found
No related tags found
No related merge requests found
...@@ -677,7 +677,7 @@ ENDIF ...@@ -677,7 +677,7 @@ ENDIF
! optimization by looking for locations where ! optimization by looking for locations where
! the microphysical fields are larger than a minimal value only !!! ! the microphysical fields are larger than a minimal value only !!!
! !
!IMICRO=0 IMICRO=0
IF(KSIZE/=0) IMICRO=COUNTJV(ODMICRO(:,:,:), I1(:), I2(:), I3(:)) IF(KSIZE/=0) IMICRO=COUNTJV(ODMICRO(:,:,:), I1(:), I2(:), I3(:))
!Packing !Packing
IF(IMICRO>0) THEN IF(IMICRO>0) THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment