SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_bvoc_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_bvoc_par
7 ! ####################
8 !
9 !!
10 !! Declaration of parameters for biogenic emissions
11 !
12 !!
13 !!** IMPLICIT ARGUMENTS
14 !! ------------------
15 !! None
16 !!
17 !! REFERENCE
18 !! ---------
19 !!
20 !* 0. DECLARATIONS
21 ! ----------
22 !
23 IMPLICIT NONE
24 !
25 !
26 ! Parameters for effect of canopy light attenuation when ISBA_STD is used
27 REAL, PARAMETER :: XCANFAC=0.8
28 !
29 !Parametres Guenther's formula;
30 !
31 !isoprene
32 REAL, PARAMETER :: XISO_ALF=0.0027
33 REAL, PARAMETER :: XISO_CL =1.066
34 REAL, PARAMETER :: XISO_CT1=95000.
35 REAL, PARAMETER :: XISO_CT2 =230000.
36 REAL, PARAMETER :: XISO_BTS =303. !temperature of normalization
37 REAL, PARAMETER :: XISO_BTM =314.
38 !
39 !monoterpenes
40 REAL, PARAMETER :: XMONO_BETA=0.09
41 REAL, PARAMETER :: XMONO_T3=303. !temperature of normalization
42 !
43 !
44 !--------------------------------------------------
45 !Default emission potential for other types of vegetation than ligneous(france)
46 !
47 !Grassland (Simpson et al, 1999)
48 !microg.m-2.hr-1)
49 REAL, PARAMETER :: XISOPOT_GRASS= 40.
50 REAL, PARAMETER :: XMONOPOT_GRASS= 40.
51 !
52 !Crops
53 REAL, PARAMETER :: XISOPOT_CROP= 0.
54 REAL, PARAMETER :: XMONOPOT_CROP= 100.
55 !
56 !
57 END MODULE modd_bvoc_par