SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_grid_grib.F90
Go to the documentation of this file.
00001 !     ################
00002       MODULE MODD_GRID_GRIB
00003 !     ################
00004 !
00005 !!****  *MODD_GRID_GRIB - declaration of GRIB grid characteristics
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !     Used if CINGRID_TYPE = 'GRIB '
00010 !
00011 !!
00012 !!**  IMPLICIT ARGUMENTS
00013 !!    ------------------
00014 !!      None 
00015 !!
00016 !!    REFERENCE
00017 !!    ---------
00018 !!
00019 !!    AUTHOR
00020 !!    ------
00021 !!      V. Masson    *Meteo France*
00022 !!
00023 !!    MODIFICATIONS
00024 !!    -------------
00025 !!      Original       01/2004
00026 !
00027 !*       0.   DECLARATIONS
00028 !             ------------
00029 !
00030 USE GRIB_API, ONLY : kindOfInt
00031 !
00032 IMPLICIT NONE
00033 !
00034 INTEGER :: NNI ! total number of physical points
00035 !
00036  CHARACTER(LEN=28) :: CGRIB_FILE
00037 INTEGER(KIND=kindOfInt) :: NIDX
00038 !
00039 END MODULE MODD_GRID_GRIB