SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_grid_arome.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_arome
7
! ################
8
!
9
!!**** *MODD_GRID_AROME - declaration of Arome grid characteristics
10
!!
11
!! PURPOSE
12
!! -------
13
! Used if CINGRID_TYPE = 'AROME '
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
IMPLICIT NONE
35
!
36
REAL
::
xx
! total physical size in X direction (meters)
37
REAL
::
xy
! total physical size in Y direction (meters)
38
INTEGER
::
nx
! dimension in X direction (number of points)
39
INTEGER
::
ny
! dimension in Y direction (number of points)
40
!
41
REAL
::
xlat0
! reference latitude
42
REAL
::
xlon0
! reference longitude
43
REAL
::
xlator
! origin latitude
44
REAL
::
xlonor
! origin longitude
45
REAL
::
xrpk
! projection parameter for the conformal projection
46
REAL
::
xbeta
! rotation parameter for the conformal projection
47
!
48
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xzx
! X coordinate
49
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xzy
! Y coordinate
50
INTEGER
,
DIMENSION(:)
,
ALLOCATABLE
::
nix
! number of points on each line
51
!
52
END MODULE
modd_grid_arome
modd_grid_arome::xlon0
real xlon0
Definition:
modd_grid_arome.F90:42
modd_grid_arome::xzy
real, dimension(:), allocatable xzy
Definition:
modd_grid_arome.F90:49
modd_grid_arome::xrpk
real xrpk
Definition:
modd_grid_arome.F90:45
modd_grid_arome::xlator
real xlator
Definition:
modd_grid_arome.F90:43
modd_grid_arome::xlonor
real xlonor
Definition:
modd_grid_arome.F90:44
modd_grid_arome::nx
integer nx
Definition:
modd_grid_arome.F90:38
modd_grid_arome::xx
real xx
Definition:
modd_grid_arome.F90:36
modd_grid_arome::ny
integer ny
Definition:
modd_grid_arome.F90:39
modd_grid_arome::xlat0
real xlat0
Definition:
modd_grid_arome.F90:41
modd_grid_arome::xzx
real, dimension(:), allocatable xzx
Definition:
modd_grid_arome.F90:48
modd_grid_arome::xbeta
real xbeta
Definition:
modd_grid_arome.F90:46
modd_grid_arome::nix
integer, dimension(:), allocatable nix
Definition:
modd_grid_arome.F90:50
modd_grid_arome
Definition:
modd_grid_arome.F90:6
modd_grid_arome::xy
real xy
Definition:
modd_grid_arome.F90:37
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13