SURFEX v8.1
General documentation of Surfex
modd_trip_par.F90
Go to the documentation of this file.
1 !######################
3 !######################
4 !
5 !!**** *MODD_TRIP_PAR* - declaration of TRIP parameters
6 !!
7 !! PURPOSE
8 !! -------
9 ! The purpose of this declarative module is to specify the
10 ! parameters related to the TRIP RRM.
11 !
12 !!
13 !!
14 !!
15 !! AUTHOR
16 !! ------
17 !! B. Decharme *Meteo France*
18 !!
19 !! MODIFICATIONS
20 !! -------------
21 !! Original 22/05/08
22 !! 09/16 B. Decharme limit wtd to -1000m
23 !-------------------------------------------------------------------------------
24 !
25 !* 0. DECLARATIONS
26 ! ------------
27 !
28 IMPLICIT NONE
29 !
30 INTEGER, SAVE :: ndimtab
31 INTEGER, SAVE :: nundef
32 !
33 REAL, SAVE :: xm
34 REAL, SAVE :: xvelmin
35 REAL, SAVE :: xhsmin
36 !
37 REAL, SAVE :: xundef
38 REAL, SAVE :: xrholw
39 REAL, SAVE :: xday
40 REAL, SAVE :: xsea
41 REAL, SAVE :: xyear
42 !
43 REAL, SAVE :: xrad
44 REAL, SAVE :: xpi
45 !
46 LOGICAL, SAVE :: lncprint
47 !
48 REAL, SAVE :: xtime_diag
49 !
50 REAL, SAVE :: xgwdzmax
51 !
52 !--------------------------------------------------------------------------------
53 !
54 END MODULE modd_trip_par
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 
integer, save nundef
real, save xday
real, save xm
real, save xrholw
logical, save lncprint
real, save xgwdzmax
real, save xrad
real, save xtime_diag
real, save xpi
real, save xvelmin
real, save xhsmin
integer, save ndimtab
real, save xsea
real, save xyear
real, save xundef