SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_bem_cst.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_bem_cst
7
! ###############
8
!
9
!!**** *MODD_BEM_CST* - declaration of Technical constants for Building Energy Model
10
!!
11
!! PURPOSE
12
!! -------
13
!
14
!!
15
!!** IMPLICIT ARGUMENTS
16
!! ------------------
17
!! None
18
!!
19
!! REFERENCE
20
!! ---------
21
!!
22
!! AUTHOR
23
!! ------
24
!! G. Pigeon *Meteo France*
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!! Original 04/2012
29
!-------------------------------------------------------------------------------
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
IMPLICIT NONE
35
REAL
,
PARAMETER
::
xwin_sw_max
= 150.
! Maximum shortwave radiation received by
36
! ! windows before activation of shading
37
! ! (if available and pertinent).
38
REAL
,
PARAMETER
::
xcomfort_temp_for_shading_use
= 297.16
39
! ! temperature above which one considers
40
! ! the use of shading protections
41
!
42
END MODULE
modd_bem_cst
43
modd_bem_cst::xcomfort_temp_for_shading_use
real, parameter xcomfort_temp_for_shading_use
Definition:
modd_bem_cst.F90:38
modd_bem_cst
Definition:
modd_bem_cst.F90:6
modd_bem_cst::xwin_sw_max
real, parameter xwin_sw_max
Definition:
modd_bem_cst.F90:35
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13