SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_grid_buffer.F90
Go to the documentation of this file.
00001       MODULE MODD_GRID_BUFFER
00002 !     ################
00003 !
00004 !!****  *MODD_GRID_BUFFER - declaration of BUFFER grid characteristics
00005 !!
00006 !!    PURPOSE
00007 !!    -------
00008 !     Used if CINGRID_TYPE = 'BUFFER '
00009 !
00010 !!
00011 !!**  IMPLICIT ARGUMENTS
00012 !!    ------------------
00013 !!      None 
00014 !!
00015 !!    REFERENCE
00016 !!    ---------
00017 !!
00018 !!    AUTHOR
00019 !!    ------
00020 !!      V. Masson    *Meteo France*
00021 !!
00022 !!    MODIFICATIONS
00023 !!    -------------
00024 !!      Original       01/2004
00025 !
00026 !*       0.   DECLARATIONS
00027 !             ------------
00028 !
00029 IMPLICIT NONE
00030 !
00031 INTEGER :: NNI ! total number of physical points
00032 !
00033 END MODULE MODD_GRID_BUFFER