SURFEX v8.1
General documentation of 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 ! ##############################
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 !
real, dimension(:), allocatable xlatlim
real, dimension(:), allocatable xlonlim