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

Quentin 13/01/2023: bugfix PHYEX, call of condensation by lima_adust_split

parent 9e3bebda
No related branches found
No related tags found
No related merge requests found
......@@ -239,10 +239,12 @@ ZDZREF = ICEP%XFRMIN(25) ! Thickness for unchanged vqsigsat (only used for LHGT_
PRC_OUT = PRC_IN
PRV_OUT = PRV_IN
PRI_OUT = PRI_IN
PHLC_HRC = 0.
PHLC_HCF = 0.
PHLI_HRI = 0.
PHLI_HCF = 0.
IF(PRESENT(PHLC_HRC)) THEN
PHLC_HRC = 0.
PHLC_HCF = 0.
PHLI_HRI = 0.
PHLI_HCF = 0.
END IF
#endif
IF(OCND2)ZPRIFACT = 0.
!
......
......@@ -287,8 +287,8 @@ REAL, DIMENSION(SIZE(PRHODJ,1),SIZE(PRHODJ,2),SIZE(PRHODJ,3)) &
ZRI, ZRI_IN, &
Z_SIGS, Z_SRCS, &
ZW_MF, &
ZCND, ZS, ZVEC1
REAL, DIMENSION(SIZE(PRHODJ,1),SIZE(PRHODJ,2)) :: ZSIGQSAT2D, ZDUM
ZCND, ZS, ZVEC1,ZDUM
REAL, DIMENSION(SIZE(PRHODJ,1),SIZE(PRHODJ,2)) :: ZSIGQSAT2D
!
INTEGER, DIMENSION(SIZE(PRHODJ,1),SIZE(PRHODJ,2),SIZE(PRHODJ,3)) :: IVEC1
!
......
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