SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/modd_pgd_grid.F90
Go to the documentation of this file.
00001 !     ##################
00002       MODULE MODD_PGD_GRID
00003 !     ##################
00004 !
00005 !!
00006 !!    PURPOSE
00007 !!    -------
00008 !
00009 !!
00010 !!**  IMPLICIT ARGUMENTS
00011 !!    ------------------
00012 !!
00013 !!    REFERENCE
00014 !!    ---------
00015 !!
00016 !!       
00017 !!    AUTHOR
00018 !!    ------
00019 !!      V. Masson    *Meteo France*
00020 !!
00021 !!    MODIFICATIONS
00022 !!    -------------
00023 !!      Original    10/2003                    
00024 !-------------------------------------------------------------------------------
00025 !
00026 IMPLICIT NONE
00027 !
00028 !*       0.   DECLARATIONS
00029 !             ------------
00030 !
00031  CHARACTER(LEN=10)           :: CGRID       ! type of grid
00032 INTEGER                     :: NL          ! number of points of the surface fields
00033 LOGICAL, DIMENSION(720,360) :: LLATLONMASK ! mask where data are to be read
00034 REAL, POINTER, DIMENSION(:) :: XGRID_PAR   ! lits of parameters used to define the grid
00035 INTEGER                     :: NGRID_PAR   ! size of XGRID_PAR
00036 REAL                        :: XMESHLENGTH ! average mesh length/width (decimal degre)
00037 !
00038 END MODULE MODD_PGD_GRID