SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_gr_biog_gardenn.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_gr_biog_garden_n
7
! ######################
8
!
9
!!
10
!!!!**** *MODD_GR_BIOG_GARDEN_n* - Declaration of variables for biogenic emissions
11
!
12
!!
13
!!** IMPLICIT ARGUMENTS
14
!! ------------------
15
!! None
16
!!
17
!! REFERENCE
18
!! ---------
19
!! AUTHOR
20
!! ------
21
!! F. Solmon *LA*
22
!!
23
!! MODIFICATIONS
24
!! -------------
25
!! P. Tulet 30/07/03 externalisation of biogenics fluxes
26
!!
27
!* 0. DECLARATIONS
28
! ----------
29
!
30
!
31
USE
yomhook
,ONLY
:
lhook
,
dr_hook
32
USE
parkind1
,ONLY
:
jprb
33
!
34
IMPLICIT NONE
35
36
TYPE
gr_biog_garden_t
37
!
38
!
39
!
40
!* Emission potential for isoprene and monoterpenes
41
REAL
,
DIMENSION(:)
,
POINTER
:: xisopot
42
REAL
,
DIMENSION(:)
,
POINTER
:: xmonopot
43
!
44
!* Radiation at different level(cf Gauss) in the canopy
45
REAL
,
DIMENSION(:,:,:)
,
POINTER
::xiacan
! PAR at 3 gauss level for each patch
46
!
47
!* XFISO = isoprene emission flux (ppp.m.s-1)
48
! XFMONO = monoterpenes emission flux (ppp m s-1)
49
REAL
,
DIMENSION(:)
,
POINTER
:: xfiso, xfmono
50
!
51
!
52
END TYPE
gr_biog_garden_t
53
54
55
56
CONTAINS
57
58
!
59
60
61
62
63
SUBROUTINE
gr_biog_garden_init
(YGR_BIOG_GARDEN)
64
TYPE
(
gr_biog_garden_t
),
INTENT(INOUT)
:: YGR_BIOG_GARDEN
65
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
66
IF
(
lhook
)
CALL
dr_hook
(
"MODD_GR_BIOG_GARDEN_N:GR_BIOG_GARDEN_INIT"
,0,zhook_handle
)
67
NULLIFY
(ygr_biog_garden%XISOPOT)
68
NULLIFY
(ygr_biog_garden%XMONOPOT)
69
NULLIFY
(ygr_biog_garden%XIACAN)
70
NULLIFY
(ygr_biog_garden%XFISO)
71
NULLIFY
(ygr_biog_garden%XFMONO)
72
IF
(
lhook
)
CALL
dr_hook
(
"MODD_GR_BIOG_GARDEN_N:GR_BIOG_GARDEN_INIT"
,1,zhook_handle
)
73
END SUBROUTINE
gr_biog_garden_init
74
75
76
END MODULE
modd_gr_biog_garden_n
yomhook::dr_hook
Definition:
yomhook.F90:20
modd_gr_biog_garden_n::gr_biog_garden_init
subroutine gr_biog_garden_init(YGR_BIOG_GARDEN)
Definition:
modd_gr_biog_gardenn.F90:64
modd_gr_biog_garden_n
Definition:
modd_gr_biog_gardenn.F90:6
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
yomhook::lhook
logical lhook
Definition:
yomhook.F90:15
modd_gr_biog_garden_n::gr_biog_garden_t
Definition:
modd_gr_biog_gardenn.F90:36
parkind1
Definition:
parkind1.F90:1
yomhook
Definition:
yomhook.F90:1
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13