Skip to content
Snippets Groups Projects
Commit 542deee6 authored by Gaelle Tanguy's avatar Gaelle Tanguy Committed by WAUTELET Philippe
Browse files

C.Lac 26/04/2016 : Modification of the free atm gradient when the top of the model is too low

parent 967750f2
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ END MODULE MODI_FREE_ATM_PROFILE
!! MODIFICATIONS
!! -------------
!! Original 26/08/97
!! C.Lac 04/2016 Modification of the free atm gradient when the top of
!! the model is too low
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
......@@ -232,10 +234,14 @@ DO JI=1,IIU
!* 3.2 guess of free atm. gradient
! ---------------------------
!
IF (IK350/=IK5000) THEN
ZFREEGR=( PVAR_MX (JI,JJ,IK5000) &
-PVAR_MX (JI,JJ,IK350 ))&
/( PZMASS_MX(JI,JJ,IK5000) &
-PZMASS_MX(JI,JJ,IK350 ))
ELSE
ZFREEGR=PCLIMGR
END IF
!
!-------------------------------------------------------------------------------
!
......
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