SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
TRIPv2
modn_trip_prep.F90
Go to the documentation of this file.
1
!#######################
2
MODULE
modn_trip_prep
3
!#######################
4
!
5
!!**** *MODN_TRIP_PREP* define the variables for TRIP prep
6
!!
7
!! PURPOSE
8
!! -------
9
!!
10
!!** METHOD
11
!! ------
12
!!
13
!! EXTERNAL
14
!! --------
15
!!
16
!!
17
!! IMPLICIT ARGUMENTS
18
!! ------------------
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!!
24
!! AUTHOR
25
!! ------
26
!! B. Decharme *Meteo France*
27
!!
28
!! MODIFICATIONS
29
!! -------------
30
!! Original 12/2015
31
!-------------------------------------------------------------------------------
32
!
33
!* 0. DECLARATIONS
34
! ------------
35
!
36
IMPLICIT NONE
37
!
38
!
39
!Constant transfert time for CGROUNDW ='CST'
40
!
41
REAL
::
xtaug_unif
= 30.0
! Constant transfert time value
42
!
43
!Transfert time for Groundwater diffusive scheme
44
!
45
REAL
::
xtaug_up
= 5.0
! Upstream transfert time value
46
REAL
::
xtaug_down
= 30.0
! Downstream transfert time value
47
!
48
!Comput equilibrium water table depth
49
!
50
LOGICAL
::
lgweq
= .false.
51
!
52
!Read restart flood
53
!
54
LOGICAL
::
lread_flood
= .false.
55
!
56
!-------------------------------------------------------------------------------
57
!
58
!* 1. NAMELISTS
59
! ---------
60
!
61
NAMELIST
/nam_trip_prep/
xtaug_unif
,
xtaug_up
,
xtaug_down
,
lgweq
,
lread_flood
62
!
63
!-------------------------------------------------------------------------------
64
END MODULE
modn_trip_prep
modn_trip_prep::lgweq
logical lgweq
Definition:
modn_trip_prep.F90:50
modn_trip_prep::xtaug_up
real xtaug_up
Definition:
modn_trip_prep.F90:45
modn_trip_prep
Definition:
modn_trip_prep.F90:2
modn_trip_prep::xtaug_down
real xtaug_down
Definition:
modn_trip_prep.F90:46
modn_trip_prep::lread_flood
logical lread_flood
Definition:
modn_trip_prep.F90:54
modn_trip_prep::xtaug_unif
real xtaug_unif
Definition:
modn_trip_prep.F90:41
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13