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

Philippe 09/03/2020: budgets: use new structures in ini_budget

parent 8ceed1c8
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -1654,11 +1654,12 @@ ENDIF
! ---------------------------
!
IF ( CBUTYPE /= "NONE" .AND. NBUMOD == KMI ) THEN
CALL INI_BUDGET(ILUOUT,XTSTEP,NSV,NRR, &
CALL Ini_budget(ILUOUT,XTSTEP,NSV,NRR, &
LNUMDIFU,LNUMDIFTH,LNUMDIFSV, &
LHORELAX_UVWTH,LHORELAX_RV, LHORELAX_RC,LHORELAX_RR, &
LHORELAX_RI,LHORELAX_RS,LHORELAX_RG, LHORELAX_RH,LHORELAX_TKE, &
LHORELAX_SV,LVE_RELAX,LCHTRANS,LNUDGING,LDRAGTREE,LDEPOTREE, &
LHORELAX_SV,LVE_RELAX, LVE_RELAX_GRD, &
LCHTRANS,LNUDGING,LDRAGTREE,LDEPOTREE, &
CRAD,CDCONV,CSCONV,CTURB,CTURBDIM,CCLOUD )
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