SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_flood_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 ! ######################
7 ! ######################
8 !
9 !!**** *MODD_FLOOD_PAR* - declaration of parameters related
10 !! to the flood parameterization
11 !!
12 !! PURPOSE
13 !! -------
14 ! The purpose of this declarative module is to specify the
15 ! parameters related to the surface parameterization of flood.
16 !
17 !!
18 !!
19 !!
20 !! AUTHOR
21 !! ------
22 !! B. Decharme *Meteo France*
23 !!
24 !! MODIFICATIONS
25 !! -------------
26 !! Original 02/2010
27 !-------------------------------------------------------------------------------
28 !
29 !* 0. DECLARATIONS
30 ! ------------
31 !
32 IMPLICIT NONE
33 !
34 REAL, SAVE :: XCFFV
35 ! Coefficient for calculation of floodplain fraction over vegetation
36 !
37 REAL, SAVE :: XZ0FLOOD
38 ! Roughness length for flood (m)
39 !
40 !-------------------------------------------------------------------------------
41 !
42 END MODULE modd_flood_par
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54