SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_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
modd_prep_flake
7
! ################
8
!
9
!!**** *MODD_PREP_FLAKE - declaration for field interpolations
10
!!
11
!! PURPOSE
12
!! -------
13
! Declaration of surface parameters
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!! AUTHOR
24
!! ------
25
!! S.Malardel *Meteo France*
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 10/03
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
IMPLICIT NONE
35
!
36
SAVE
37
!--------------------------------------------------------------------------
38
!
39
CHARACTER(LEN=28)
::
cfile_flake
! input file name
40
CHARACTER(LEN=6)
::
ctype
! input file type
41
CHARACTER(LEN=28)
::
cfilepgd_flake
! input file name
42
CHARACTER(LEN=6)
::
ctypepgd
! input file type
43
!
44
REAL
::
xts_unif
! uniform prescribed
45
! surface temperature for inland water
46
! Uniform prescribed of FLake variables:
47
REAL
::
xunif_t_snow
48
REAL
::
xunif_t_ice
49
REAL
::
xunif_t_mnw
50
REAL
::
xunif_t_wml
51
REAL
::
xunif_t_bot
52
REAL
::
xunif_t_b1
53
REAL
::
xunif_ct
54
REAL
::
xunif_h_snow
55
REAL
::
xunif_h_ice
56
REAL
::
xunif_h_ml
57
REAL
::
xunif_h_b1
58
!
59
LOGICAL
::
lclim_lake
! Do we want to use lake climate data? T if yes.
60
!
61
!--------------------------------------------------------------------------
62
!
63
END MODULE
modd_prep_flake
64
65
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_t_mnw
real xunif_t_mnw
Definition:
modd_prep_flake.F90:49
modd_prep_flake::xunif_h_snow
real xunif_h_snow
Definition:
modd_prep_flake.F90:54
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
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
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
modd_prep_flake::xunif_t_wml
real xunif_t_wml
Definition:
modd_prep_flake.F90:50
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