SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_surf_par.F90
Go to the documentation of this file.
00001 !####################
00002 MODULE MODD_SURF_PAR
00003 !####################
00004 !
00005 !!****  *MODD_SURF_PAR - declaration of surface parameters
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !     Declaration of surface parameters
00010 !
00011 !!
00012 !!**  IMPLICIT ARGUMENTS
00013 !!    ------------------
00014 !!      None 
00015 !!
00016 !!    REFERENCE
00017 !!    ---------
00018 !!
00019 !!    AUTHOR
00020 !!    ------
00021 !!      V. Masson *Meteo France*
00022 !!
00023 !!    MODIFICATIONS
00024 !!    -------------
00025 !!      Original       02/2004
00026 !
00027 !*       0.   DECLARATIONS
00028 !             ------------
00029 !
00030 !
00031 IMPLICIT NONE
00032 !
00033 !-----------------------------------------------------------------------------------------------------
00034 INTEGER :: NVERSION  ! surface version
00035 INTEGER :: NBUGFIX   ! bugfix number of this version
00036 !
00037 REAL,    PARAMETER :: XUNDEF = 1.E+20! undefined value
00038 INTEGER, PARAMETER :: NUNDEF = 1E+9  ! undefined value
00039 !-----------------------------------------------------------------------------------------------------
00040 !
00041 END MODULE MODD_SURF_PAR