SURFEX v7.3
General documentation of Surfex
|
00001 ! ############################## 00002 MODULE MODD_GET_MESH_INDEX_LONLAT_REG 00003 ! ############################## 00004 ! 00005 !!**** *MODD_GRID_GAUSS - declaration of reular lon/lat grid characteristics for 00006 ! routine get_mesh_index_lonlat_reg 00007 !! 00008 !! PURPOSE 00009 !! ------- 00010 ! 00011 !! 00012 !!** IMPLICIT ARGUMENTS 00013 !! ------------------ 00014 !! None 00015 !! 00016 !! REFERENCE 00017 !! --------- 00018 !! 00019 !! AUTHOR 00020 !! ------ 00021 !! V. Masson *Meteo France* 00022 !! 00023 !! MODIFICATIONS 00024 !! ------------- 00025 !! Original 10/2006 00026 ! 00027 IMPLICIT NONE 00028 ! 00029 !* 0. DECLARATIONS 00030 ! ------------ 00031 ! 00032 REAL, DIMENSION(:), ALLOCATABLE :: XLONLIM ! longitude left limit of grid mesh (dim ILON+1) 00033 REAL, DIMENSION(:), ALLOCATABLE :: XLATLIM ! latitude bottom limit of grid mesh (dim ILAT+1) 00034 ! 00035 INTEGER :: NLON ! number of points in longitude 00036 INTEGER :: NLAT ! number of points in latitude 00037 REAL :: XLON0 ! centre longitude of the grid 00038 ! 00039 END MODULE MODD_GET_MESH_INDEX_LONLAT_REG