SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
close_write_cover_tex_lfi.F90
Go to the documentation of this file.
1
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4
!SFX_LIC for details. version 1.
5
! ##################################
6
SUBROUTINE
close_write_cover_tex_lfi
(KTEX)
7
! ##################################
8
!
9
!!**** *CLOSE_WRITE_COVER_TEX_LFI* - closes cover listing file
10
!!
11
!! PURPOSE
12
!! -------
13
!!
14
!!** METHOD
15
!! ------
16
!!
17
!! EXTERNAL
18
!! --------
19
!!
20
!!
21
!! IMPLICIT ARGUMENTS
22
!! ------------------
23
!!
24
!! REFERENCE
25
!! ---------
26
!!
27
!!
28
!! AUTHOR
29
!! ------
30
!! V. Masson *Meteo France*
31
!!
32
!! MODIFICATIONS
33
!! -------------
34
!! Original 01/2003
35
!-------------------------------------------------------------------------------
36
!
37
!* 0. DECLARATIONS
38
! ------------
39
!
40
USE
modd_io_surf_lfi
, ONLY
:
cluout_lfi
41
!
42
!
43
!
44
USE
yomhook
,ONLY
:
lhook
,
dr_hook
45
USE
parkind1
,ONLY
:
jprb
46
!
47
IMPLICIT NONE
48
!
49
!* 0.1 Declarations of arguments
50
! -------------------------
51
!
52
INTEGER
,
INTENT(IN)
:: KTEX
! logical unit to close
53
!
54
!* 0.2 Declarations of local variables
55
! -------------------------------
56
!
57
CHARACTER(LEN=20)
:: YTEX
! name of tex file
58
INTEGER
:: IRESP
59
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
60
!-------------------------------------------------------------------------------
61
!
62
!* 5. Prints of cover parameters in a tex file
63
! ----------------------------------------
64
!
65
IF
(
lhook
)
CALL
dr_hook
(
'CLOSE_WRITE_COVER_TEX_LFI'
,0,zhook_handle)
66
ytex =
'class_cover_data.tex'
67
CALL
fmfree
(ytex,
cluout_lfi
,iresp)
68
CLOSE(KTEX)
69
IF
(
lhook
)
CALL
dr_hook
(
'CLOSE_WRITE_COVER_TEX_LFI'
,1,zhook_handle)
70
!
71
!-------------------------------------------------------------------------------
72
!
73
END SUBROUTINE
close_write_cover_tex_lfi
close_write_cover_tex_lfi
subroutine close_write_cover_tex_lfi(KTEX)
Definition:
close_write_cover_tex_lfi.F90:7
yomhook::dr_hook
Definition:
yomhook.F90:20
modd_io_surf_lfi::cluout_lfi
character(len=28), save cluout_lfi
Definition:
modd_io_surf_lfi.F90:34
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
yomhook::lhook
logical lhook
Definition:
yomhook.F90:15
parkind1
Definition:
parkind1.F90:1
fmfree
subroutine fmfree(HFILEM, HFIPRI, KRESP)
Definition:
fmfree.F90:3
modd_io_surf_lfi
Definition:
modd_io_surf_lfi.F90:6
yomhook
Definition:
yomhook.F90:1
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13