SURFEX v8.1
General documentation of Surfex
modd_ideal_flux.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_IDEAL_FLUX * - Defines the quantities for ideal surface fluxes.
10 !!
11 !! PURPOSE
12 !! -------
13 !
14 !!** METHOD
15 !! ------
16 !!
17 !! EXTERNAL
18 !! --------
19 !!
20 !!
21 !! IMPLICIT ARGUMENTS
22 !! ------------------
23 !!
24 !!
25 !! REFERENCE
26 !! ---------
27 !!
28 !!
29 !! AUTHOR
30 !! ------
31 !! V. Masson * Meteo France *
32 !!
33 !! MODIFICATIONS
34 !! -------------
35 !! Original 02/2003
36 !-------------------------------------------------------------------------------
37 !
38 !* 0. DECLARATIONS
39 ! ------------
40 !
41 IMPLICIT NONE
42 !
43 REAL, DIMENSION(:), ALLOCATABLE :: xtimef
44 REAL, DIMENSION(:), ALLOCATABLE :: xtimet
45 INTEGER, PARAMETER :: nforc_max = 800
46 INTEGER :: nforcf ! number of surface forcing instants
47 INTEGER :: nforct
48 !
49 REAL, DIMENSION(:), ALLOCATABLE :: xsfth ! hourly data of heat surface flux (W/m2)
50 REAL, DIMENSION(:), ALLOCATABLE :: xsftq ! hourly data of water vapor surface flux (kg/m2/s) or (W/m2)
51 REAL, DIMENSION(:,:), ALLOCATABLE :: xsfts ! hourly data of scalar surface flux (kg/m2/s)
52 REAL, DIMENSION(:), ALLOCATABLE :: xsfco2 ! hourly data of CO2 surface flux (m/s*kg_CO2/kg_air)
53  CHARACTER(LEN=5) :: custartype ! type of computation for friction
54  ! 'USTAR'
55  ! 'Z0 '
56 REAL, DIMENSION(:), ALLOCATABLE :: xustar ! hourly data of friction (m2/s2)
57 REAL :: xz0 ! roughness length (m)
58 REAL :: xalb ! albedo (-)
59 REAL :: xemis ! emissivity (-)
60 REAL, DIMENSION(:), ALLOCATABLE :: xtsrad ! radiative temperature (K)
61 !
62 !-------------------------------------------------------------------------------
63 !
64 END MODULE modd_ideal_flux
real, dimension(:,:), allocatable xsfts
character(len=5) custartype
real, dimension(:), allocatable xtimet
real, dimension(:), allocatable xtsrad
real, dimension(:), allocatable xsfth
real, dimension(:), allocatable xsfco2
real, dimension(:), allocatable xtimef
real, dimension(:), allocatable xustar
integer, parameter nforc_max
real, dimension(:), allocatable xsftq