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

Public Attributes

real(kind(1d0)) qf0_beu_working
 
real(kind(1d0)) qf0_beu_holiday
 
real(kind(1d0)) qf_a_working
 
real(kind(1d0)) qf_a_holiday
 
real(kind(1d0)) qf_b_working
 
real(kind(1d0)) qf_b_holiday
 
real(kind(1d0)) qf_c_working
 
real(kind(1d0)) qf_c_holiday
 
real(kind(1d0)) baset_cooling_working
 
real(kind(1d0)) baset_cooling_holiday
 
real(kind(1d0)) baset_heating_working
 
real(kind(1d0)) baset_heating_holiday
 
real(kind(1d0)) ah_min_working
 
real(kind(1d0)) ah_min_holiday
 
real(kind(1d0)) ah_slope_cooling_working
 
real(kind(1d0)) ah_slope_cooling_holiday
 
real(kind(1d0)) ah_slope_heating_working
 
real(kind(1d0)) ah_slope_heating_holiday
 
real(kind(1d0)), dimension(0:23) ahprof_24hr_working
 
real(kind(1d0)), dimension(0:23) ahprof_24hr_holiday
 
real(kind(1d0)) popdensdaytime_working
 
real(kind(1d0)) popdensdaytime_holiday
 
real(kind(1d0)) popdensnighttime
 
real(kind(1d0)), dimension(0:23) popprof_24hr_working
 
real(kind(1d0)), dimension(0:23) popprof_24hr_holiday
 

Detailed Description

Definition at line 198 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ ah_min_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::ah_min_holiday

Definition at line 212 of file suews_ctrl_driver.f95.

212 REAL(KIND(1D0)) :: ah_min_holiday ! minimum QF values (holiday) [W m-2]

◆ ah_min_working

real(kind(1d0)) suews_driver::anthroheat_prm::ah_min_working

Definition at line 211 of file suews_ctrl_driver.f95.

211 REAL(KIND(1D0)) :: ah_min_working ! minimum QF values (working day) [W m-2]

◆ ah_slope_cooling_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::ah_slope_cooling_holiday

Definition at line 214 of file suews_ctrl_driver.f95.

214 REAL(KIND(1D0)) :: ah_slope_cooling_holiday ! cooling slope for the anthropogenic heat flux calculation (holiday) [W m-2 K-1]

◆ ah_slope_cooling_working

real(kind(1d0)) suews_driver::anthroheat_prm::ah_slope_cooling_working

Definition at line 213 of file suews_ctrl_driver.f95.

213 REAL(KIND(1D0)) :: ah_slope_cooling_working ! cooling slope for the anthropogenic heat flux calculation (working day) [W m-2 K-1]

◆ ah_slope_heating_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::ah_slope_heating_holiday

Definition at line 216 of file suews_ctrl_driver.f95.

216 REAL(KIND(1D0)) :: ah_slope_heating_holiday ! heating slope for the anthropogenic heat flux calculation (holiday) [W m-2 K-1]

◆ ah_slope_heating_working

real(kind(1d0)) suews_driver::anthroheat_prm::ah_slope_heating_working

Definition at line 215 of file suews_ctrl_driver.f95.

215 REAL(KIND(1D0)) :: ah_slope_heating_working ! heating slope for the anthropogenic heat flux calculation (working day) [W m-2 K-1]

◆ ahprof_24hr_holiday

real(kind(1d0)), dimension(0:23) suews_driver::anthroheat_prm::ahprof_24hr_holiday

Definition at line 218 of file suews_ctrl_driver.f95.

218 REAL(KIND(1D0)), DIMENSION(0:23) :: ahprof_24hr_holiday ! Hourly profile values used in energy use calculation (holiday) [-]

◆ ahprof_24hr_working

real(kind(1d0)), dimension(0:23) suews_driver::anthroheat_prm::ahprof_24hr_working

Definition at line 217 of file suews_ctrl_driver.f95.

217 REAL(KIND(1D0)), DIMENSION(0:23) :: ahprof_24hr_working ! Hourly profile values used in energy use calculation (working day) [-]

◆ baset_cooling_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::baset_cooling_holiday

Definition at line 208 of file suews_ctrl_driver.f95.

208 REAL(KIND(1D0)) :: baset_cooling_holiday ! Base temperature for cooling degree days (holiday) [degC]

◆ baset_cooling_working

real(kind(1d0)) suews_driver::anthroheat_prm::baset_cooling_working

Definition at line 207 of file suews_ctrl_driver.f95.

