SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_sgh_par.F90
Go to the documentation of this file.
00001 !     ######################
00002       MODULE MODD_SGH_PAR
00003 !     ######################
00004 !
00005 !!****  *MODD_SGH_PAR* - declaration of SGH parameters
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !       The purpose of this declarative module is to specify  the 
00010 !     parameters related to the SGH scheme (Decharme and Douville,
00011 !     Climate Dyn. 2006a). 
00012 !
00013 !!
00014 !!      
00015 !!
00016 !!    AUTHOR
00017 !!    ------
00018 !!      B. Decharme   *Meteo France*
00019 !!
00020 !!    MODIFICATIONS
00021 !!    -------------
00022 !-------------------------------------------------------------------------------
00023 !
00024 !*       0.   DECLARATIONS
00025 !             ------------
00026 !
00027 IMPLICIT NONE
00028 !
00029 !------------------------------------------------------------------------------     
00030 !
00031 INTEGER,PARAMETER     :: NDIMTAB = 100     
00032 !      
00033 REAL, PARAMETER       :: X2 = 2.
00034 !
00035 REAL, PARAMETER       :: X4 = 4.
00036 !
00037 REAL, PARAMETER       :: XF_DECAY = 2.
00038 !
00039 REAL, PARAMETER       :: XICE_DEPH_MAX = 0.2
00040 !
00041 REAL, PARAMETER       :: XREGP = 0.961
00042 !
00043 REAL, PARAMETER       :: XREGA = 1.957
00044 !
00045 REAL, PARAMETER       :: XMTOKM = 1000.
00046 !
00047 REAL, PARAMETER       :: XSTOHR = 3600.
00048 !
00049 REAL, PARAMETER       :: X001 = 0.01
00050 !
00051 REAL, PARAMETER       :: XMUREGP = 0.5
00052 !
00053 REAL, PARAMETER       :: XMUREGA = 0.2
00054 !
00055 REAL, PARAMETER       :: XHORT_DEPTH = 0.1
00056 !
00057 !--------------------------------------------------------------------------------
00058 !
00059 END MODULE MODD_SGH_PAR
00060 
00061 
00062 
00063 
00064 
00065 
00066 
00067 
00068 
00069 
00070 
00071