SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
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
modd_bvoc_par
Definition:
modd_bvoc_par.F90:6
modd_bvoc_par::xisopot_grass
real, parameter xisopot_grass
Definition:
modd_bvoc_par.F90:49
modd_bvoc_par::xmonopot_grass
real, parameter xmonopot_grass
Definition:
modd_bvoc_par.F90:50
modd_bvoc_par::xmono_beta
real, parameter xmono_beta
Definition:
modd_bvoc_par.F90:40
modd_bvoc_par::xiso_cl
real, parameter xiso_cl
Definition:
modd_bvoc_par.F90:33
modd_bvoc_par::xmonopot_crop
real, parameter xmonopot_crop
Definition:
modd_bvoc_par.F90:54
modd_bvoc_par::xiso_alf
real, parameter xiso_alf
Definition:
modd_bvoc_par.F90:32
modd_bvoc_par::xiso_ct1
real, parameter xiso_ct1
Definition:
modd_bvoc_par.F90:34
modd_bvoc_par::xiso_bts
real, parameter xiso_bts
Definition:
modd_bvoc_par.F90:36
modd_bvoc_par::xisopot_crop
real, parameter xisopot_crop
Definition:
modd_bvoc_par.F90:53
modd_bvoc_par::xiso_ct2
real, parameter xiso_ct2
Definition:
modd_bvoc_par.F90:35
modd_bvoc_par::xcanfac
real, parameter xcanfac
Definition:
modd_bvoc_par.F90:27
modd_bvoc_par::xiso_btm
real, parameter xiso_btm
Definition:
modd_bvoc_par.F90:37
modd_bvoc_par::xmono_t3
real, parameter xmono_t3
Definition:
modd_bvoc_par.F90:41
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13