SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_agri.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_agri
7 ! ###############
8 !
9 !!**** *MODD_AGRI* - declaration of agricultural practices constants
10 
11 !! PURPOSE
12 !! -------
13 ! The purpose of this declarative module is to declare the
14 ! typical constants for agricultural practices
15 !
16 !!
17 !!** IMPLICIT ARGUMENTS
18 !! ------------------
19 !! None
20 !!
21 !! REFERENCE
22 !! ---------
23 !!
24 !! AUTHOR
25 !! ------
26 !! P. LE MOIGNE *Meteo France*
27 !!
28 !! MODIFICATIONS
29 !! -------------
30 !! Original 06/2006
31 !-------------------------------------------------------------------------------
32 !
33 !* 0. DECLARATIONS
34 ! ------------
35 !
36 IMPLICIT NONE
37 !
38 LOGICAL :: LAGRIP
39  ! General switch for agricultural practices
40  ! (seeding and irrigation)
41 !
42 INTEGER, PARAMETER :: JPSTAGE = 4
43  ! Number of stages for Irrigation
44 !
45 REAL, PARAMETER, DIMENSION(JPSTAGE) :: XTHRESHOLD=(/0.70,0.55,0.40,0.25/)
46  ! Threshold on f2 for irrigation
47 !
48 END MODULE modd_agri