SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/LIB/TRIP/modd_trip_par.F90
Go to the documentation of this file.
00001 !######################
00002 MODULE MODD_TRIP_PAR
00003 !######################
00004 !
00005 !!****  *MODD_TRIP_PAR* - declaration of TRIP parameters
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !       The purpose of this declarative module is to specify  the 
00010 !     parameters related to the TRIP RRM. 
00011 !
00012 !!
00013 !!      
00014 !!
00015 !!    AUTHOR
00016 !!    ------
00017 !!      B. Decharme   *Meteo France*
00018 !!
00019 !!    MODIFICATIONS
00020 !!    -------------
00021 !!      Original  22/05/08
00022 !-------------------------------------------------------------------------------
00023 !
00024 !*       0.   DECLARATIONS
00025 !             ------------
00026 !
00027 IMPLICIT NONE
00028 !
00029 INTEGER, SAVE :: NTRIPTAB
00030 !
00031 REAL, SAVE    :: XM_EXP
00032 !
00033 REAL, SAVE    :: XTRIP_UNDEF
00034 REAL, SAVE    :: XRHOLW_T
00035 REAL, SAVE    :: XDAY_T 
00036 REAL, SAVE    :: XSEA_T 
00037 REAL, SAVE    :: XYEAR_T 
00038 !
00039 REAL, SAVE    :: XRAD_T
00040 REAL, SAVE    :: XPI_T 
00041 !
00042 !--------------------------------------------------------------------------------
00043 !
00044 END MODULE MODD_TRIP_PAR
00045 
00046 
00047 
00048 
00049 
00050 
00051 
00052 
00053 
00054 
00055 
00056