The TELEMAC-MASCARET system  trunk
utimp_art.f
Go to the documentation of this file.
1 ! ********************
2  SUBROUTINE utimp_art
3 ! ********************
4 !
5 !
6 !***********************************************************************
7 ! ARTEMIS V6P1 21/08/2010
8 !***********************************************************************
9 !
10 !brief ALMOST ALL THE COMPUTATION VARIABLES ARE AVAILABLE
11 !+ HERE TO WRITE OUT SPECIFIC OUTPUT, COMPUTE ANALYTICAL
12 !+ SOLUTIONS...
13 !
14 !history J-M HERVOUET (LNH)
15 !+
16 !+
17 !+ LINKED TO BIEF 5.0
18 !
19 !history D. AELBRECHT (LNH)
20 !+ 04/06/1999
21 !+ V5P1
22 !+
23 !
24 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
25 !+ 13/07/2010
26 !+ V6P0
27 !+ Translation of French comments within the FORTRAN sources into
28 !+ English comments
29 !
30 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
31 !+ 21/08/2010
32 !+ V6P0
33 !+ Creation of DOXYGEN tags for automated documentation and
34 !+ cross-referencing of the FORTRAN sources
35 !
36 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38 !
39  USE interface_artemis, ex_utimp_art=> utimp_art
40  USE bief
41 !
43  IMPLICIT NONE
44 !
45 !
46  CALL user_utimp_art
47 !
48  RETURN
49  END
subroutine utimp_art
Definition: utimp_art.f:4
subroutine user_utimp_art
Definition: user_utimp_art.f:4
Definition: bief.f:3