SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_full_grid.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_full_grid
7
! ##################
8
!
9
!!**** *MODD_FULL_GRID - declaration of SURF_ATM grid
10
!!
11
!! PURPOSE
12
!! -------
13
!
14
!!
15
!!** IMPLICIT ARGUMENTS
16
!! ------------------
17
!! None
18
!!
19
!! REFERENCE
20
!! ---------
21
!!
22
!! AUTHOR
23
!! ------
24
!! V. Masson *Meteo France*
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!! Original 01/2004
29
!
30
!* 0. DECLARATIONS
31
! ------------
32
!
33
!
34
CHARACTER(LEN=10)
::
cgrid
! grid type
35
! ! "NONE " : no grid computations
36
! ! "CONF PROJ " : conformal projection
37
REAL
,
POINTER
,
DIMENSION(:)
::
xgrid_full_par
! lits of parameters used to define the grid
38
! ! (depends on value of CGRID)
39
INTEGER
::
ngrid_par
! size of XGRID_PAR
40
!
41
!
42
END MODULE
modd_full_grid
modd_full_grid::cgrid
character(len=10) cgrid
Definition:
modd_full_grid.F90:34
modd_full_grid
Definition:
modd_full_grid.F90:6
modd_full_grid::xgrid_full_par
real, dimension(:), pointer xgrid_full_par
Definition:
modd_full_grid.F90:37
modd_full_grid::ngrid_par
integer ngrid_par
Definition:
modd_full_grid.F90:39
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13