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

Philippe 15/01/2021: bugfix: SV_FLUX for flyers were not computed correctly...

Philippe 15/01/2021: bugfix: SV_FLUX for flyers were not computed correctly and overwritten in files

(cherry picked from commit 08f21345)
parent b2101945
No related branches found
No related tags found
No related merge requests found
......@@ -655,6 +655,7 @@ IF ( TPFLYER%FLY) THEN
END DO
ZTHW_FLUX(:,:,:) = ZRHO(:,:,:)*XCPD *XTHW_FLUX(II:II+1,IJ:IJ+1,:)
ZRCW_FLUX(:,:,:) = ZRHO(:,:,:)*XLVTT*XRCW_FLUX(II:II+1,IJ:IJ+1,:)
ZSVW_FLUX(:,:,:,:) = XSVW_FLUX(II:II+1,IJ:IJ+1,:,:)
END IF
!
......
......@@ -396,7 +396,7 @@ ZWORK6 (1,1,1,:,1,JPROC) = TPFLYER%RCW_FLUX(:)
!
DO JSV=1,SIZE(TPFLYER%SVW_FLUX,2)
JPROC = JPROC + 1
YTITLE (JPROC) = 'SV_FLUX'
WRITE ( YTITLE(JPROC), FMT = '( A7, I3.3 )' ) 'SV_FLUX', JSV
YUNIT (JPROC) = 'SVUNIT m s-1'
YCOMMENT (JPROC) = 'scalar flux'
ZWORK6 (1,1,1,:,1,JPROC) = TPFLYER%SVW_FLUX(:,JSV)
......
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