SURFEX v8.1
General documentation of Surfex
modd_sgh_par.F90
Go to the documentation of this file.
1 !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2 !SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3 !SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4 !SFX_LIC for details. version 1.
5 ! ######################
6  MODULE modd_sgh_par
7 ! ######################
8 !
9 !!**** *MODD_SGH_PAR* - declaration of SGH parameters
10 !!
11 !! PURPOSE
12 !! -------
13 ! The purpose of this declarative module is to specify the
14 ! parameters related to the SGH scheme (Decharme and Douville,
15 ! Climate Dyn. 2006a).
16 !
17 !!
18 !!
19 !!
20 !! AUTHOR
21 !! ------
22 !! B. Decharme *Meteo France*
23 !!
24 !! MODIFICATIONS
25 !! -------------
26 !-------------------------------------------------------------------------------
27 !
28 !* 0. DECLARATIONS
29 ! ------------
30 !
31 IMPLICIT NONE
32 !
33 !------------------------------------------------------------------------------
34 !
35 INTEGER,PARAMETER :: ndimtab = 100
36 !
37 REAL, PARAMETER :: x2 = 2.
38 !
39 REAL, PARAMETER :: x4 = 4.
40 !
41 REAL, PARAMETER :: xf_decay = 2.
42 !
43 REAL, PARAMETER :: xice_deph_max = 0.2
44 !
45 REAL, PARAMETER :: xregp = 0.961
46 !
47 REAL, PARAMETER :: xrega = 1.957
48 !
49 REAL, PARAMETER :: xmtokm = 1000.
50 !
51 REAL, PARAMETER :: xstohr = 3600.
52 !
53 REAL, PARAMETER :: x001 = 0.01
54 !
55 REAL, PARAMETER :: xmuregp = 0.5
56 !
57 REAL, PARAMETER :: xmurega = 0.2
58 !
59 REAL, PARAMETER :: xhort_depth = 0.1
60 !
61 !--------------------------------------------------------------------------------
62 !
63 END MODULE modd_sgh_par
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 
74 
75 
real, parameter xrega
real, parameter xf_decay
integer, parameter ndimtab
real, parameter xice_deph_max
real, parameter xregp
real, parameter x4
real, parameter xmtokm
real, parameter x001
real, parameter xstohr
real, parameter x2
real, parameter xhort_depth
real, parameter xmurega
real, parameter xmuregp