SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_ch_isba.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_ch_isba
7
! ######################
8
!
9
!!
10
!! PURPOSE
11
!! -------
12
!
13
!
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!
21
!! AUTHOR
22
!! ------
23
!! P. Tulet *Meteo France*
24
!!
25
!! MODIFICATIONS
26
!! -------------
27
!! 16/07/03 (P. Tulet) restructured for externalization
28
!------------------------------------------------------------------------------
29
!
30
!* 0. DECLARATIONS
31
! ------------
32
!
33
IMPLICIT NONE
34
!
35
REAL
,
SAVE
::
xrcsandso2
! SO2 sand surface resistance
36
REAL
,
SAVE
::
xrcsando3
! O3 sand surface resistance
37
REAL
,
SAVE
::
xrcclayso2
! SO2 clay surface resistance
38
REAL
,
SAVE
::
xrcclayo3
! O3 clay surface resistance
39
REAL
,
SAVE
::
xrcsnowso2
! SO2 snow surface resistance
40
REAL
,
SAVE
::
xrcsnowo3
! O3 snow surface resistance
41
REAL
,
SAVE
::
xlandrext
! land type for external leaf resistance
42
!
43
END MODULE
modd_ch_isba
44
45
modd_ch_isba::xrcsnowso2
real, save xrcsnowso2
Definition:
modd_ch_isba.F90:39
modd_ch_isba::xrcsando3
real, save xrcsando3
Definition:
modd_ch_isba.F90:36
modd_ch_isba::xrcsandso2
real, save xrcsandso2
Definition:
modd_ch_isba.F90:35
modd_ch_isba::xlandrext
real, save xlandrext
Definition:
modd_ch_isba.F90:41
modd_ch_isba::xrcclayso2
real, save xrcclayso2
Definition:
modd_ch_isba.F90:37
modd_ch_isba::xrcclayo3
real, save xrcclayo3
Definition:
modd_ch_isba.F90:38
modd_ch_isba::xrcsnowo3
real, save xrcsnowo3
Definition:
modd_ch_isba.F90:40
modd_ch_isba
Definition:
modd_ch_isba.F90:6
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13