SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_prep_teb_snow.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_prep_teb_snow
7
! ##################
8
!
9
!!**** *MODN_PREP_TEB_SNOW* - declaration of namelist NAM_PREP_ISBA
10
!!
11
!! PURPOSE
12
!! -------
13
! The purpose of this module is to specify the namelist NAM_PREP_ISBA
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!!
19
!! REFERENCE
20
!! ---------
21
!!
22
!!
23
!! AUTHOR
24
!! ------
25
!! V. Masson *Meteo France*
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 01/2004
30
!-------------------------------------------------------------------------------
31
!
32
!* 0. DECLARATIONS
33
! ------------
34
!
35
IMPLICIT NONE
36
!
37
CHARACTER(LEN=3)
::
csnow_roof
! snow scheme for roof
38
CHARACTER(LEN=3)
::
csnow_road
! snow scheme for road
39
INTEGER
::
nsnow_roof
! snow scheme layers for roofs
40
INTEGER
::
nsnow_road
! snow scheme layers for roads
41
!
42
END MODULE
modn_prep_teb_snow
modn_prep_teb_snow::nsnow_road
integer nsnow_road
Definition:
modn_prep_teb_snow.F90:40
modn_prep_teb_snow::csnow_roof
character(len=3) csnow_roof
Definition:
modn_prep_teb_snow.F90:37
modn_prep_teb_snow::nsnow_roof
integer nsnow_roof
Definition:
modn_prep_teb_snow.F90:39
modn_prep_teb_snow
Definition:
modn_prep_teb_snow.F90:6
modn_prep_teb_snow::csnow_road
character(len=3) csnow_road
Definition:
modn_prep_teb_snow.F90:38
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13