Skip to content
Snippets Groups Projects
Commit e2e86e03 authored by Gaelle Tanguy's avatar Gaelle Tanguy Committed by WAUTELET Philippe
Browse files

G.Delautier(09/2014) : close OUTPUT_LISTING before STOP

parent e458a3bb
No related branches found
No related tags found
No related merge requests found
...@@ -124,12 +124,14 @@ END MODULE MODI_ADVECTION_METSV ...@@ -124,12 +124,14 @@ END MODULE MODI_ADVECTION_METSV
!! 04/2011 (V.Masson & C. Lac) splits the routine and add time splitting !! 04/2011 (V.Masson & C. Lac) splits the routine and add time splitting
!! 04/2014 (C.Lac) adaptation of time !! 04/2014 (C.Lac) adaptation of time
!! splitting for L1D and L2D !! splitting for L1D and L2D
!! 09/2014 (G.Delautier) close OUTPUT_LISTING before STOP
!! !!
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
!* 0. DECLARATIONS !* 0. DECLARATIONS
! ------------ ! ------------
! !
USE MODE_FM
USE MODE_ll USE MODE_ll
USE MODE_IO_ll USE MODE_IO_ll
USE MODD_PARAM_n USE MODD_PARAM_n
...@@ -245,17 +247,15 @@ CHARACTER (LEN=100) :: YCOMMENT ! comment string in LFIFM file ...@@ -245,17 +247,15 @@ CHARACTER (LEN=100) :: YCOMMENT ! comment string in LFIFM file
CHARACTER (LEN=16) :: YRECFM ! Name of the desired field in LFIFM file CHARACTER (LEN=16) :: YRECFM ! Name of the desired field in LFIFM file
INTEGER :: ILUOUT ! logical unit INTEGER :: ILUOUT ! logical unit
INTEGER :: ISPLIT_PPM ! temporal time splitting INTEGER :: ISPLIT_PPM ! temporal time splitting
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
!* 0. INITIALIZATION !* 0. INITIALIZATION
! -------------- ! --------------
! !
! !
!
GTKE=(SIZE(PTKET)/=0) GTKE=(SIZE(PTKET)/=0)
! !
!------------------------------------------------------------------------------- !-----------------------------------------------------------n--------------------
! !
!* 2. COMPUTES THE CONTRAVARIANT COMPONENTS (FOR PPM ONLY) !* 2. COMPUTES THE CONTRAVARIANT COMPONENTS (FOR PPM ONLY)
! -------------------------------------- ! --------------------------------------
...@@ -366,6 +366,7 @@ IF (( (ZCFLU_MAX>=3.) .AND. (.NOT.L1D) ) .OR. & ...@@ -366,6 +366,7 @@ IF (( (ZCFLU_MAX>=3.) .AND. (.NOT.L1D) ) .OR. &
WRITE(ILUOUT,*) ' +---------------------------------------------------+' WRITE(ILUOUT,*) ' +---------------------------------------------------+'
WRITE(ILUOUT,*) ' | MODEL STOPS |' WRITE(ILUOUT,*) ' | MODEL STOPS |'
WRITE(ILUOUT,*) ' +---------------------------------------------------+' WRITE(ILUOUT,*) ' +---------------------------------------------------+'
CALL CLOSE_ll(HLUOUT,IOSTAT=IRESP)
CALL ABORT CALL ABORT
STOP STOP
END IF 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