SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modn_prep_teb_snow.F90
Go to the documentation of this file.
00001 !     ##################
00002       MODULE MODN_PREP_TEB_SNOW
00003 !     ##################
00004 !
00005 !!****  *MODN_PREP_TEB_SNOW* - declaration of namelist NAM_PREP_ISBA
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !       The purpose of this module is to specify  the namelist NAM_PREP_ISBA
00010 !
00011 !!
00012 !!**  IMPLICIT ARGUMENTS
00013 !!    ------------------
00014 !!
00015 !!    REFERENCE
00016 !!    ---------
00017 !!
00018 !!       
00019 !!    AUTHOR
00020 !!    ------
00021 !!      V. Masson    *Meteo France*
00022 !!
00023 !!    MODIFICATIONS
00024 !!    -------------
00025 !!      Original    01/2004                   
00026 !-------------------------------------------------------------------------------
00027 !
00028 !*       0.   DECLARATIONS
00029 !             ------------
00030 !
00031 IMPLICIT NONE
00032 !
00033  CHARACTER(LEN=3)  :: CSNOW_ROOF     ! snow scheme for roof
00034  CHARACTER(LEN=3)  :: CSNOW_ROAD     ! snow scheme for road
00035 INTEGER :: NSNOW_ROOF ! snow scheme layers for roofs
00036 INTEGER :: NSNOW_ROAD ! snow scheme layers for roads
00037 !
00038 END MODULE MODN_PREP_TEB_SNOW