SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_treedrag.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 !! #####################
7  MODULE modd_treedrag
8 !! #####################
9 !!
10 !!*** *MODD_TREEDRAG*
11 !!
12 !! PURPOSE
13 !! -------
14 ! Declaration to take into account tree drag in the atmospheric model
15 ! instead of SURFEX. The Z0 forest is therefore reduced to
16 ! the Z0 grass
17 !!
18 !!** AUTHOR
19 !! ------
20 !! C.Lac *CNRM*
21 !
22 !! MODIFICATIONS
23 !! -------------
24 !! Original 30/06/11
25 !!
26 !-----------------------------------------------------------------------------
27 !
28 !* 0. DECLARATIONS
29 ! -----------------
30 IMPLICIT NONE
31 LOGICAL :: LTREEDRAG=.FALSE. ! flag used to take into account tree drag in
32 ! ! the atmospheric model instead of SURFEX.
33 !
34 END MODULE modd_treedrag