SURFEX v8.1
General documentation of Surfex
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
real, parameter xisopot_grass
real, parameter xmonopot_grass
real, parameter xmono_beta
real, parameter xiso_cl
real, parameter xmonopot_crop
real, parameter xiso_alf
real, parameter xiso_ct1
real, parameter xiso_bts
real, parameter xisopot_crop
real, parameter xiso_ct2
real, parameter xcanfac
real, parameter xiso_btm
real, parameter xmono_t3