SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_prep_watflux.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_watflux
7
! ##################
8
!
9
!!**** *MODN_PREP_WATFLUX* - declaration of namelist NAM_PREP_WATFLUX
10
!!
11
!! PURPOSE
12
!! -------
13
! The purpose of this module is to specify the namelist NAM_PREP_WATFLUX
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_watflux
, ONLY
:
cfile_watflx
,
ctype
,
cfilepgd_watflx
,
ctypepgd
,
xts_water_unif
37
38
!
39
IMPLICIT NONE
40
!
41
INTEGER
::
nyear
! YEAR for surface
42
INTEGER
::
nmonth
! MONTH for surface
43
INTEGER
::
nday
! DAY for surface
44
REAL
::
xtime
! TIME for surface
45
LOGICAL
::
lwat_sbl
! flag to use air layers inside the Surface Boundary Layer
46
47
!
48
NAMELIST
/nam_prep_watflux/
cfile_watflx
,
ctype
,
cfilepgd_watflx
,
ctypepgd
,
xts_water_unif
, &
49
nyear
,
nmonth
,
nday
,
xtime
,
lwat_sbl
50
!
51
END MODULE
modn_prep_watflux
modn_prep_watflux
Definition:
modn_prep_watflux.F90:6
modd_prep_watflux
Definition:
modd_prep_watflux.F90:6
modd_prep_watflux::ctypepgd
character(len=6) ctypepgd
Definition:
modd_prep_watflux.F90:42
modd_prep_watflux::cfilepgd_watflx
character(len=28) cfilepgd_watflx
Definition:
modd_prep_watflux.F90:41
modd_prep_watflux::cfile_watflx
character(len=28), dimension(ngrid_level) cfile_watflx
Definition:
modd_prep_watflux.F90:39
modn_prep_watflux::lwat_sbl
logical lwat_sbl
Definition:
modn_prep_watflux.F90:45
modn_prep_watflux::nmonth
integer nmonth
Definition:
modn_prep_watflux.F90:42
modn_prep_watflux::nday
integer nday
Definition:
modn_prep_watflux.F90:43
modd_prep_watflux::xts_water_unif
real xts_water_unif
Definition:
modd_prep_watflux.F90:44
modd_prep_watflux::ctype
character(len=6) ctype
Definition:
modd_prep_watflux.F90:40
modn_prep_watflux::xtime
real xtime
Definition:
modn_prep_watflux.F90:44
modn_prep_watflux::nyear
integer nyear
Definition:
modn_prep_watflux.F90:41
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13