Skip to content
Snippets Groups Projects
Commit 6932f716 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 30/01/2023: bugfix: set PCIT vertical values only for ICEx

parent 70bd10d8
No related branches found
No related tags found
No related merge requests found
......@@ -1084,12 +1084,13 @@ SELECT CASE ( HCLOUD )
ENDIF
!
END SELECT
! TODO: code a generic routine to update vertical lower and upper levels to 0, a
! specific value or to IKB or IKE and apply it to every output prognostic variable of physics
PCIT(:,:,1)=0.
PCIT(:,:,IKE+1)=0.
!
IF(HCLOUD=='ICE3' .OR. HCLOUD=='ICE4' ) THEN
! TODO: code a generic routine to update vertical lower and upper levels to 0, a
! specific value or to IKB or IKE and apply it to every output prognostic variable of physics
PCIT(:,:,1) = 0.
PCIT(:,:,IKE+1) = 0.
PINPRC3D=ZFPR(:,:,:,2) / CST%XRHOLW
PINPRR3D=ZFPR(:,:,:,3) / CST%XRHOLW
PINPRS3D=ZFPR(:,:,:,5) / CST%XRHOLW
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment