Skip to content
Snippets Groups Projects
Commit c6a7a1c1 authored by Gaelle DELAUTIER's avatar Gaelle DELAUTIER
Browse files

G.Delautier 09/2017 : correction on test chemistery diag

parent 3d76cd7c
No related branches found
No related tags found
No related merge requests found
...@@ -2250,7 +2250,7 @@ END IF ...@@ -2250,7 +2250,7 @@ END IF
! !
!* 30. Total production/Loss for chemical species !* 30. Total production/Loss for chemical species
! !
IF (LUSECHEM.OR.LCHEMDIAG) THEN IF (LCHEMDIAG) THEN
CALL CH_INIT_PRODLOSSTOT_n(ILUOUT) CALL CH_INIT_PRODLOSSTOT_n(ILUOUT)
IF (NEQ_PLT>0) THEN IF (NEQ_PLT>0) THEN
ALLOCATE(XPROD(IIU,IJU,IKU,NEQ_PLT)) ALLOCATE(XPROD(IIU,IJU,IKU,NEQ_PLT))
...@@ -2270,7 +2270,7 @@ END IF ...@@ -2270,7 +2270,7 @@ END IF
! !
!* 31. Extended production/loss terms for chemical species !* 31. Extended production/loss terms for chemical species
! !
IF (LUSECHEM.OR.LCHEMDIAG) THEN IF (LCHEMDIAG) THEN
CALL CH_INIT_BUDGET_n(ILUOUT) CALL CH_INIT_BUDGET_n(ILUOUT)
IF (NEQ_BUDGET>0) THEN IF (NEQ_BUDGET>0) THEN
ALLOCATE(IINDEX(2,NNONZEROTERMS)) ALLOCATE(IINDEX(2,NNONZEROTERMS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment