SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_prep_greenroof_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_greenroof_snow
7
! ##################
8
!
9
!!**** *MODN_PREP_GREENROOF_SNOW* - declaration of namelist NAM_PREP_GREENROOF_SNOW
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
!! Based on modn_prep_garden_snow
22
!!
23
!! AUTHOR
24
!! ------
25
!! C. de Munck *Meteo France*
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 08/2011
30
!-------------------------------------------------------------------------------
31
!
32
!* 0. DECLARATIONS
33
! ------------
34
!
35
IMPLICIT NONE
36
!
37
CHARACTER(LEN=3)
::
csnow_gr
! snow scheme
38
INTEGER
::
nsnow_layer_gr
! number of snow layers
39
!
40
END MODULE
modn_prep_greenroof_snow
modn_prep_greenroof_snow::csnow_gr
character(len=3) csnow_gr
Definition:
modn_prep_greenroof_snow.F90:37
modn_prep_greenroof_snow
Definition:
modn_prep_greenroof_snow.F90:6
modn_prep_greenroof_snow::nsnow_layer_gr
integer nsnow_layer_gr
Definition:
modn_prep_greenroof_snow.F90:38
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13