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

C.Lac 10/2017 : remove LSUPSAT

parent 88124dfa
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ USE MODD_RELFRC_n ...@@ -106,6 +106,7 @@ USE MODD_RELFRC_n
USE MODD_ADV_n USE MODD_ADV_n
USE MODD_PAST_FIELD_n USE MODD_PAST_FIELD_n
USE MODD_TURB_n USE MODD_TURB_n
USE MODD_PARAM_C2R2, ONLY :LSUPSAT
IMPLICIT NONE IMPLICIT NONE
! !
!* 0.1 declarations of arguments !* 0.1 declarations of arguments
...@@ -198,7 +199,7 @@ IF ( KCALL == 1 ) THEN ...@@ -198,7 +199,7 @@ IF ( KCALL == 1 ) THEN
DEALLOCATE(XRSVS_CLD) DEALLOCATE(XRSVS_CLD)
END IF END IF
! !
IF (CCLOUD == 'KHKO') THEN IF ((CCLOUD == 'KHKO') .AND. LSUPSAT) THEN
DEALLOCATE(XSUPSAT) DEALLOCATE(XSUPSAT)
DEALLOCATE(XNACT) DEALLOCATE(XNACT)
DEALLOCATE(XNPRO) DEALLOCATE(XNPRO)
......
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