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

Philippe 28/03/2019: use TFILE instead of unit number for set_iluout_timing

parent ebb8f02e
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ MODULE MODE_MNH_TIMING ...@@ -12,7 +12,8 @@ MODULE MODE_MNH_TIMING
! P. Wautelet 10/01/2019: use NEWUNIT argument of OPEN ! P. Wautelet 10/01/2019: use NEWUNIT argument of OPEN
! P. Wautelet 22/03/2019: use MNHREAL64 and MNHREAL64_MPI + typo corrections ! P. Wautelet 22/03/2019: use MNHREAL64 and MNHREAL64_MPI + typo corrections
! P. Wautelet 27/03/2019: use MNHTIME and MNHTIME_MPI instead of MNHREAL64 and MNHREAL64_MPI ! P. Wautelet 27/03/2019: use MNHTIME and MNHTIME_MPI instead of MNHREAL64 and MNHREAL64_MPI
! ! P. Wautelet 28/03/2019: use TFILE instead of unit number for set_iluout_timing
!------------------------------------------------------------------------
implicit none implicit none
...@@ -40,14 +41,17 @@ xt(2) = MPI_WTIME() ...@@ -40,14 +41,17 @@ xt(2) = MPI_WTIME()
end subroutine second_mnh2 end subroutine second_mnh2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
subroutine set_iluout_timing(tfile)
!JUAN use modd_io_ll, only: tfiledata
SUBROUTINE SET_ILUOUT_TIMING(KLUOUT)
IMPLICIT NONE implicit none
INTEGER, INTENT(IN) :: KLUOUT
NLUOUT_TIMING = KLUOUT type(tfiledata), intent(in) :: tfile
END SUBROUTINE SET_ILUOUT_TIMING
nluout_timing = tfile%nlu
end subroutine set_iluout_timing
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
......
...@@ -255,6 +255,7 @@ END MODULE MODI_MODEL_n ...@@ -255,6 +255,7 @@ END MODULE MODI_MODEL_n
! to allow to disable writes (for bench purposes) ! to allow to disable writes (for bench purposes)
!! 02/2019 C.Lac add rain fraction as an output field !! 02/2019 C.Lac add rain fraction as an output field
! P. Wautelet 28/03/2019: use MNHTIME for time measurement variables ! P. Wautelet 28/03/2019: use MNHTIME for time measurement variables
! P. Wautelet 28/03/2019: use TFILE instead of unit number for set_iluout_timing
!!------------------------------------------------------------------------------- !!-------------------------------------------------------------------------------
! !
!* 0. DECLARATIONS !* 0. DECLARATIONS
...@@ -2119,7 +2120,7 @@ IF (OEXIT) THEN ...@@ -2119,7 +2120,7 @@ IF (OEXIT) THEN
! !
! Set File Timing OUTPUT ! Set File Timing OUTPUT
! !
CALL SET_ILUOUT_TIMING(ILUOUT) CALL SET_ILUOUT_TIMING(TLUOUT)
! !
! Compute global time ! Compute global time
! !
......
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
!! 01/2018 (G.Delautier) SURFEX 8.1 !! 01/2018 (G.Delautier) SURFEX 8.1
! P. Wautelet: 05/2016-04/2018: new data structures and calls for I/O ! P. Wautelet: 05/2016-04/2018: new data structures and calls for I/O
! P. Wautelet 28/03/2019: use MNHTIME for time measurement variables ! P. Wautelet 28/03/2019: use MNHTIME for time measurement variables
! P. Wautelet 28/03/2019: use TFILE instead of unit number for set_iluout_timing
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
!* 0. DECLARATIONS !* 0. DECLARATIONS
...@@ -1875,7 +1876,7 @@ END IF ...@@ -1875,7 +1876,7 @@ END IF
! !
! Set File Timing OUTPUT ! Set File Timing OUTPUT
! !
CALL SET_ILUOUT_TIMING(NLUOUT) CALL SET_ILUOUT_TIMING(TLUOUT0)
! !
! Compute global time ! Compute global time
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment