SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_prep_isba_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_isba_snow
7
! ##################
8
!
9
!!**** *MODN_PREP_ISBA_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
! snow scheme
38
INTEGER
::
nsnow_layer
! number of snow layers
39
LOGICAL
::
lswemax
! logical switch to set an upper limit on initial snow water equivalent
40
REAL
::
xswemax
! upper limit of initial snow water equivalent
41
!
42
END MODULE
modn_prep_isba_snow
modn_prep_isba_snow::csnow
character(len=3) csnow
Definition:
modn_prep_isba_snow.F90:37
modn_prep_isba_snow
Definition:
modn_prep_isba_snow.F90:6
modn_prep_isba_snow::nsnow_layer
integer nsnow_layer
Definition:
modn_prep_isba_snow.F90:38
modn_prep_isba_snow::lswemax
logical lswemax
Definition:
modn_prep_isba_snow.F90:39
modn_prep_isba_snow::xswemax
real xswemax
Definition:
modn_prep_isba_snow.F90:40
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13