SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_write_cover_tex.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 ! ######################
7 ! ######################
8 !
9 !!**** *MODD_WRITE_COVER_TEX* -
10 !!
11 !! PURPOSE
12 !! -------
13 !
14 !!
15 !!** IMPLICIT ARGUMENTS
16 !! ------------------
17 !! None
18 !!
19 !! REFERENCE
20 !! ---------
21 !!
22 !!
23 !! AUTHOR
24 !! ------
25 !! V. Masson *Meteo France*
26 !!
27 !! MODIFICATIONS
28 !! -------------
29 !-------------------------------------------------------------------------------
30 !
31 !* 0. DECLARATIONS
32 ! ------------
33 !
34 IMPLICIT NONE
35 !
36 INTEGER :: NTEX ! logical unit of file 'class.tex'
37 INTEGER, PARAMETER:: NLINES = 50! number of lines per page
38 !
39  CHARACTER(LEN=2) :: CLANG = 'EN' ! language used
40  CHARACTER(LEN=60), DIMENSION(:), ALLOCATABLE :: CNAME ! names of ecosystems (1 language)
41 !-------------------------------------------------------------------------------
42 !
43 END MODULE modd_write_cover_tex