SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
TOPD
modd_dummy_exp_profile.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_dummy_exp_profile
7
! ###########################
8
!
9
!!**** *MODD_DUMMY_EXP_PROFILE - declaration For special f, dc exponential profile
10
!!
11
!! PURPOSE
12
!! -------
13
!
14
!!
15
!!** IMPLICIT ARGUMENTS
16
!! ------------------
17
!! None
18
!!
19
!! REFERENCE
20
!! ---------
21
!!
22
!! AUTHOR
23
!! ------
24
!! B. Vincendon
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!! Original 10/08/11
29
!
30
!* 0. DECLARATIONS
31
! ------------
32
!
33
USE
modd_topd_par
, ONLY
:
jpcat
34
!
35
IMPLICIT NONE
36
!-------------------------------------------------------------------------------
37
! **** For special f, dc exponential profile
38
! values for each isba_mesh
39
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xf_param
40
REAL
,
DIMENSION(:)
,
ALLOCATABLE
::
xc_depth_ratio
41
!values for each catchment
42
REAL
,
DIMENSION(JPCAT)
::
xf_param_bv
43
REAL
,
DIMENSION(JPCAT)
::
xc_depth_ratio_bv
44
!-------------------------------------------------------------------------------------
45
!
46
END MODULE
modd_dummy_exp_profile
47
modd_dummy_exp_profile::xf_param
real, dimension(:), allocatable xf_param
Definition:
modd_dummy_exp_profile.F90:39
modd_dummy_exp_profile::xc_depth_ratio_bv
real, dimension(jpcat) xc_depth_ratio_bv
Definition:
modd_dummy_exp_profile.F90:43
modd_topd_par
Definition:
modd_topd_par.F90:7
modd_dummy_exp_profile::xc_depth_ratio
real, dimension(:), allocatable xc_depth_ratio
Definition:
modd_dummy_exp_profile.F90:40
modd_dummy_exp_profile
Definition:
modd_dummy_exp_profile.F90:6
modd_dummy_exp_profile::xf_param_bv
real, dimension(jpcat) xf_param_bv
Definition:
modd_dummy_exp_profile.F90:42
modd_topd_par::jpcat
integer, parameter jpcat
Definition:
modd_topd_par.F90:46
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13