SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
suews_driver::anthroemis_prm Type Reference
Collaboration diagram for suews_driver::anthroemis_prm:
Collaboration graph
[legend]

Public Attributes

integer startdls
 
integer enddls
 
type(anthroheat_prmanthroheat
 
real(kind(1d0)) ef_umolco2perj
 
real(kind(1d0)) enef_v_jkm
 
real(kind(1d0)) frfossilfuel_heat
 
real(kind(1d0)) frfossilfuel_nonheat
 
real(kind(1d0)), dimension(2) fcef_v_kgkm
 
real(kind(1d0)), dimension(0:23) humactivity_24hr_working
 
real(kind(1d0)), dimension(0:23) humactivity_24hr_holiday
 
real(kind(1d0)) maxfcmetab
 
real(kind(1d0)) maxqfmetab
 
real(kind(1d0)) minfcmetab
 
real(kind(1d0)) minqfmetab
 
real(kind(1d0)) trafficrate_working
 
real(kind(1d0)) trafficrate_holiday
 
real(kind(1d0)) trafficunits
 
real(kind(1d0)), dimension(0:23) traffprof_24hr_working
 
real(kind(1d0)), dimension(0:23) traffprof_24hr_holiday
 

Detailed Description

Definition at line 258 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ anthroheat

type(anthroheat_prm) suews_driver::anthroemis_prm::anthroheat

Definition at line 261 of file suews_ctrl_driver.f95.

261 TYPE(anthroHEAT_PRM) :: anthroheat

◆ ef_umolco2perj

real(kind(1d0)) suews_driver::anthroemis_prm::ef_umolco2perj

Definition at line 262 of file suews_ctrl_driver.f95.

262 REAL(KIND(1D0)) :: EF_umolCO2perJ

◆ enddls

integer suews_driver::anthroemis_prm::enddls

Definition at line 260 of file suews_ctrl_driver.f95.

260 INTEGER :: enddls ! end of daylight saving [DOY]

◆ enef_v_jkm

real(kind(1d0)) suews_driver::anthroemis_prm::enef_v_jkm

Definition at line 263 of file suews_ctrl_driver.f95.

263 REAL(KIND(1D0)) :: EnEF_v_Jkm

◆ fcef_v_kgkm

real(kind(1d0)), dimension(2) suews_driver::anthroemis_prm::fcef_v_kgkm

Definition at line 266 of file suews_ctrl_driver.f95.

266 REAL(KIND(1D0)), DIMENSION(2) :: FcEF_v_kgkm

◆ frfossilfuel_heat

real(kind(1d0)) suews_driver::anthroemis_prm::frfossilfuel_heat

Definition at line 264 of file suews_ctrl_driver.f95.

264 REAL(KIND(1D0)) :: FrFossilFuel_Heat

◆ frfossilfuel_nonheat

real(kind(1d0)) suews_driver::anthroemis_prm::frfossilfuel_nonheat

Definition at line 265 of file suews_ctrl_driver.f95.

265 REAL(KIND(1D0)) :: FrFossilFuel_NonHeat

◆ humactivity_24hr_holiday

real(kind(1d0)), dimension(0:23) suews_driver::anthroemis_prm::humactivity_24hr_holiday

Definition at line 268 of file suews_ctrl_driver.f95.

268 REAL(KIND(1D0)), DIMENSION(0:23) :: HumActivity_24hr_holiday

◆ humactivity_24hr_working

real(kind(1d0)), dimension(0:23) suews_driver::anthroemis_prm::humactivity_24hr_working

Definition at line 267 of file suews_ctrl_driver.f95.

267 REAL(KIND(1D0)), DIMENSION(0:23) :: HumActivity_24hr_working

◆ maxfcmetab

real(kind(1d0)) suews_driver::anthroemis_prm::maxfcmetab

Definition at line 269 of file suews_ctrl_driver.f95.

269 REAL(KIND(1D0)) :: MaxFCMetab

◆ maxqfmetab

real(kind(1d0)) suews_driver::anthroemis_prm::maxqfmetab

Definition at line 270 of file suews_ctrl_driver.f95.

270 REAL(KIND(1D0)) :: MaxQFMetab

◆ minfcmetab

real(kind(1d0)) suews_driver::anthroemis_prm::minfcmetab

Definition at line 271 of file suews_ctrl_driver.f95.

271 REAL(KIND(1D0)) :: MinFCMetab

◆ minqfmetab

real(kind(1d0)) suews_driver::anthroemis_prm::minqfmetab

Definition at line 272 of file suews_ctrl_driver.f95.

272 REAL(KIND(1D0)) :: MinQFMetab

◆ startdls

integer suews_driver::anthroemis_prm::startdls

Definition at line 259 of file suews_ctrl_driver.f95.

259 INTEGER :: startdls ! start of daylight saving [DOY]

◆ trafficrate_holiday

real(kind(1d0)) suews_driver::anthroemis_prm::trafficrate_holiday

Definition at line 274 of file suews_ctrl_driver.f95.

274 REAL(KIND(1D0)) :: TrafficRate_holiday

◆ trafficrate_working

real(kind(1d0)) suews_driver::anthroemis_prm::trafficrate_working

Definition at line 273 of file suews_ctrl_driver.f95.

273 REAL(KIND(1D0)) :: TrafficRate_working

◆ trafficunits

real(kind(1d0)) suews_driver::anthroemis_prm::trafficunits

Definition at line 275 of file suews_ctrl_driver.f95.

275 REAL(KIND(1D0)) :: TrafficUnits

◆ traffprof_24hr_holiday

real(kind(1d0)), dimension(0:23) suews_driver::anthroemis_prm::traffprof_24hr_holiday

Definition at line 277 of file suews_ctrl_driver.f95.

277 REAL(KIND(1D0)), DIMENSION(0:23) :: TraffProf_24hr_holiday

◆ traffprof_24hr_working

real(kind(1d0)), dimension(0:23) suews_driver::anthroemis_prm::traffprof_24hr_working

Definition at line 276 of file suews_ctrl_driver.f95.

276 REAL(KIND(1D0)), DIMENSION(0:23) :: TraffProf_24hr_working

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