The TELEMAC-MASCARET system
trunk
sources
utils
damocles
declarations_damocles.f
Go to the documentation of this file.
1
! ****************************
2
MODULE
declarations_damocles
3
! ****************************
4
!
5
!
6
!***********************************************************************
7
! SPECIAL 09/05/2014
8
!***********************************************************************
9
!
10
!brief Defining parameters for damocles
11
!
12
!history Y. AUDOUIN (EDF LAB, LNHE)
13
!+ 09/05/2014
14
!+ V7P0
15
!+ First version.
16
!
17
!
18
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
!
21
IMPLICIT NONE
22
!----------------------------------------------------------------------
23
!
24
! DCINFO
25
! DCRARE
26
LOGICAL
::
erreur
27
LOGICAL
::
retour
28
! DCMLIG
29
INTEGER
::
nlign
30
INTEGER
::
longli
31
! DCCHIE
32
INTEGER
::
nfic
33
! DCNGEC
34
CHARACTER(LEN=72)
::
param
35
! DCNGE
36
INTEGER
indx
,
ntyp
,
itai
,
longu
,
nmot
(4),
deflu
37
38
END MODULE
declarations_damocles::indx
integer indx
Definition:
declarations_damocles.f:37
declarations_damocles::retour
logical retour
Definition:
declarations_damocles.f:28
declarations_damocles::nlign
integer nlign
Definition:
declarations_damocles.f:30
declarations_damocles::nfic
integer nfic
Definition:
declarations_damocles.f:33
declarations_damocles::param
character(len=72) param
Definition:
declarations_damocles.f:35
declarations_damocles::deflu
integer deflu
Definition:
declarations_damocles.f:37
declarations_damocles::itai
integer itai
Definition:
declarations_damocles.f:37
declarations_damocles::ntyp
integer ntyp
Definition:
declarations_damocles.f:37
declarations_damocles::longu
integer longu
Definition:
declarations_damocles.f:37
declarations_damocles::nmot
integer, dimension(4) nmot
Definition:
declarations_damocles.f:37
declarations_damocles::longli
integer longli
Definition:
declarations_damocles.f:31
declarations_damocles::erreur
logical erreur
Y. AUDOUIN (EDF LAB, LNHE) 09/05/2014 V7P0 First version.
Definition:
declarations_damocles.f:27
declarations_damocles
Definition:
declarations_damocles.f:3