SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_surf_conf.F90
Go to the documentation of this file.
00001 !     #####################
00002       MODULE MODD_SURF_CONF
00003 !     #####################
00004 !
00005 !!****  *MODD_SURF_CONF - surfex configuration
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !     Declaration of program name
00010 !
00011 !!
00012 !!**  IMPLICIT ARGUMENTS
00013 !!    ------------------
00014 !!      None 
00015 !!
00016 !!    REFERENCE
00017 !!    ---------
00018 !!
00019 !!    AUTHOR
00020 !!    ------
00021 !!      P. Le Moigne *Meteo France*
00022 !!
00023 !!    MODIFICATIONS
00024 !!    -------------
00025 !!      Original       06/2008
00026 !
00027 !*       0.   DECLARATIONS
00028 !             ------------
00029 !
00030 !
00031 IMPLICIT NONE
00032 !
00033 !-----------------------------------------------------------------------------------------------------
00034  CHARACTER(LEN=6) :: CPROGNAME
00035  CHARACTER(LEN=7) :: CSOFTWARE="       " ! software used: 'PGD    ','PREP  ','OFFLINE','      '
00036 !
00037 END MODULE MODD_SURF_CONF