SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_prep_flake.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_flake
7
! ##################
8
!
9
!!**** *MODN_PREP_FLAKE* - declaration of namelist NAM_PREP_FLAKE
10
!!
11
!! PURPOSE
12
!! -------
13
! The purpose of this module is to specify the namelist NAM_PREP_FLAKE
14
! which concern the surface configuration.
15
!
16
!!
17
!!** IMPLICIT ARGUMENTS
18
!! ------------------
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!!
24
!! AUTHOR
25
!! ------
26
!! S.Malardel *Meteo France*
27
!!
28
!! MODIFICATIONS
29
!! -------------
30
!! Original 10/2003
31
!-------------------------------------------------------------------------------
32
!
33
!* 0. DECLARATIONS
34
! ------------
35
!
36
USE
modd_prep_flake
, ONLY
:
cfile_flake
,
ctype
,
cfilepgd_flake
,
ctypepgd
, &
37
xts_unif
, &
38
xunif_t_snow
, &
39
xunif_t_ice
, &
40
xunif_t_wml
, &
41
xunif_t_bot
, &
42
xunif_t_b1
, &
43
xunif_ct
, &
44
xunif_h_snow
, &
45
xunif_h_ice
, &
46
xunif_h_ml
, &
47
xunif_h_b1
, &
48
lclim_lake
49
!
50
IMPLICIT NONE
51
!
52
INTEGER
::
nyear
! YEAR for surface
53
INTEGER
::
nmonth
! MONTH for surface
54
INTEGER
::
nday
! DAY for surface
55
REAL
::
xtime
! TIME for surface
56
LOGICAL
::
lwat_sbl
! flag to use air layers inside the Surface Boundary Layer
57
!
58
NAMELIST
/nam_prep_flake/
cfile_flake
,
ctype
,
cfilepgd_flake
,
ctypepgd
,
xts_unif
, &
59
xunif_t_snow
,
xunif_t_ice
, &
60
xunif_t_wml
, &
61
xunif_t_bot
,
xunif_t_b1
, &
62
xunif_ct
, &
63
xunif_h_snow
,
xunif_h_ice
, &
64
xunif_h_ml
,
xunif_h_b1
, &
65
lclim_lake
, &
66
nyear
,
nmonth
,
nday
,
xtime
,
lwat_sbl
67
! Only one file is alowed, which name will be stored in CFILE_FLAKE.
68
! Initial conditions for all FLake variables may be present in the file.
69
!
70
!
71
END MODULE
modn_prep_flake
modn_prep_flake::nyear
integer nyear
Definition:
modn_prep_flake.F90:52
modd_prep_flake::xunif_h_ice
real xunif_h_ice
Definition:
modd_prep_flake.F90:55
modd_prep_flake::xunif_t_snow
real xunif_t_snow
Definition:
modd_prep_flake.F90:47
modd_prep_flake::xunif_h_snow
real xunif_h_snow
Definition:
modd_prep_flake.F90:54
modn_prep_flake
Definition:
modn_prep_flake.F90:6
modd_prep_flake::xunif_h_b1
real xunif_h_b1
Definition:
modd_prep_flake.F90:57
modd_prep_flake::ctypepgd
character(len=6) ctypepgd
Definition:
modd_prep_flake.F90:42
modd_prep_flake::lclim_lake
logical lclim_lake
Definition:
modd_prep_flake.F90:59
modd_prep_flake::cfilepgd_flake
character(len=28) cfilepgd_flake
Definition:
modd_prep_flake.F90:41
modd_prep_flake::ctype
character(len=6) ctype
Definition:
modd_prep_flake.F90:40
modn_prep_flake::nday
integer nday
Definition:
modn_prep_flake.F90:54
modd_prep_flake::xunif_h_ml
real xunif_h_ml
Definition:
modd_prep_flake.F90:56
modd_prep_flake
Definition:
modd_prep_flake.F90:6
modd_prep_flake::xts_unif
real xts_unif
Definition:
modd_prep_flake.F90:44
modn_prep_flake::nmonth
integer nmonth
Definition:
modn_prep_flake.F90:53
modd_prep_flake::xunif_t_bot
real xunif_t_bot
Definition:
modd_prep_flake.F90:51
modd_prep_flake::xunif_ct
real xunif_ct
Definition:
modd_prep_flake.F90:53
modd_prep_flake::xunif_t_b1
real xunif_t_b1
Definition:
modd_prep_flake.F90:52
modd_prep_flake::xunif_t_ice
real xunif_t_ice
Definition:
modd_prep_flake.F90:48
modn_prep_flake::lwat_sbl
logical lwat_sbl
Definition:
modn_prep_flake.F90:56
modd_prep_flake::xunif_t_wml
real xunif_t_wml
Definition:
modd_prep_flake.F90:50
modn_prep_flake::xtime
real xtime
Definition:
modn_prep_flake.F90:55
modd_prep_flake::cfile_flake
character(len=28) cfile_flake
Definition:
modd_prep_flake.F90:39
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13