SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_teb_veg.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_teb_veg
7
! ###################
8
!
9
!!**** *MODD_TEB_VEG * - declaration of constant parameters
10
11
!! PURPOSE
12
!! -------
13
! The purpose of this declarative module is to declare the
14
! constant flags for agricultural practices, assimilation scheme,
15
! ST and soil water ice contents & deep soil fields
16
!
17
!!
18
!!** IMPLICIT ARGUMENTS
19
!! ------------------
20
!! None
21
!!
22
!! REFERENCE
23
!! ---------
24
!!
25
!! AUTHOR
26
!! ------
27
!! C. de Munck & A. Lemonsu *Meteo France*
28
!!
29
!! MODIFICATIONS
30
!! -------------
31
!! Original 07/2011
32
!-------------------------------------------------------------------------------
33
!
34
!* 0. DECLARATIONS
35
! ------------
36
!
37
IMPLICIT NONE
38
!
39
INTEGER
,
PARAMETER
::
ntime_gr_max
= 12
40
INTEGER
,
PARAMETER
::
nlayer_gr_max
= 6
41
!
42
END MODULE
modd_teb_veg
modd_teb_veg
Definition:
modd_teb_veg.F90:6
modd_teb_veg::nlayer_gr_max
integer, parameter nlayer_gr_max
Definition:
modd_teb_veg.F90:40
modd_teb_veg::ntime_gr_max
integer, parameter ntime_gr_max
Definition:
modd_teb_veg.F90:39
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13