SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_point_overlay.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 !!**** *MODD_POINT_OVERLAY* - declaration of constants for overlain points
10 !!
11 !! PURPOSE
12 !! -------
13 !!
14 !!** IMPLICIT ARGUMENTS
15 !! ------------------
16 !! None
17 !!
18 !! REFERENCE
19 !! ---------
20 !! AUTHOR
21 !! ------
22 !!
23 !! MODIFICATIONS
24 !! -------------
25 !-------------------------------------------------------------------------------
26 !
27 !* 0. DECLARATIONS
28 ! ------------
29 !
30 IMPLICIT NONE
31 !
32 INTEGER :: NOVMX = 1
33 !
34 END MODULE modd_point_overlay
35