SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
suews_driver::conductance_prm Type Reference

Public Attributes

real(kind(1d0)) g_max
 
real(kind(1d0)) g_k
 
real(kind(1d0)) g_q_base
 
real(kind(1d0)) g_q_shape
 
real(kind(1d0)) g_t
 
real(kind(1d0)) g_sm
 
real(kind(1d0)) kmax
 
integer gsmodel
 
real(kind(1d0)) s1
 
real(kind(1d0)) s2
 
real(kind(1d0)) th
 
real(kind(1d0)) tl
 

Detailed Description

Definition at line 150 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ g_k

real(kind(1d0)) suews_driver::conductance_prm::g_k

Definition at line 152 of file suews_ctrl_driver.f95.

152 REAL(KIND(1D0)) :: g_k

◆ g_max

real(kind(1d0)) suews_driver::conductance_prm::g_max

Definition at line 151 of file suews_ctrl_driver.f95.

151 REAL(KIND(1D0)) :: g_max !Fitted parameters related to surface res. calculations

◆ g_q_base

real(kind(1d0)) suews_driver::conductance_prm::g_q_base

Definition at line 153 of file suews_ctrl_driver.f95.

153 REAL(KIND(1D0)) :: g_q_base

◆ g_q_shape

real(kind(1d0)) suews_driver::conductance_prm::g_q_shape

Definition at line 154 of file suews_ctrl_driver.f95.

154 REAL(KIND(1D0)) :: g_q_shape

◆ g_sm

real(kind(1d0)) suews_driver::conductance_prm::g_sm

Definition at line 156 of file suews_ctrl_driver.f95.

156 REAL(KIND(1D0)) :: g_sm ! Fitted parameters related to surface res. calculations

◆ g_t

real(kind(1d0)) suews_driver::conductance_prm::g_t

Definition at line 155 of file suews_ctrl_driver.f95.

155 REAL(KIND(1D0)) :: g_t

◆ gsmodel

integer suews_driver::conductance_prm::gsmodel

Definition at line 158 of file suews_ctrl_driver.f95.

158 INTEGER :: gsmodel ! choice of gs parameterisation (1 = Ja11, 2 = Wa16) [-]

◆ kmax

real(kind(1d0)) suews_driver::conductance_prm::kmax

Definition at line 157 of file suews_ctrl_driver.f95.

157 REAL(KIND(1D0)) :: kmax ! annual maximum hourly solar radiation [W m-2]

◆ s1

real(kind(1d0)) suews_driver::conductance_prm::s1

Definition at line 159 of file suews_ctrl_driver.f95.

159 REAL(KIND(1D0)) :: s1 ! a parameter related to soil moisture dependence [-]

◆ s2

real(kind(1d0)) suews_driver::conductance_prm::s2

Definition at line 160 of file suews_ctrl_driver.f95.

160 REAL(KIND(1D0)) :: s2 ! a parameter related to soil moisture dependence [mm]

◆ th

real(kind(1d0)) suews_driver::conductance_prm::th

Definition at line 161 of file suews_ctrl_driver.f95.

161 REAL(KIND(1D0)) :: TH ! upper air temperature limit [degC]

◆ tl

real(kind(1d0)) suews_driver::conductance_prm::tl

Definition at line 162 of file suews_ctrl_driver.f95.

162 REAL(KIND(1D0)) :: TL ! lower air temperature limit [degC]

The documentation for this type was generated from the following file: