SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_get_mesh_index_lonlat_rot.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_get_mesh_index_lonlat_rot
7
! ##############################
8
!
9
!!**** - declaration of rotated lon/lat grid characteristics for
10
! routine get_mesh_index_lonlat_rot
11
!!
12
!! PURPOSE
13
!! -------
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!! AUTHOR
24
!! ------
25
!! P. Samuelsson SMHI
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 12/2012
30
!
31
IMPLICIT NONE
32
!
33
!* 0. DECLARATIONS
34
! ------------
35
!
36
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xlonlim
! longitude left limit of rotated grid mesh (dim ILON+1)
37
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xlatlim
! latitude bottom limit of rotated grid mesh (dim ILAT+1)
38
!
39
INTEGER
::
nlon
! number of points in longitude
40
INTEGER
::
nlat
! number of points in latitude
41
REAL
::
xlon0
! centre longitude of the rotated grid
42
REAL
::
xpolon
! Longitude of rotated pole (degrees)
43
REAL
::
xpolat
! Latitude of rotated pole (degrees)
44
!
45
END MODULE
modd_get_mesh_index_lonlat_rot
modd_get_mesh_index_lonlat_rot::xlon0
real xlon0
Definition:
modd_get_mesh_index_lonlat_rot.F90:41
modd_get_mesh_index_lonlat_rot::xpolat
real xpolat
Definition:
modd_get_mesh_index_lonlat_rot.F90:43
modd_get_mesh_index_lonlat_rot::xpolon
real xpolon
Definition:
modd_get_mesh_index_lonlat_rot.F90:42
modd_get_mesh_index_lonlat_rot
Definition:
modd_get_mesh_index_lonlat_rot.F90:6
modd_get_mesh_index_lonlat_rot::nlon
integer nlon
Definition:
modd_get_mesh_index_lonlat_rot.F90:39
modd_get_mesh_index_lonlat_rot::xlatlim
real, dimension(:), allocatable xlatlim
Definition:
modd_get_mesh_index_lonlat_rot.F90:37
modd_get_mesh_index_lonlat_rot::nlat
integer nlat
Definition:
modd_get_mesh_index_lonlat_rot.F90:40
modd_get_mesh_index_lonlat_rot::xlonlim
real, dimension(:), allocatable xlonlim
Definition:
modd_get_mesh_index_lonlat_rot.F90:36
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13