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

Quentin 20/06/2022: bugfix, missing add arguments in call turb of optionnal...

Quentin 20/06/2022: bugfix, missing add arguments in call turb of optionnal PTR and PDISS for mesonh
parent 738b9ff9
No related branches found
No related tags found
No related merge requests found
......@@ -1499,9 +1499,10 @@ ALLOCATE(ZTDISS(IIU,IJU,IKU))
XBL_DEPTH, XSBL_DEPTH, &
XCEI, XCEI_MIN, XCEI_MAX, XCOEF_AMPL_SAT, &
XTHT, XRT, &
XRUS, XRVS, XRWS, XRTHS, XRRS, XRSVS, XRTKES, XSIGS, XWTHVMF, &
XTHW_FLUX, XRCW_FLUX, XSVW_FLUX,XDYP, XTHP, XTR, XDISS, &
TBUDGETS, KBUDGETS=SIZE(TBUDGETS),PLEM=XLEM,PRTKEMS=XRTKEMS )
XRUS, XRVS, XRWS, XRTHS, XRRS, XRSVS, XRTKES, XSIGS, XWTHVMF, &
XTHW_FLUX, XRCW_FLUX, XSVW_FLUX,XDYP, XTHP, XTR, XDISS, &
TBUDGETS, KBUDGETS=SIZE(TBUDGETS),PLEM=XLEM,PRTKEMS=XRTKEMS, &
PTR=XTR, PDISS=XDISS )
!
DEALLOCATE(ZTDIFF)
DEALLOCATE(ZTDISS)
......
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