The TELEMAC-MASCARET system
trunk
sources
utils
bief
user_corlat.f
Go to the documentation of this file.
1
! **********************
2
SUBROUTINE
user_corlat
3
! **********************
4
!
5
!
6
!***********************************************************************
7
! BIEF
8
!***********************************************************************
9
!
10
!brief MODIFIES THE LATITUDE OF THE POINTS IN THE MESH.
11
!+
12
!+ CASE.
13
!
14
!
15
!history J-M HERVOUET
16
!+ 01/03/90
17
!+ V5P1
18
!+
19
!
20
!history N.DURAND (HRW), S.E.BOURBAN (HRW)
21
!+ 13/07/2010
22
!+ V6P0
23
!+ Translation of French comments within the FORTRAN sources into
24
!+ English comments
25
!
26
!history N.DURAND (HRW), S.E.BOURBAN (HRW)
27
!+ 21/08/2010
28
!+ V6P0
29
!+ Creation of DOXYGEN tags for automated documentation and
30
!+ cross-referencing of the FORTRAN sources
31
!
32
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
!
35
USE
bief
, ex_user_corlat =>
user_corlat
36
! USE DECLARATIONS_TELEMAC2D
37
!
38
USE
declarations_special
39
IMPLICIT NONE
40
!
41
!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
42
!
43
! THIS SUBROUTINE MUST BE MODIFIED ACCORDING TO
44
! THE CALLING PROGRAM AND THE NEEDED MODIFICATION
45
! BY ADDING USE DECLARATIONS_"NAME OF CALLING CODE"
46
! ALL THE DATA STRUCTURE OF THIS CODE IS AVAILABLE
47
!
48
!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
49
!
50
! INTEGER I
51
!
52
!-----------------------------------------------------------------------
53
!
54
! EXAMPLE : MULTIPLIES BY A CONSTANT
55
!
56
! DO I = 1 , NPOIN
57
! X(I) = X(I) * 1.D0
58
! Y(I) = Y(I) * 1.D0
59
! ENDDO
60
!
61
!-----------------------------------------------------------------------
62
!
63
WRITE
(
lu
,*)
'CORLAT :NO MODIFICATION OF LATITUDE'
64
!
65
!-----------------------------------------------------------------------
66
!
67
RETURN
68
END
declarations_special
Definition:
declarations_special.F:3
user_corlat
subroutine user_corlat
Definition:
user_corlat.f:4
declarations_special::lu
integer lu
Definition:
declarations_special.F:45
bief
Definition:
bief.f:3