SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
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
! ######################
6
MODULE
modd_write_cover_tex
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
modd_write_cover_tex::clang
character(len=2) clang
Definition:
modd_write_cover_tex.F90:39
modd_write_cover_tex::ntex
integer ntex
Definition:
modd_write_cover_tex.F90:36
modd_write_cover_tex
Definition:
modd_write_cover_tex.F90:6
modd_write_cover_tex::cname
character(len=60), dimension(:), allocatable cname
Definition:
modd_write_cover_tex.F90:40
modd_write_cover_tex::nlines
integer, parameter nlines
Definition:
modd_write_cover_tex.F90:37
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13