SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_grid_gauss.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_gauss
7
! ################
8
!
9
!!**** *MODD_GRID_GAUSS - declaration of Gauss grid characteristics
10
!!
11
!! PURPOSE
12
!! -------
13
! Used if CINGRID_TYPE = 'GAUSS '
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
::
xila1
! Lat. (y) of first input point
37
REAL
::
xilo1
! Lon. (x) of first input point
38
REAL
::
xila2
! Lat. (y) of last input point
39
REAL
::
xilo2
! Lon. (x) of last input point
40
INTEGER
::
ninla
! Number of parallels
41
INTEGER
,
DIMENSION(:)
,
ALLOCATABLE
::
ninlo
! Nb. of points on each parallel
42
INTEGER
::
nilen
! size of input arrays
43
!
44
LOGICAL
::
lrotpole
! .TRUE. if pole is rotated
45
REAL
::
xlap
! Latitude of stretching pole
46
REAL
::
xlop
! Longitude of stretching pole
47
REAL
::
xcoef
! Stretching coefficient
48
!
49
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xilatarray
! latitudes values array
50
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xlat
,
xlon
51
!
52
END MODULE
modd_grid_gauss
53
modd_grid_gauss::xlat
real, dimension(:), allocatable xlat
Definition:
modd_grid_gauss.F90:50
modd_grid_gauss::xila1
real xila1
Definition:
modd_grid_gauss.F90:36
modd_grid_gauss::xlap
real xlap
Definition:
modd_grid_gauss.F90:45
modd_grid_gauss::nilen
integer nilen
Definition:
modd_grid_gauss.F90:42
modd_grid_gauss::xila2
real xila2
Definition:
modd_grid_gauss.F90:38
modd_grid_gauss::xilo2
real xilo2
Definition:
modd_grid_gauss.F90:39
modd_grid_gauss::xlon
real, dimension(:), allocatable xlon
Definition:
modd_grid_gauss.F90:50
modd_grid_gauss::ninlo
integer, dimension(:), allocatable ninlo
Definition:
modd_grid_gauss.F90:41
modd_grid_gauss::xilatarray
real, dimension(:), allocatable xilatarray
Definition:
modd_grid_gauss.F90:49
modd_grid_gauss
Definition:
modd_grid_gauss.F90:6
modd_grid_gauss::xlop
real xlop
Definition:
modd_grid_gauss.F90:46
modd_grid_gauss::xcoef
real xcoef
Definition:
modd_grid_gauss.F90:47
modd_grid_gauss::xilo1
real xilo1
Definition:
modd_grid_gauss.F90:37
modd_grid_gauss::ninla
integer ninla
Definition:
modd_grid_gauss.F90:40
modd_grid_gauss::lrotpole
logical lrotpole
Definition:
modd_grid_gauss.F90:44
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13