SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modn_pgd_grid.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 modn_pgd_grid
7 ! ##################
8 !
9 !!
10 !! PURPOSE
11 !! -------
12 !
13 !!
14 !!** IMPLICIT ARGUMENTS
15 !! ------------------
16 !!
17 !! REFERENCE
18 !! ---------
19 !!
20 !!
21 !! AUTHOR
22 !! ------
23 !! V. Masson *Meteo France*
24 !!
25 !! MODIFICATIONS
26 !! -------------
27 !! Original 10/2003
28 !-------------------------------------------------------------------------------
29 !
30 !* 0. DECLARATIONS
31 ! ------------
32 !
33 USE modd_pgd_grid, ONLY : cgrid
34 !
35 USE modd_point_overlay, ONLY : novmx
36 !
37 IMPLICIT NONE
38 !
39  CHARACTER(LEN=28):: YINIFILE ! name of input file
40  CHARACTER(LEN=6) :: YINIFILETYPE! type of input file
41 !
42 !
43 namelist/nam_pgd_grid/cgrid,novmx,yinifile,yinifiletype
44 !
45 END MODULE modn_pgd_grid