Skip to content
Snippets Groups Projects
Commit 1516d7ce authored by Gaelle DELAUTIER's avatar Gaelle DELAUTIER
Browse files

Gaelle 8/6/18 : bug where

parent 583588cf
No related branches found
No related tags found
No related merge requests found
...@@ -109,26 +109,24 @@ IF(HSUBG_AUCV=='NONE') THEN ...@@ -109,26 +109,24 @@ IF(HSUBG_AUCV=='NONE') THEN
ELSEIF(HSUBG_AUCV=='CLFR') THEN ELSEIF(HSUBG_AUCV=='CLFR') THEN
!Cloud water is only in the cloudy part and entirely in low or high part !Cloud water is only in the cloudy part and entirely in low or high part
WHERE(PCF(:)>0.) WHERE(PCF(:) > 0. .AND. PRCT(:)>ZRCRAUTC(:)*PCF(:))
WHERE(PRCT(:)/PCF(:)>ZRCRAUTC(:)) PHLC_HCF(:)=PCF(:)
PHLC_HCF(:)=PCF(:) PHLC_LCF(:)=0.
PHLC_LCF(:)=0. PHLC_HRC(:)=PRCT(:)
PHLC_HRC(:)=PRCT(:) PHLC_LRC(:)=0.
PHLC_LRC(:)=0. PRF(:) =PCF(:)
PRF(:) =PCF(:) ELSEWHERE(PCF(:) > 0. .AND. PRCT(:)>XRTMIN(2))
ELSEWHERE(PRCT(:)>XRTMIN(2)) PHLC_HCF(:)=0.
PHLC_HCF(:)=0. PHLC_LCF(:)=PCF(:)
PHLC_LCF(:)=PCF(:) PHLC_HRC(:)=0.0
PHLC_HRC(:)=0.0 PHLC_LRC(:)=PRCT(:)
PHLC_LRC(:)=PRCT(:) PRF(:) =0.
PRF(:) =0. ELSEWHERE (PCF(:) > 0.)
ELSEWHERE PHLC_HCF(:)=0.
PHLC_HCF(:)=0. PHLC_LCF(:)=0.
PHLC_LCF(:)=0. PHLC_HRC(:)=0.
PHLC_HRC(:)=0. PHLC_LRC(:)=0.
PHLC_LRC(:)=0. PRF(:) =0.
PRF(:) =0.
END WHERE
ELSEWHERE ELSEWHERE
PHLC_HCF(:)=0. PHLC_HCF(:)=0.
PHLC_LCF(:)=0. PHLC_LCF(:)=0.
......
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