SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_point_overlay.F90
Go to the documentation of this file.
00001 !     ###############
00002       MODULE MODD_POINT_OVERLAY 
00003 !     ###############
00004 !
00005 !!****  *MODD_POINT_OVERLAY* - declaration of constants for overlain points
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !!
00010 !!**  IMPLICIT ARGUMENTS
00011 !!    ------------------
00012 !!      None 
00013 !!
00014 !!    REFERENCE
00015 !!    ---------
00016 !!    AUTHOR
00017 !!    ------
00018 !!
00019 !!    MODIFICATIONS
00020 !!    -------------
00021 !-------------------------------------------------------------------------------
00022 !
00023 !*       0.   DECLARATIONS
00024 !             ------------
00025 !
00026 IMPLICIT NONE 
00027 !
00028 INTEGER, DIMENSION(:),ALLOCATABLE  :: XNUM ! number of indexes for overlain points
00029 !
00030 END MODULE MODD_POINT_OVERLAY
00031