SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_bem_cst.F90
Go to the documentation of this file.
00001 !     ###############
00002       MODULE MODD_BEM_CST      
00003 !     ###############
00004 !
00005 !!****  *MODD_BEM_CST* - declaration of Technical constants for Building Energy Model
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !
00010 !!
00011 !!**  IMPLICIT ARGUMENTS
00012 !!    ------------------
00013 !!      None 
00014 !!
00015 !!    REFERENCE
00016 !!    ---------
00017 !!          
00018 !!    AUTHOR
00019 !!    ------
00020 !!      G. Pigeon    *Meteo France*
00021 !!
00022 !!    MODIFICATIONS
00023 !!    -------------
00024 !!      Original    04/2012
00025 !-------------------------------------------------------------------------------
00026 !
00027 !*       0.   DECLARATIONS
00028 !             ------------
00029 !
00030 IMPLICIT NONE 
00031 REAL, PARAMETER :: XWIN_SW_MAX = 150. ! Maximum shortwave radiation received by
00032 !                                     ! windows before activation of shading 
00033 !                                     ! (if available and pertinent).
00034 REAL, PARAMETER :: XCOMFORT_TEMP_FOR_SHADING_USE = 297.16
00035 !                                     ! temperature above which one considers
00036 !                                     ! the use of shading protections
00037 !
00038 END MODULE MODD_BEM_CST
00039