CSE User's Manual

California Simulation Engine

6.69 znRes

@znRes[1..].

NameInput?Runtime?TypeVariabilityDescription
nameXstringconstant
Y.nHrHeatXinteger numberend of run (of each phase, autoSize or simulate)# of hours in which any heating occurred; 1st “# of hours”
Y.nHrCoolXinteger numberend of run (of each phase, autoSize or simulate)Ditto cooling
Y.nHrFanvXinteger numberend of run (of each phase, autoSize or simulate)Ditto fan vent
Y.nHrNatvXinteger numberend of run (of each phase, autoSize or simulate)Ditto natural vent
Y.nHrCeilFanXinteger numberend of run (of each phase, autoSize or simulate)Ditto ceiling fan operation; last “# of hours”
Y.tAirXnumberend of run (of each phase, autoSize or simulate)Zone air temp; must be 1st float, is first float to average (see cnguts.h)
Y.tRadXnumberend of run (of each phase, autoSize or simulate)Zone radiant temp; meaningful iff convective/radiant model active for this zone
Y.PMV7730Xnumberend of run (of each phase, autoSize or simulate)Iso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
Y.PPD7730Xnumberend of run (of each phase, autoSize or simulate)Iso7730 predicted percent dissatisfied = % of people not satisfied with conditions
Y.ivAirXXnumberend of run (of each phase, autoSize or simulate)Zone air exchange rate not including hvac or ducts, ach
Y.pz0Xnumberend of run (of each phase, autoSize or simulate)Zone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
Y.wAirXnumberend of run (of each phase, autoSize or simulate)Zone air humidity ratio; last float to average
Y.qCondXnumberend of run (of each phase, autoSize or simulate)Zone wall conduction gain, btu; 1st heat flow and first float to sum
Y.qsInfilXnumberend of run (of each phase, autoSize or simulate)Zone infiltration sensible gain, btu
Y.qSlrXnumberend of run (of each phase, autoSize or simulate)Zone solar gain, btu
Y.qsIgXnumberend of run (of each phase, autoSize or simulate)Zone internal sensible gain, btu
Y.qMassXnumberend of run (of each phase, autoSize or simulate)Zone net sensible transfer from mass, btu. see qlair for moisture.
Y.qsIzXnumberend of run (of each phase, autoSize or simulate)Interzone gain to zone, btu
Y.qsMechXnumberend of run (of each phase, autoSize or simulate)Zone total sensible mechanical heat gain, btu
Y.eqfVentHrXnumberend of run (of each phase, autoSize or simulate)Equivalent full vent hours = sum( zn_fvent)
Y.qlInfilXnumberend of run (of each phase, autoSize or simulate)Zone infiltration latent gain, btu
Y.qlIgXnumberend of run (of each phase, autoSize or simulate)Zone internal latent gain, btu
Y.qlIzXnumberend of run (of each phase, autoSize or simulate)Zone izxfer latent gain (infil, vent, duct leakage)
Y.qlAirXnumberend of run (of each phase, autoSize or simulate)Latent heat of moisture removed from zone air: moisture analog of zncair.
Y.qlMechXnumberend of run (of each phase, autoSize or simulate)Zone latent mechanical heat gain, btu; last heat flow and last float to sum
Y.qsBalXnumberend of run (of each phase, autoSize or simulate)Sensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
Y.qlBalXnumberend of run (of each phase, autoSize or simulate)Latent balance similarly. consider removing bals after development.
Y.qlXXnumberend of run (of each phase, autoSize or simulate)Latent gain rejected to prevent zone supersaturation === heat of condensation.
Y.unMetHrDH[0]Xnumberend of run (of each phase, autoSize or simulate)End-of-hour tz excursion below/above setpoint, deg-hr
Y.unMetHrDH[1]Xnumberend of run (of each phase, autoSize or simulate)End-of-hour tz excursion below/above setpoint, deg-hr
Y.unMetShDH[0]Xnumberend of run (of each phase, autoSize or simulate)Subhour tz excursion below/above setpoint, deg-hr
Y.unMetShDH[1]Xnumberend of run (of each phase, autoSize or simulate)Subhour tz excursion below/above setpoint, deg-hr
Y.unMetHrs[0]Xnumberend of run (of each phase, autoSize or simulate)Unmet hours (accumulated subhourly, tz excursion > 0)
Y.unMetHrs[1]Xnumberend of run (of each phase, autoSize or simulate)Unmet hours (accumulated subhourly, tz excursion > 0)
Y.unMetHrsTol[0]Xnumberend of run (of each phase, autoSize or simulate)Unmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
Y.unMetHrsTol[1]Xnumberend of run (of each phase, autoSize or simulate)Unmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
Y.qscHvacXnumberend of run (of each phase, autoSize or simulate)Zone accumulated hvac sensible cooling, btu (<=0) (oav not included)
Y.qshHvacXnumberend of run (of each phase, autoSize or simulate)Zone accumulated hvac sensible heating, btu (>=0)
Y.qcMechXnumberend of run (of each phase, autoSize or simulate)Zone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
Y.qhMechXnumberend of run (of each phase, autoSize or simulate)Zone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
Y.qvMechXnumberend of run (of each phase, autoSize or simulate)Zone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
Y.litDmdXnumberend of run (of each phase, autoSize or simulate)Zone lighting demand and energy use, …
Y.litEuXnumberend of run (of each phase, autoSize or simulate)… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
Y.unMetMaxTD[0]Xnumberend of run (of each phase, autoSize or simulate)Maximum tz excursion below/above setpoint, f
Y.unMetMaxTD[1]Xnumberend of run (of each phase, autoSize or simulate)Maximum tz excursion below/above setpoint, f
M.nHrHeatXinteger numberend of each month# of hours in which any heating occurred; 1st “# of hours”
M.nHrCoolXinteger numberend of each monthDitto cooling
M.nHrFanvXinteger numberend of each monthDitto fan vent
M.nHrNatvXinteger numberend of each monthDitto natural vent
M.nHrCeilFanXinteger numberend of each monthDitto ceiling fan operation; last “# of hours”
M.tAirXnumberend of each monthZone air temp; must be 1st float, is first float to average (see cnguts.h)
M.tRadXnumberend of each monthZone radiant temp; meaningful iff convective/radiant model active for this zone
M.PMV7730Xnumberend of each monthIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
M.PPD7730Xnumberend of each monthIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
M.ivAirXXnumberend of each monthZone air exchange rate not including hvac or ducts, ach
M.pz0Xnumberend of each monthZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
M.wAirXnumberend of each monthZone air humidity ratio; last float to average
M.qCondXnumberend of each monthZone wall conduction gain, btu; 1st heat flow and first float to sum
M.qsInfilXnumberend of each monthZone infiltration sensible gain, btu
M.qSlrXnumberend of each monthZone solar gain, btu
M.qsIgXnumberend of each monthZone internal sensible gain, btu
M.qMassXnumberend of each monthZone net sensible transfer from mass, btu. see qlair for moisture.
M.qsIzXnumberend of each monthInterzone gain to zone, btu
M.qsMechXnumberend of each monthZone total sensible mechanical heat gain, btu
M.eqfVentHrXnumberend of each monthEquivalent full vent hours = sum( zn_fvent)
M.qlInfilXnumberend of each monthZone infiltration latent gain, btu
M.qlIgXnumberend of each monthZone internal latent gain, btu
M.qlIzXnumberend of each monthZone izxfer latent gain (infil, vent, duct leakage)
M.qlAirXnumberend of each monthLatent heat of moisture removed from zone air: moisture analog of zncair.
M.qlMechXnumberend of each monthZone latent mechanical heat gain, btu; last heat flow and last float to sum
M.qsBalXnumberend of each monthSensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
M.qlBalXnumberend of each monthLatent balance similarly. consider removing bals after development.
M.qlXXnumberend of each monthLatent gain rejected to prevent zone supersaturation === heat of condensation.
M.unMetHrDH[0]Xnumberend of each monthEnd-of-hour tz excursion below/above setpoint, deg-hr
M.unMetHrDH[1]Xnumberend of each monthEnd-of-hour tz excursion below/above setpoint, deg-hr
M.unMetShDH[0]Xnumberend of each monthSubhour tz excursion below/above setpoint, deg-hr
M.unMetShDH[1]Xnumberend of each monthSubhour tz excursion below/above setpoint, deg-hr
M.unMetHrs[0]Xnumberend of each monthUnmet hours (accumulated subhourly, tz excursion > 0)
M.unMetHrs[1]Xnumberend of each monthUnmet hours (accumulated subhourly, tz excursion > 0)
M.unMetHrsTol[0]Xnumberend of each monthUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
M.unMetHrsTol[1]Xnumberend of each monthUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
M.qscHvacXnumberend of each monthZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
M.qshHvacXnumberend of each monthZone accumulated hvac sensible heating, btu (>=0)
M.qcMechXnumberend of each monthZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
M.qhMechXnumberend of each monthZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
M.qvMechXnumberend of each monthZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
M.litDmdXnumberend of each monthZone lighting demand and energy use, …
M.litEuXnumberend of each month… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
M.unMetMaxTD[0]Xnumberend of each monthMaximum tz excursion below/above setpoint, f
M.unMetMaxTD[1]Xnumberend of each monthMaximum tz excursion below/above setpoint, f
D.nHrHeatXinteger numberend of each day# of hours in which any heating occurred; 1st “# of hours”
D.nHrCoolXinteger numberend of each dayDitto cooling
D.nHrFanvXinteger numberend of each dayDitto fan vent
D.nHrNatvXinteger numberend of each dayDitto natural vent
D.nHrCeilFanXinteger numberend of each dayDitto ceiling fan operation; last “# of hours”
D.tAirXnumberend of each dayZone air temp; must be 1st float, is first float to average (see cnguts.h)
D.tRadXnumberend of each dayZone radiant temp; meaningful iff convective/radiant model active for this zone
D.PMV7730Xnumberend of each dayIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
D.PPD7730Xnumberend of each dayIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
D.ivAirXXnumberend of each dayZone air exchange rate not including hvac or ducts, ach
D.pz0Xnumberend of each dayZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
D.wAirXnumberend of each dayZone air humidity ratio; last float to average
D.qCondXnumberend of each dayZone wall conduction gain, btu; 1st heat flow and first float to sum
D.qsInfilXnumberend of each dayZone infiltration sensible gain, btu
D.qSlrXnumberend of each dayZone solar gain, btu
D.qsIgXnumberend of each dayZone internal sensible gain, btu
D.qMassXnumberend of each dayZone net sensible transfer from mass, btu. see qlair for moisture.
D.qsIzXnumberend of each dayInterzone gain to zone, btu
D.qsMechXnumberend of each dayZone total sensible mechanical heat gain, btu
D.eqfVentHrXnumberend of each dayEquivalent full vent hours = sum( zn_fvent)
D.qlInfilXnumberend of each dayZone infiltration latent gain, btu
D.qlIgXnumberend of each dayZone internal latent gain, btu
D.qlIzXnumberend of each dayZone izxfer latent gain (infil, vent, duct leakage)
D.qlAirXnumberend of each dayLatent heat of moisture removed from zone air: moisture analog of zncair.
D.qlMechXnumberend of each dayZone latent mechanical heat gain, btu; last heat flow and last float to sum
D.qsBalXnumberend of each daySensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
D.qlBalXnumberend of each dayLatent balance similarly. consider removing bals after development.
D.qlXXnumberend of each dayLatent gain rejected to prevent zone supersaturation === heat of condensation.
D.unMetHrDH[0]Xnumberend of each dayEnd-of-hour tz excursion below/above setpoint, deg-hr
D.unMetHrDH[1]Xnumberend of each dayEnd-of-hour tz excursion below/above setpoint, deg-hr
D.unMetShDH[0]Xnumberend of each daySubhour tz excursion below/above setpoint, deg-hr
D.unMetShDH[1]Xnumberend of each daySubhour tz excursion below/above setpoint, deg-hr
D.unMetHrs[0]Xnumberend of each dayUnmet hours (accumulated subhourly, tz excursion > 0)
D.unMetHrs[1]Xnumberend of each dayUnmet hours (accumulated subhourly, tz excursion > 0)
D.unMetHrsTol[0]Xnumberend of each dayUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
D.unMetHrsTol[1]Xnumberend of each dayUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
D.qscHvacXnumberend of each dayZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
D.qshHvacXnumberend of each dayZone accumulated hvac sensible heating, btu (>=0)
D.qcMechXnumberend of each dayZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
D.qhMechXnumberend of each dayZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
D.qvMechXnumberend of each dayZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
D.litDmdXnumberend of each dayZone lighting demand and energy use, …
D.litEuXnumberend of each day… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
D.unMetMaxTD[0]Xnumberend of each dayMaximum tz excursion below/above setpoint, f
D.unMetMaxTD[1]Xnumberend of each dayMaximum tz excursion below/above setpoint, f
H.nHrHeatXinteger numberend of each hour# of hours in which any heating occurred; 1st “# of hours”
H.nHrCoolXinteger numberend of each hourDitto cooling
H.nHrFanvXinteger numberend of each hourDitto fan vent
H.nHrNatvXinteger numberend of each hourDitto natural vent
H.nHrCeilFanXinteger numberend of each hourDitto ceiling fan operation; last “# of hours”
H.tAirXnumberend of each hourZone air temp; must be 1st float, is first float to average (see cnguts.h)
H.tRadXnumberend of each hourZone radiant temp; meaningful iff convective/radiant model active for this zone
H.PMV7730Xnumberend of each hourIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
H.PPD7730Xnumberend of each hourIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
H.ivAirXXnumberend of each hourZone air exchange rate not including hvac or ducts, ach
H.pz0Xnumberend of each hourZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
H.wAirXnumberend of each hourZone air humidity ratio; last float to average
H.qCondXnumberend of each hourZone wall conduction gain, btu; 1st heat flow and first float to sum
H.qsInfilXnumberend of each hourZone infiltration sensible gain, btu
H.qSlrXnumberend of each hourZone solar gain, btu
H.qsIgXnumberend of each hourZone internal sensible gain, btu
H.qMassXnumberend of each hourZone net sensible transfer from mass, btu. see qlair for moisture.
H.qsIzXnumberend of each hourInterzone gain to zone, btu
H.qsMechXnumberend of each hourZone total sensible mechanical heat gain, btu
H.eqfVentHrXnumberend of each hourEquivalent full vent hours = sum( zn_fvent)
H.qlInfilXnumberend of each hourZone infiltration latent gain, btu
H.qlIgXnumberend of each hourZone internal latent gain, btu
H.qlIzXnumberend of each hourZone izxfer latent gain (infil, vent, duct leakage)
H.qlAirXnumberend of each hourLatent heat of moisture removed from zone air: moisture analog of zncair.
H.qlMechXnumberend of each hourZone latent mechanical heat gain, btu; last heat flow and last float to sum
H.qsBalXnumberend of each hourSensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
H.qlBalXnumberend of each hourLatent balance similarly. consider removing bals after development.
H.qlXXnumberend of each hourLatent gain rejected to prevent zone supersaturation === heat of condensation.
H.unMetHrDH[0]Xnumberend of each hourEnd-of-hour tz excursion below/above setpoint, deg-hr
H.unMetHrDH[1]Xnumberend of each hourEnd-of-hour tz excursion below/above setpoint, deg-hr
H.unMetShDH[0]Xnumberend of each hourSubhour tz excursion below/above setpoint, deg-hr
H.unMetShDH[1]Xnumberend of each hourSubhour tz excursion below/above setpoint, deg-hr
H.unMetHrs[0]Xnumberend of each hourUnmet hours (accumulated subhourly, tz excursion > 0)
H.unMetHrs[1]Xnumberend of each hourUnmet hours (accumulated subhourly, tz excursion > 0)
H.unMetHrsTol[0]Xnumberend of each hourUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
H.unMetHrsTol[1]Xnumberend of each hourUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
H.qscHvacXnumberend of each hourZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
H.qshHvacXnumberend of each hourZone accumulated hvac sensible heating, btu (>=0)
H.qcMechXnumberend of each hourZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
H.qhMechXnumberend of each hourZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
H.qvMechXnumberend of each hourZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
H.litDmdXnumberend of each hourZone lighting demand and energy use, …
H.litEuXnumberend of each hour… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
H.unMetMaxTD[0]Xnumberend of each hourMaximum tz excursion below/above setpoint, f
H.unMetMaxTD[1]Xnumberend of each hourMaximum tz excursion below/above setpoint, f
S.nHrHeatXinteger numberend of each subhour# of hours in which any heating occurred; 1st “# of hours”
S.nHrCoolXinteger numberend of each subhourDitto cooling
S.nHrFanvXinteger numberend of each subhourDitto fan vent
S.nHrNatvXinteger numberend of each subhourDitto natural vent
S.nHrCeilFanXinteger numberend of each subhourDitto ceiling fan operation; last “# of hours”
S.tAirXnumberend of each subhourZone air temp; must be 1st float, is first float to average (see cnguts.h)
S.tRadXnumberend of each subhourZone radiant temp; meaningful iff convective/radiant model active for this zone
S.PMV7730Xnumberend of each subhourIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
S.PPD7730Xnumberend of each subhourIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
S.ivAirXXnumberend of each subhourZone air exchange rate not including hvac or ducts, ach
S.pz0Xnumberend of each subhourZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
S.wAirXnumberend of each subhourZone air humidity ratio; last float to average
S.qCondXnumberend of each subhourZone wall conduction gain, btu; 1st heat flow and first float to sum
S.qsInfilXnumberend of each subhourZone infiltration sensible gain, btu
S.qSlrXnumberend of each subhourZone solar gain, btu
S.qsIgXnumberend of each subhourZone internal sensible gain, btu
S.qMassXnumberend of each subhourZone net sensible transfer from mass, btu. see qlair for moisture.
S.qsIzXnumberend of each subhourInterzone gain to zone, btu
S.qsMechXnumberend of each subhourZone total sensible mechanical heat gain, btu
S.eqfVentHrXnumberend of each subhourEquivalent full vent hours = sum( zn_fvent)
S.qlInfilXnumberend of each subhourZone infiltration latent gain, btu
S.qlIgXnumberend of each subhourZone internal latent gain, btu
S.qlIzXnumberend of each subhourZone izxfer latent gain (infil, vent, duct leakage)
S.qlAirXnumberend of each subhourLatent heat of moisture removed from zone air: moisture analog of zncair.
S.qlMechXnumberend of each subhourZone latent mechanical heat gain, btu; last heat flow and last float to sum
S.qsBalXnumberend of each subhourSensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
S.qlBalXnumberend of each subhourLatent balance similarly. consider removing bals after development.
S.qlXXnumberend of each subhourLatent gain rejected to prevent zone supersaturation === heat of condensation.
S.unMetHrDH[0]Xnumberend of each subhourEnd-of-hour tz excursion below/above setpoint, deg-hr
S.unMetHrDH[1]Xnumberend of each subhourEnd-of-hour tz excursion below/above setpoint, deg-hr
S.unMetShDH[0]Xnumberend of each subhourSubhour tz excursion below/above setpoint, deg-hr
S.unMetShDH[1]Xnumberend of each subhourSubhour tz excursion below/above setpoint, deg-hr
S.unMetHrs[0]Xnumberend of each subhourUnmet hours (accumulated subhourly, tz excursion > 0)
S.unMetHrs[1]Xnumberend of each subhourUnmet hours (accumulated subhourly, tz excursion > 0)
S.unMetHrsTol[0]Xnumberend of each subhourUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
S.unMetHrsTol[1]Xnumberend of each subhourUnmet hours (accumulated subhourly, tz excursion > tp_unmettztol)
S.qscHvacXnumberend of each subhourZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
S.qshHvacXnumberend of each subhourZone accumulated hvac sensible heating, btu (>=0)
S.qcMechXnumberend of each subhourZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
S.qhMechXnumberend of each subhourZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
S.qvMechXnumberend of each subhourZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
S.litDmdXnumberend of each subhourZone lighting demand and energy use, …
S.litEuXnumberend of each subhour… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
S.unMetMaxTD[0]Xnumberend of each subhourMaximum tz excursion below/above setpoint, f
S.unMetMaxTD[1]Xnumberend of each subhourMaximum tz excursion below/above setpoint, f
prior.Y.nHrHeatXinteger numberrun start time (of each phase, autoSize or simulate)# of hours in which any heating occurred; 1st “# of hours”
prior.Y.nHrCoolXinteger numberrun start time (of each phase, autoSize or simulate)Ditto cooling
prior.Y.nHrFanvXinteger numberrun start time (of each phase, autoSize or simulate)Ditto fan vent
prior.Y.nHrNatvXinteger numberrun start time (of each phase, autoSize or simulate)Ditto natural vent
prior.Y.nHrCeilFanXinteger numberrun start time (of each phase, autoSize or simulate)Ditto ceiling fan operation; last “# of hours”
prior.Y.tAirXnumberrun start time (of each phase, autoSize or simulate)Zone air temp; must be 1st float, is first float to average (see cnguts.h)
prior.Y.tRadXnumberrun start time (of each phase, autoSize or simulate)Zone radiant temp; meaningful iff convective/radiant model active for this zone
prior.Y.PMV7730Xnumberrun start time (of each phase, autoSize or simulate)Iso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
prior.Y.PPD7730Xnumberrun start time (of each phase, autoSize or simulate)Iso7730 predicted percent dissatisfied = % of people not satisfied with conditions
prior.Y.ivAirXXnumberrun start time (of each phase, autoSize or simulate)Zone air exchange rate not including hvac or ducts, ach
prior.Y.pz0Xnumberrun start time (of each phase, autoSize or simulate)Zone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
prior.Y.wAirXnumberrun start time (of each phase, autoSize or simulate)Zone air humidity ratio; last float to average
prior.Y.qCondXnumberrun start time (of each phase, autoSize or simulate)Zone wall conduction gain, btu; 1st heat flow and first float to sum
prior.Y.qsInfilXnumberrun start time (of each phase, autoSize or simulate)Zone infiltration sensible gain, btu
prior.Y.qSlrXnumberrun start time (of each phase, autoSize or simulate)Zone solar gain, btu
prior.Y.qsIgXnumberrun start time (of each phase, autoSize or simulate)Zone internal sensible gain, btu
prior.Y.qMassXnumberrun start time (of each phase, autoSize or simulate)Zone net sensible transfer from mass, btu. see qlair for moisture.
prior.Y.qsIzXnumberrun start time (of each phase, autoSize or simulate)Interzone gain to zone, btu
prior.Y.qsMechXnumberrun start time (of each phase, autoSize or simulate)Zone total sensible mechanical heat gain, btu
prior.Y.eqfVentHrXnumberrun start time (of each phase, autoSize or simulate)Equivalent full vent hours = sum( zn_fvent)
prior.Y.qlInfilXnumberrun start time (of each phase, autoSize or simulate)Zone infiltration latent gain, btu
prior.Y.qlIgXnumberrun start time (of each phase, autoSize or simulate)Zone internal latent gain, btu
prior.Y.qlIzXnumberrun start time (of each phase, autoSize or simulate)Zone izxfer latent gain (infil, vent, duct leakage)
prior.Y.qlAirXnumberrun start time (of each phase, autoSize or simulate)Latent heat of moisture removed from zone air: moisture analog of zncair.
prior.Y.qlMechXnumberrun start time (of each phase, autoSize or simulate)Zone latent mechanical heat gain, btu; last heat flow and last float to sum
prior.Y.qsBalXnumberrun start time (of each phase, autoSize or simulate)Sensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
prior.Y.qlBalXnumberrun start time (of each phase, autoSize or simulate)Latent balance similarly. consider removing bals after development.
prior.Y.qlXXnumberrun start time (of each phase, autoSize or simulate)Latent gain rejected to prevent zone supersaturation === heat of condensation.
prior.Y.unMetHrDH[0]Xnumberrun start time (of each phase, autoSize or simulate)End-of-hour tz excursion below/above setpoint, deg-hr
prior.Y.unMetHrDH[1]Xnumberrun start time (of each phase, autoSize or simulate)End-of-hour tz excursion below/above setpoint, deg-hr
prior.Y.unMetShDH[0]Xnumberrun start time (of each phase, autoSize or simulate)Subhour tz excursion below/above setpoint, deg-hr
prior.Y.unMetShDH[1]Xnumberrun start time (of each phase, autoSize or simulate)Subhour tz excursion below/above setpoint, deg-hr
prior.Y.unMetHrs[0]Xnumberrun start time (of each phase, autoSize or simulate)Unmet hours (accumulated subhourly, tz excursion > 0)
prior.Y.unMetHrs[1]Xnumberrun start time (of each phase, autoSize or simulate)Unmet hours (accumulated subhourly, tz excursion > 0)
prior.Y.unMetHrsTol[R numberrun start time (of each phase, autoSize or simulate)
prior.Y.unMetHrsTol[R numberrun start time (of each phase, autoSize or simulate)
prior.Y.qscHvacXnumberrun start time (of each phase, autoSize or simulate)Zone accumulated hvac sensible cooling, btu (<=0) (oav not included)
prior.Y.qshHvacXnumberrun start time (of each phase, autoSize or simulate)Zone accumulated hvac sensible heating, btu (>=0)
prior.Y.qcMechXnumberrun start time (of each phase, autoSize or simulate)Zone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
prior.Y.qhMechXnumberrun start time (of each phase, autoSize or simulate)Zone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
prior.Y.qvMechXnumberrun start time (of each phase, autoSize or simulate)Zone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
prior.Y.litDmdXnumberrun start time (of each phase, autoSize or simulate)Zone lighting demand and energy use, …
prior.Y.litEuXnumberrun start time (of each phase, autoSize or simulate)… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
prior.Y.unMetMaxTD[0R numberrun start time (of each phase, autoSize or simulate)
prior.Y.unMetMaxTD[1R numberrun start time (of each phase, autoSize or simulate)
prior.M.nHrHeatXinteger numbermonthly# of hours in which any heating occurred; 1st “# of hours”
prior.M.nHrCoolXinteger numbermonthlyDitto cooling
prior.M.nHrFanvXinteger numbermonthlyDitto fan vent
prior.M.nHrNatvXinteger numbermonthlyDitto natural vent
prior.M.nHrCeilFanXinteger numbermonthlyDitto ceiling fan operation; last “# of hours”
prior.M.tAirXnumbermonthlyZone air temp; must be 1st float, is first float to average (see cnguts.h)
prior.M.tRadXnumbermonthlyZone radiant temp; meaningful iff convective/radiant model active for this zone
prior.M.PMV7730XnumbermonthlyIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
prior.M.PPD7730XnumbermonthlyIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
prior.M.ivAirXXnumbermonthlyZone air exchange rate not including hvac or ducts, ach
prior.M.pz0XnumbermonthlyZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
prior.M.wAirXnumbermonthlyZone air humidity ratio; last float to average
prior.M.qCondXnumbermonthlyZone wall conduction gain, btu; 1st heat flow and first float to sum
prior.M.qsInfilXnumbermonthlyZone infiltration sensible gain, btu
prior.M.qSlrXnumbermonthlyZone solar gain, btu
prior.M.qsIgXnumbermonthlyZone internal sensible gain, btu
prior.M.qMassXnumbermonthlyZone net sensible transfer from mass, btu. see qlair for moisture.
prior.M.qsIzXnumbermonthlyInterzone gain to zone, btu
prior.M.qsMechXnumbermonthlyZone total sensible mechanical heat gain, btu
prior.M.eqfVentHrXnumbermonthlyEquivalent full vent hours = sum( zn_fvent)
prior.M.qlInfilXnumbermonthlyZone infiltration latent gain, btu
prior.M.qlIgXnumbermonthlyZone internal latent gain, btu
prior.M.qlIzXnumbermonthlyZone izxfer latent gain (infil, vent, duct leakage)
prior.M.qlAirXnumbermonthlyLatent heat of moisture removed from zone air: moisture analog of zncair.
prior.M.qlMechXnumbermonthlyZone latent mechanical heat gain, btu; last heat flow and last float to sum
prior.M.qsBalXnumbermonthlySensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
prior.M.qlBalXnumbermonthlyLatent balance similarly. consider removing bals after development.
prior.M.qlXXnumbermonthlyLatent gain rejected to prevent zone supersaturation === heat of condensation.
prior.M.unMetHrDH[0]XnumbermonthlyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.M.unMetHrDH[1]XnumbermonthlyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.M.unMetShDH[0]XnumbermonthlySubhour tz excursion below/above setpoint, deg-hr
prior.M.unMetShDH[1]XnumbermonthlySubhour tz excursion below/above setpoint, deg-hr
prior.M.unMetHrs[0]XnumbermonthlyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.M.unMetHrs[1]XnumbermonthlyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.M.unMetHrsTol[R numbermonthly
prior.M.unMetHrsTol[R numbermonthly
prior.M.qscHvacXnumbermonthlyZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
prior.M.qshHvacXnumbermonthlyZone accumulated hvac sensible heating, btu (>=0)
prior.M.qcMechXnumbermonthlyZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
prior.M.qhMechXnumbermonthlyZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
prior.M.qvMechXnumbermonthlyZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
prior.M.litDmdXnumbermonthlyZone lighting demand and energy use, …
prior.M.litEuXnumbermonthly… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
prior.M.unMetMaxTD[0R numbermonthly
prior.M.unMetMaxTD[1R numbermonthly
prior.D.nHrHeatXinteger numberdaily# of hours in which any heating occurred; 1st “# of hours”
prior.D.nHrCoolXinteger numberdailyDitto cooling
prior.D.nHrFanvXinteger numberdailyDitto fan vent
prior.D.nHrNatvXinteger numberdailyDitto natural vent
prior.D.nHrCeilFanXinteger numberdailyDitto ceiling fan operation; last “# of hours”
prior.D.tAirXnumberdailyZone air temp; must be 1st float, is first float to average (see cnguts.h)
prior.D.tRadXnumberdailyZone radiant temp; meaningful iff convective/radiant model active for this zone
prior.D.PMV7730XnumberdailyIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
prior.D.PPD7730XnumberdailyIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
prior.D.ivAirXXnumberdailyZone air exchange rate not including hvac or ducts, ach
prior.D.pz0XnumberdailyZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
prior.D.wAirXnumberdailyZone air humidity ratio; last float to average
prior.D.qCondXnumberdailyZone wall conduction gain, btu; 1st heat flow and first float to sum
prior.D.qsInfilXnumberdailyZone infiltration sensible gain, btu
prior.D.qSlrXnumberdailyZone solar gain, btu
prior.D.qsIgXnumberdailyZone internal sensible gain, btu
prior.D.qMassXnumberdailyZone net sensible transfer from mass, btu. see qlair for moisture.
prior.D.qsIzXnumberdailyInterzone gain to zone, btu
prior.D.qsMechXnumberdailyZone total sensible mechanical heat gain, btu
prior.D.eqfVentHrXnumberdailyEquivalent full vent hours = sum( zn_fvent)
prior.D.qlInfilXnumberdailyZone infiltration latent gain, btu
prior.D.qlIgXnumberdailyZone internal latent gain, btu
prior.D.qlIzXnumberdailyZone izxfer latent gain (infil, vent, duct leakage)
prior.D.qlAirXnumberdailyLatent heat of moisture removed from zone air: moisture analog of zncair.
prior.D.qlMechXnumberdailyZone latent mechanical heat gain, btu; last heat flow and last float to sum
prior.D.qsBalXnumberdailySensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
prior.D.qlBalXnumberdailyLatent balance similarly. consider removing bals after development.
prior.D.qlXXnumberdailyLatent gain rejected to prevent zone supersaturation === heat of condensation.
prior.D.unMetHrDH[0]XnumberdailyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.D.unMetHrDH[1]XnumberdailyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.D.unMetShDH[0]XnumberdailySubhour tz excursion below/above setpoint, deg-hr
prior.D.unMetShDH[1]XnumberdailySubhour tz excursion below/above setpoint, deg-hr
prior.D.unMetHrs[0]XnumberdailyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.D.unMetHrs[1]XnumberdailyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.D.unMetHrsTol[R numberdaily
prior.D.unMetHrsTol[R numberdaily
prior.D.qscHvacXnumberdailyZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
prior.D.qshHvacXnumberdailyZone accumulated hvac sensible heating, btu (>=0)
prior.D.qcMechXnumberdailyZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
prior.D.qhMechXnumberdailyZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
prior.D.qvMechXnumberdailyZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
prior.D.litDmdXnumberdailyZone lighting demand and energy use, …
prior.D.litEuXnumberdaily… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
prior.D.unMetMaxTD[0R numberdaily
prior.D.unMetMaxTD[1R numberdaily
prior.H.nHrHeatXinteger numberhourly# of hours in which any heating occurred; 1st “# of hours”
prior.H.nHrCoolXinteger numberhourlyDitto cooling
prior.H.nHrFanvXinteger numberhourlyDitto fan vent
prior.H.nHrNatvXinteger numberhourlyDitto natural vent
prior.H.nHrCeilFanXinteger numberhourlyDitto ceiling fan operation; last “# of hours”
prior.H.tAirXnumberhourlyZone air temp; must be 1st float, is first float to average (see cnguts.h)
prior.H.tRadXnumberhourlyZone radiant temp; meaningful iff convective/radiant model active for this zone
prior.H.PMV7730XnumberhourlyIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
prior.H.PPD7730XnumberhourlyIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
prior.H.ivAirXXnumberhourlyZone air exchange rate not including hvac or ducts, ach
prior.H.pz0XnumberhourlyZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
prior.H.wAirXnumberhourlyZone air humidity ratio; last float to average
prior.H.qCondXnumberhourlyZone wall conduction gain, btu; 1st heat flow and first float to sum
prior.H.qsInfilXnumberhourlyZone infiltration sensible gain, btu
prior.H.qSlrXnumberhourlyZone solar gain, btu
prior.H.qsIgXnumberhourlyZone internal sensible gain, btu
prior.H.qMassXnumberhourlyZone net sensible transfer from mass, btu. see qlair for moisture.
prior.H.qsIzXnumberhourlyInterzone gain to zone, btu
prior.H.qsMechXnumberhourlyZone total sensible mechanical heat gain, btu
prior.H.eqfVentHrXnumberhourlyEquivalent full vent hours = sum( zn_fvent)
prior.H.qlInfilXnumberhourlyZone infiltration latent gain, btu
prior.H.qlIgXnumberhourlyZone internal latent gain, btu
prior.H.qlIzXnumberhourlyZone izxfer latent gain (infil, vent, duct leakage)
prior.H.qlAirXnumberhourlyLatent heat of moisture removed from zone air: moisture analog of zncair.
prior.H.qlMechXnumberhourlyZone latent mechanical heat gain, btu; last heat flow and last float to sum
prior.H.qsBalXnumberhourlySensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
prior.H.qlBalXnumberhourlyLatent balance similarly. consider removing bals after development.
prior.H.qlXXnumberhourlyLatent gain rejected to prevent zone supersaturation === heat of condensation.
prior.H.unMetHrDH[0]XnumberhourlyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.H.unMetHrDH[1]XnumberhourlyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.H.unMetShDH[0]XnumberhourlySubhour tz excursion below/above setpoint, deg-hr
prior.H.unMetShDH[1]XnumberhourlySubhour tz excursion below/above setpoint, deg-hr
prior.H.unMetHrs[0]XnumberhourlyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.H.unMetHrs[1]XnumberhourlyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.H.unMetHrsTol[R numberhourly
prior.H.unMetHrsTol[R numberhourly
prior.H.qscHvacXnumberhourlyZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
prior.H.qshHvacXnumberhourlyZone accumulated hvac sensible heating, btu (>=0)
prior.H.qcMechXnumberhourlyZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
prior.H.qhMechXnumberhourlyZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
prior.H.qvMechXnumberhourlyZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
prior.H.litDmdXnumberhourlyZone lighting demand and energy use, …
prior.H.litEuXnumberhourly… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
prior.H.unMetMaxTD[0R numberhourly
prior.H.unMetMaxTD[1R numberhourly
prior.S.nHrHeatXinteger numbersubhourly# of hours in which any heating occurred; 1st “# of hours”
prior.S.nHrCoolXinteger numbersubhourlyDitto cooling
prior.S.nHrFanvXinteger numbersubhourlyDitto fan vent
prior.S.nHrNatvXinteger numbersubhourlyDitto natural vent
prior.S.nHrCeilFanXinteger numbersubhourlyDitto ceiling fan operation; last “# of hours”
prior.S.tAirXnumbersubhourlyZone air temp; must be 1st float, is first float to average (see cnguts.h)
prior.S.tRadXnumbersubhourlyZone radiant temp; meaningful iff convective/radiant model active for this zone
prior.S.PMV7730XnumbersubhourlyIso7730 predicted mean vote = predicted comfort per ashrae thermal sensation scale
prior.S.PPD7730XnumbersubhourlyIso7730 predicted percent dissatisfied = % of people not satisfied with conditions
prior.S.ivAirXXnumbersubhourlyZone air exchange rate not including hvac or ducts, ach
prior.S.pz0XnumbersubhourlyZone air pressure relative to patm at nominal z=0, lbf/sf (from zn_pz0)
prior.S.wAirXnumbersubhourlyZone air humidity ratio; last float to average
prior.S.qCondXnumbersubhourlyZone wall conduction gain, btu; 1st heat flow and first float to sum
prior.S.qsInfilXnumbersubhourlyZone infiltration sensible gain, btu
prior.S.qSlrXnumbersubhourlyZone solar gain, btu
prior.S.qsIgXnumbersubhourlyZone internal sensible gain, btu
prior.S.qMassXnumbersubhourlyZone net sensible transfer from mass, btu. see qlair for moisture.
prior.S.qsIzXnumbersubhourlyInterzone gain to zone, btu
prior.S.qsMechXnumbersubhourlyZone total sensible mechanical heat gain, btu
prior.S.eqfVentHrXnumbersubhourlyEquivalent full vent hours = sum( zn_fvent)
prior.S.qlInfilXnumbersubhourlyZone infiltration latent gain, btu
prior.S.qlIgXnumbersubhourlyZone internal latent gain, btu
prior.S.qlIzXnumbersubhourlyZone izxfer latent gain (infil, vent, duct leakage)
prior.S.qlAirXnumbersubhourlyLatent heat of moisture removed from zone air: moisture analog of zncair.
prior.S.qlMechXnumbersubhourlyZone latent mechanical heat gain, btu; last heat flow and last float to sum
prior.S.qsBalXnumbersubhourlySensible balance: sum of sensible heats, should be near 0. set in cnguts.cpp.
prior.S.qlBalXnumbersubhourlyLatent balance similarly. consider removing bals after development.
prior.S.qlXXnumbersubhourlyLatent gain rejected to prevent zone supersaturation === heat of condensation.
prior.S.unMetHrDH[0]XnumbersubhourlyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.S.unMetHrDH[1]XnumbersubhourlyEnd-of-hour tz excursion below/above setpoint, deg-hr
prior.S.unMetShDH[0]XnumbersubhourlySubhour tz excursion below/above setpoint, deg-hr
prior.S.unMetShDH[1]XnumbersubhourlySubhour tz excursion below/above setpoint, deg-hr
prior.S.unMetHrs[0]XnumbersubhourlyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.S.unMetHrs[1]XnumbersubhourlyUnmet hours (accumulated subhourly, tz excursion > 0)
prior.S.unMetHrsTol[R numbersubhourly
prior.S.unMetHrsTol[R numbersubhourly
prior.S.qscHvacXnumbersubhourlyZone accumulated hvac sensible cooling, btu (<=0) (oav not included)
prior.S.qshHvacXnumbersubhourlyZone accumulated hvac sensible heating, btu (>=0)
prior.S.qcMechXnumbersubhourlyZone accumulated total mechanical (sensible + latent) cooling (including hpwh heat extraction), btu (< 0)
prior.S.qhMechXnumbersubhourlyZone accumulated total mechanical (sensible + latent) heating (including hpwh heat extraction), btu (>0)
prior.S.qvMechXnumbersubhourlyZone accumulated mechanical (oav) total (sensible + latent) heat gains, btu (< 0)
prior.S.litDmdXnumbersubhourlyZone lighting demand and energy use, …
prior.S.litEuXnumbersubhourly… from gains, in addition to posting eu to meter, re daylighting for nrel. 9-94.
prior.S.unMetMaxTD[0R numbersubhourly
prior.S.unMetMaxTD[1R numbersubhourly