SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_grid_latlonregul.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_latlonregul
7
! ################
8
!
9
!!**** *MODD_GRID_LATLONREGUL - declaration of Gauss grid characteristics
10
!!
11
!! PURPOSE
12
!! -------
13
! Used if CINGRID_TYPE = 'LATLON'
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!! AUTHOR
24
!! ------
25
!! C. Lebeaupin Brossier *Meteo France*
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 01/2008
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
IMPLICIT NONE
35
!
36
REAL
::
xilat1
! Lat. (y) of first input point
37
REAL
::
xilon1
! Lon. (x) of first input point
38
REAL
::
xilat2
! Lat. (y) of last input point
39
REAL
::
xilon2
! Lon. (x) of last input point
40
INTEGER
::
ninlat
! Number of parallels
41
INTEGER
,
DIMENSION(:)
,
ALLOCATABLE
::
ninlon
! Nb. of points on each parallel
42
INTEGER
::
nilength
! size of input arrays
43
INTEGER
::
nindepth
! nb of vertical levels
44
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xilatarray
! latitudes values array
45
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xilonarray
! longitudes values array
46
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xideparray
! depths values array
47
!
48
END MODULE
modd_grid_latlonregul
modd_grid_latlonregul::nilength
integer nilength
Definition:
modd_grid_latlonregul.F90:42
modd_grid_latlonregul::xilatarray
real, dimension(:), allocatable xilatarray
Definition:
modd_grid_latlonregul.F90:44
modd_grid_latlonregul::xilon2
real xilon2
Definition:
modd_grid_latlonregul.F90:39
modd_grid_latlonregul::ninlat
integer ninlat
Definition:
modd_grid_latlonregul.F90:40
modd_grid_latlonregul::xilonarray
real, dimension(:), allocatable xilonarray
Definition:
modd_grid_latlonregul.F90:45
modd_grid_latlonregul::nindepth
integer nindepth
Definition:
modd_grid_latlonregul.F90:43
modd_grid_latlonregul::xilat1
real xilat1
Definition:
modd_grid_latlonregul.F90:36
modd_grid_latlonregul::xilon1
real xilon1
Definition:
modd_grid_latlonregul.F90:37
modd_grid_latlonregul::ninlon
integer, dimension(:), allocatable ninlon
Definition:
modd_grid_latlonregul.F90:41
modd_grid_latlonregul
Definition:
modd_grid_latlonregul.F90:6
modd_grid_latlonregul::xilat2
real xilat2
Definition:
modd_grid_latlonregul.F90:38
modd_grid_latlonregul::xideparray
real, dimension(:), allocatable xideparray
Definition:
modd_grid_latlonregul.F90:46
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13