SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_prep_watflux.F90
Go to the documentation of this file.
00001 !     ################
00002       MODULE MODD_PREP_WATFLUX
00003 !     ################
00004 !
00005 !!****  *MODD_PREP_WATFLUX - declaration for field interpolations
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 !!      S.Malardel    *Meteo France*
00022 !!
00023 !!    MODIFICATIONS
00024 !!    -------------
00025 !!      Original       10/03
00026 !
00027 !*       0.   DECLARATIONS
00028 !             ------------
00029 !
00030 IMPLICIT NONE
00031 !
00032 SAVE
00033 !--------------------------------------------------------------------------
00034 !
00035  CHARACTER(LEN=28) :: CFILE_WATFLX   ! input file name
00036  CHARACTER(LEN=6)  :: CTYPE          ! input file type
00037  CHARACTER(LEN=28) :: CFILEPGD_WATFLX   ! input file name
00038  CHARACTER(LEN=6)  :: CTYPEPGD          ! input file type
00039 !
00040 REAL              :: XTS_WATER_UNIF   !  uniform prescribed 
00041                                       !  surface temperature for inland water
00042 !
00043 !--------------------------------------------------------------------------
00044 !
00045 END MODULE MODD_PREP_WATFLUX
00046 
00047