The TELEMAC-MASCARET system  trunk
corstr_sisyphe.f
Go to the documentation of this file.
1 ! *************************
2  SUBROUTINE corstr_sisyphe
3 ! *************************
4 !
5 !
6 !***********************************************************************
7 ! SISYPHE V6P1 21/07/2011
8 !***********************************************************************
9 !
10 !brief CORRECTS THE BOTTOM FRICTION COEFFICIENT
11 !+ (IF VARIABLE IN TIME).
12 !
13 !history C. LE NORMANT (LNH)
14 !+ 12/11/97
15 !+ V5P1
16 !+
17 !
18 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
19 !+ 13/07/2010
20 !+ V6P0
21 !+ Translation of French comments within the FORTRAN sources into
22 !+ English comments
23 !
24 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
25 !+ 21/08/2010
26 !+ V6P0
27 !+ Creation of DOXYGEN tags for automated documentation and
28 !+ cross-referencing of the FORTRAN sources
29 !
30 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 !
33  USE bief
35 !
37  IMPLICIT NONE
38 !
39 !-----------------------------------------------------------------------
40 !
41 !
42 !-----------------------------------------------------------------------
43 !
44  RETURN
45  END SUBROUTINE corstr_sisyphe
subroutine corstr_sisyphe
Definition: corstr_sisyphe.f:4
Definition: bief.f:3