207 REAL(KIND(1D0)) :: baset_cooling_working ! Base temperature for cooling degree days (working day) [degC]

◆ baset_heating_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::baset_heating_holiday

Definition at line 210 of file suews_ctrl_driver.f95.

210 REAL(KIND(1D0)) :: baset_heating_holiday ! Base temperature for heating degree days (holiday) [degC]

◆ baset_heating_working

real(kind(1d0)) suews_driver::anthroheat_prm::baset_heating_working

Definition at line 209 of file suews_ctrl_driver.f95.

209 REAL(KIND(1D0)) :: baset_heating_working ! Base temperature for heating degree days (working day) [degC]

◆ popdensdaytime_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::popdensdaytime_holiday

Definition at line 220 of file suews_ctrl_driver.f95.

220 REAL(KIND(1D0)) :: popdensdaytime_holiday ! Daytime population density [people ha-1] (holiday)

◆ popdensdaytime_working

real(kind(1d0)) suews_driver::anthroheat_prm::popdensdaytime_working

Definition at line 219 of file suews_ctrl_driver.f95.

219 REAL(KIND(1D0)) :: popdensdaytime_working ! Daytime population density [people ha-1] (working day)

◆ popdensnighttime

real(kind(1d0)) suews_driver::anthroheat_prm::popdensnighttime

Definition at line 221 of file suews_ctrl_driver.f95.

221 REAL(KIND(1D0)) :: popdensnighttime

◆ popprof_24hr_holiday

real(kind(1d0)), dimension(0:23) suews_driver::anthroheat_prm::popprof_24hr_holiday

Definition at line 223 of file suews_ctrl_driver.f95.

223 REAL(KIND(1D0)), DIMENSION(0:23) :: popprof_24hr_holiday !Hourly profile values used in dynamic population estimation[-] (holiday)

◆ popprof_24hr_working

real(kind(1d0)), dimension(0:23) suews_driver::anthroheat_prm::popprof_24hr_working

Definition at line 222 of file suews_ctrl_driver.f95.

222 REAL(KIND(1D0)), DIMENSION(0:23) :: popprof_24hr_working !Hourly profile values used in dynamic population estimation[-] (working day)

◆ qf0_beu_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::qf0_beu_holiday

Definition at line 200 of file suews_ctrl_driver.f95.

200 REAL(KIND(1D0)) :: qf0_beu_holiday ! Fraction of base value coming from buildings (holiday) [-]

◆ qf0_beu_working

real(kind(1d0)) suews_driver::anthroheat_prm::qf0_beu_working

Definition at line 199 of file suews_ctrl_driver.f95.

199 REAL(KIND(1D0)) :: qf0_beu_working ! Fraction of base value coming from buildings (working day) [-]

◆ qf_a_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::qf_a_holiday

Definition at line 202 of file suews_ctrl_driver.f95.

202 REAL(KIND(1D0)) :: qf_a_holiday ! Base value for QF (holiday) [W m-2]

◆ qf_a_working

real(kind(1d0)) suews_driver::anthroheat_prm::qf_a_working

Definition at line 201 of file suews_ctrl_driver.f95.

201 REAL(KIND(1D0)) :: qf_a_working ! Base value for QF (working day) [W m-2]

◆ qf_b_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::qf_b_holiday

Definition at line 204 of file suews_ctrl_driver.f95.

204 REAL(KIND(1D0)) :: qf_b_holiday ! Parameter related to heating degree days (holiday) [W m-2 K-1 (Cap ha-1 )-1]

◆ qf_b_working

real(kind(1d0)) suews_driver::anthroheat_prm::qf_b_working

Definition at line 203 of file suews_ctrl_driver.f95.

203 REAL(KIND(1D0)) :: qf_b_working ! Parameter related to heating degree days (working day) [W m-2 K-1 (Cap ha-1 )-1]

◆ qf_c_holiday

real(kind(1d0)) suews_driver::anthroheat_prm::qf_c_holiday

Definition at line 206 of file suews_ctrl_driver.f95.

206 REAL(KIND(1D0)) :: qf_c_holiday ! Parameter related to cooling degree days (holiday) [W m-2 K-1 (Cap ha-1 )-1]

◆ qf_c_working

real(kind(1d0)) suews_driver::anthroheat_prm::qf_c_working

Definition at line 205 of file suews_ctrl_driver.f95.

205 REAL(KIND(1D0)) :: qf_c_working ! Parameter related to cooling degree days (working day) [W m-2 K-1 (Cap ha-1 )-1]

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