The TELEMAC-MASCARET system
trunk
sources
artemis
user_art_corfon.f
Go to the documentation of this file.
1
! **************************
2
SUBROUTINE
user_art_corfon
3
! **************************
4
!
5
!
6
!***********************************************************************
7
! ARTEMIS V6P1 21/08/2010
8
!***********************************************************************
9
!
10
!brief MODIFIES THE BOTTOM TOPOGRAPHY.
11
!
12
!history J-M HERVOUET
13
!+ 01/03/1990
14
!+ V5P1
15
!+
16
!
17
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
!
20
USE
bief
21
USE
declarations_artemis
22
!
23
USE
declarations_special
24
IMPLICIT NONE
25
!
26
!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
27
!
28
!
29
!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
30
!
31
!
32
!-----------------------------------------------------------------------
33
!
34
! EXAMPLE :
35
!
36
! DO I = 1,NPOIN
37
! ZF%R(I) = -1.D0 -0.02D0*Y(I)
38
! IF (Y(I).GE.700.D0) THEN
39
! ZF%R(I) = -15.D0
40
! ENDIF
41
! ENDDO
42
!
43
!-----------------------------------------------------------------------
44
!
45
RETURN
46
END
declarations_special
Definition:
declarations_special.F:3
user_art_corfon
subroutine user_art_corfon
Definition:
user_art_corfon.f:4
declarations_artemis
Definition:
declarations_artemis.f:3
bief
Definition:
bief.f:3