SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_grid_grib.F90
Go to the documentation of this file.
1
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4
!SFX_LIC for details. version 1.
5
! ################
6
MODULE
modd_grid_grib
7
! ################
8
!
9
!!**** *MODD_GRID_GRIB - declaration of GRIB grid characteristics
10
!!
11
!! PURPOSE
12
!! -------
13
! Used if CINGRID_TYPE = 'GRIB '
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!! AUTHOR
24
!! ------
25
!! V. Masson *Meteo France*
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 01/2004
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
USE
grib_api
, ONLY
: kindofint
35
!
36
IMPLICIT NONE
37
!
38
INTEGER
::
nni
! total number of physical points
39
!
40
CHARACTER(LEN=6)
::
cinmodel
!
41
CHARACTER(LEN=28)
::
cgrib_file
42
INTEGER(KIND=kindOfInt)
::
nidx
43
!
44
END MODULE
modd_grid_grib
modd_grid_grib::cgrib_file
character(len=28) cgrib_file
Definition:
modd_grid_grib.F90:41
modd_grid_grib::nni
integer nni
Definition:
modd_grid_grib.F90:38
modd_grid_grib::cinmodel
character(len=6) cinmodel
Definition:
modd_grid_grib.F90:40
modd_grid_grib::nidx
integer(kind=kindofint) nidx
Definition:
modd_grid_grib.F90:42
modd_grid_grib
Definition:
modd_grid_grib.F90:6
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13