The TELEMAC-MASCARET system  trunk
anamar.f
Go to the documentation of this file.
1 ! *****************
2  SUBROUTINE anamar
3 ! *****************
4 !***********************************************************************
5 ! TOMAWAC V6P3 08/06/2011
6 !***********************************************************************
7 !
8 !brief SPECIFIES AN ANALYTICAL TIDE :
9 !+ WATER LEVEL AND CURRENT SPEED ARE VARIABLE IN TIME.
10 !
11 !history
12 !+
13 !+ V5P0
14 !+
15 !
16 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
17 !+ 13/07/2010
18 !+ V6P0
19 !+ Translation of French comments within the FORTRAN sources into
20 !+ English comments
21 !
22 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
23 !+ 21/08/2010
24 !+ V6P0
25 !+ Creation of DOXYGEN tags for automated documentation and
26 !+ cross-referencing of the FORTRAN sources
27 !
28 !history G.MATTAROLO (EDF - LNHE)
29 !+ 08/06/2011
30 !+ V6P1
31 !+ Translation of French names of the variables in argument
32 !
33 !history J-M HERVOUET (EDF R&D, LNHE)
34 !+ 23/01/20103
35 !+ V6P3
36 !+ Now depth is requested, not elevation above z0 !!!!!!!!!!!!
37 !
38 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 !| AT |-->| COMPUTATION TIME
40 !| DDC |-->| DATE OF COMPUTATION BEGINNING
41 !| DZHDT |<--| VARIATION TEMPORELLE DE LA HAUTEUR DE MAREE
42 !| LT |<--| NUMBER OF THE TIME STEP CURRENTLY SOLVED
43 !| NPOIN2 |-->| NUMBER OF POINTS IN 2D
44 !| UC |-->| CURRENT VELOCITY ALONG X AT THE MESH POINTS
45 !| VC |-->| CURRENT VELOCITY ALONG Y AT THE MESH POINTS
46 !| X |-->| ABSCISSAE OF POINTS IN THE MESH
47 !| Y |-->| ORDINATES OF POINTS IN THE MESH
48 !| ZM |<--| DEPTH AT TIME AT, AT THE MESH POINTS
49 !| ZM1 |-->| DEPTH AT TIME TM1, AT THE MESH POINTS
50 !| ZM2 |-->| DEPTH AT TIME TM2, AT THE MESH POINTS
51 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 !
54  USE interface_tomawac, ex_anamar => anamar
55  IMPLICIT NONE
56 !
57 !+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
58 !
59 !
60 !-----------------------------------------------------------------------
61 !
62  ! USER FUNCTION
63  CALL user_anamar
64 !
65 !-----------------------------------------------------------------------
66 !
67  RETURN
68  END
subroutine user_anamar
Definition: user_anamar.f:4
subroutine anamar
Definition: anamar.f:4