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

Public Attributes

real(kind(1d0)) beta_bioco2
 
real(kind(1d0)) beta_enh_bioco2
 
real(kind(1d0)) alpha_bioco2
 
real(kind(1d0)) alpha_enh_bioco2
 
real(kind(1d0)) resp_a
 
real(kind(1d0)) resp_b
 
real(kind(1d0)) theta_bioco2
 
real(kind(1d0)) min_res_bioco2
 

Detailed Description

Definition at line 139 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ alpha_bioco2

real(kind(1d0)) suews_driver::bioco2_prm::alpha_bioco2

Definition at line 142 of file suews_ctrl_driver.f95.

142 REAL(KIND(1D0)) :: alpha_bioco2 ! The mean apparent ecosystem quantum. Represents the initial slope of the light-response curve [-]

◆ alpha_enh_bioco2

real(kind(1d0)) suews_driver::bioco2_prm::alpha_enh_bioco2

Definition at line 143 of file suews_ctrl_driver.f95.

143 REAL(KIND(1D0)) :: alpha_enh_bioco2 ! Part of the alpha coefficient related to the fraction of vegetation [-]

◆ beta_bioco2

real(kind(1d0)) suews_driver::bioco2_prm::beta_bioco2

Definition at line 140 of file suews_ctrl_driver.f95.

140 REAL(KIND(1D0)) :: beta_bioco2 ! The light-saturated gross photosynthesis of the canopy [umol m-2 s-1 ]

◆ beta_enh_bioco2

real(kind(1d0)) suews_driver::bioco2_prm::beta_enh_bioco2

Definition at line 141 of file suews_ctrl_driver.f95.

141 REAL(KIND(1D0)) :: beta_enh_bioco2 ! Part of the beta coefficient related to the fraction of vegetation [umol m-2 s-1 ]

◆ min_res_bioco2

real(kind(1d0)) suews_driver::bioco2_prm::min_res_bioco2

Definition at line 147 of file suews_ctrl_driver.f95.

147 REAL(KIND(1D0)) :: min_res_bioCO2 ! Minimum soil respiration rate (for cold-temperature limit) [umol m-2 s-1]

◆ resp_a

real(kind(1d0)) suews_driver::bioco2_prm::resp_a

Definition at line 144 of file suews_ctrl_driver.f95.

144 REAL(KIND(1D0)) :: resp_a !Respiration coefficient a

◆ resp_b

real(kind(1d0)) suews_driver::bioco2_prm::resp_b

Definition at line 145 of file suews_ctrl_driver.f95.

145 REAL(KIND(1D0)) :: resp_b !Respiration coefficient b - related to air temperature dependency

◆ theta_bioco2

real(kind(1d0)) suews_driver::bioco2_prm::theta_bioco2

Definition at line 146 of file suews_ctrl_driver.f95.

146 REAL(KIND(1D0)) :: theta_bioco2 ! The convexity of the curve at light saturation [-]

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