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

Quentin 15/03/2023: bugfix init of out variables in condensation (otherwise...

Quentin 15/03/2023: bugfix init of out variables in condensation (otherwise NaN is present at HALO points). Fixed 014_LIMA KTEST
parent 0609abac
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,10 @@ IIJE=D%NIJE ...@@ -228,7 +228,10 @@ IIJE=D%NIJE
! !
PCLDFR(:,:) = 0. ! Initialize values PCLDFR(:,:) = 0. ! Initialize values
PSIGRC(:,:) = 0. ! Initialize values PSIGRC(:,:) = 0. ! Initialize values
ZPRIFACT = 1. ! Initialize value PRV_OUT(:,:)= 0. ! Initialize values
PRC_OUT(:,:)= 0. ! Initialize values
PRI_OUT(:,:)= 0. ! Initialize values
ZPRIFACT = 1. ! Initialize value
ZARDUM2 = 0. ! Initialize values ZARDUM2 = 0. ! Initialize values
ZCLDINI = -1. ! Dummy Initialized cloud input to icecloud routine ZCLDINI = -1. ! Dummy Initialized cloud input to icecloud routine
PIFR = 10. ! ratio of cloud ice water mixing ratio wet to dry PIFR = 10. ! ratio of cloud ice water mixing ratio wet to dry
......
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