SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_teb_veg.F90
Go to the documentation of this file.
00001 !     ###################
00002       MODULE MODD_TEB_VEG
00003 !     ###################
00004 !
00005 !!****  *MODD_TEB_VEG * - declaration of constant parameters
00006 
00007 !!    PURPOSE
00008 !!    -------
00009 !       The purpose of this declarative module is to declare the 
00010 !       constant flags for agricultural practices, assimilation scheme,
00011 !       ST and soil water ice contents & deep soil fields
00012 !
00013 !!
00014 !!**  IMPLICIT ARGUMENTS
00015 !!    ------------------
00016 !!      None 
00017 !!
00018 !!    REFERENCE
00019 !!    ---------
00020 !!          
00021 !!    AUTHOR
00022 !!    ------
00023 !!      C. de Munck & A. Lemonsu  *Meteo France*
00024 !!
00025 !!    MODIFICATIONS
00026 !!    -------------
00027 !!      Original    07/2011
00028 !-------------------------------------------------------------------------------
00029 !
00030 !*       0.   DECLARATIONS
00031 !             ------------
00032 !
00033 IMPLICIT NONE 
00034 !
00035 INTEGER, PARAMETER       :: NTIME_GR_MAX  = 1
00036 INTEGER, PARAMETER       :: NLAYER_GR_MAX = 6
00037 !
00038 END MODULE MODD_TEB_VEG