SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_grid_rotlatlon.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_rotlatlon
7
! ################
8
!
9
!!**** *MODD_GRID_ROTLATLON - declaration of rotated lat lon characteristics
10
!!
11
!! PURPOSE
12
!! -------
13
! Used if CINGRID_TYPE = 'ROTLATLON'
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!! AUTHOR
24
!! ------
25
!! U, Andrae *SMHI'
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 10/2007
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
IMPLICIT NONE
35
!
36
INTEGER
::
nry
! Number of points in Y-direction
37
INTEGER
::
nrx
! Number of points in X-direction
38
REAL
::
xrila1
! Lat. (y) of first input point
39
REAL
::
xrilo1
! Lon. (x) of first input point
40
REAL
::
xrila2
! Lat. (y) of last input point
41
REAL
::
xrilo2
! Lon. (x) of last input point
42
REAL
::
xrlap
! Latitude of rotated pole
43
REAL
::
xrlop
! Longitude of rotated pole
44
REAL
::
xrdy
! Grid size in Y-direction in degrees
45
REAL
::
xrdx
! Grid size in X-direction in degrees
46
!
47
LOGICAL
::
lrrotpole
! .TRUE. if pole is rotated
48
49
END MODULE
modd_grid_rotlatlon
50
modd_grid_rotlatlon::nrx
integer nrx
Definition:
modd_grid_rotlatlon.F90:37
modd_grid_rotlatlon::lrrotpole
logical lrrotpole
Definition:
modd_grid_rotlatlon.F90:47
modd_grid_rotlatlon
Definition:
modd_grid_rotlatlon.F90:6
modd_grid_rotlatlon::nry
integer nry
Definition:
modd_grid_rotlatlon.F90:36
modd_grid_rotlatlon::xrilo2
real xrilo2
Definition:
modd_grid_rotlatlon.F90:41
modd_grid_rotlatlon::xrdx
real xrdx
Definition:
modd_grid_rotlatlon.F90:45
modd_grid_rotlatlon::xrlap
real xrlap
Definition:
modd_grid_rotlatlon.F90:42
modd_grid_rotlatlon::xrila2
real xrila2
Definition:
modd_grid_rotlatlon.F90:40
modd_grid_rotlatlon::xrdy
real xrdy
Definition:
modd_grid_rotlatlon.F90:44
modd_grid_rotlatlon::xrila1
real xrila1
Definition:
modd_grid_rotlatlon.F90:38
modd_grid_rotlatlon::xrilo1
real xrilo1
Definition:
modd_grid_rotlatlon.F90:39
modd_grid_rotlatlon::xrlop
real xrlop
Definition:
modd_grid_rotlatlon.F90:43
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13