SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_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 ! ################
7 ! ################
8 !
9 !!**** *MODD_PREP_WATFLUX - 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_WATFLX ! input file name
40  CHARACTER(LEN=6) :: CTYPE ! input file type
41  CHARACTER(LEN=28) :: CFILEPGD_WATFLX ! input file name
42  CHARACTER(LEN=6) :: CTYPEPGD ! input file type
43 !
44 REAL :: XTS_WATER_UNIF ! uniform prescribed
45  ! surface temperature for inland water
46 !
47 !--------------------------------------------------------------------------
48 !
49 END MODULE modd_prep_watflux
50 
51