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

Quentin 03/05/2022: bugfix Expand emoist and etheta

parent b0256590
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ IF (OOCEAN) THEN
IF ( KRR == 0 ) THEN ! Unsalted
!$mnh_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
PEMOIST(IIB:IIE,IJB:IJE,1:D%NKT) = 0.
!$mnh_end_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)v
!$mnh_end_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
ELSE
!$mnh_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
PEMOIST(IIB:IIE,IJB:IJE,1:D%NKT) = 1. ! Salted case
......
......@@ -129,7 +129,7 @@ ELSE
ZDELTA = (CST%XRV/CST%XRD) - 1.
!$mnh_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
ZRW(IIB:IIE,IJB:IJE,1:D%NKT) = PRM(IIB:IIE,IJB:IJE,1:D%NKT,1)
!$mnh_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
!$mnh_end_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
!
IF ( KRRI>0 ) THEN ! rc and ri case
!$mnh_expand_array(JI=IIB:IIE,JJ=IJB:IJE,JK=1:D%NKT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment