SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_pgd_schemes.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_schemes
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
!! A. Lemonsu 05/2009 Key for vegetation in TEB (TEB-Veg)
30
!-------------------------------------------------------------------------------
31
!
32
!* 0. DECLARATIONS
33
! ------------
34
!
35
IMPLICIT NONE
36
!
37
CHARACTER(LEN=6)
::
cnature
! type of scheme for natural covers: NONE, ISBA
38
CHARACTER(LEN=6)
::
csea
! type of scheme for oceans : NONE, CSEAFLX
39
CHARACTER(LEN=6)
::
ctown
! type of scheme for towns : NONE, CTEB
40
CHARACTER(LEN=6)
::
cwater
! type of scheme for inland waters : NONE, WATFLX, FLAKE
41
LOGICAL
::
lgarden
! T : urban green areas treated inside TOWN by CTOWN scheme
42
! ! F : urban greenareas treated inside NATURE aggregated
43
! ! with other vegetated surfaces
44
!
45
NAMELIST
/nam_pgd_schemes/
cnature
,
csea
,
ctown
,
cwater
,
lgarden
46
!
47
END MODULE
modn_pgd_schemes
modn_pgd_schemes::csea
character(len=6) csea
Definition:
modn_pgd_schemes.F90:38
modn_pgd_schemes::ctown
character(len=6) ctown
Definition:
modn_pgd_schemes.F90:39
modn_pgd_schemes::cwater
character(len=6) cwater
Definition:
modn_pgd_schemes.F90:40
modn_pgd_schemes::cnature
character(len=6) cnature
Definition:
modn_pgd_schemes.F90:37
modn_pgd_schemes
Definition:
modn_pgd_schemes.F90:6
modn_pgd_schemes::lgarden
logical lgarden
Definition:
modn_pgd_schemes.F90:41
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13