|
SURFEX v7.3
General documentation of Surfex
|
00001 ! ####################### 00002 MODULE MODD_CTURBS 00003 ! ####################### 00004 ! 00005 !!**** *MODD_CTURB* - declaration of the turbulent scheme constants 00006 !! 00007 !! PURPOSE 00008 !! ------- 00009 ! The purpose of this declarative module is to declare the 00010 ! turbulence scheme constants. 00011 ! 00012 !! 00013 !!** IMPLICIT ARGUMENTS 00014 !! ------------------ 00015 !! NONE 00016 !! 00017 !! REFERENCE 00018 !! --------- 00019 !! 00020 !! AUTHOR 00021 !! ------ 00022 !1 Joan Cuxart * Meteo-France * 00023 !! 00024 !! MODIFICATIONS 00025 !! ------------- 00026 !! Original 08/08/94 00027 !! Nov 06, 2002 (V. Masson) add XALPSBL and XASBL 00028 !---------------------------------------------------------------------------- 00029 ! 00030 !* 0. DECLARATIONS 00031 ! ------------ 00032 ! 00033 IMPLICIT NONE 00034 ! 00035 REAL,SAVE :: XALPSBL = 4.63 ! constant linking TKE and friction velocity in the SBL 00036 ! Redelsperger et al 2001 = 4.63 00037 ! Wyngaard et al. 1974 = 3.75 00038 ! Stull 1988 = 4.75 00039 ! 00040 END MODULE MODD_CTURBS
1.8.0