SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_canopy_turb.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_canopy_turb
7
! ################
8
!
9
!!**** *MODD_CANOPY_TURB - declaration of surface parameters for urban canopy
10
!!
11
!! PURPOSE
12
!! -------
13
! Declaration of surface parameters
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!! AUTHOR
23
!! ------
24
!! V. Masson *Meteo France*
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!! Original 07/2006
29
!
30
!* 0. DECLARATIONS
31
! ------------
32
!
33
IMPLICIT NONE
34
!
35
!---------------------------------------------------------------------------
36
REAL
,
SAVE
::
xtkemin
! mimimum value for the TKE
37
REAL
,
SAVE
::
xcep
! Constant for wind pressure-correlations
38
REAL
,
SAVE
::
xced
! constant into the dissipation term of the TKE eq.
39
REAL
,
SAVE
::
xalpsbl
! constant linking TKE and friction velocity in the SBL
40
REAL
,
SAVE
::
xa0
! Constant a0 for wind pressure-correlations
41
REAL
,
SAVE
::
xctp
! Constant for temperature and vapor pressure-correlations
42
!---------------------------------------------------------------------------
43
REAL
,
SAVE
::
xcmfs
! constant for the momentum flux due to shear
44
!
45
REAL
,
SAVE
::
xcshf
! constant for the sensible heat flux
46
!
47
REAL
,
SAVE
::
xasbl
! constant used to define mixing length in the SBL
48
!
49
!---------------------------------------------------------------------------
50
!
51
END MODULE
modd_canopy_turb
modd_canopy_turb::xcep
real, save xcep
Definition:
modd_canopy_turb.F90:37
modd_canopy_turb::xctp
real, save xctp
Definition:
modd_canopy_turb.F90:41
modd_canopy_turb::xalpsbl
real, save xalpsbl
Definition:
modd_canopy_turb.F90:39
modd_canopy_turb::xtkemin
real, save xtkemin
Definition:
modd_canopy_turb.F90:36
modd_canopy_turb::xasbl
real, save xasbl
Definition:
modd_canopy_turb.F90:47
modd_canopy_turb::xcshf
real, save xcshf
Definition:
modd_canopy_turb.F90:45
modd_canopy_turb::xced
real, save xced
Definition:
modd_canopy_turb.F90:38
modd_canopy_turb::xcmfs
real, save xcmfs
Definition:
modd_canopy_turb.F90:43
modd_canopy_turb::xa0
real, save xa0
Definition:
modd_canopy_turb.F90:40
modd_canopy_turb
Definition:
modd_canopy_turb.F90:6
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13