0% found this document useful (0 votes)
46 views478 pages

BEMBase

This document describes the record format for a file containing class and property definitions. It includes a header, class records with information like the class name and template, property records with the property name and type, and a version number. Class records can specify options like the maximum number of references and parents, and property records specify options like compatible object classes and whether the property is written to simulations.

Uploaded by

Joseph David
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views478 pages

BEMBase

This document describes the record format for a file containing class and property definitions. It includes a header, class records with information like the class name and template, property records with the property name and type, and a version number. Class records can specify options like the maximum number of references and parents, and property records specify options like compatible object classes and whether the property is written to simulations.

Uploaded by

Joseph David
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 478

;----------------------------------------------------------------------------------

-------------
; Record Formats:
; Header => Record Contents
; ----------------------------
; -1 => End of file
;
; 0 => New Class, where:
; Short Name, Long Name,
; Template (default component naming template), which can include
the
; following 'jey' fields:
; <p3n> - name of great-grand-parent component
; <p3i> - the 1-based component index of the great-
grand-parent component
; <p2n> - name of grand-parent component
; <p2c> - the 1-based index of the grand parent of the
new component
; taking into account only child components of
the grand parent
; class for the current great-grand-parent
; <p2i> - the 1-based component index of the grand-
parent component
; <pn> - name of parent component
; <pc> - the 1-based index of the parent of the new
component taking
; into account only child components of the
parent class for
; the current grand-parent
; <pi> - the 1-based component index of the parent
component
; <c> - the 1-based index of this new component taking
into account
; only child components of THIS class for the
current parent
; <i> - the 1-based index of this component taking
into account all
; components of this class throughout the entire
building model
; MD = Maximum defineable, MR = Maximum references, AC = Auto-
create,
; P1-P15 (-P20 for format ver >= 1007) = Parent class names,
; MC = Max Children of this type per Parent,
; MS = Max Comps each BDB Comp can be split into for Simulation,
; bP = Purge Comps of this type before Simulations,
; CF = Copy Flag to facilitate the copy of primary wizard
components (and a
; subset of their children),
; SR = WriteAsSingleRecord flag (0/1) to facilitate tighter IBD &
XML file
; writing (writes entire component to single record of written
file as
; opposed to namee record, 1 record per property & terminator)
; (0=> write component as multi-line / 1=> write comp to single
line)
; IN = XMLIgnoreName flag (0/1) to cause XML files written by
BEMProc to
; ignore (not write) the component names for components of that
class
; (0=> write component names / 1=> don't write names)
; as of format version 1008:
; PN = number of Previous Class Names (0 is default)
; (for each PN - character string containing that name)
; HI = Topic help ID
;
; 1 => New Property Type, where:
; Short Name, VType = Variable type, NV = Number of values
(array),
; WA = XMLWriteArrayIndices flag (0/1) to cause XML files written
by
; BEMProc to include array indices for the attribute values,
; such as "<ATTRIBUTE index="3">VALUE</ATTRIBUTE>"
; SP = WriteSimulationProperty flag (0/1/2) which determines the
condition
; in which the property is written to IBD or XML files written
by BEMProc
; for the purpose of export to simulation engine:
; 0 => Never write to simulation export
; 1 => Write to sim export whenever defined (be it default,
library...)
; 2 => Write to sim export only if USER defined (or UsrDflt,
UsrLib)
; Note: Enum selections w/ numeric values <= 0 will NOT be
written to Sim exports
; US = UserSpecification - classification of this property in
terms of being
; specified by the user:
; Comp / Compulsory : User MUST provide input (during
object creation). <<-- only temporary - should be ported to UI Screen
definitions (and then switched to Req)
; Req / Required : User MUST provide input.
; CReq / CondRequired : User MUST provide input IF they apply
to the
; proposed design.
; Opt / Optional : User MAY provide input if they apply
to the
; proposed design.
; Def / Default : Defaulted by rules if not user
specified.
; Pres / Prescribed : Not enterable by user (except when in
'Research' mode)
; NInp / NotInput : Either prescribed by the energy code,
or is an
; intermediate/calculated parameter.
; UL = Units label, UT = Use when displaying tree controls,
; as of format version 1004:
; NO = Number of compatible referenced object class name, type
value and type property name entries to follow
; and for each NO (up to 5 for now):
; OC = Class name of compatible object assignment,
; CV = Value for determining which components of type OC can
be assigned to this property type,
; CP = Property type whose value determines which OC
components can be assigned to this property type,
; HI = Item help ID, LName = Long name
;
; 2 => BEMBase Include File reference, where:
; Only data here is the name of the BEMBase include file to
import Class(es)/Property(s) from
; (can list full path or no/relative path in relation to this
main file or 'shared' BEMBase/rule paths)
;
; Key to special Units Label characters: Degrees -> �
; Squared -> �
; Cubed -> �
; Cents -> �
;
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; The following integer value represents the format version of this file. The
format version
; must be >= 1001, where 1001 indicates the original format and all subsequent
values correspond
; to revisions of the original format.
; >= 1008 => For each Class: Add class PreviousNames (# followed by that
number of strings)
; >= 1007 => For each Class: Increased the # of (possible) parent types from
15 to 20
; >= 1006 => For each Property: an additional trailing character string to
specify notes
; describing when the property may be required input vs. not
(based on data set
; to other BEMBase properties
; >= 1005 => For each Property: the specification of UserSpecification (US)
(as described above
; in "1" records describing object properties)
; >= 1004 => For each Property: the ability to specify MULTIPLE (up to 5)
combinations of
; compatible referenced object class name, type value and type
property fields.
; Previous formats included one set of these data in each
record, regardless of
; whether the property was of type BEMP_Obj. Now, non-BEMP_Obj
properties should
; have an 'NO' of 0 and BEMP_Obj properties should include an
'NO' of 1-5,
; followed by that specified # of sets of compatible referenced
object class
; name, type value and type property fields.
; >= 1003 => For each Property: Addition of WriteSimulationPropertyFlag (SP)
flag (0/1/2)
; which determines the condition in which the property is
written to IBD or
; XML files written by BEMProc for the purpose of export to
simulation engine:
; 0 => Never write to simulation export
; 1 => Write to sim export whenever defined (be it default,
library...)
; 2 => Write to sim export only if USER defined (or UsrDflt,
UsrLib)
; >= 1002 => For each Class: Addition of DefaultNameTemplate (Template) field
which is a
; string that defines the scheme used to produce default
component names.
; See listing above under Class / Template for 'key' fieldinfo.
; For each Class: Increased the # of possible parent types from 5
to 15
; For each Class: Addition of Component Copy Flag (CF) field by
class to
; facilitate the copy of primary wizard components (and a
subset of their
; children) (SAC 6/6/03)
; For each Class: Addition of WriteAsSingleRecord (SR) flag (0/1)
to facilitate
; tighter IBD & XML file writing (writes entire component to
single record of
; written file as opposed to namee record, 1 record per
property & terminator)
; (0=> write component as multi-line / 1=> write comp to single
line)
; For each Class: Addition of XMLIgnoreName (IN) flag (0/1) to
cause XML files
; written by BEMProc to IGNORE (not write) the component names
for components
; of that class (0=> write component names / 1=> don't write
names)
; For each Property: Addition of XMLWriteArrayIndices (WA) flag
(0/1) to cause
; XML files written by BEMProc to include array indices for the
attribute
; values, such as "<ATTRIBUTE index="3">VALUE</ATTRIBUTE>"
;----------------------------------------------------------------------------------
--------------
1007
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "Proj", "Project", "Project <i>", 1, 0, 0, "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
; do not remove these first three entries, as they are referenced by
BEMBase source code
1, "Ruleset", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "Ruleset", ""
1, "RuleFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "RulesetFilename", ""
1, "DevMode", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1080, "DevelopmentMode" "" ; 1 if NON-release
version, otherwise 0"
1, "BldgEngyModelVersion", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1030, "BuildingEnergyModelVersion", "" ; Version
ID of building energy model database
1, "AnalysisVersion", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1030, "AnalysisVersion", "" ; Version ID of
analysis - SAC 03/25/21
; 1, "EnergyCodeYearNum", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1080, "Year of energy code
this ruleset analyzes (integer)", ""

1, "CreateDate", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1030, "CreateDate", ""
1, "ModDate", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1035, "ModificationDate", ""
1, "RunDate", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1040, "RunDate", ""
1, "RunDateFmt", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1040, "RunDateFormatted", "" ; renamed for
Res compatibility - SAC 10/28/21 (MFam)
1, "RunDateISO", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1040, "RunDateISO", "" ; formatted for reporting
as ISODate (xsd:datetime)
1, "RunDateLog", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1040, "RunDateLog", "" ; formatted for summary
results output (QDateTime.toString("yyyy-MM-dd HH:mm:ss"))
1, "AnalysisDuration", BEMP_Flt, 1, 0, 0, NInp,
"sec", 0, 0, 3008, "AnalysisDuration", ""

1, "RptComplianceID", BEMP_Str, 1, 0, 0, Opt, "",


0, 0, 1080, "ReportComplianceID", "" ; SAC 12/13/22

1, "GeometryInpType", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 1020, "GeometryInputType", ""
1, "SolDistribution", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1020, "SolarDistribution", ""
1, "NumTimeStepsPerHr", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "NumberTimeStepsPerHour", ""

1, "PermitScope", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 1020, "PermitScope", ""
1, "StdsVersion", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1020, "StandardsVersion", ""
1, "PermitMonth", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1020, "PermitMonth", ""
1, "PermitDay", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1020, "PermitDay", ""
1, "PermitYear", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1020, "PermitYear", ""

1, "StdDesignBase", BEMP_Sym, 1, 0, 0, Pres, "",


0, 0, 1003, "StandardDesignBase", "" ; "determines
which Std Design parameters and Constructions will be used in design rating calcs",
"" - moved FROM ResProj - SAC 03/02/22
1, "CompCodeBase", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "ComplianceCodeBase", "" ; "keeps track
of the initial StdDesignBase - not changed to design rating base during analysis",
"" - moved FROM ResProj - SAC 03/02/22
1, "StdDesignCompactDistYear", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "StdDesignCompactDistYear", "" ; "Title24
code year to base DHW compact distribution table look-ups on", "" - moved
FROM ResProj - SAC 03/02/22
1, "StdDesignDrnWtrHtRecYear", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "StdDesignDrnWtrHtRecYear", "" ; "Title24
code year to base drain water heat recovery table look-ups on", "" - moved
FROM ResProj - SAC 03/02/22

1, "GasType", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 1020, "GasType", ""
1, "NatGasAvail", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "NaturalGasAvailable", ""
1, "EffMetric", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "EfficiencyMetric", ""

; 1, "RunYear", BEMP_Int, 1, 0, 1, Req,


"", 0, 0, 1020, "RunYear", ""
; 1, "BldgClassMthd", BEMP_Sym, 1, 0, 0, Opt,
"", 0, 0, 1001,
"BuildingClassificationMethod", ""
; 1, "WhlBldgOcc", BEMP_Sym, 1, 0, 0, Opt,
"", 0, 0, 1001,
"WholeBuildingOccupancy", ""
1, "MaxClgUnmetLdHrs", BEMP_Flt, 1, 0, 0, NInp,
"hrs", 0, 0, 3008,
"MaximumCoolingUnmetLoadHours", ""
1, "MaxHtgUnmetLdHrs", BEMP_Flt, 1, 0, 0, NInp,
"hrs", 0, 0, 3008,
"MaximumHeatingUnmetLoadHours", ""
1, "ClgUnmetLdHrTol", BEMP_Flt, 1, 0, 1, NInp,
"�F", 0, 0, 3008,
"CoolingUnmetLoadHourTolerance", ""
1, "HtgUnmetLdHrTol", BEMP_Flt, 1, 0, 1, NInp,
"�F", 0, 0, 3008,
"HeatingUnmetLoadHourTolerance", ""

;1, "ZipCode", BEMP_Int, 1, 0, 0, Req,


"", 0, 0, 1001, "ZipCode", "" - MOVED
TO BELOW - 360LDH
1, "CliZnCounty", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "ClimateZoneCounty", ""
;1, "CliZnCity", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001, "ClimateZoneCity", ""
1, "CliZnNum", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "ClimateZoneNumber", ""
1, "CliZn", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 1001, "ClimateZone", ""
1, "Lat", BEMP_Flt, 1, 0, 1, Opt,
"deg arc", 0, 0, 1001, "Latitude", ""
1, "Long", BEMP_Flt, 1, 0, 1, Opt,
"deg arc", 0, 0, 1001, "Longitude", ""
1, "Elevation", BEMP_Flt, 1, 0, 1, Req,
"ft", 0, 0, 1001, "Elevation", ""
1, "TimeZn", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "TimeZone", ""
1, "BldgTerrain", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "BuildingTerrain", ""
1, "WtrMnTempSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 1, "Type", 1001, "WaterMainTemperatureScheduleReference", ""

1, "DsgnDBT", BEMP_Flt, 1, 0, 1, Pres,


"�F", 0, 0, 1001,
"DesignDryBulbTemperature", ""
1, "MCWBT", BEMP_Flt, 1, 0, 1, Pres,
"�F", 0, 0, 1001,
"MeanCoincidentWetBulbTemperature", ""
1, "DsgnWBT", BEMP_Flt, 1, 0, 1, Pres,
"�F", 0, 0, 1001,
"DesignWetBulbTemperature", ""
1, "DsgnHtgDBT", BEMP_Flt, 1, 0, 1, Pres,
"�F", 0, 0, 1001,
"DesignHeatingDryBulbTemperature", ""

;1, "Name", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "Name", "" ; Already
included by default
1, "StAddress", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "StreetAddress", ""
1, "City", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "City", ""
1, "State", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "State", ""
1, "ZipCode", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "ZipCode", ""

1, "CalculateEnergyCosts", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "CalculateEnergyCosts", ""
1, "EnergyCostState", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "EnergyCostState", ""
1, "AvgElecCost", BEMP_Flt, 1, 0, 0, Opt,
"�/kWh", 0, 0, 1001,
"AverageElectricityCost", ""
1, "AvgOtherFuelCost", BEMP_Flt, 1, 0, 0, Opt,
"$/unit", 0, 0, 1001, "AverageOtherFuelCost",
""
1, "AvgStateElecCost", BEMP_Flt, 1, 0, 0, NInp,
"�/kWh", 0, 0, 1001,
"AverageStateElectricityCost", ""
1, "AvgStateNatGasCost", BEMP_Flt, 1, 0, 0, NInp,
"$/therm", 0, 0, 1001,
"AverageStateNaturalGasCost", ""
1, "AvgStatePropaneCost", BEMP_Flt, 1, 0, 0, NInp,
"$/gallon", 0, 0, 1001,
"AverageStatePropaneCost", ""
1, "AvgStateFuelOilCost", BEMP_Flt, 1, 0, 0, NInp,
"$/gallon", 0, 0, 1001,
"AverageStateFuelOilCost", ""
1, "ElecCostMethod", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "ElectricityCostMethod", ""
1, "NatGasCostMethod", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "NaturalGasCostMethod", ""
1, "TrackOTherFuel", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "TrackOTherFuel", ""
1, "EnergyCostOtherFuel", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "EnergyCostOtherFuel", ""
1, "EnergyCostOtherFuelLabel", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EnergyCostOtherFuelLabel", ""
1, "EnergyCostOtherFuelUnits", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EnergyCostOtherFuelUnits", ""
1, "OtherFuelCostMethod", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "OtherFuelCostMethod", ""
1, "OtherFuelCost", BEMP_Flt, 1, 0, 0, NInp,
"$/unit", 0, 0, 1001, "OtherFuelCost", ""

;1, "OwnerName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "OwnerName", ""
// 90.1 Only
;1, "OwnerTitle", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "OwnerTitle", ""
// 90.1 Only
;1, "OwnerOrg", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "OwnerOrganization", ""
// 90.1 Only
;1, "OwnerEmail", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "OwnerEmail", ""
// 90.1 Only
;1, "OwnerPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "OwnerPhone", ""
// 90.1 Only

;1, "ArchName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "ArchitectName", ""
// 90.1 Only
;1, "ArchTitle", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "ArchitectTitle", ""
// 90.1 Only
;1, "ArchOrg", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "ArchitectOrganization",
"" // 90.1 Only
;1, "ArchEmail", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "ArchitectEmail", ""
// 90.1 Only
;1, "ArchPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "ArchitectPhone", ""
// 90.1 Only

;1, "HVACEngrName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "HVACEngineerName", ""
// 90.1 Only
;1, "HVACEngrTitle", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "HVACEngineerTitle", ""
// 90.1 Only
;1, "HVACEngrOrg", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"HVACEngineerOrganization", "" // 90.1 Only
;1, "HVACEngrEmail", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "HVACEngineerEmail", ""
// 90.1 Only
;1, "HVACEngrPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "HVACEngineerPhone", ""
// 90.1 Only

;1, "LtgDsgnrName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "LightingDesignerName",
"" // 90.1 Only
;1, "LtgDsgnrTitle", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "LightingDesignerTitle",
"" // 90.1 Only
;1, "LtgDsgnrOrg", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"LightingDesignerOrganization", "" // 90.1 Only
;1, "LtgDsgnrEmail", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "LightingDesignerEmail",
"" // 90.1 Only
;1, "LtgDsgnrPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "LightingDesignerPhone",
"" // 90.1 Only

;1, "EnergyMdlrName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "EnergyModelerName", ""
// 90.1 Only
;1, "EnergyMdlrTitle", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "EnergyModelerTitle",
"" // 90.1 Only
;1, "EnergyMdlrOrg", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"EnergyModelerOrganization", "" // 90.1 Only
;1, "EnergyMdlrEmail", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "EnergyModelerEmail",
"" // 90.1 Only
;1, "EnergyMdlrPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "EnergyModelerPhone",
"" // 90.1 Only

; 1, "BldgOwnerName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "BuildingOwnerName", ""

; ;1, "BldgOwnerLicense", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001, "BuildingOwnerLicense",
""
; 1, "BldgOwnerCompany", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "BuildingOwnerCompany",
""
; 1, "BldgOwnerAddress", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "BuildingOwnerAddress",
""
; 1, "BldgOwnerCity", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "BuildingOwnerCity", ""
; 1, "BldgOwnerState", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "BuildingOwnerState",
""
; 1, "BldgOwnerZipCode", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "BuildingOwnerZipCode",
""
; 1, "BldgOwnerPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001, "BuildingOwnerPhone",
""

1, "DocAuthName", BEMP_Str, 1, 0, 0, Req, "",


0, 0, 1001, "DocumentAuthorName", ""
1, "DocAuthCEAIdent", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorCEAIdentification", ""
1, "DocAuthCompany", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorCompany", ""
1, "DocAuthAddress", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorAddress", ""
1, "DocAuthCity", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorCity", ""
1, "DocAuthState", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorState", ""
1, "DocAuthZipCode", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorZipCode", ""
1, "DocAuthPhone", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1001, "DocumentAuthorPhone", ""

; 1, "ArchDsgnrName", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ArchitecturalDesignerName", ""
; 1, "ArchDsgnrLicense", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerLicense", ""
; 1, "ArchDsgnrCompany", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerCompany", ""
; 1, "ArchDsgnrAddress", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerAddress", ""
; 1, "ArchDsgnrCity", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerCity", ""
; 1, "ArchDsgnrState", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerState", ""
; 1, "ArchDsgnrZipCode", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerZipCode", ""
; 1, "ArchDsgnrPhone", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ArchitecturalDesignerPhone", ""

1, "RespDsgnrName01", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName01", ""
1, "RespDsgnrLicense01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense01", ""
1, "RespDsgnrCompany01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany01", ""
1, "RespDsgnrAddress01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress01", ""
1, "RespDsgnrCity01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity01", ""
1, "RespDsgnrState01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState01", ""
1, "RespDsgnrZipCode01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode01", ""
1, "RespDsgnrPhone01", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone01", ""
1, "RespDsgnrType01", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType01", ""
1, "RespDsgnrScope01", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope01", ""
;1, "EnvDsgnrDeclarationStatementType", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 1001,
"EnvelopeDesignerDeclarationStatementType", ""

1, "RespDsgnrName02", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName02", ""
1, "RespDsgnrLicense02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense02", ""
1, "RespDsgnrCompany02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany02", ""
1, "RespDsgnrAddress02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress02", ""
1, "RespDsgnrCity02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity02", ""
1, "RespDsgnrState02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState02", ""
1, "RespDsgnrZipCode02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode02", ""
1, "RespDsgnrPhone02", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone02", ""
1, "RespDsgnrType02", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType02", ""
1, "RespDsgnrScope02", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope02", ""
;1, "LtgDsgnrDeclarationStatementType", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 1001,
"LightingDesignerDeclarationStatementType", ""

1, "RespDsgnrName03", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName03", ""
1, "RespDsgnrLicense03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense03", ""
1, "RespDsgnrCompany03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany03", ""
1, "RespDsgnrAddress03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress03", ""
1, "RespDsgnrCity03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity03", ""
1, "RespDsgnrState03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState03", ""
1, "RespDsgnrZipCode03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode03", ""
1, "RespDsgnrPhone03", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone03", ""
1, "RespDsgnrType03", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType03", ""
1, "RespDsgnrScope03", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope03", ""
;1, "MechDsgnrDeclarationStatementType", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 1001,
"MechanicalDesignerDeclarationStatementType", ""

1, "RespDsgnrName04", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName04", ""
1, "RespDsgnrLicense04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense04", ""
1, "RespDsgnrCompany04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany04", ""
1, "RespDsgnrAddress04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress04", ""
1, "RespDsgnrCity04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity04", ""
1, "RespDsgnrState04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState04", ""
1, "RespDsgnrZipCode04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode04", ""
1, "RespDsgnrPhone04", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone04", ""
1, "RespDsgnrType04", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType04", ""
1, "RespDsgnrScope04", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope04", ""

1, "RespDsgnrName05", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName05", ""
1, "RespDsgnrLicense05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense05", ""
1, "RespDsgnrCompany05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany05", ""
1, "RespDsgnrAddress05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress05", ""
1, "RespDsgnrCity05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity05", ""
1, "RespDsgnrState05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState05", ""
1, "RespDsgnrZipCode05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode05", ""
1, "RespDsgnrPhone05", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone05", ""
1, "RespDsgnrType05", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType05", ""
1, "RespDsgnrScope05", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope05", ""

1, "RespDsgnrName06", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName06", ""
1, "RespDsgnrLicense06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense06", ""
1, "RespDsgnrCompany06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany06", ""
1, "RespDsgnrAddress06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress06", ""
1, "RespDsgnrCity06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity06", ""
1, "RespDsgnrState06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState06", ""
1, "RespDsgnrZipCode06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode06", ""
1, "RespDsgnrPhone06", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone06", ""
1, "RespDsgnrType06", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType06", ""
1, "RespDsgnrScope06", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope06", ""

1, "RespDsgnrName07", BEMP_Str, 1, 0, 0, Req,


"", 0, 0, 1001,
"ResponsibleDesignerName07", ""
1, "RespDsgnrLicense07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerLicense07", ""
1, "RespDsgnrCompany07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCompany07", ""
1, "RespDsgnrAddress07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerAddress07", ""
1, "RespDsgnrCity07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerCity07", ""
1, "RespDsgnrState07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerState07", ""
1, "RespDsgnrZipCode07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerZipCode07", ""
1, "RespDsgnrPhone07", BEMP_Str, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerPhone07", ""
1, "RespDsgnrType07", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerType07", ""
1, "RespDsgnrScope07", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ResponsibleDesignerScope07", ""

; 1, "WeatherPath", BEMP_Str, 1, 0, 1, Req,


"", 0, 0, 39110, "WeatherPath", ""

1, "WeatherStationNum", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 39110, "WeatherStationNumber", ""
1, "WeatherStation", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 39110, "WeatherStation", ""
1, "WeatherStationFileBase", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "WeatherStationFileBase", "" ; SAC
09/06/22
1, "GenerateWeatherLocationDDY", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 39110, "GenerateWeatherLocationDDY", ""
1, "WeatherLocationDDYFile", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 39110, "WeatherLocationDDYFile", ""
1, "WeatherLocationDDYFileIdx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 39110, "WeatherLocationDDYFileIndex", ""
1, "DDWeatherFile", BEMP_Str, 1, 0, 1, Req, "",
0, 0, 39110, "DesignDayWeatherFile", ""
1, "AnnualWeatherFile", BEMP_Str, 1, 0, 1, Req, "",
0, 0, 39110, "AnnualWeatherFile", ""
1, "AnnualWeatherFileNoPath", BEMP_Str, 1, 0, 1, Req, "",
0, 0, 39110, "AnnualWeatherFileNoPath", "" ; added
for NRCC-PRF XML output - SAC 04/13/21
1, "WeatherFileDownloadURL", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 39110, "WeatherFileDownloadURL", ""

1, "OACleaningReqd", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1003, "OutsideAirCleaningRequired", ""

; 1, "FossilFuelAvail", BEMP_Int, 1, 0, 0, "",


0, 0, 1001, "FossilFuelAvailable", ""
; 1, "SiteFuelType", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001, "SiteFuelType", ""

1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, Opt, "",


0, 0, 1001, "HVACAutoSizing", ""
1, "SimDsgnDays", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulateDesignDays", ""
1, "SimFlag", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 1001, "SimulateFlag", ""
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""

1, "RunPeriodBeginMonth", BEMP_Int, 1, 0, 1, Opt, "",


0, 0, 1001, "RunPeriodBeginMonth", ""
1, "RunPeriodBeginDay", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "RunPeriodBeginDay", ""
1, "RunPeriodEndMonth", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "RunPeriodEndMonth", ""
1, "RunPeriodEndDay", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "RunPeriodEndDay", ""
1, "RunPeriodYear", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "RunPeriodYear", ""

; SAC 10/31/14 - added QuickSim inputs & run period properties -


11/11/14 renamed all QuickSim* to QuickAnalysis*
1, "QuickAnalysis", BEMP_Int, 1, 1, 0, Opt, "",
0, 0, 1001, "QuickAnalysis", ""
1, "NumOfQuickAnalysisPeriods", BEMP_Int, 1, 1, 0, Opt, "",
0, 0, 1001, "NumberOfQuickAnalysisPeriods", ""
1, "NumOfDaysPerQuickAnalysisPeriod", BEMP_Int, 1, 1, 0, Opt, "",
0, 0, 1001, "NumberOfDaysPerQuickAnalysisPeriod", ""
1, "QuickAnalysisResultsMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1001, "QuickAnalysisResultsMultiplier", ""
1, "QuickAnalysisFirstWeekSerialDate", BEMP_Int, 1, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisFirstWeekSerialDate", ""
1, "QuickAnalysisWeekNumbers", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisWeekNumbers", ""
1, "QuickAnalysisWeekSerialDates", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisWeekSerialDates", ""
1, "QuickAnalysisBeginMonth", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisBeginMonth", ""
1, "QuickAnalysisBeginDay", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisBeginDay", ""
1, "QuickAnalysisEndMonth", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisEndMonth", ""
1, "QuickAnalysisEndDay", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisEndDay", ""
1, "QuickAnalysisBeginDayOfWeek", BEMP_Int, 12, 1, 0, Pres, "",
0, 0, 1001, "QuickAnalysisBeginDayOfWeek", ""

1, "ExcptCondCRRC", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001, "ExceptionalConditionCRRC", ""
1, "ExcptCondPartComp1", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionPartialCompliance1",
""
1, "ExcptCondPartComp2", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionPartialCompliance2",
""
1, "ExcptCondPartComp3", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionPartialCompliance3",
""
1, "ExcptCondDisplayPerim", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionDisplayPerimeter", ""
1, "ExcptCondAtriumGT55ft", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionAtriumGreaterThan55Feet", ""

; LH - removed from CBECC-Com for 2013-v3e and 2016.02


;1, "ExcptCondUFactorLimit" BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionUFactor",
""

; LH - removed from CBECC-Com for 2013-v3e and 2016.02


;1, "ExcptCondCompleteBldg", BEMP_Sym, 1, 0, 0, Req,
"", 0, 0, 1001,
"ExceptionalConditionCompleteBuilding", ""
1, "ExcptCondLtgCred", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionLightingCredit", ""
1, "ExcptCondPAFCredit", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionPowerAdjustmentFactorCredit", ""
1, "ExcptCondNoLtg", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionNoLighting", ""
1, "ExcptCondDsgnIllum", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionDesignIlluminance", ""

1, "ExcptCondPrescriptiveDayltg" BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001,
"ExceptionalConditionPrescriptiveDaylighting", ""
1, "PrescriptiveDayltgException" BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "PrescriptiveDaylightingException", ""
1, "ExcptCondClerestory", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionClerestory", ""
1, "ExcptCondExtLtg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "ExceptionalConditionExteriorLighting", ""
1, "ExcptCondNoClgSys", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "ExceptionalConditionNoCoolingSystem", ""
1, "ExcptCondRtdCap", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "ExceptionalConditionRatedCapacity", ""
1, "ExcptCondMinEffCheck", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionMinimumEfficiencyCheck", ""
1, "ExcptCondFanPress", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionFanPressure", ""
1, "ExcptCondWCC", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionWCC", ""
1, "ExcptCondElevEscal", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionElevatorEscalator", ""

1, "ExcptCondWtrHtrSizing", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001, "ExceptionalConditionWaterHeaterSizing", ""

1, "ExcptCondWtrHtr", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001, "ExceptionalConditionWaterHeater", ""
1, "ExcptCondFxdSeat", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalFixedSeating", ""
1, "ExcptCondWtrHtrPrscrp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionWaterHeaterPrescriptive", ""
1, "AnnualSolFrac", BEMP_Flt, 1, 0, 0, NInp,
"frac", 0, 0, 3008, "AnnualSolarFraction",
""
1, "ExcptCondNarrative", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "ExceptionalConditionNarrative", ""
1, "ExcptCondGasTypeNone", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "ExceptionalConditionGasTypeNone", ""
1, "ExcptCondPropane", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "ExceptionalConditionPropane", ""
1, "ExcptCondPrkgGarExhFan", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionParkingGarageExhaustFan", ""
1, "ExcptCondHERSDuctReqTested", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionHERSDuctRequiredTested", ""
1, "ExcptCondHERSDuctTestedOnly", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionHERSDuctTestedOnly",
""
1, "ExcptCondInterlockWarn1", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionInterlockWarning1", ""

1, "ExcptCondInterlockWarn2", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001, "ExceptionalConditionInterlockWarning2", ""

1, "ExcptCondVentStdOther", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001,
"ExceptionalConditionVentilationStandardOther", ""
1, "ExcptCondFlexEnduse", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionFlexibilityEnduse", ""
; SAC 9/15/20
1, "ExcptCondPVReqdSolThrml", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionalConditionPVRequiredSolarThermal", "" ; SAC 9/15/20
1, "ExcptCondFxdSeat", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionFixedSeating", ""
1, "ExcptSARAReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionSolarAccessRoofAreaReducedPVRequirement", ""
1, "Excpt1ReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception1ReducedPVRequirement", ""
1, "Excpt2ReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception2ReducedPVRequirement", ""
1, "Excpt3ReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception3ReducedPVRequirement", ""
1, "Excpt4ReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception4ReducedPVRequirement", ""
1, "Excpt5ReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception5ReducedPVRequirement", ""
1, "ExcptSARAResReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001,
"ExceptionSolarAccessRoofAreaResidentialReducedPVRequirement", ""
1, "Excpt1ResReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception1ResidentialReducedPVRequirement",
""
1, "Excpt2ResReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception2ResidentialReducedPVRequirement",
""
1, "Excpt3ResReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception3ResidentialReducedPVRequirement",
""
1, "Excpt4ResReducedPVReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception4ResidentialReducedPVRequirement",
""
1, "Excpt1ReducedBattReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception1ReducedBattRequirement", ""
1, "Excpt2ReducedBattReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception2ReducedBattRequirement", ""
1, "Excpt3ReducedBattReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception3ReducedBattRequirement", ""
1, "Excpt4ReducedBattReq", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Exception4ReducedBattRequirement", ""
1, "ExcptCondPVBldgType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ExceptionalConditionPVBuildingType", ""

1, "ExcptCondHERSResDHWSysPipeIns", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemPipeInsulation", ""
1, "ExcptCondHERSResDHWSysParallelPiping", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemParallelPiping", ""
1, "ExcptCondHERSResDHWSysRecircDemCtrlPushButton", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemRecirculationDemandContro
lPushButton", ""
1, "ExcptCondHERSResDHWSysRecircDemCtrlOccSensor", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemRecirculationDemandContro
lOccupancySensor", ""
1, "ExcptCondHERSResDHWSysCompactDistSys", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemCompactDistributionSystem
", ""
1, "ExcptCondHERSDrainWtrHtRcvrySys", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSDrainWaterHeatRecoverySystem", ""
1, "ExcptCondHERSVent", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSVentilation", ""
1, "ExcptCondHERSKitHood", BEMP_Sym, 1, 0, 0,
Def, "", 0, 0, 1001,
"ExceptionalConditionHERSKitchenHood", ""
1, "ExcptCondHERSEnvAirLkge", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSEnvelopeAirLeakage", ""

1, "UseExcptDsgnModel", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1001, "UseExceptionalDesignModel", ""
1, "ExcptDsgnModelFile", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "ExceptionalDesignModelFile", ""

1, "SolAccessRfArea", BEMP_Flt, 1, 0, 0, Opt,


"ft2", 0, 0, 3208, "SolarAccessRoofArea",
"" ; SAC 04/21/22
1, "T24StdPVPwrDens", BEMP_Flt, 1, 0, 0, NInp,
"W/ft2", 0, 0, 3208,
"Title24StandardPVPowerDensity", ""
1, "SolAccessRfAreaPVPwr", BEMP_Flt, 1, 0, 0, NInp,
"kW", 0, 0, 3208,
"SolarAccessRoofAreaPVPower", ""
1, "SolAccessRfAreaPVMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "SolarAccessRoofAreaPVMessage", ""
1, "PrscrpPVBattBldgAreaSums", BEMP_Flt, 10, 1, 0, NInp,
"ft2", 0, 0, 3208,
"PrescriptivePVBatteryBuilingAreaSums", "" ; SAC 05/02/22
1, "PrscrpPVBattBldgAreaPcts", BEMP_Flt, 10, 1, 0, NInp,
"%", 0, 0, 3208,
"PrescriptivePVBatteryBuilingAreaPercents", ""
1, "CondPVBattBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp,
"ft2", 0, 0, 3008,
"ConditionedPhotovoltaicBatteryBuildingTypeArea", "" ; SAC 01/20/23
1, "UncondPVBattBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp,
"ft2", 0, 0, 3008,
"UnconditionedPhotovoltaicBatteryBuildingTypeArea", ""
1, "NRCC_PVBatBldgTypesRow", BEMP_Obj, 10, 0, 0, Pres, "",
0, 1, "nrcctblRowPVBatBldgTypes", 1, "", 8006, "NRCC_PVBatBldgTypesRow Table Row
object", ""
; reduced PV requirement exception inputs - SAC 04/20/22
1, "ReducedPVReqExcptLowRiseRes", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3208,
"ReducedPVRequirementExceptionLowRiseResidential", "" ; SAC 05/01/22
1, "ReducedPVReq", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "ReducedPVRequirement",
"" ; from Res: "ReducedPVReq", "whether or not an exception to
standard PV requirements applies to this project (exception must be entered)", ""
1, "ReducedPVReqExcpt", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 3208, "ReducedPVRequirementException",
"" ; from Res: "ReducedPVReqExcept", "Exception describing why standard PV
requirements don't apply to this project", ""
1, "ReducedPVReqExcptDesc", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "ReducedPVRequirementExceptionDescription",
"" ; from Res: "ReducedPVReqExcDesc", "Full text of exception describing why
standard PV requirements don't apply to this project", ""
1, "ReducedPVReqVal", BEMP_Flt, 1, 0, 0, Opt,
"kW", 0, 0, 3208,
"ReducedPVRequirementValue", "" ; from Res:
"ReducedPVReqValue", "Reduced PV requirement capacity", ""
1, "ReducedPVReqMinVal", BEMP_Flt, 1, 0, 0, NInp,
"kW", 0, 0, 3208,
"ReducedPVRequirementMinimumValue", "" ; from Res:
"ReducedPVReqMinVal", "Minimum reduced PV requirement capacity (depending on
selected exception)", "" ; SAC 9/21/18 (tic #1045)
1, "EnforceReducedPVReqMin", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3208, "EnforceReducedPVRequirementMinimum",
"" ; from Res: "EnforceRedPVReqMin", "Whether or not to enforce minimum
reduced PV requirement capacity", "" ; SAC 9/21/18 (tic #1045)
1, "UseReducedPVReqVal", BEMP_Flt, 1, 0, 0, NInp,
"kW", 0, 0, 3208,
"UseReducedPVRequirementValue", "" ; from Res:
"UseReducedPVReqVal", "Reduced PV requirement capacity (only if valid inputs)",
""
; APB 05/18/22 - Add messages about new SARA limit on proposed PV kW
(tic #3352)
1, "ReducedPVReqMsg1", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "ReducedPVRequirementMessage1", ""
1, "ReducedPVReqMsg2", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "ReducedPVRequirementMessage2", ""
1, "ReducedPVReqMsg3", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "ReducedPVRequirementMessage3", ""
; reduced Battery requirement exception inputs - SAC 01/10/23
1, "ReducedBattReq", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "ReducedBatteryRequirement",
""
1, "ReducedBattReqExcpt", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 3208, "ReducedBatteryRequirementException",
""
1, "ReducedBattReqExcptDesc", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208,
"ReducedBatteryRequirementExceptionDescription", ""
1, "ReducedBattReqVal", BEMP_Flt, 1, 0, 0, Pres,
"kWh", 0, 0, 3208,
"ReducedBatteryRequirementValue", ""
;1, "ReducedBattReqMinVal", BEMP_Flt, 1, 0, 0, NInp,
"kWh", 0, 0, 3208,
"ReducedBatteryRequirementMinimumValue", ""
;1, "EnforceReducedBattReqMin", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 3208,
"EnforceReducedBatteryRequirementMinimum", ""
1, "UseReducedBattReqVal", BEMP_Flt, 1, 0, 0, NInp,
"kWh", 0, 0, 3208,
"UseReducedBatteryRequirementValue", ""

1, "PVSizeSum", BEMP_Flt, 1, 0, 0, Opt,


"kWdc", 0, 0, 3208, "PVSizeSum",
""
1, "TDVMult_Elec", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Multiplier used in application of TDV data
table to Electric use", "" ; SAC 8/23/19 - 2022
1, "TDVMult_Fuel", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Multiplier used in application of TDV data
table to NatGas & Propane use", "" ; SAC 8/23/19 - 2022
1, "SrcMult_Elec", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Multiplier used in application of Src
Energy CZ/Fuel table to Electric use", "" ; SAC 8/23/19 - 2022
1, "SrcMult_Fuel", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Multiplier used in application of Src
Energy CZ/Fuel table to NatGas & Propane use", "" ; SAC 8/23/19 - 2022

; APB 05/12/2022 - Community solar (tic #3352)


; ported from ResProj to Proj in order to enable (in future) for non-res
projects - SAC 05/27/22
1, "AllowCommunitySolar", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1046, "Whether or not the Community Solar feature
is available for this project", "" ; SAC 6/10/20 (CommunitySolar)
1, "NumAvailCmntySlrProjs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1046, "# of Community Solar projects available for
the selected ClimateZone", "" ; SAC 7/3/20 (CommunitySolar)
1, "CmntySlrProjsAvailMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1046, "UI message related to # of Community Solar
projects available for the selected ClimateZone", ""
1, "CmntySlrProjCZCompat", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1046, "flag indicating compatibility between
Climate Zone & Community Solar project selections", ""
1, "UseCommunitySolar", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1046, "Whether or not this project uses a
Community Solar system", ""
1, "CommunitySolarProject", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1046, "The Community Solar project this home
subscribes to", ""
1, "InCmntySlrProjTerritory", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1046, "Whether this home is within the Community
Solar project service territory", "" ; SAC 7/3/20 (CommunitySolar)
1, "CommunitySolarProjID", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "The ID of the Community Solar project (or 0
if not allowed or specified)", ""
1, "CommunitySolarSim", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Flag indicating whether Community Solar is
to be simulated (1) or not (0-default)", "" ; SAC 7/16/20
1, "CmntySlrProjInfo", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info - flag to
display dialog", ""
1, "CmntySlrProjInfoCap", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
caption", ""
1, "CmntySlrProjInfoMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
message", ""
1, "CmntySlrProjInfoDtl", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
details", ""
1, "CmntySlrProjInfoIcn", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
icon", ""
1, "CmntySlr_ElecEnergy", BEMP_Flt, 1, 0, 0, Pres,
"kWh", 0, 0, 1046, "Electric energy
generated by 1 kW of CS project PV", "" ; SAC 7/16/20 (CommunitySolar)
1, "CmntySlr_ElecDemand", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 1046, "Electric demand impact
of 1 kW of CS project PV", ""
1, "CmntySlr_TDV", BEMP_Flt, 1, 0, 0, Pres,
"kTDV", 0, 0, 1046, "kTDV corresponding to 1
kW of CS project PV", ""
1, "CmntySlr_CO2", BEMP_Flt, 1, 0, 0, Pres,
"kg", 0, 0, 1046, "CO2 emissions impact of
1 kW of CS project PV", ""
1, "CmntySlr_Src", BEMP_Flt, 1, 0, 0, Pres,
"kBtu", 0, 0, 1046, "Source energy impact of
1 kW of CS project PV", "" ; SAC 06/02/22

; ported from ResProj - SAC 06/04/22


1, "BattGridHarmCredit", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "Whether or not to take the self utilization
battery credit", ""
1, "AllowBattGridHarmCredit", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "Whether taking the self utilization battery
credit is allowed for this project", "" ; SAC 06/05/22
1, "GridHarmCredPk", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1003, "Fraction of total Standard design
Efficiency TDV that can be applied toward self utilization (BattGridHarmCredit)
credit", "" ; SAC 06/05/22
; ported from ResProj - SAC 06/01/22
1, "NetEnergyMeteringTDVAdj", BEMP_Flt, 1, 0, 0, Pres,
"TDV/Btu", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor for TDV calculations", ""
1, "NetEnergyMeteringNSCAdj", BEMP_Flt, 1, 0, 0, Pres,
"TDV/kWh", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor to account for annual net surplus compensation (NSC)", ""
1, "NetEnergyMeteringSrcAdj", BEMP_Flt, 1, 0, 0, Pres,
"Btu/Btu", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor for source energy calculations", "" ; SAC 6/11/19 - 2022
1, "NetEnergyMeteringNSCSrcAdj", BEMP_Flt, 1, 0, 0, Pres,
"Btu/kWh", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor to account for annual net surplus compensation (NSC) (for source
energy)", ""
1, "NetSurpPVProduction", BEMP_Flt, 1, 0, 0, Pres,
"kWh", 0, 0, 3208, "Net Surplus PV
Production - amount of kWh produced above PV capacity (to apply NSC factor to)",
""

1, "DCSizeMultiplier", BEMP_Flt, 1, 1, 0, NInp, "",


0, 0, 3208, "Multiplier on PV system size, used to
adjust user-entered proposed PV kW down to required exception kW (when exception is
applied)", "" ; APB 05/18/22 - PV system scaling based on Reduced PV Requirement
(tic #3352)

1, "NarrativeDetails", BEMP_Str, 1, 0, 0, Opt, "",


0, 0, 1001, "NarrativeDetails", ""
1, "ProjRemarks", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "ProjectRemarks", ""

1, "OccFrac", BEMP_Flt, 1, 0, 0, Def, "",


0, 0, 3008, "OccupantFraction", ""

1, "AutoHardSize", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 3008, "AutomaticHardSize", ""
1, "AutoEffInput", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "AutomaticEfficiencyInput", ""
1, "AutoHardSizeAirFlowPerSqFt", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ft2", 0, 0, 3008,
"AutomaticHardSizeAirFlowPerSquareFoot", ""
1, "AutoHardSizeAirFlowPerTon", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ton", 0, 0, 3008,
"AutomaticHardSizeAirFlowPerTon", ""
1, "ResAutoHardSizeAirFlowPerSqFt", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ft2", 0, 0, 3008,
"ResidentialAutomaticHardSizeAirFlowPerSquareFoot", ""
1, "ResAutoHardSizeAirFlowPerTon", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ton", 0, 0, 3008,
"ResidentialAutomaticHardSizeAirFlowPerTon", ""
1, "IsStdModel", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "IsStandardModel", ""

1, "DisableDayltgCtrls", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 3008, "DisableDaylightingControls", ""
1, "DefaultDayltgCtrls", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "DefaultDaylightingControls", ""
1, "DisableMandUFacChecks", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "DisableMandatoryUFactorChecks", ""
1, "DisableMandOccSensorCtrl", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "DisableMandatoryOccupancySensorControl",
""
1, "SimVarsInterval", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 1001, "SimulationVariablesInterval", ""
1, "SimVarsFlagSetAll", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesFlagSetAll", ""
1, "SimVarsSite", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesSite", ""
1, "SimVarsThrmlZn", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesThermalZone", ""
1, "SimVarsDayltg", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesDaylighting", ""
1, "SimVarsHVACSec", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesHVACSecondary", ""
1, "SimVarsHVACSecTempFlow", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001,
"SimulationVariablesHVACSecondaryTemperatureFlow", ""
1, "SimVarsHVACPri", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesHVACPrimary", ""
1, "SimVarsHVACZn", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesHVACZone", ""
1, "SimVarsHVACZnTempFlow", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001,
"SimulationVariablesHVACZoneTemperatureFlow", ""
1, "SimVarsVRFSys", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesVRFSystem", ""
1, "SimVarsHtRcvry", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesHeatRecovery", ""
1, "SimVarsFen", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesFenestration", ""
1, "SimVarsDr", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesDoor", ""
1, "SimVarsWtrHtr", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesWaterHeater", ""
1, "SimVarsThrmlEngyStor", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "SimulationVariablesThermalEnergyStorage",
""

1, "BlrCnt", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "BoilerCount", ""
1, "ChlrCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ChillerCount", ""
1, "HtRejCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "HeatRejectionCount", ""
1, "HavePVGeomObj", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1044, "HavePhotovoltaicGeometryObject", "" ;
"Whether or not model includes PVArrayGeom objects (impacting PV array inputs)"
1, "HavePVShadeObj", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1044, "HavePhotovoltaicShadeObject", "" ;
"Whether or not model includes PVShade objects (impacting PV array inputs)"
1, "AllowBattInps", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "AllowBatteryInputs", "" ; "whether or not
Battery simulation is allowed for this model"
1, "SimBatt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3208, "SimulateBattery", "" ; "Whether or not
a battery is to be simulated"
1, "ResBaseSysChange", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ResidentialBaselineSystemChange", ""
1, "ResTDVSrcEmisFac", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001,
"ResidentialTimeDependantValuationSourceEmissionFactors", ""

1, "NumZnSys", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "NumberZoneSystem", ""

1, "AvgDBTemp", BEMP_Flt, 1, 0, 0, Opt,


"�F", 0, 0, 1001,
"AverageDryBulbTemperature", ""
1, "MoAvgTempMaxDiff", BEMP_Flt, 1, 0, 0, Opt,
"�F", 0, 0, 1001,
"MonthlyAverageTemperatureMaximumDifference", ""

; to facilitate importation of Holidays for simulation


1, "HolRef", BEMP_Obj, 15, 1, 0, Opt, "",
0, 1, "Hol", 0, "", 1001, "HolidayReference", ""

; Analysis Data
1, "RunTitle", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1044, "RunTitle", ""
1, "AnalysisType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "AnalysisType", ""
1, "CompType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1003, "ComplianceType", ""
1, "ResCompType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceType", ""
1, "CompOptNew", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionNew", ""
1, "ResCompOptNew", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionNew", ""
1, "CompOptExist", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionExisting", ""
1, "CompOptAlt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionAlteration", ""
1, "CompOptAdd", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionAddition", ""
1, "CompOptEnve", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionEnvelope", ""
1, "ResCompOptEnve", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionEnvelope", ""
1, "CompOptLtg", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionLighting", ""
1, "ResCompOptLtg", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionLighting", ""
1, "CompOptPartLtg", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionPartialLighting", ""
1, "CompOptMech", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionMechanical", ""
1, "ResCompOptMech", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionMechanical", ""
1, "CompOptPartMech", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionPartialMechanical", ""
1, "CompOptDHW", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionDomesticHotWater", ""
1, "ResCompOptDHW", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003,
"ResidentialComplianceOptionDomesticHotWater", ""
;1, "CompOptPartDHW", BEMP_Int, 1, 0, 0, Req,
"", 0, 0, 1003,
"ComplianceOptionPartialDomesticHotWater", ""
1, "RunScope", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1020, "Run Scope", "" ; for MFam Res
compatibility - SAC 03/02/22

1, "ZEROCode", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1003, "ZEROCode", ""
1, "ZEROCodeEmissionMult", BEMP_Flt, 1, 0, 0, NInp,
"lb/kBtu", 0, 0, 1003,
"ZEROCodeEmissionMultiplier", ""
1, "ZEROCodePathFile", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ZEROCodePathFile", ""
1, "PVBattSim", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "PhotovoltaicBatterySimulation", ""
1, "Meter", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1003, "Meter", ""
1, "DisableDayltSavTimeSim", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "DisableDaylightSavingTimeSimulation", ""
1, "DayltSavTimeStartDate", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "DaylightSavingTimeStartDate", ""
1, "DayltSavTimeEndDate", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "DaylightSavingTimeEndDate", ""

1, "VentStd", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 1003, "VentilationStandard", ""
1, "VentStdDesc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1003, "VentilationStandardDescription", ""
1, "VentMult", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1003, "VentilationMultiplier", ""

1, "AirBarrier", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 1003, "AirBarrier", ""

1, "HlthCareFacility", BEMP_Int, 1, 1, 0, Opt, "",


0, 0, 1001, "HealthCareFacility", ""

1, "ResDwellUnits", BEMP_Int, 1, 1, 0, Opt, "",


0, 0, 1001, "ResidentialDwellingUnits", ""
1, "AffordableHousing", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1001, "AffordableHousing", "" ; SAC
07/26/22 (CUAC)
1, "CUACReport", BEMP_Int, 1, 1, 0, Opt, "",
0, 0, 1001,
"CaliforniaUtilityAllowanceCalculatorReport", ""
1, "CUACUIFlag", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1001, "CUACUserInterfaceFlag", "" ; SAC
08/19/22 (CUAC)
1, "CUACMsg", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 1001, "CUACMessage", ""
1, "CUACReportID", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1001, "CUACReportID", ""

1, "IsComRuleset", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 1001, "IsCommercialRuleset", ""
1, "IsSFamResRuleset", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1001, "IsSingleFamilyResidentialRuleset", ""
1, "IsLowRiseMFam", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1001, "IsLowRiseMultifamily", "" ; SAC
02/15/22
1, "IsHighRiseMFam", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1001, "IsHighRiseMultifamily", ""

; solar thermal PV credit properties - SAC 09/03/20 (tic #3218)


1, "AllowCentralElecDHWSolPVCred", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1042, "AllowCentralElectricDHWSolarPVCredit", ""
; Res: "AllowCntrlElecDHWSlrPVCred" "flag value indicating model includes all-
electric central DHW & PV and excludes solar thermal (DHW)" ; SAC 5/2/20
1, "TakeCentralElecDHWSolPVCred", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "TakeCentralElectricDHWSolarPVCredit", ""
; Res: "TakeCntrlElecDHWSlrPVCred" "whether or not to apply flexibility credit
for all-electric central DHW & PV models to offset standard design solar thermal
(DHW)" ; SAC 5/6/20
1, "CentralElecDHWSolPVCredPct", BEMP_Flt, 1, 0, 0, Pres,
"%", 0, 0, 1042,
"CentralElectricDHWSolarPVCreditPercent", "" ;
1, "UseCentralElecDHWSolPVCredPct", BEMP_Flt, 1, 0, 0, NInp,
"%", 0, 0, 1042,
"UseCentralElectricDHWSolarPVCreditPercent", "" ;
1, "StdDHWNoSlrSysEnergy", BEMP_Flt, 30, 1, 0, NInp, "",
0, 0, 39110, "StandardDHWNoSolarSystemEnergy", "" ;
"Standard design energy use of DHW w/out SolarSys [1-ElecKWH, 2-NGasKBtu, 3-
OthrKBtu]" ; SAC 9/14/20
1, "StdDHWNoSlrSysTDV", BEMP_Flt, 30, 1, 0, NInp,
"kTDV", 0, 0, 39110,
"StandardDHWNoSolarSystemTDV", "" ; "Standard design kTDV of DHW w/out
SolarSys [1-Elec, 2-NGas, 3-Othr]"
1, "StdDHWNoSlrSysTotTDV", BEMP_Flt, 10, 1, 0, NInp,
"kTDV", 0, 0, 39110,
"StandardDHWNoSolarSystemTotalTDV", "" ; "Standard design kTDV of DHW w/out
SolarSys (sum across all fuels)"
1, "TDVof1KWCFIPV", BEMP_Flt, 10, 1, 0, NInp,
"kTDV", 0, 0, 39110, "TDVof1KWCFIPV", ""
; TDV of a generic 1kW CFI PV array

1, "RuleReportType", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 1003, "RuleReportType", ""
1, "RuleReportFileAppend", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "RuleReportFileAppend", ""

;-1, "FinalResult", BEMP_Int, 1, 0, "", 0, 0,


1060, "Final Result", ""
;-1, "ErrorCode", BEMP_Sym, 1, 0, "", 0, 0,
1065, "Error Code", ""

1, "RptGenUIVer", BEMP_Str, 1, 0, 0, Opt, "",


0, 0, 1080, "ReportGeneratorUserInterfaceVersion", ""
1, "RptGenUIApp", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1080, "ReportGeneratorUserInterfaceApplication",
""
1, "CompManagerVersion", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1080, "ComplianceManagerVersion", ""
1, "SoftwareVersion", BEMP_Str, 1, 0, 0, Req, "",
0, 0, 1080, "SoftwareVersion", ""
1, "OpenStudioVersion", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1080, "OpenStudioVersion", ""
1, "EngyPlusVersion", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1080, "EnergyPlusVersion", ""
1, "CSEVersion", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1080, "CaliforniaSimulationEngineVersion", ""
1, "DHWSimEngVersion", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1080, "DomesticHotWaterSimulationEngineVersion",
""
1, "ProjFileName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "ProjectFileName", ""
1, "ProjFileNameNoExt", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1040, "ProjectFileNameNoExtension", "" ; Res:
"Name (not path or extension) of original project/model input file" ; SAC 2/2/20
(Com tic #3157)

; SAC 9/14/13 - added to report generation on the tail end of


analyses
1, "CompReportPDF", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "ComplianceReportPDF", ""
1, "CompReportPDFWritten", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ComplianceReportPDFWritten", ""
1, "CompReportXML", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "ComplianceReportXML", ""
1, "CompReportXMLWritten", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ComplianceReportXMLWritten", ""
1, "CompReportStd", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "ComplianceReportStandard", ""
1, "CompReportStdWritten", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ComplianceReportStandardWritten", ""
1, "CompReportNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ComplianceReportNumber", ""
1, "ResultsCurrentMessage", BEMP_Str, 1, 1, 0, Pres, "",
0, 0, 1003, "ResultsCurrentMessage", ""
; SAC 9/14/13 - added to facilitate file hash checking
1, "FileHashToCheck", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 1005, "FileHashToCheck", ""
1, "FileHashID", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1005, "FileHashID", ""
1, "FileHashStatus", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1005, "FileHashStatus", ""
1, "RptPrvKey", BEMP_Str, 20, 1, 0, NInp, "",
0, 0, 1005, "RptPrvKey", ""
1, "RptPubKey", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1005, "RptPubKey", ""
1, "SecurityKeyIdx", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1005, "SecurityKeyIndex", ""
; SAC 9/9/18 - path and filename properties to facilitate export
of text/csv files via rules
1, "ModelPath", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 39110, "ModelPath", ""
1, "ModelFile", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 39110, "ModelFile", ""
1, "ProcessingPath", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 39110, "ProcessingPath", ""
1, "ExportFileIdx", BEMP_Int, 20, 1, 0, NInp, "",
0, 0, 39110, "ExportFileIndex", ""

1, "PropHasNoClgZns", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 1005, "ProposedHasNoCoolingZones", ""
1, "AddClgSysZns", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1005, "ProposedAddCoolingSystemZones", ""
1, "PropHasUnknownHVACZns", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1005, "ProposedHasUnknownHVACZones", ""
1, "SHWWtrHtrCnt", BEMP_Int, 1, 1, 1, NInp, "",
0, 0, 1005, "WaterHeaterCount", ""

; NK 1/23/19 - CALGreen properties added for the CALGreen project tab

1, "CALGreenOutdrLtg", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1001, "CALGreenOutdoorLighting", ""
1, "CALGreenSHWRestaurant", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "CALGreenServiceHotWaterRestaurant", ""
1, "CALGreenWarehouse", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "CALGreenWarehouse", ""
1, "CALGreenDayltPAF", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "CALGreenDaylightPowerAdjustmentFactor", ""

1, "CALGreenExhAirRcvry", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1001, "CALGreenExhaustAirRecovery", ""
1, "CALGreenOutdrLtgDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "CALGreenOutdoorLightingDetailsLocation",
""
1, "CALGreenSHWRestaurantDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001,
"CALGreenServiceHotWaterRestaurantDetailsLocation", ""
1, "CALGreenWarehouseDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "CALGreenWarehouseDetailsLocation", ""
1, "CALGreenDayltPAFDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001,
"CALGreenDaylightPowerAdjustmentFactorDetailsLocation", ""
1, "CALGreenExhAirRcvryDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "CALGreenExhaustAirRecoveryDetailsLocation",
""
1, "CALGreenNarrative", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "CALGreenNarrative", ""
1, "CALGreenPtCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "CALGreenPointCount", ""
1, "CALGreenNonResBldg", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "CALGreenNonResidentialBuilding", ""
1, "CALGreenCompMarginTier1", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "CALGreenComplianceMarginTier1", ""
1, "CALGreenCompMarginTier2", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "CALGreenComplianceMarginTier2", ""

1, "CompPathEnv", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 1001, "CompliancePathEnvelope", ""
1, "ResCompPathEnv", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ResidentialCompliancePathEnvelope", ""
1, "EnvDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "EnvelopeDetailsLocation", ""
1, "CompPathMech", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "CompliancePathMechanical", ""
1, "ResCompPathMech", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ResidentialCompliancePathMechanical", ""
1, "MechDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "MechanicalDetailsLocation", ""
1, "CompPathDHW", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "CompliancePathDomesticHotWater", ""
1, "ResCompPathDHW", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ResidentialCompliancePathDomesticHotWater",
""
1, "DHWDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "DomesticHotWaterDetailsLocation", ""
1, "CompPathLtg", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "CompliancePathLighting", ""
1, "ResCompPathLtg", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "ResidentialCompliancePathLighting", ""
1, "LtgDetailsLctn", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1001, "LightingDetailsLocation", ""
1, "SolThrmlComp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "SolarThermalCompliance", ""
1, "PVComp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "PhotovoltaicCompliance", ""
1, "BattComp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "BatteryCompliance", ""
1, "CompPathKit", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "CompliancePathKitchen", ""
1, "CompPathComputerRm", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "CompliancePathComputerRoom", ""
1, "CompPathLab", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "CompliancePathLaboratory", ""
1, "LtgUncondComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "LightingUnconditionedCompliance", ""
1, "LtgOutdrComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "LightingOutdoorCompliance", ""
1, "LtgSignComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "LightingSignCompliance", ""
1, "MandCompChk", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "MandatoryComplianceCheck", ""
1, "SimpleHVACMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "SimpleHVACMandatoryCompliance", ""
1, "ComplexHVACMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "ComplexHVACMandatoryCompliance", ""
1, "ElecMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "ElectricalMandatoryCompliance", ""
1, "SolReadyMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "SolarReadyMandatoryCompliance", ""
1, "ParkingGarageMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "ParkingGarageMandatoryCompliance", ""
1, "ComRfrgMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001,
"CommercialRefrigerationMandatoryCompliance", ""
1, "RfrgWarehouseMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "RefrigerationWarehouseMandatoryCompliance",
""
1, "CompressedAirMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "CompressedAirMandatoryCompliance", ""
1, "ProcBlrMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "ProcessBoilerMandatoryCompliance", ""
1, "CommKitchenMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "CommercialKitchenMandatoryCompliance", ""
1, "ComputerRoomMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "ComputerRoomMandatoryCompliance", ""
1, "LabExhaustMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "LaboratoryExhaustMandatoryCompliance", ""
1, "ElevLtgVentMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001,
"ElevatorLightingVentilationMandatoryCompliance", ""
1, "EscalSpdCtrlMandComp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1001, "EscalatorSpeedControlMandatoryCompliance",
""
1, "NRCIEnvE", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIEnvE", ""
1, "NRCIEnv01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIEnv01E", ""
1, "NRCAEnv02F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAEnv02F", ""
1, "NRCAEnv03F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAEnv03F", ""

1, "NRCILtiE", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1001, "NRCILtiE", ""
1, "NRCILti01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILti01E", ""
1, "NRCILti02E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILti02E", ""
1, "NRCILti03E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILti03E", ""
1, "NRCILti04E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILti04E", ""
1, "NRCILti05E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILti05E", ""
1, "NRCILti06E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILti06E", ""
1, "NRCALti02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCALti02A", ""
1, "NRCALti03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCALti03A", "NotInput when
Proj:GeometryInpType = 'Simplified', else Default"
1, "NRCALti04A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCALti04A", ""
1, "NRCALti05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCALti05A", ""

1, "NRCIMchE", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1001, "NRCIMchE", ""
1, "NRCIMch01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIMch01E", ""
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""
1, "NRCAMch20H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch20H", ""
1, "NRCAMch21H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch21H", ""
1, "NRCVMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCVMch04H", ""
1, "NRCVMch24H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCVMch24H", ""
1, "NRCVMch27H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCVMch27H", ""
1, "NRCVMch32H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCVMch32H", ""

1, "NRCIPlbE", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1001, "NRCIPlbE", ""
1, "NRCIPlb01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIPlb01E", ""
1, "NRCIPlb02E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIPlb02E", ""
1, "NRCIPlb03E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIPlb03E", ""
1, "NRCIPlb21E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIPlb21E", ""
1, "NRCIPlb22E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIPlb22E", ""
1, "NRCVPlb21H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCVPlb21H", ""
1, "NRCVPlb22H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCVPlb22H", ""
1, "NRCISabE", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCISabE", ""
1, "NRCISth01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCISth01E", ""
1, "NRCIElc01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIElc01E", ""
1, "NRCISpv01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCISpv01E", ""
1, "NRCILto01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILto01E", ""
1, "NRCILto02E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILto02E", ""
1, "NRCALto02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCALto02A", ""
1, "NRCILts01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCILts01E", ""
1, "NRCIPrcE", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCIPrcE", ""
1, "NRCIPrc01E", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc01E", ""
1, "NRCAPrc01F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc01F", ""
1, "NRCAPrc02F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc02F", ""
1, "NRCAPrc03F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc03F", ""
1, "NRCAPrc04F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc04F", ""
1, "NRCAPrc05F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc05F", ""
1, "NRCAPrc06F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc06F", ""
1, "NRCAPrc07F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc07F", ""
1, "NRCAPrc08F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc08F", ""
1, "NRCAPrc12F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc12F", ""
1, "NRCAPrc13F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc13F", ""
1, "NRCAPrc14F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc14F", ""
1, "NRCAPrc15F", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc15F", ""
1, "NRCAPrc16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAPrc16A", ""

1, "OccSensorCntRpt", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1005, "OccupancySensorCountReport", ""
1, "AutoTimeSwitchRpt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1005, "AutomaticTimeSwitchReport", ""
1, "AutoDayltgRpt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1005, "AutomaticDaylightingReport", ""
1, "DemandResponsiveRpt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1005, "DemandResponsiveReport", ""
1, "InstitutionalTuningPAFRpt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1005, "InstitutionalTuningPAFReport", ""
1, "OutdrCtrlsRpt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1005, "OutdoorControlsReport", ""

1, "MandatoryLtgCtrlIsBldgDemandResponseCtrlRpt", BEMP_Sym, 1, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsBuildingDemandResponseControlReport", ""
1, "MandatoryLtgCtrlIsBldgShutOffCtrlRpt", BEMP_Sym, 1, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsBuildingShutOffControlReport", ""
1, "MandatoryLtgCtrlDescRpt", BEMP_Str, 10, 1, 0,
Opt, "", 0, 0, 3008,
"MandatoryLightingControlDescriptionReport", ""
1, "MandatoryLtgCtrlSpcFunctRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlSpaceFunctionReport", ""
1, "MandatoryLtgCtrlIsAreaCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAreaControlReport", ""
1, "MandatoryLtgCtrlIsMultiLvlCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsMultiLevelControlReport", ""
1, "MandatoryLtgCtrlIsShutOffCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsShutOffControlReport", ""
1, "MandatoryLtgCtrlIsPriDayltgCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsPrimaryDaylightingControlReport", ""
1, "MandatoryLtgCtrlIsSecDayltgCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsSecondaryDaylightingControlReport", ""
1, "MandatoryLtgCtrlIsAcceptanceTestReqdRpt", BEMP_Sym, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAcceptanceTestRequiredReport", ""
1, "MandatoryLtgCtrlCntRpt", BEMP_Int, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlCountReport", ""

1, "MtlBldgWallUA", BEMP_Flt, 6, 1, 0, NInp,


"Btu/hr-�F", 0, 0, 1003, "MetalBuildingWallUA",
""
1, "MtlFrmWallUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "MetalFrameWallUA", ""
1, "MassLightWallUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "MassLightWallUA", ""
1, "MassHeavyWallUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "MassHeavyWallUA", ""
1, "WoodFrmAndOtherWallUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003,
"WoodFramingAndOtherWallUA", ""
1, "SpandrelWallUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "SpandrelWallUA", ""
1, "WoodFrmAndOtherRoofUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003,
"WoodFramingAndOtherRoofUA", ""
1, "MtlBldgRoofUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "MetalBuildingRoofUA",
""
1, "MassFlrUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "MassFloorUA", ""
1, "OtherFlrUA", BEMP_Flt, 6, 1, 0, NInp,
"Btu/hr-�F", 0, 0, 1003, "OtherFloorUA", ""

1, "MtlBldgWallArea", BEMP_Flt, 6, 1, 0, NInp,


"ft2", 0, 0, 1003, "MetalBuildingWallArea",
""
1, "MtlFrmWallArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "MetalFrameWallArea",
""
1, "MassLightWallArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "MassLightWallArea", ""
1, "MassHeavyWallArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "MassHeavyWallArea", ""
1, "WoodFrmAndOtherWallArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003,
"WoodFramingAndOtherWallArea", ""
1, "SpandrelWallArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "SpandrelWallArea", ""
1, "WoodFrmAndOtherRoofArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003,
"WoodFramingAndOtherRoofArea", ""
1, "MtlBldgRoofArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "MetalBuildingRoofArea",
""
1, "MassFlrArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "MassFloorArea", ""
1, "OtherFlrArea", BEMP_Flt, 6, 1, 0, NInp,
"ft2", 0, 0, 1003, "OtherFloorArea", ""

1, "MtlBldgWallMaxUFac", BEMP_Flt, 2, 1, 0, NInp,


"Btu/hr-�F-ft2", 0, 0, 1003,
"MetalBuildingWallMaxUFactor", ""
1, "MtlFrmWallMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"MetalFrameWallMaxUFactor", ""
1, "MassLightWallMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"MassLightWallMaxUFactor", ""
1, "MassHeavyWallMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"MassHeavyWallMaxUFactor", ""
1, "WoodFrmAndOtherWallMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"WoodFramingAndOtherWallMaxUFactor", ""
1, "SpandrelWallMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"SpandrelWallMaxUFactor", ""
1, "WoodFrmAndOtherRoofMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"WoodFramingAndOtherRoofMaxUFactor", ""
1, "MtlBldgRoofMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"MetalBuildingRoofMaxUFactor", ""
1, "MassFlrMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "MassFloorMaxUFactor",
""
1, "OtherFlrMaxUFac", BEMP_Flt, 2, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "OtherFloorMaxUFactor",
""
1, "AltRoofMaxUFac", BEMP_Flt, 3, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "AlteredRoofMaxUFactor",
""
1, "AltMassFlrMaxUFac", BEMP_Flt, 3, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"AlteredMassFloorMaxUFactor", ""

1, "MtlBldgWallUFac", BEMP_Flt, 8, 1, 0, NInp,


"Btu/hr-�F-ft2", 0, 0, 1003,
"MetalBuildingWallUFactor", ""
1, "MtlFrmWallUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "MetalFrameWallUFactor",
""
1, "MassLightWallUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "MassLightWallUFactor",
""
1, "MassHeavyWallUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "MassHeavyWallUFactor",
""
1, "WoodFrmAndOtherWallUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"WoodFramingAndOtherWallUFactor", ""
1, "SpandrelWallUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "SpandrelWallUFactor",
""
1, "WoodFrmAndOtherRoofUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"WoodFramingAndOtherRoofUFactor", ""
1, "MtlBldgRoofUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003,
"MetalBuildingRoofUFactor", ""
1, "MassFlrUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "MassFloorUFactor", ""
1, "OtherFlrUFac", BEMP_Flt, 8, 1, 0, NInp,
"Btu/hr-�F-ft2", 0, 0, 1003, "OtherFloorUFactor", ""

; SAC 5/17/16 - added to support DHW simulation via CSE


1, "CSE_DHWUseMthd", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1030, "CSE_DHWUseMethod", "" ; Res:
CSEDHWUseMethod - "Selection of DHW use/profile mechanism used to simulate DHW in
CSE"
1, "CSE_DHWSizingRunReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "CSE_DHWSizingRunReqd", "" ; "whether or
not a CSE 'sizing' is required to simulate DHW systems in this model", "" ; SAC
07/01/21 (tic #1275)
1, "CSE_DHWSizingRunReqdSv", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "CSE_DHWSizingRunReqdSv", "" ; "saved
version of CSE_DHWSizingRunReqd - to preserve during DHWSolarSys sizing runs", ""
1, "CSE_DHWPreRunReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "CSE_DHWPreRunRequired", "" ; Res:
CSE_DHWPreRunReqd - "whether or not a CSE 'pre-run' is required to simulate and DHW
systems in this model"
1, "CSE_AllowCentralDHW", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "CSE_AllowCentralDHW", "" ; SAC 11/04/21
(MFam)
1, "SimulateCentralDHWBranches", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "boolean flag indicating whether or not to
simulate central DHW system branches (in CSE)", "" ; SAC 10/30/19
; SAC 1/30/20 - StdSolarSys (tic #3157)
1, "CSE_DHWPreRunReqdSv", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "CSE_DHWPreRunRequiredSave", "" ; Res:
CSE_DHWPreRunReqdSv - "saved version of CSE_DHWPreRunReqd - to preserve during
DHWSolarSys sizing runs"
1, "CSE_DHWSolarPreRunReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "CSE_DHWSolarPreRunRequired", "" ; Res:
CSE_DHWSolarPreRunReqd - "whether or not a CSE 'pre-run' is required to simulate
DHW SOLAR systems in this model"

1, "CSE_DHWUseIncFile", BEMP_Str, 1, 0, 0, NInp, "",


0, 0, 1044, "CSE_DHWUseIncludeFile", "" ; Res:
CSE_DHWUseIncFile - "Name of CSE DHW use/profile include file"
1, "CSE_DHWUseIncFileHashID", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1044, "CSE_DHWUseIncludeFileHashID", "" ; Res:
CSE_DHWUseIncFileHashID - "File hash ID of CSE DHW use/profile include file"

1, "SimulateStdDHW", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1030, "boolean indicating whether or not to
simulate DHW systems in the Standard design model (to support E+A+A)", ""
1, "StdElecDHWHeater", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResWtrHtr", 0, "", 7010, "Electric DHW heater to be used in certain
(2019+ non-central, all-electric) DHW systems", "" ; SAC 2/16/18 - tic #983
1, "StdCntrlElecDHWHtr", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResWtrHtr", 0, "", 7010, "Central electric DHW heater to be used in
certain (2019+ central, all-electric) DHW systems", "" ; SAC 1/8/19

; CSE DHW use #define values - SAC 3/15/16 ; moved from


ResProj -> Proj to enable ResDHWSys in Htl/Mtl projects - SAC 11/04/21
1, "ShwrFLOWF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "ShwrFLOWF", "" ; "ShwrFLOWF",
""
1, "HaveShwrDrnHtRecov", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "HaveShwrDrnHtRecov", "" ; "whether or
not dwelling unit includes shower drain heat recovery", "" ; SAC 2/16/18 (tic
#978)
1, "ShwrDRAINHREFF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "ShwrDRAINHREFF", "" ;
"ShwrDRAINHREFF", ""
1, "CwshHOTF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "CwshHOTF", "" ; "CwshHOTF",
""
1, "CwshUSEF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "CwshUSEF", "" ; "CwshUSEF",
""
1, "FaucHOTF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "FaucHOTF", "" ; "FaucHOTF",
""
1, "FaucFlowF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "FaucFlowF", "" ; "FaucFlowF",
""
1, "BathFLOWF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "BathFLOWF", "" ; "BathFLOWF",
""
1, "BathDRAINHREFF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "BathDRAINHREFF", "" ;
"BathDRAINHREFF", ""
1, "DwshFLOWF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "DwshFLOWF", "" ; "DwshFLOWF",
""
1, "MFamDHWDUShuffleNum", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "MFamDHWDUShuffleNum", "" ; "Shuffle #
OFFSET (0-N) used in defining MFam DHW day use profiles", "" ; SAC 02/18/21
1, "DHWDUShuffleNum", BEMP_Int, 2, 1, 0, Pres, "",
0, 0, 1003, "DHWDUShuffleNum", "" ; "Shuffle
#/OFFSET used to set DHW day use profiles (1-SFam, 2-MFam)", "" ; SAC 02/18/21
1, "InletMainsWtrTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 1003, "InletMainsWtrTemp",
"" ; "Temperature of inlet mains water (based on climate zone)", "" ; SAC
7/17/15

; 1, "MFamDHWDUShuffleNum", BEMP_Int, 1, 0, 0, Pres,


"", 0, 0, 1003, "MFamDHWDUShuffleNum",
"" ; Res: MFamDHWDUShuffleNum, "Shuffle # OFFSET (0-N) used in defining MFam DHW
day use profiles" ; SAC 02/18/21
; 1, "DHWDUShuffleNum", BEMP_Int, 2, 0, 0, NInp,
"", 0, 0, 1003, "DHWDUShuffleNum",
"" ; Res: DHWDUShuffleNum, "Shuffle #/OFFSET used to set DHW day use
profiles" ; SAC 02/18/21

1, "CSE_ExcludePVBattFromSim", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1003,
"CSE_ExcludePhotovoltaicBatteryFromSimulation", "" ; Flag indicating PV &
Battery should be EXCLUDED from simulation ; SAC 01/12/22 (MFam)
1, "CSE_SimPVBattOnly", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CSE_SimulatePhotovoltaicBatteryOnly",
"" ; Flag indicating simulation should include ONLY PV & Battery ; SAC
01/12/22 (MFam)

1, "CSE_Comment", BEMP_Str, 60, 1, 0, Pres, "",


0, 0, 1005, "CSE_Comment", "" ; Res:
CSE_Comment - "Comment line(s) written into top of CSE input file" ; SAC 4/13/16
- 30->60 to handle 2016 int gains
1, "CSE_DefineName", BEMP_Str, 65, 1, 0, NInp, "",
0, 0, 1005, "CSE_DefineName", "" ; Res:
CSE_DefineName - "Name of #define"
1, "CSE_DefineType", BEMP_Int, 65, 1, 0, NInp, "",
0, 0, 1005, "CSE_DefineType", "" ; Res:
CSE_DefineType - "#define type: 0-name only, 1-float, 2-string w/ quotes, 3-string
no quotes"
1, "CSE_DefineFloat", BEMP_Flt, 65, 1, 0, NInp, "",
0, 0, 1005, "CSE_DefineFloat", "" ; Res:
CSE_DefineFloat - "#define values"
1, "CSE_DefineString", BEMP_Str, 65, 1, 0, NInp, "",
0, 0, 1005, "CSE_DefineString", "" ; Res:
CSE_DefineString - "#define strings"
1, "CSE_RptIncFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1044, "CSE_ReportIncludeFile", "" ; Res:
ReportIncludeFile - "Name (and directory if not present in project dir) of CSE
report include file"

1, "CSE_DeleteCompType", BEMP_Str, 30, 1, 0, NInp, "",


0, 0, 1005, "CSE_DeleteComponentType", "" ; Res:
DeleteCompType - "Type of CSE component to call DELETE on (at the end of the CSE
file)"
1, "CSE_DeleteCompName", BEMP_Str, 30, 1, 0, NInp, "",
0, 0, 1005, "CSE_DeleteComponentName", "" ; Res:
DeleteCompName - "Name of CSE component to call DELETE on (at the end...)"

1, "CSE_ElecMETER", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "cseMETER", 0, "", 7010, "CSE_ElectricMETER", "" ; Res: - "CSE
METER used to report all electric use"
1, "CSE_Elec2METER", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_Electric2METER", "" ; Res: - "CSE
METER used to report all electric use (for Regulated Ltg & Process Motors)" ; SAC
04/13/22 (Com tic #3366)
1, "CSE_NatGasMETER", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_NaturalGasMETER", "" ; Res: - "CSE
METER used to report all natural gas use"
1, "CSE_OtherFuelMETER", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_OtherFuelMETER", "" ; Res: - "CSE
METER used to report all other fuel use"
1, "CSE_ElecEXPORT", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_ElectricEXPORT", "" ; Res: - "CSE
EXPORT used to report all electric use"
1, "CSE_Elec2EXPORT", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_Electric2EXPORT", "" ; Res: - "CSE
EXPORT used to report all electric use (for Regulated Ltg & Process Motors)" ;
SAC 04/13/22 (Com tic #3366)
1, "CSE_NatGasEXPORT", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_NaturalGasEXPORT", "" ; Res: - "CSE
EXPORT used to report all natural gas use"
1, "CSE_OtherFuelEXPORT", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_OtherFuelEXPORT", "" ; Res: - "CSE
EXPORT used to report all other fuel use"
1, "CSE_FXHwDHWMETER", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWMETER", 0, "", 7010, "CSE_FXHwDHWMETER", "" ; Res: - "CSE
DHWMETER used for DHWSYS:wsFXHwMtr"
1, "CSE_WHHwDHWMETER", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWMETER", 0, "", 7010, "CSE_WHHwDHWMETER", "" ; Res: - "CSE
DHWMETER used for DHWSYS:wsWHHwMtr"

1, "DwellUnitBedrmLabel", BEMP_Str, 8, 1, 0, NInp, "",


0, 0, 1005, "DwellUnitBedrmLabel", ""
1, "CSE_ElecMETERByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_ElecMETERByRms", "" ; SAC
08/20/22 (CUAC)
1, "CSE_Elec2METERByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_Elec2METERByRms", ""
1, "CSE_NatGasMETERByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_NatGasMETERByRms", ""
1, "CSE_OtherFuelMETERByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_OtherFuelMETERByRms", ""
1, "CSE_ElecEXPORTByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_ElectricEXPORTByRms", "" ; SAC
08/21/22 (CUAC)
1, "CSE_Elec2EXPORTByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_Electric2EXPORTByRms", ""
1, "CSE_NatGasEXPORTByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_NaturalGasEXPORTByRms", ""
1, "CSE_OtherFuelEXPORTByRms", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_OtherFuelEXPORTByRms", ""

; to report hourly DHW usage by draw type (faucets, shower, clothes


washer, etc.) - SAC 05/20/21
1, "CSE_DHWMtrHrlyExportFile", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORTFILE", 0, "", 3006, "CSE_DHWMeterHourlyExportFile", ""
1, "CSE_DHWMtrHrlyExport", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 3006, "CSE_DHWMeterHourlyExport", ""

1, "BattCtrlImportFile", BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "cseIMPORTFILE", 0, "", 7010, "BattCtrlImportFile", "" ; "CSE
IMPORTFILE object used to support simulation of battery control", "" ; moved
from ResProj -> Proj - SAC 11/04/21
1, "CSE_WriteTDV", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "CSE_WriteTDV", "" ; Res:
"whether to write Elec & Fuel TDV data to CSV file for CSE to read
(cseTOP:tdvfName)" ; SAC 3/10/17
1, "CSE_ElecUseIMPORTFILE", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseIMPORTFILE", 0, "", 7010, "CSE_ElecUseIMPORTFILE", "" ; "CSE
IMPORTFILE used for importing electric use (from E+) needed for Battery simulation"

1, "CSE_HPWHSizingReqd", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1003, "CSE_HPWHSizingReqd", "" ; Res: "Flag
indicating whether or not HPWH sizing runs are required (Std design central systems
w/ HPWHs only)" ; SAC 12/12/18 (HPWHSIZE)
1, "CSE_HPWHSizInProc", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CSE_HPWHSizInProc", "" ; Res: "Flag
indicating HPWH sizing runs are in the midst of being processed" ; SAC 12/18/18
(HPWHSIZE)
1, "CSE_HPWHSizUseSSF", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CSE_HPWHSizUseSSF", "" ; Res: "Flag
indicating that HPWH sizing runs need to use annual/constant SSFs (rather than
DHWSolarSys) during sizing process" ; SAC 2/11/20 (Res tic #862)
;1, "CSE_HPWHSizingFrac", BEMP_Flt, 1, 0, 0, NInp,
"", 0, 0, 1003, "CSE_HPWHSizingFrac",
"" ; Res: "Target fraction for (backup heat elec use / heating elec use) when
sizing HPWH equipment" ; SAC 12/16/18 (HPWHSIZE)
;1, "CSE_HPWHSizingTol", BEMP_Flt, 1, 0, 0, NInp,
"", 0, 0, 1003, "CSE_HPWHSizingTol",
"" ; Res: "Tolerance (fracitonal margin) for (backup heat elec use / heating elec
use) when sizing HPWH equipment" ; SAC 12/16/18 (HPWHSIZE)
1, "CSE_HPWHSzGuessMlt", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1003, "CSE_HPWHSzGuessMlt", "" ; Res:
"Multiplier used to adjust HPWH sizing guess" ; SAC 12/25/18 (HPWHSIZE)
1, "CSE_HPWHSizExport", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_HPWHSizExport", "" ; Res: "CSE
EXPORT used to export data to facilitate HPWH sizing"
1, "CSE_HPWHSizReport", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseREPORT", 0, "", 7010, "CSE_HPWHSizReport", "" ; Res: "CSE
REPORT used to report data to facilitate HPWH sizing"
1, "StdHPWHSzNumRuns", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "StdHPWHSzNumRuns", "" ; Res: "Number
of HPWH sizing runs (for size calc based on curve fit)" ; SAC 1/1/19 (HPWHSIZE)
1, "StdHPWHSzTDVTbl", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "StdHPWHSzTDVTbl", "" ; Res: "Name
of hourly TDV table used to adjust hourly HPWH results when calculating std design
sizing multiplier" ; SAC 1/2/19 (HPWHSIZE)
1, "StdHPWHSzTDVCol", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "StdHPWHSzTDVCol", "" ; Res: "Column
num of hourly TDV table used to adjust hourly HPWH results when calculating std
design sizing multiplier" ; SAC 1/2/19 (HPWHSIZE)
;1, "StdHPWHSizingMult", BEMP_Flt, 1, 0, 0, NInp,
"mult", 0, 0, 1003, "StdHPWHSizingMult",
"" ; Res: "Multiplier used to adjust standard design HPWH size" ; SAC 12/26/18
(HPWHSIZE)
1, "StdHPWHSizingForm", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003, "StdHPWHSizingForm", "" ; Res:
"Formula used to calculate HPWH size fraction used in iterative sizing calc" ;
SAC 12/26/18 (HPWHSIZE)

1, "StdElecDWHRSysRef", BEMP_Obj, 2, 0, 0, NInp, "",


0, 1, "ResDWHRSys", 0, "", 7010, "StdElecDWHRSysRef", "" ; Res: SAC
1/29/19
1, "StdNoSlrPVArrayRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "csePVARRAY", 0, "", 7010, "StdNoSlrPVArrayRef", "" ; SAC 09/03/20
(tic #3218)

; SAC 1/30/20 - StdSolarSys (tic #3157)


1, "StdDHWSolarSysRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "DHWSolarSys", 0, "", 1003, "StandardDHWSolarSystemReference", "" ;
Res: "Std design DHWSolarSys to serve central DHWSystems"
1, "CSE_SolarSysSizExport", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE_SolarSystemSizeExport", "" ;
Res: "CSE EXPORT used to export data to CSV for use in DHWSolarSys sizing"
1, "CSE_SolarSysSizExpCol", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseEXPORTCOL", 0, "", 7010, "CSE_SolarSystemSizeExportColumn", "" ;
Res: "CSE EXPORTCOL used to export data to CSV for use in DHWSolarSys sizing"
1, "CSE_PropSSFExportFile", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORTFILE", 0, "", 3006, "CSE_ProposedSSFExportFile", "" ;
Res: "ExportFile DHWSolarSys SSF results are written to"
1, "CSE_PropSSFExport", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 3006, "CSE_ProposedSSFExport", "" ;
Res: "Export DHWSolarSys SSF results are written to"
1, "CSE_PropSSFExpCol", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseEXPORTCOL", 0, "", 7010, "CSE_ProposedSSFExportColumn", "" ;
Res: "EXPORTCOLs used to export DHWSolarSys SSF results"
; SAC 9/17/20 - StdSolarSys - copy of properties of EUseSummary for
setting mid-analysis (tic #3215)
1, "PropDHWNames_SSF", BEMP_Str, 10, 1, 0, Pres, "",
0, 0, 39110, "ProposedDHWNames_SSF", ""
1, "PropDHW_SSF", BEMP_Flt, 10, 1, 0, Pres, "frac",
0, 0, 39110, "ProposedDHW_SSF", ""
1, "StdDHW_SSF", BEMP_Flt, 1, 0, 0, Pres, "frac",
0, 0, 39110, "StandardDHW_SSF", ""

; to support Load Passing from CSE -> E+ - SAC 03/18/22 (WSHP)


1, "CSE_LoadPassingExportFile", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile Load Passing results are written
to", ""
1, "CSE_LoadPassingExport", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export Load Passing results are written
to", ""
1, "CSE_LoadPassingExportCol", BEMP_Obj, 3, 1, 0, NInp, "",
0, 1, "cseEXPORTCOL", 0, "", 3006, "Mo/Day/Hr Export columns of Load Passing
results export", ""

; SAC 4/5/18 - added to enable less frequent model defaulting in


the CBECC UI
1, "DefaultOptionInp", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1030, "DefaultOptionInput", ""
1, "DefaultOptionObj", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1030, "DefaultOptionObject", ""
1, "DefaultOptionDone", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1030, "DefaultOptionDone", ""
1, "DefaultingRounds", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "DefaultingRounds", "" ;
number rounds of defaulting since the model was opened, a criteria used for checks
made when opening a model - DR 3/6/21
1, "EnableResearchMode", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "EnableResearchMode", "" ; "Boolean (0/1)
determining access to 'Research' mode analysis" ; moved from ResProj to ensure
access outside MFam models - SAC 02/26/22

1, "NumResultsSets", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1003, "NumberResultsSets", "" ;
number of SETS of results (first implemented for 2022 testing to include 6 sets of
TDV & C02 multiplier tables & results) - SAC 11/03/19
;1, "PrimResultSet", BEMP_Sym, 1, 0, 0, Def,
"", 0, 0, 1003, "PrimaryResultSet",
"" ; label of TDV result set that is considered the 'Primary' (the one exported to
hourly results & used in advanced battery control sim) - SAC 3/21/20
1, "PrimResultSetIdx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "PrimaryResultSetIndex", "" ;
index of (TDV) result set that is considered the 'Primary' (the one exported to
hourly results & used in advanced battery control sim) - SAC 3/11/20
1, "EUseSummaryRef", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "EUseSummary", 0, "", 1003, "EUseSummaryReference", "" ;
SAC 11/27/20
1, "ResultSetName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "ResultSetName", ""
1, "TDVMultTableName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "TDVMultiplierTableName", ""
1, "ElecDemMultTableName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "ElectricDemandMultiplierTableName", ""
1, "CO2EmissionsElecTable", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "CO2EmissionsElecricTable", ""
1, "CO2EmissionsNatGasTable", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "CO2EmissionsNaturalGasTable", ""
1, "CO2EmissionsNatGasMult", BEMP_Flt, 10, 1, 0, NInp,
"ton/MBtuh", 0, 0, 1003,
"CO2EmissionsNaturalGasMultiplier", ""
1, "CO2EmissionsOtherTable", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "CO2EmissionsOtherTable", ""
1, "CO2EmissionsOtherMult", BEMP_Flt, 10, 1, 0, NInp,
"ton/MBtuh", 0, 0, 1003,
"CO2EmissionsOtherMultiplier", ""
1, "SrcEngyMultTableName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "SourceEnergyMultiplierTableName", ""
1, "ResTDVMultTableName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "ResidentialTDVMultiplierTableName",
"" ; SAC 10/30/21 (MFam)
1, "ResElecDemMultTableName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003,
"ResidentialElectricDemandMultiplierTableName", ""
1, "ResCO2EmissionsElecTable", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "ResidentialCO2EmissionsElecricTable",
""
1, "ResCO2EmissionsNatGasTable", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "ResidentialCO2EmissionsNaturalGasTable",
""
1, "ResCO2EmissionsNatGasMult", BEMP_Flt, 10, 1, 0, NInp,
"ton/MBtuh", 0, 0, 1003,
"ResidentialCO2EmissionsNaturalGasMultiplier", ""
1, "ResCO2EmissionsOtherTable", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003, "ResidentialCO2EmissionsOtherTable",
""
1, "ResCO2EmissionsOtherMult", BEMP_Flt, 10, 1, 0, NInp,
"ton/MBtuh", 0, 0, 1003,
"ResidentialCO2EmissionsOtherMultiplier", ""
1, "ResSrcEngyMultTableName", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 1003,
"ResidentialSourceEnergyMultiplierTableName", ""

; SAC 8/26/18 - added properties to specify table name and column


for retrieval and calc of TDS (source energy) hourly multipliers (for A2030)
1, "TDSTableName", BEMP_Str, 3, 1, 0, NInp, "",
0, 0, 1005, "TDSTableName", "" ; SAC 8/26/18 -
A2030
1, "TDSColumnNum", BEMP_Int, 3, 1, 0, NInp, "",
0, 0, 1005, "TDSColumnNumber", "" ;
1, "TDSMult", BEMP_Flt, 3, 1, 0, NInp, "",
0, 0, 1005, "TDSMultiplier", "" ;

1, "RunResults", BEMP_Obj, 16, 1, 0, Pres, "",


0, 1, "EnergyUse", 0, "", 7010, "RunResults", "" ; SAC 9/7/18 - EnergyUse
results objects ; 15->16 for 2022 analysis - SAC 12/11/21
;----------------------------------------------------------------------------------
--------------

; added to facilitate 2022 MFam restructuring - SAC 08/10/21 ; split out into
separate ResProj object - SAC 10/17/21
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------
0, "ResProj", "ResidentialProject", "ResProject <i>", 1, 0, 0, "Proj",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
;---------------------------- CBECC-Res Proj Properties
-----------------------------------------
; 1, "Ruleset", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1001, "Ruleset", ""
; 1, "RuleFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 39110, "Binary Ruleset
Filename", ""
; 1, "DevMode", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1080, "1 if NON-release
version, otherwise 0", ""
1, "EnergyCodeYearNum", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "Year of energy code this ruleset analyzes
(integer)", ""
; 1, "EnergyCodeYear", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Year of energy code
this ruleset analyzes", ""
; 1, "AnalysisVersion", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1080, "numeric ID used to
differentiate analysis for multiple versions within the same code year", "" ;
SAC 10/15/19
; 1, "BEMVersion", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Version ID of building
energy model database", ""
1, "ShowNotRegWatermark", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not the 'not registered'
watermark should appear on the compliance report", ""
; 1, "SoftwareVersion", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Software version/ID
(for reporting)", ""
1, "SoftwareVersionDetail", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Software version/ID (detailed, for
reporting)", "" ; SAC 1/29/20 (tic #1192)
; 1, "SoftwareNote", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Addiitonal vendor
software version/ID", ""
1, "CompMgrVersion", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Compliance Manager version/ID (for
reporting)", ""
; 1, "RuleRepoRev", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Ruleset repository
revision number", ""
; 1, "CreateDate", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Create Date", ""
; 1, "ModDate", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1035, "Mod Date", ""
; 1, "RunDate", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1040, "Run Date", ""
; 1, "RunDateFmt", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Run Date - formatted
for reporting", ""
; 1, "RunDateISO", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Run Date - formatted
for reporting as ISODate (xsd:datetime)", ""
; SAC 9/15/15 - path and filename properties to enable export of
text/csv files via rules ; SAC 5/19/20 - moved up from below and re-order to
consolidate properties that routinely vary across test runs
1, "ProcessingPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "BatchPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "ModelPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
; 1, "BatchFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 39110, "", ""
; 1, "ModelFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 39110, "", ""
; 1, "ProjFileName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Name and extension (not
path) of original project/model input file", ""
; 1, "ProjFileNameNoExt", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Name (not path or
extension) of original project/model input file", "" ; SAC 12/6/19
1, "PrimSimEngingVer", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Primary simulation engine software
version/ID (for reporting)", ""
1, "SecSimEngingVer", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Secondary simulation engine software
version/ID (for reporting)", ""
1, "RulesetVersion", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Compliance ruleset version/ID (for
reporting)", ""
; 1, "CSEName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Name of CSE executable
used to simulate models", ""
; 1, "CSEinclDHWMFL_EU", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "Flag indicating whether or not CSE results
will include the DhwMFL enduse", "" ; removed - SAC 10/07/21 (MFam)
; Analysis Data
1, "ExEDR_Defaults", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1040, "Whether or not Existing EDR defaulting is
active for this model", ""
1, "RunNumber", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "1-based index of this individual run", ""
1, "RunID", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "ID of this individual run", ""
1, "RunIDProcFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "Shorter version of RunID appended to
individual run's filename", ""
1, "RunAbbrev", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "1-2 character, lower case version of
RunID", ""
; 1, "RunTitle", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1044, "Title that appears on
reports to identify this analysis", ""
; 1, "EnableResearchMode", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
determining access to 'Research' mode analysis", ""
; 1, "AllowNegativeDesignRatings", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
determining whether or not to allow negative design ratings (target & calcs)", ""
; SAC 1/11/18
; 1, "CalcCO2DesignRatings", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
determining whether or not to calculate & display CO2 design ratings", "" ; SAC
1/27/18
; 1, "RetainRuleDefaults", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1) to
override file save of all rule defaults as user inputs", "" ; SAC 2/4/16
; 1, "AnalysisType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "Type of analysis to be
perfomed", ""
1, "ResAnalysisType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003, "Type of residential analysis to be
perfomed", "" ; was: AnalysisType in res ruleset - SAC 10/18/21

1, "NumProposedHPWHs", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1003, "number of active/assigned HPWHs in proposed
model", "" ; SAC 02/05/21
1, "AllowStdDesignFuel", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "flag re: StdDesignFuel availability (0-not
allowed, 1-allowed, 2-by use)", "" ; SAC 6/18/20 (2022AllElecStd)
1, "StdDesignFuel", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The standard design fuel option (overrides
code default)", "" ; SAC 6/18/20 (2022AllElecStd)
1, "StdDesignFuel_App", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The standard design fuel for Appliances
(when ERM activated)", "" ; SAC 7/2/20 (2022AllElecStd)
1, "StdDesignFuel_Ckg", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The standard design fuel for Cooking (when
ERM activated)", "" ; SAC 01/19/21
1, "StdDesignFuel_Dry", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The standard design fuel for Clothes
Dryer(s) (when ERM activated)", ""
1, "StdDesignFuel_HVAC", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The standard design fuel for HVAC (when ERM
activated)", ""
1, "StdDesignFuel_DHW", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The standard design fuel for DHW (when ERM
activated)", ""
1, "AllElecStdDesign", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether or not the analysis should force an
all-electric standard design (& design rating) model", "" ; SAC 6/13/20
(2022AllElecStd) / SAC 6/18/20 - deprecated
1, "StdDesignCompactDistrib", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether to apply 2019 DHW compact
distribution standard design settings", "" ; SAC 01/22/21
1, "StdDesignCompactDistVal", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "DHW compactness factor to use in all
climate zones for standard design model (iff ERM & StdDesignCompactDistrib)", ""
; SAC 01/27/21
; 1, "StdDesignCompactDistYear", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Title24 code year to
base DHW compact distribution table look-ups on", "" - moved to Proj - SAC
03/02/22
1, "StdDesignDrnWtrHtRecov", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether to apply 2019 drain water heat
recovery standard design settings", ""
; 1, "StdDesignDrnWtrHtRecYear", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Title24 code year to
base drain water heat recovery table look-ups on", "" - moved to Proj - SAC
03/02/22
1, "StdDesignHPWHLocOverride", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether to override the standard design
HPWH location to the largest conditioned zone", ""
1, "StdDesignWinPerfAdjust", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether to adjust the standard design
window performance settings", ""
1, "StdDesignWinAdj_Ufactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "adjustment to the standard design window U-
factor", ""
1, "StdDesignWinAdj_SHGC", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "adjustment to the standard design window
SHGC", ""
1, "SMFFollowsStdDesignFuel", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether to override the standard mixed fuel
run w/ customized standard design fuel options", "" ; SAC 02/01/21
1, "AllowDRtgDesignFuel", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "flag re: DRtgDesignFuel availability (0-not
allowed, 1-allowed, 2-by use)", "" ; SAC 01/16/21
1, "DRtgDesignFuel", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "The design rating reference run fuel option
(overrides code default)", ""
; 1, "DRtgDesignFuel_App", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "The design rating
reference run fuel for Appliances (when ERM activated)", ""
; 1, "DRtgDesignFuel_Ckg", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "The design rating
reference run fuel for Cooking (when ERM activated)", "" ; SAC 01/19/21
; 1, "DRtgDesignFuel_Dry", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "The design rating
reference run fuel for Clothes Dryer(s) (when ERM activated)", ""
; 1, "DRtgDesignFuel_HVAC", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "The design rating
reference run fuel for HVAC (when ERM activated)", ""
; 1, "DRtgDesignFuel_DHW", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "The design rating
reference run fuel for DHW (when ERM activated)", ""
1, "CALGreen", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Whether or not CALGreen analysis is to be
performed (alters TDV data)", "" ; SAC 10/6/17
1, "TDVType", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "Type of TDV data (conventional TDV vs.
CO2/GHG-based)", ""
1, "TDVSecTbl_Elec", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of electric secondary TDV data table
(containing CO2/GHG-based TDV adders)", ""
1, "TDVSecTbl_NGas", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of natural gas secondary TDV data
table (containing CO2/GHG-based TDV adders)", ""
1, "TDVSecTbl_Othr", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of other/propane secondary TDV data
table (containing CO2/GHG-based TDV adders)", ""
1, "SrcSecTbl_Elec", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of electric secondary source energy
data table (containing CO2/GHG-based source energy adders)", ""
1, "SrcSecTbl_NGas", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of natural gas secondary source energy
data table (containing CO2/GHG-based source energy adders)", ""
1, "SrcSecTbl_Othr", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of other/propane secondary source
energy data table (containing CO2/GHG-based source energy adders)", ""
1, "BypassRuleLimits", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Boolean (0/1), when =1 causes certain rule-
based compliance checks/limits to be bypassed", ""
1, "StandardsVersion", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "determines which federal appliance
efficiency requirements for cooling & heating equipment apply to this project", ""
; restored to compile rules but shouldn't be referenced in Com analysis - SAC
10/21/21 (MFam)
; 1, "StandardsVerLabel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1003, "text label for above
item StandardsVersion", ""
1, "CO2FuelUnitLabel", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "text label for CO2 emissions by fuel type
(kg?)", ""
1, "CO2FuelUnitMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "conversion factor from EnergyUse units
(tonne/ft2-yr) to CO2FuelUnitLabel", ""
1, "CO2TotalUnitLabel", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "text label for total (summary) CO2
emissions (g/ft2-yr?)", ""
1, "CO2TotalUnitMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "conversion factor from EnergyUse units
(tonne/ft2-yr) units to CO2TotalUnitLabel", ""
; 1, "CO2ElecTableMult", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "conversion factor from
CO2 electric emissions look-up table units to tonnes/MWh", ""
; 1, "CO2FuelTableMult", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "conversion factor from
CO2 fuel (NatGas & Other) emissions look-up table units to tonnes/therm", ""
; 1, "AnalysisReport", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "Report to be generated
for each model during analsyis", ""
; 1, "ComplianceReportPDF", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
indicating whether or not to generate a PDF compliance report following analysis",
""
; 1, "CompRptPDFWritten", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
indicating whether or not a PDF compliance report was written following analysis",
""
; 1, "ComplianceReportXML", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
indicating whether or not to generate a full (XML) compliance report following
analysis", ""
; 1, "CompRptXMLWritten", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
indicating whether or not a full (XML) compliance report was written following
analysis", ""
1, "SeasonChangeSetpt", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 1003, "Temperature used to
differentiate seasons", ""
1, "FanVentLockoutTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 1003, "Fan vent lockout
temperature", ""
; Alternative internal gains methods - SAC 4/13/16
1, "IntGainsMethod", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "Method (likely code vintage-based) used to
default/specify internal gains", ""
; DHW use #define values - SAC 3/15/16
; 1, "ShwrFLOWF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "ShwrFLOWF", ""
; 1, "HaveShwrDrnHtRecov", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "whether or not dwelling
unit includes shower drain heat recovery", "" ; SAC 2/16/18 (tic #978)
; 1, "ShwrDRAINHREFF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "ShwrDRAINHREFF", ""
; 1, "CwshHOTF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "CwshHOTF", ""
; 1, "CwshUSEF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "CwshUSEF", ""
; 1, "FaucHOTF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "FaucHOTF", ""
; 1, "FaucFlowF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "FaucFlowF", ""
; 1, "BathFLOWF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "BathFLOWF", ""
; 1, "BathDRAINHREFF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "BathDRAINHREFF", ""
; 1, "DwshFLOWF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "DwshFLOWF", ""
; 1, "CSE_DHWUseIncFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1044, "Name of CSE DHW
use/profile include file", ""
; 1, "CSE_DHWUseIncFileHashID", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1044, "File hash ID of CSE DHW
use/profile include file", ""
1, "SFamDHWDUShuffleNum", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Shuffle # (1-5) to use for SFam DHW day use
profile", "" ; SAC 02/18/21
; 1, "MFamDHWDUShuffleNum", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Shuffle # OFFSET (0-N)
used in defining MFam DHW day use profiles", "" ; SAC 02/18/21
; 1, "DHWDUShuffleNum", BEMP_Int, 2, 1, 0, Pres,
"", 0, 0, 1003, "Shuffle #/OFFSET used
to set DHW day use profiles (1-SFam, 2-MFam)", "" ; SAC 02/18/21
1, "ShuffleSFamDHW", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Whether or not to shuffle SFam DHW draw
profiles in CSE inputs", "" ; SAC 05/13/21
1, "ShuffleSFamDHWNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "Number of SFam DHW draw profile shuffles
(to specify in CSE inputs)", ""
1, "ShuffleSFamDHWMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "message populated if shuffle SFam DHW draw
profiles not valid for compliance analysis", "" ; SAC 06/24/21

; 1, "HavePVGeomObjects", BEMP_Int, 1, 0, 0, Pres,


"", 0, 0, 1044, "Whether or not model
includes PVArrayGeom objects (impacting PV array inputs)", ""
1, "HaveShadeObjects", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1044, "Whether or not model includes Shade objects
(impacting PV array inputs)", ""
; photovoltaic system credit
; APB 05/12/2022 - Community solar (tic #3352)
1, "AllowCommunitySolar", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Whether or not the Community Solar feature
is available for this project", "" ; SAC 6/10/20 (CommunitySolar)
1, "NumAvailCmntySlrProjs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "# of Community Solar projects available for
the selected ClimateZone", "" ; SAC 7/3/20 (CommunitySolar)
1, "CmntySlrProjsAvailMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "UI message related to # of Community Solar
projects available for the selected ClimateZone", ""
1, "CmntySlrProjCZCompat", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "flag indicating compatibility between
Climate Zone & Community Solar project selections", ""
1, "UseCommunitySolar", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Whether or not this project uses a
Community Solar system", ""
1, "CommunitySolarProject", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1046, "The Community Solar project this home
subscribes to", ""
1, "InCmntySlrProjTerritory", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Whether this home is within the Community
Solar project service territory", "" ; SAC 7/3/20 (CommunitySolar)
1, "CommunitySolarProjID", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "The ID of the Community Solar project (or 0
if not allowed or specified)", ""
1, "CommunitySolarSim", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Flag indicating whether Community Solar is
to be simulated (1) or not (0-default)", "" ; SAC 7/16/20
1, "CmntySlrProjInfo", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info - flag to
display dialog", ""
1, "CmntySlrProjInfoCap", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
caption", ""
1, "CmntySlrProjInfoMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
message", ""
1, "CmntySlrProjInfoDtl", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
details", ""
1, "CmntySlrProjInfoIcn", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Community Solar project info dialog -
icon", ""
1, "CmntySlr_ElecEnergy", BEMP_Flt, 1, 0, 0, Pres,
"kWh", 0, 0, 1046, "Electric energy
generated by 1 kW of CS project PV", "" ; SAC 7/16/20 (CommunitySolar)
1, "CmntySlr_ElecDemand", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 1046, "Electric demand impact
of 1 kW of CS project PV", ""
1, "CmntySlr_TDV", BEMP_Flt, 1, 0, 0, Pres,
"kTDV", 0, 0, 1046, "kTDV corresponding to 1
kW of CS project PV", ""
1, "CmntySlr_CO2", BEMP_Flt, 1, 0, 0, Pres,
"kg", 0, 0, 1046, "CO2 emissions impact of
1 kW of CS project PV", ""

1, "PVGenerationRate", BEMP_Flt, 1, 0, 0, Pres,


"kTDV/kWdc", 0, 0, 1046, "Maximum TDV credit per
kWdc of user-specified PV system", ""
1, "MaxPVPrelimCredit", BEMP_Flt, 1, 0, 0, Pres,
"%", 0, 0, 1046, "Maximum TDV credit in
terms of % of TDV (of standard design, cooling or total based on code vintage)",
""
1, "EnablePVCredit", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Whether or not a PV credit is available for
this project", ""
1, "PVCompCredit", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Whether or not to incorporate a PV system
compliance credit into analysis for this project", "" ; SAC 3/2/16 - (tic
#609)
1, "PVRatedPower", BEMP_Flt, 1, 0, 0, Pres,
"kWdc", 0, 0, 1046, "Rated power of
photovoltaic system", ""
1, "PVDwellUnitSize", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 1046, "Average dwelling unit
size (used to adjust PVMinRatedPower)", ""
1, "PVDUSizeThreshold", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 1046, "Dwelling unit size
threshold (used to adjust PVMinRatedPower)", ""
1, "PVMinRatedPower", BEMP_Flt, 2, 1, 0, Pres,
"kWdc", 0, 0, 1046, "Minimum rated power of
photovoltaic system (2 items, first initial, second based in part on PVCredit)",
""
1, "PVMinRatedPwrRpt", BEMP_Flt, 1, 0, 0, Pres,
"kWdc", 0, 0, 1046, "Minimum rated power of
photovoltaic system (for reporting)", ""
1, "PVRtdValMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "message describing PVRatedPower being out
of usable range", ""
1, "PVMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1046, "message describing status of PV credit
availability", ""
1, "PVBaseTDV", BEMP_Flt, 1, 0, 0, Pres,
"kTDV", 0, 0, 1046, "TDV used as the basis
of the PVCredit reduction", ""
1, "PVGenCredit", BEMP_Flt, 1, 0, 0, Pres,
"kTDV", 0, 0, 1046, "TDV credit based on
user-specified PV system (kWdc)", ""
1, "PVPrelimCredit", BEMP_Flt, 1, 0, 0, Pres,
"kTDV", 0, 0, 1046, "TDV credit based on %
of TDV (of standard design, cooling or total based on code vintage)", ""
1, "PVCredit", BEMP_Flt, 2, 1, 0, Pres,
"kTDV/ft2-yr", 0, 0, 1046, "TDV credit added to run
results, prior to calculating final result (1-Standard/Compliance, 2-
DesignRating)", ""
; PVWatts calc inputs - SAC 1/20/16
1, "PVTabMsg", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 3208, "message for top of Proj PV tab", ""
1, "AllowPVWInputs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether or not PV system simulation is
allowed for this model", "" ; SAC 10/6/16
1, "UsePVWattsDLL", BEMP_Int, 1, 0, 1, Pres, "",
0, 0, 3208, "Whether or not to use PVWatts DLL for
PVARRAY simulation in CSE (vs. internal CSE code)", ""
1, "AllowPVWModTypeCust", BEMP_Int, 1, 0, 1, Pres, "",
0, 0, 3208, "whether or not to allow 'Custom'
ModuleType", ""
1, "HavePVWModTypeCust", BEMP_Int, 1, 0, 1, Pres, "",
0, 0, 3208, "whether or not there is a valid 'Custom'
ModuleType", ""
1, "PVWInputs", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3208, "Simplified vs. detailed design rating PV
inputs", ""
1, "PVWShowColTitles", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1046, "Whether or not to display PV data column
titles", "" ; SAC 6/10/20 (CommunitySolar)
; properties to enable user-specified PV scaling (tic #923) - SAC
1/1/18
1, "AllowPVSizeOption", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "Whether or not to allow options enabling
automatic sizing of PV systems based on proposed model electric use", ""
1, "PVSizeOption", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3208, "Options enabling automatic sizing of PV
systems based on proposed model electric use", ""
1, "PVSizeMultiplier", BEMP_Flt, 1, 0, 0, Pres, "x
Prop kWh", 0, 0, 3208, "Multiplier on proposed
model electric use to set PV system size", ""
1, "PVSizeMultMax", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "Max allowed PVSizeMultiplier", ""
; 1, "PVWLastRow", BEMP_Int, 1, 0, 1, Pres,
"", 0, 0, 3208, "1-based index of last
valid row of PVWatts inputs", ""
1, "PVWDCSysSize", BEMP_Flt, 5, 1, 1, Pres,
"kW", 0, 0, 3208, "Rated array output", ""

; 1, "PVWModuleType", BEMP_Sym, 5, 1, 1, Pres,


"", 0, 0, 3208, "", ""
; 1, "PVWCalFlexInstType", BEMP_Sym, 5, 1, 1, Pres,
"", 0, 0, 3208, "Type of California
Flexible Installation (CFI), n/a, CFI or CFI2", "" ; SAC 1/20/20 (tic #1189)

; 1, "PVWCalFlexInstall", BEMP_Int, 5, 1, 1, Pres,


"", 0, 0, 3208, "California Flexible
Installation (CFI) criteria value - switched from 0/1 to 0-2", ""
; 1, "CSE_CFIPVSizeDiv", BEMP_Flt, 5, 0, 0, Pres,
"", 0, 0, 3208, "Divisor on CSE's
PVARRAY:pvDCSysSize due to CFI selection", "" ; SAC 1/20/20 (tic #1189)
; SAC 2/22/17 - new PVW geometry-related inputs
; 1, "PVWGeomBtnLabel", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 3208, "button label to access
geometry data", ""
1, "PVWGeomSpecMethod", BEMP_Sym, 5, 1, 0, Pres, "",
0, 0, 3208, "specification method for PV array geometry",
""
1, "PVWLocSpecified", BEMP_Int, 5, 1, 0, Pres, "",
0, 0, 3208, "whether or not PV array location (in
addition to azimuth/tilt) is specified", ""
; 1, "PVWPVArrGeomRef", BEMP_Obj, 5, 1, 0, Pres,
"", 0, 1, "PVArrayGeom", 0, "", 7010, "PVArrayGeom object that
describes PV array geometry", ""
; 1, "PVWGeomPolyLpIdx", BEMP_Int, 5, 1, 0, Pres,
"", 0, 0, 7010, "0-based index of PolyLp
object that describes PV array geometry", ""
1, "PVWGeomPolyLpRef", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "PolyLp", 0, "", 7010, "PolyLp object that describes PV array
geometry", ""

1, "PVWLocSpecMethod", BEMP_Sym, 5, 1, 0, Pres, "",


0, 0, 3208, "specification method for PV array location &
area", ""
; 1, "PVWRelLocSpecMeth", BEMP_Sym, 5, 1, 0, Pres,
"", 0, 0, 3208, "specification method for
PV array location in relation to another array", ""
; 1, "PVWReferenceX", BEMP_Flt, 5, 1, 0, Pres,
"ft", 0, 0, 3208, "PV array lower-left x-
coordinate", ""
; 1, "PVWReferenceY", BEMP_Flt, 5, 1, 0, Pres,
"ft", 0, 0, 3208, "PV array lower-left y-
coordinate", ""
; 1, "PVWReferenceZ", BEMP_Flt, 5, 1, 0, Pres,
"ft", 0, 0, 3208, "PV array lower-left z-
coordinate (elevation)", ""
; 1, "PVWHeight", BEMP_Flt, 5, 1, 0, Pres,
"ft", 0, 0, 3208, "Height of PV array", ""

; 1, "PVWWidth", BEMP_Flt, 5, 1, 0, Pres,


"ft", 0, 0, 3208, "Width of PV array", ""

; 1, "PVWRelLocArrayIdx", BEMP_Int, 5, 1, 0, Pres,


"", 0, 0, 3208, "1-based index of PV
array this array is being located in relation to", ""
; 1, "PVWRelLocDistance", BEMP_Flt, 5, 1, 0, Pres,
"ft", 0, 0, 3208, "Distance between this
and another PV array", ""
; 1, "PVWRelLocDistLbl", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 3208, "UI label for
PVWRelLocDistance", ""
; 1, "PVWRelLocAzm", BEMP_Flt, 5, 1, 0, Pres,
"deg", 0, 0, 3208, "Azimuth from centroid of
another array to this one (0=N, 90=E, ...)", ""
; 1, "PVWRelLocAzmLbl", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 3208, "UI label for
PVWRelLocAzm", ""
; 1, "PVWRelLocTiltDeg", BEMP_Flt, 5, 1, 0, Pres,
"deg", 0, 0, 3208, "Tilt from centroid of
another array to this one (in degrees, 0-horizontal, 90-vertical)", ""
; 1, "PVWRelLocTiltLbl", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 3208, "UI label for
PVWRelLocTiltDeg", ""
; 1, "PVWLocationMsg", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 3208, "message describing need
or result of PVWLocSpecMethod", ""
; 1, "PVWGeomSummaryMsg", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 3208, "message describing
orientation/location errors or summary of valid inputs", ""
; ??? enable Watts per SqFt as method of specifying power based on area ???

; 1, "PVWAzm", BEMP_Flt, 5, 1, 1, Pres,


"deg", 0, 0, 3208, "Array azimuth (0=N,
90=E, ...)", ""
; 1, "PVWAzmMsg", BEMP_Str, 5, 1, 1, Pres,
"", 0, 0, 3208, "message describing array
azimuth", ""
; 1, "PVWArrayTiltInput", BEMP_Sym, 5, 1, 1, Pres,
"", 0, 0, 3208, "whether tilt for this
array to be entered as degrees vs. pitch", ""
; 1, "PVWArrayTiltPitch", BEMP_Flt, 5, 1, 1, Pres,
"x in 12", 0, 0, 3208, "Array tilt (in # inches
rise per 12 inches run)", ""
; 1, "PVWArrayTiltDeg", BEMP_Flt, 5, 1, 1, Pres,
"deg", 0, 0, 3208, "Array tilt angle (in
degrees, 0-horizontal, 90-vertical)", ""
; 1, "PVWArrayType", BEMP_Sym, 5, 1, 1, Pres,
"", 0, 0, 3208, "", ""
; 1, "PVWPwrElec", BEMP_Sym, 5, 1, 0, Pres,
"", 0, 0, 3208, "Power electronics
(microinverters, DC power optimizers)", "" ; SAC 1/15/19 - tic #1046
; 1, "PVWPwrElecEffAdj", BEMP_Flt, 5, 1, 1, Pres,
"frac", 0, 0, 3208, "Power electronics
inverter efficiency adjustor (related to PVWPwrElec options)", "" ; SAC 1/15/19 -
tic #1046
; 1, "PVWShdgImpactFac", BEMP_Flt, 5, 1, 1, Pres,
"ratio", 0, 0, 3208, "Shading Impact Factor -
ratio of relative power output to fraction shaded: PwrOut = PwrSys*(1-
SIF*FracShaded) (related to PVWPwrElec options)", "" ; SAC 1/15/19 - tic #1046

; 1, "PVWSolarAccess", BEMP_Flt, 5, 1, 1, Pres,


"%", 0, 0, 3208, "Solar access (100 *
incident solar energy given shading, divided by the incident solar energy if there
were no shading)", "" ; SAC 1/17/20 - tic #1012
; 1, "PVWInverterEff", BEMP_Flt, 5, 1, 1, Pres,
"%", 0, 0, 3208, "Inverter efficiency at
full load", ""
; 1, "PVWSysLosses", BEMP_Flt, 5, 1, 1, Pres,
"%", 0, 0, 3208, "Total system losses",
""
; 1, "PVWDCtoACRatio", BEMP_Flt, 5, 1, 1, Pres,
"frac", 0, 0, 3208, "Ratio of max DC to max
AC", ""
; 1, "PVWGCR", BEMP_Flt, 5, 1, 1, Pres,
"frac", 0, 0, 3208, "Ground coverage ratio",
""
; 1, "PVWCoverRefrInd", BEMP_Flt, 5, 1, 1, Pres,
"", 0, 0, 3208, "Refractive index of
cover glazing (only valid for ModuleType = 'Custom')", ""
; 1, "PVWTempCoeff", BEMP_Flt, 5, 1, 1, Pres,
"1/�f", 0, 0, 3208, "Temperature coefficient
of array (only valid for ModuleType = 'Custom')", ""
; 1, "PVWShowCFILabels", BEMP_Int, 1, 0, 1, Pres,
"", 0, 0, 3208, "whether or not to
display CFI UI control labels", ""
1, "PVWDCSysTotal", BEMP_Flt, 1, 0, 1, Pres,
"kW", 0, 0, 3208, "Sum of valid array DC
rated output", ""
; 1, "EDRPVVerified", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "whether or not PV
system(s) are verified for EDR (energy design rating)", ""
; 1, "NetEnergyMeteringTDVAdj", BEMP_Flt, 1, 0, 0, Pres,
"TDV/Btu", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor for TDV calculations", ""
; 1, "NetEnergyMeteringNSCAdj", BEMP_Flt, 1, 0, 0, Pres,
"TDV/kWh", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor to account for annual net surplus compensation (NSC)", ""
; 1, "NetEnergyMeteringSrcAdj", BEMP_Flt, 1, 0, 0, Pres,
"Btu/Btu", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor for source energy calculations", "" ; SAC 6/11/19 - 2022
; 1, "NetEnergyMeteringNSCSrcAdj", BEMP_Flt, 1, 0, 0, Pres,
"Btu/kWh", 0, 0, 3208, "Net Energy Metering
(NEM) adjustor to account for annual net surplus compensation (NSC) (for source
energy)", ""
; 1, "NetSurpPVProduction", BEMP_Flt, 1, 0, 0, Pres,
"kWh", 0, 0, 3208, "Net Surplus PV
Production - amount of kWh produced above PV capacity (to apply NSC factor to)",
""
1, "AllowExcessPVEDR", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether or not to allow excess PV generation
(above cap based on proposed design electric use) to factor into EDR credit", ""

; 1, "AllowExcessPVEDRMsg", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 1003, "message warning user of
invalid EDR results when toggled off", ""
1, "ScalePropPVResults", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "whether or not Scale Proposed model PV
results (based on fraction of Proposed model electric use)", "" ; SAC 4/8/17
1, "MaxPropPVRatioInp", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 3208, "Max ratio of Proposed PV
Generation over Proposed model electric use (user input)", ""
1, "MaxPropPVRatio", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 3208, "Max ratio of Proposed PV
Generation over Proposed model electric use (to be applied to results)", ""
; 1, "MaxPropPVRatioMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 3208, "Message describing max
ratio of Proposed PV Generation over Proposed model electric use (to be applied to
results)", ""
; 1, "CurrentPropPVRatio", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 3208, "Ratio of Proposed PV
Generation over Proposed model electric use (based on current round/iteration of
results)", ""
; 1, "UnscaledPropPVRatio", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 3208, "Ratio of UNscaled
Proposed PV Generation over Proposed model electric use (based on current
round/iteration of results)", ""
1, "PVWDCSizeMultiplier", BEMP_Flt, 3, 1, 0, Pres, "",
0, 0, 3208, "Multiplier on PV system size, used to
iterate to achieve a target design rating (1-current, 2-previous, 3-MaxPVExceed
flag)", ""
1, "PVWDCSysScldTotRnd", BEMP_Flt, 1, 0, 1, Pres,
"kW", 0, 0, 3208, "Sum of valid array DC
rated output, scaled by PV multiplier & rounded to nearest 10W", "" ; SAC 2/26/18
(tic #921)
; reduced PV requirement exception inputs - SAC 12/10/17
1, "ReducedPVReq", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "whether or not an exception to standard PV
requirements applies to this project (exception must be entered)", ""
1, "ReducedPVReqExcept", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3208, "Exception describing why standard PV
requirements don't apply to this project", ""
1, "ReducedPVReqExcDesc", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3208, "Full text of exception describing why
standard PV requirements don't apply to this project", ""
1, "ReducedPVReqValue", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "Reduced PV requirement
capacity", ""
1, "ReducedPVReqMinVal", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "Minimum reduced PV
requirement capacity (depending on selected exception)", "" ; SAC 9/21/18 (tic
#1045)
1, "EnforceRedPVReqMin", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "Whether or not to enforce minimum reduced PV
requirement capacity", "" ; SAC 9/21/18 (tic #1045)
1, "UseReducedPVReqVal", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "Reduced PV requirement
capacity (only if valid inputs)", ""

; Battery modeling inputs - SAC 12/14/16


; 1, "AllowBattInputs", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "whether or not Battery
simulation is allowed for this model", ""
; 1, "SimulateBattery", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "Whether or not a battery
is to be simulated", ""
; 1, "BatteryUIMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 3208, "Message to user about
Battery inputs", ""
; 1, "BatteryUIMsg2", BEMP_Str, 3, 0, 0, Pres,
"", 0, 0, 3208, "Additional UI battery
messages", ""
; 1, "SecondBattSimReqd", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "Whether or not a
secondary battery simulation is required (for the Best Case (E3) control
algorithm)", ""
1, "BattMaxCap", BEMP_Flt, 1, 0, 0, Pres,
"kWh", 0, 0, 3208, "The maximum amount of
energy that can be stored in the BATTERY system", ""
; 1, "BattDegradePercent", BEMP_Flt, 1, 0, 0, Pres,
"%", 0, 0, 3208, "The percent of total
battery capacity simulated (adjusting for battery degradation over time)", "" ;
SAC 12/31/17
; 1, "BattCapRatio", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 3208, "Battery Capacity Ratio =
user input kWh / 14 (1.0 for a default Powerwall II)", "" ; SAC 12/31/17
1, "BatteryControl", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "Algorithm used to determine how/when the
battery is charged and discharged", ""
; 1, "BatteryCtrlMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1003, "Message describing
battery control", ""
1, "BattGridHarmCredit", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Whether or not to take the grid
harmonization battery credit", ""
; 1, "TDVSummerPkFirstHr", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "First hour of the summer
peak TDV period (18 => hour between 5p & 6p)", ""
; 1, "AdvBattTDVPkDayVal", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 3208, "Value that identifies
TDV peak days (for advanced control simulation)", ""
; 1, "BattDRNumRankedDays", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "Number of ranked (TDV)
days to operate in TDVPeakSave mode (for advanced control simulation)", ""
; 1, "BattChgEff", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 3208, "The charging efficiency
of storing electricity into the BATTERY system", ""
; 1, "BattDschgEff", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 3208, "The discharge efficiency
for when the BATTERY system is discharging power", ""
; 1, "BattMaxChgPwr", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "The maximum rate at
which the BATTERY can be charged in kilowatts (i.e., energy flowing into the
BATTERY)", ""
; 1, "BattMaxDschgPwr", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "The maximum rate at
which the BATTERY can be discharged in kilowatts (i.e., energy flowing out of the
BATTERY)", ""
; 1, "BattMaxChgPwrRpt", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 3208, "The maximum rate at
which the BATTERY can be charged in kilowatts (for reporting)", ""
; 1, "BattMaxDschgPwrRpt", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 3208, "The maximum rate at
which the BATTERY can be discharged in kilowatts (for reporting)", ""
; 1, "BattChgReq", BEMP_Flt, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "The power request to
charge (or discharge if negative) the battery", ""
; 1, "BattChgReq_x", BEMP_Str, 1, 0, 0, Pres,
"kW", 0, 0, 3208, "The power request to
charge (or discharge if negative) the battery (expression)", ""
; 1, "BattUseUsrChg", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "If YES/1, then the user
specified btChgReq will be used to set the battery's charge request; if NO/0, the
default strategy will be used", ""
; 1, "BattUseUsrChg_x", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 3208, "If YES/1, then the user
specified btChgReq will be used to set the battery's charge request; if NO/0, the
default strategy will be used (expression)", ""
; 1, "CSE_Battery", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseBATTERY", 0, "", 7010, "CSE BATTERY object", ""

; 1, "BattCtrlImportFile", BEMP_Obj, 1, 0, 0, Pres,


"", 0, 1, "cseIMPORTFILE", 0, "", 7010, "CSE IMPORTFILE object
used to support simulation of battery control", ""

1, "SimSpeedOption", BEMP_Sym, 1, 0, 0, Pres, "",


0, 0, 1003, "Settings that control simulation speed
('Compliance' option required for valid compliance results)", ""
1, "DefaultDuctAtticRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResAttic", 0, "", 6012, "Default Attic zone for HVAC ducts", "" ;
SAC 6/1/17 - tic #621
1, "MaxDuctFracArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Max duct surface area as a fraction of the
sum of all zone surface + duct areas", "" ; SAC 5/31/17 - tic #621
1, "DuctInsRValPerInch", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Estimate of duct insulation R-value per
inch, used to calculate duct surface areas", "" ; SAC 5/31/17 - tic #621
; limits on attic & crawlspace area before ducts can be located there -
SAC 08/13/20 (tic #1062)
1, "DuctsInAtticMinPctArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Minimum percent attic area (vs. total
conditioned area) for ducts to be located there", ""
1, "AtticAreaOKForDucts", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "flag 0/1 indicating that there is sufficient
attic area for ducts to be located there", ""
1, "DuctsInCrawlMinPctArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Minimum percent crawlspace area (vs. total
conditioned area) for ducts to be located there", ""
1, "CrawlAreaOKForDucts", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "flag 0/1 indicating that there is sufficient
crawlspace area for ducts to be located there", ""
; other analysis data
1, "ReportIncludeFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1044, "Name (and directory if not present in
project dir) of CSE report include file", ""
1, "ReportInclPropOnly", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1044, "whether or not ReportIncludeFile to be used
in Proposed (1) or all (0) runs", ""
; Std Design Baseline specification
; 1, "EnableEDR", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "", ""
1, "AllowDesignRating", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "whether or not design rating calcs are
allowed for this model", ""
1, "DesignRatingCalcs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "toggle for turning on/off (1/0) design
rating calculations and reporting", ""
1, "DesignRatingBase", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "specification of the stadard design base
used in design rating calculations", ""
1, "DRtgRefRunID", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "0 if current run is NOT the design rating
reference run, otherwise ID (based on DesignRatingBase)", ""
; 1, "StdDesignBase", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "determines which Std
Design parameters and Constructions will be used in design rating calcs", "" -
moved to Proj - SAC 03/02/22
; 1, "EDR2Metric", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "Dataset used to
calculate EDR2 compliance results", "" ; SAC 6/10/19 - 2022
1, "TDVTableName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of TDV data table used to calculate
EDR2 compliance results", "" ; SAC 6/10/19 - 2022
; 1, "TDVTableCols", BEMP_Int, 3, 0, 0, Pres,
"", 0, 0, 1003, "Column #s of
Elec/NGas/Othr multipliers in TDV data table used to calculate EDR2 compliance
results", "" ; SAC 5/3/20 (FlexibilityCredit)
; 1, "EDR1TableName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1003, "Name of hourly CZ/Fuel
multiplier table used to calculate EDR1 compliance results", "" ; SAC 6/10/19
- 2022
; 1, "TDVMult_Elec", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of TDV data table to Electric use", "" ; SAC 8/23/19 -
2022
; 1, "TDVMult_Fuel", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of TDV data table to NatGas & Propane use", "" ; SAC 8/23/19 -
2022
; 1, "SrcMult_Elec", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of Src Energy CZ/Fuel table to Electric use", "" ; SAC
8/23/19 - 2022
; 1, "SrcMult_Fuel", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of Src Energy CZ/Fuel table to NatGas & Propane use", "" ; SAC
8/23/19 - 2022
; 1, "TDVSecMult_Elec", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of secondary TDV for Electric use (CO2/GHG-based TDV adders)", ""
; SAC 8/26/19 - 2022
; 1, "TDVSecMult_Fuel", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of secondary TDV for NatGas & Propane use (CO2/GHG-based TDV adders)",
""
; 1, "SrcSecMult_Elec", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of secondary Src energy for Electric use (CO2/GHG-based Src energy
adders)", ""
; 1, "SrcSecMult_Fuel", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "Multiplier used in
application of secondary Src energy for NatGas & Propane use (CO2/GHG-based Src
energy adders)", ""
; 1, "TrackSrcEnergy", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Whether or not Source
Energy results are being tracked (for EDR1 compliance calcs)", "" ; SAC
6/11/19 - 2022
; 1, "TDVEDRFuelMultMetric", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1003, "Description of metric
used to adjust TDV fuel use in design rating calcs", "" ; SAC 6/25/19 - 2022
; 1, "SrcEDRFuelMultMetric", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1003, "Description of metric
used to adjust SourceEnergy fuel use in design rating calcs", ""
; 1, "CompCodeBase", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "keeps track of the
initial StdDesignBase - not changed to design rating base during analysis", ""
- moved to Proj - SAC 03/02/22
; 1, "DRtgLtgCredit", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "toggle for turning
on/off (1/0) design rating lighting credit", ""
; 1, "DRtgLtgReduction", BEMP_Flt, 1, 0, 0, Pres,
"%", 0, 0, 1003, "Percent lighting load
reduction for design rating lighting credit", ""
; 1, "DRtgResultsMsg", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 7010, "DesignRating results
screen message", ""
1, "PropFlexRunReqd", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "flag indicating whether a proposed
flexibility run is needed", ""
1, "IsPropFlexRun", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "flag indicating that the current run is a
proposed flexibility run", ""
1, "PropFlexFrac", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1003, "Fraction of proposed
flexibility run savings to apply (0-none, 1.0-all)", ""
; 1, "StdMixedFuelRunReqd", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "flag indicating whether
a standard mixed fuel run is needed", ""
1, "PrelimPropRunReqd", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "flag indicating whether a preliminary
proposed run is needed", ""
1, "SpecifyTargetDRtg", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "whether or not specify a target/desired
Energy Design Rating (by scaling PV system size(s))", "" ; SAC 4/10/17
1, "TargetDesignRtgInp", BEMP_Flt, 1, 0, 0, Pres,
"%", 0, 0, 3208, "Target Design Rating
(100 * Prop / DesignRtg TDV)", ""
1, "TargetDesignRtg", BEMP_Flt, 1, 0, 0, Pres,
"%", 0, 0, 3208, "Target Design Rating
(100 * Prop / DesignRtg TDV) (set by rules)", ""
; 1, "TargetDRtgInpMsg", BEMP_Str, 2, 1, 0, Pres,
"", 0, 0, 7010, "TargetDesignRating
screen message(s)", ""
; 1, "TargetDRtgResMsg", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 7010, "TargetDesignRating
results message - populated only once target achieved (or can't be achieved)", ""
; 1, "TargetDRtgMaxIter", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "Max number of times we
will iterate to achieve the target design rating", "" ; SAC 4/11/17
; 1, "TargetDRtgIterNum", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 3208, "Number of times we have
iterated thus far to achieve the target design rating", ""
; 1, "TargetDRtgScores", BEMP_Flt, 5, 1, 0, Pres,
"", 0, 0, 3208, "Archive of EDR scores
from each iteration (to achieve the target design rating)", ""
; 1, "TargetDRtgPVMults", BEMP_Flt, 5, 1, 0, Pres,
"", 0, 0, 3208, "Archive of PV size
multipliers from each iteration (to achieve the target design rating)", ""

; SAC 3/21/19 - 2019 CASE Compact Distribution inputs


; 1, "SFamCmpctDistAllowed", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 8002, "flag indicating whether
compact distribution is an option", "" ; SAC 12/11/18
1, "SFamCompactDistrib", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "Compact distribution option", ""
1, "SFamCDSpecFixDists", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 8002, "whether user will enter fixture distances
documenting CD eligibility", "" ; SAC 09/29/21 (tic #1277)
1, "SFamCmpctDistDescrip", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 8002, "ACM description of compact distribution
option (RTF filename)", ""
; 1, "SFamCmpctDistBtnLbl", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 8002, "Label of button where
compact distribution straight line fixture distances are entered", ""
1, "SFamCDNumFloorsServed", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8002, "Max num floors served for CD-compatible
DHWSys objects", "" ; SAC 3/21/19
1, "SFamUserSpecCmpctDist", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8002, "whether or not user is specifying a custom
Compactness Factor", "" ; SAC 1/11/19
1, "SFamUserCompactFactor", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1003, "User-specified
Compactness Factor", ""
1, "SFamCDMBathFixDist", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 1003, "Straight-line
distance from heater to furthest fixture in master bathroom (used to calculate
weighted distance of compact distribution)", ""
1, "SFamCDKitFixDist", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 1003, "Straight-line
distance from heater to furthest fixture in kitchen (used to calculate weighted
distance of compact distribution)", ""
1, "SFamCDThirdFixDist", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 1003, "Straight-line
distance from heater to furthest fixture in third room (used to calculate weighted
distance of compact distribution)", ""
1, "SFamCDNumFloorsServed", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8002, "", "" ; SAC 3/22/19
1, "SFamCDFloorAreaServed", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 1003, "", ""
1, "SFamCDTotNumDHWHeaters", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "", ""
1, "SFamCDWeightedDist", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 1003, "Weighted distance
of compact distribution", ""
1, "SFamCDQualifyDist", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 1003, "Qualification
distance of compact distribution", ""
1, "SFamCompactFactor", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1003, "Compactness Factor",
""
1, "PropSFamCompactFactor", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1003, "Compactness Factor for
Proposed model", "" ; SAC 09/02/20 (tic #1187)
1, "SFamCDDistMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "User message describing
compact distribution qualification or error (due to weighted dist > qual dist)",
""

; CAHP Input Data


; 1, "CAHPProgram", BEMP_Sym, 1, 1, 0, Pres,
"", 0, 0, 7010, "Selection of CAHP
program", ""
; 1, "IsCAHPProj", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "OLD-DEPRICATED - Toggle
to check whether project is applying to CAHP", ""
; 1, "IsCAHPElecUtil", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP electric utility
supplier toggle", ""
; 1, "IsCAHPNGasUtil", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP gas utility
supplier toggle", ""
; 1, "IsCAHPDOEChalHome", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP kicker toggle for
DOE challenge home", ""
; 1, "IsCAHPFutureCode", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP kicker toggle for
future code preparation", ""
; 1, "IsCAHPHELtg", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP kicker toggle for
HE lighting", ""
; 1, "IsCAHPCharette", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Facilitate a design
Charrette with TRC in attendance", ""

; CAHP Calcs & Results Data


; 1, "CAHPMessage", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP user input screen
placeholder message", ""
; 1, "CAHPResultsMsg", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP results screen
message", ""
; 1, "CMFNHResultsMsg", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 7010, "CMFNH results screen
message", ""
; 1, "CAHPMultHeat", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for heating", ""
; 1, "CAHPMultCool", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for cooling", ""
; 1, "CAHPMultVent", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for ventilation", ""
; 1, "CAHPMultOHVAC", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for other HVAC", ""
; 1, "CAHPMultDhw", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for DHW", ""
; 1, "CAHPMultPVC", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for PV Credit", ""
; 1, "CAHPMultIltg", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for Inside Lighting", ""
; 1, "CAHPMultAppl", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for Appliances", ""
; 1, "CAHPMultPlug", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for Plug Loads", ""
; 1, "CAHPMultExt", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP multipliers value
for Exterior", ""
; 1, "CAHPIncMod", BEMP_Flt, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP incentive modifier
based on electric and gas utility service", ""
; 1, "CAHPReportID", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 7010, "CAHP report ID", ""

; 2017 CAHP Input Data


; 1, "CAHPSolarOption", BEMP_Sym, 1, 1, 0, Pres,
"", 0, 0, 7010, "Selection of CAHP Solar
option", ""
; 1, "IsCAHPCoastalZone", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Is this as CA coastal
zone", "" - moved to EUseSummary
; 1, "IsBalancedIAQ", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "System meets ASHRAE
62.2 - not available when using DOE Zero Energy Ready", ""
; 1, "IsCAHPHEMS", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Has Home Energy
Management System", ""
; 1, "CAHPDrainWtHtRec", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Drain Water Heat
Recovery", ""
; 1, "IsESTier2", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "All ENERGY STAR Tier II
applicances", ""
; 1, "IsDOEZeroReady", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Is DOE Zero Energy
Ready", ""
; 1, "IsCAHPHighPerfFen", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Does this home have
High Performance Fenestration", ""
; 1, "IsAllLEDLigthing", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Install 100% LED
Lighting and meet the requirements of JA8-2016", ""
; 1, "EnergyStarLaundry", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 7010, "Project has an onsite
laundry facility with ALL Energy Star Appliances", ""

1, "Notes", BEMP_Str, 1, 0, 0, Pres, "",


0, 0, 1005, "Notes describing project details (printed
on CF1R report)", ""
; 1, "Remarks", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1005, "Remarks describing
project details (not printed on CF1R report)", ""
; Site Data
; 1, "ClimateZone", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "California Climate Zone
(CTZ 1-16)", ""
1, "Address", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "Address", ""
; 1, "ZipCode", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1006, "Zip Code", ""
; 1, "Owner", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1010, "Owner", ""
; 1, "Designer", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1015, "Designer", ""
1, "RunScope", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1020, "Run Scope", ""
; 1, "City", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "City", ""
; 1, "SpecifyWeatherFN", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1025, "Whether or not to
specify the hourly simulation weather file", "" ; SAC 5/17/19
1, "WeatherFileSet", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1020, "Set of weather files to use in analysis",
"" ; SAC 6/8/19 - 2022 research
; 1, "WeatherFileSetMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1020, "UI message re: Set of
weather files to use in analysis", "" ; SAC 6/9/19 - 2022 research
1, "WeatherFileName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1025, "Hourly simulation weather file", ""
; 1, "WeatherFileKey", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "Key string used to
derive hourly simulation weather filename (for research only)", ""
; 1, "WeatherFileRplc", BEMP_Str, 5, 1, 0, Pres,
"", 0, 0, 1025, "replacement strings for
use with WeatherFileKey", ""
; 1, "DHWWthrFileName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "DHW simulation weather
file", ""
; Building Data
; 1, "BuildingType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1042, "Building type", ""
1, "BuildingTypeRpt", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1042, "Building type (for reporting purposes)",
""
1, "IsMultiFamily", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Is multi-family building toggle (0 =>
single family)", ""
; 1, "MultiFamilyType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1042, "Multi-family building
type", ""
; 1, "IsMFamDuplex", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Whether or not this
model is a multi-family duplex", ""
; 1, "IsMFamTownhm", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Whether or not this
model is a multi-family townhome", ""
1, "IsMFamDupOrTownhm", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Whether or not this model is a multi-family
duplex or townhome", ""
; 1, "SFamDwellingType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1042, "Single family dwelling
type (initially IAQ-related) - deprecated", "" ; SAC 4/14/19 (tic #1071) / SAC
4/18/19 - being replaced by SFamDwellingAttached checkbox (tic #1071)
1, "SFamADUType", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1042, "Whether SFam model includes an ADU and
whether it is Attached/Detached", "" ; SAC 4/19/19 (tic #1010)
1, "BldgTypeTblStr", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1044, "Building type string used in code look-up
tables (T24RClimateZoneCodeBase:*)", "" ; SAC 6/5/17
1, "CentralMFamLaundry", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Whether or not there is centralized multi-
family laundry equipment", ""
1, "DfltMFamLaundryZn", BEMP_Obj, 1, 0, 0, Pres, "",
0, 2, "ResZn", 0, "", "ResOtherZn", 231, "SpcFunc", 1080, "Default central
laundry equipment zone", ""
1, "ZonalControl", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Checked if differentiating living vs.
sleeping areas", ""
; 1, "Description", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1044, "Description of
building", ""
; SAC 10/21/16 - added vintage info for Existing EDR work
; 1, "YearBuilt", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year home first
constructed", ""
; 1, "YearRoof", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year roof and/or attic
insulation last modified", ""
; 1, "YearWindows", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year windows last
modified/replaced", ""
; 1, "YearEnvelope", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year home envelope last
modified", ""
; 1, "YearAppliances", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year major home
appliances last replaced", ""
; 1, "YearLighting", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year lighting
(incand/CFL/LED) last updated", ""
; 1, "YearHVAC", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year heat/vent/AC
system(s) last replaced", ""
; 1, "YearWaterHtg", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1042, "Year water heating
equipment last replacsed", ""
1, "UseDefaultACH50", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1046, "whether or not to use the default air
changes per hour setting in analysis", "" ; SAC 06/27/21 (tic #1274)
1, "ACH50", BEMP_Flt, 1, 0, 0, Pres,
"ACH @ 50Pa", 0, 0, 1046, "Infiltration - Air
Changes per Hour at 50 Pascals pressure difference that leak through the envelope
of the conditioned zones", ""
; SAC 5/3/16 - added DefaultACH50 to prevent flagging HERS
building envelope leakage in models where default ACH50 is lower due solely to low
leakage ducts (VLLDCS) (tic #627)
1, "DefaultACH50", BEMP_Flt, 1, 0, 0, Pres,
"ACH @ 50Pa", 0, 0, 1046, "Default Infiltration -
Air Changes per Hour at 50 Pascals pressure difference that leak through the
envelope of the conditioned zones", ""
; mjb 4/28/14 - property to sum all conditioned zone volumes -
needed to convert ACH50 to CFM50
1, "CondVolume", BEMP_Flt, 1, 0, 0, Pres,
"ft3", 0, 0, 3012, "Volume of conditioned
air in this zone (taking into account zone multipliers)", ""
1, "CFM50", BEMP_Flt, 1, 0, 0, Pres,
"ft3/min @ 50Pa", 0, 0, 1046, "Infiltration - CFM at
50 Pascals pressure difference that leak through the envelope of the conditioned
zones", ""
; mjb E+A+A 12/3/13
1, "exACH50", BEMP_Flt, 1, 0, 0, Pres,
"ACH @ 50Pa", 0, 0, 1046, "Infiltration - Air
Changes per Hour at 50 Pascals pressure difference that leak through the envelope
of the conditioned zones", ""
1, "AltACH50", BEMP_Flt, 1, 0, 0, Pres,
"ACH @ 50Pa", 0, 0, 1046, "Infiltration - Air
Changes per Hour at 50 Pascals pressure difference that leak through the envelope
of the conditioned zones", ""
1, "CSEVentAvailZonal", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "whether to model zone-level vent control",
"" ; SAC 7/12/20
1, "NResLeakageRatio", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1042, "ratio of NRes surface leakage (per ft2) /
Res surface leakage", "" ; SAC 7/12/20
1, "IntSurfHoleSzRatio", BEMP_Flt, 2, 1, 0, Pres, "",
0, 0, 1042, "ratio of hole size / wall size for interior
surfaces (1-between Res units, 2-other)", "" ; SAC 7/13/20
1, "NatVentWindPresCoefMult", BEMP_Flt, 4, 1, 0, Pres, "",
0, 0, 1042, "multiplier on natural ventilation wind
pressure coefficient by number of window orientations (1-4)", "" ; SAC 7/13/20
1, "Status", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3008, "Status", ""

1, "IsVerified", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 3008, "existing project conditions will be HERS
verified", ""
1, "IsNew", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "flag set if this project is New", ""
1, "IsAltered", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "flag set if this project is Altered", ""
; mjb Addition Alone & adjustments to Internal Gains for Additions
1, "IsAddAlone", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "flag set if this project is an Addition
Alone", ""
; SAC 12/28/15 - replacement inputs for AdditionCFAFrac
1, "AddAloneExistArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Existing home/project
area (excluding addition)", ""
1, "AddAloneAddedArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Area of addition
(excluding existing home area)", ""
1, "AddAloneAddedAreaWithMult", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 3008, "Area of addition
(excluding existing home area) x zone mults", "" ; SAC 04/27/23 (tic #3392)
1, "AddAloneTotalArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Area of home/project
including existing & addition", ""
1, "AdditionCFAFrac", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1001, "Mulitplier used to
adjust Internal Gains & Infiltration for Additions", ""
1, "AlterIncl2Categs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "alterations include at least 2 categories
of upgraded component(s)", ""
1, "NumAlterations", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "number of alterations (max estimate)", ""
1, "AdditionSize", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Cumulative size of
added zones; negative value if not an addition analysis", ""
1, "AdditionSizeWithMult", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 3008, "Cumulative size of
added zones; negative value if not an addition analysis w/ zone mults", "" ;
SAC 04/27/23 (tic #3392)
1, "CondAdditionSize", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Size of added (not
addition alone) conditioned zones", ""
1, "CondAdditionSizeWithMult", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 3008, "Size of added (not
addition alone) conditioned zones x ResZnGrp:Mult", "" ; SAC 04/27/23 (tic
#3392)
1, "ProjInclKitchen", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "Project includes kitchen - triggering
kitchen range hood HERS verification", "" ; SAC 3/8/19 (tic #1085)
1, "InsulConsQuality", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1042, "Insulation construction quality", ""
1, "ICQEnclCavInsMult", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1001, "Multiplier used to
adjust conduction of cavity insulation layer", ""
1, "ICQAtticBypassUAMult", BEMP_Flt, 1, 1, 0, Pres, "",
0, 0, 3208, "ICQ-dependent multiplier for bypass UA
(attic bypass diode)", ""
1, "StdICQEnclCavInsMult", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1001, "Multiplier of standard
(non-QII) cavity insulation layer conduction", ""
1, "StdICQAtticBypassUAMult", BEMP_Flt, 1, 1, 0, Pres, "",
0, 0, 3208, "Multiplier of standard (non-QII) bypass UA
(attic bypass diode)", ""
1, "ExistingCondVerif", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1042, "There will be third party verification of
existing conditions", ""
1, "NumBedrooms", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Number of bedrooms (existing bedrooms for
addition alone analyis)", ""
; 1, "NumBedrmsLabel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1030, "Number of bedrooms
(label)", ""
1, "NumAddBedrooms", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Number of bedrooms added to home (for
addition alone analysis)", ""
1, "SimNumBedrooms", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Number of bedrooms being simulated", ""
1, "NumDwellingUnits", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Number of dwelling units", ""
1, "NumDwellingUnitsByBedrms", BEMP_Int, 8, 1, 0, NInp, "",
0, 0, 1001, "NumberDwellingUnitsByBedrooms", "" ;
1-Studio, 2-1bdrm, ... 7-6bdrm, 8->6bdrm - SAC 08/10/22 (CUAC)
; 1, "AvgDwellingUnitCFA", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 1030, "Average dwelling unit
conditioned floor area", ""
1, "AllOrientations", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not analysis is to be performed
for all (4 cardinal) orientations", ""
; 1, "WorstOrientation", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Index of worst (least
efficient) proposed model orientation (1-N, 2-E, 3-S, 4-W)", ""
1, "FrontOrientation", BEMP_Int, 1, 0, 0, Pres,
"deg", 0, 0, 1030, "Orientation of home
front (0 = North, 90 = East, etc.)", ""
1, "OrientAbbrev", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1030, "Orientation abbreviation (AllOrientation
runs only)", ""
1, "OrientName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1030, "Orientation name (AllOrientation runs
only)", ""
1, "NatGasAvailable", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not natural gas is available on
site", ""
; 1, "GasType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1042, "Type of fossil fuel
used on site", ""
1, "FuelTDVLabel", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1030, "Label used to describe the TDV data set
used to calculate the TDV fuel use", ""
1, "IsAllElectric", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not model is All Electric (no
fuel-powered equipment)", "" ; SAC 2/28/18 (tic #992)
1, "GasTypeRpt", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1042, "Type of fossil fuel used on site (or 'All
Electric') (for reporting purposes)", "" ; SAC 2/28/18 (tic #992)
; 1, "NatGasCarbonEmis", BEMP_Flt, 1, 0, 0, Pres,
"ton/therm", 0, 0, 39110, "CO2 emissions resulting
from Natural Gas use", ""
; 1, "OtherCarbonEmis", BEMP_Flt, 1, 0, 0, Pres,
"ton/therm", 0, 0, 39110, "CO2 emissions resulting
from Other Fuel use", ""
1, "StdDesignGasHeat", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not the standard design model
will institute gas heating", ""
1, "HasGarage", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not the home has an attached
garage", ""
1, "InsulRValPerInch", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 1001, "Insulation R-value per inch, used to
calculate insulation thickness within, above & below joists (1-blown / 2-roof)",
""
1, "NumStories", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "Number of stories in this home", "" ;
added for DHW
1, "NumStories_HasDHW", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "Number of stories in this home/building w/
DHW use", "" ; SAC 08/30/20 (MFamProto)
1, "AvgFloorHeight", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 3020, "Average floor height,
calculated during CSE input generation and based on CSE zone bottom/top settings",
"" ; SAC 10/22/15
; PreCooling properties
1, "UsePreCooling", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "whether to use Precooling to save peak TDV
in cooling climates at the cost of increased cooling kWh", "" ; SAC 4/3/17
1, "PreCl_TDVThreshold", BEMP_Flt, 1, 0, 0, Pres,
"TDV/Btu", 0, 0, 1005, "Average TDV for the
current day above which Precooling operates", ""
1, "PreCl_PCsetTstat", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "formula representing Cooling Setpoint for
Precool hours", ""
1, "PreCl_ZnCoolSetpt", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "formula representing Zone Cooling
Setpoint", ""
1, "PreCl_DataValid", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "flag indicating whether collection of
PreCooling inputs are valid", ""
1, "PreCl_DataMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "message describing PreCooling input
issue(s)", ""

; 1, "DfltExWinPanes", BEMP_Sym, 1, 0, 0, Pres,


"", 0, 0, 1042, "Window panes & coatings
(existing home default)", "" ; SAC 5/24/17
; 1, "DfltExWinFrameType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1042, "Window frame type
(existing home default)", ""
; SAC 12/26/12 - added to sum window area across all
conditioned Zones
1, "TotCondZoneWinArea", BEMP_Flt, 4, 1, 0, Pres,
"ft2", 0, 0, 3008, "total conditioned zone
child New window area (incl. window multipliers) (1-Total, 2-New/Alt (not
addition), 3-Existing, 4-Additions)", ""
; mjb-10/22/13 new parameter for sum of Altered Windows
; 1, "TotCondZoneAltWinArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "total conditioned zone
child Altered window area (incl. window multipliers)", ""
1, "CondWinAreaCFARat", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "ratio of total conditioned zone child
window area (incl. window multipliers) / conditioned floor area", ""
1, "CondAddWinAreaCFARat", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "ratio of addition conditioned zone child
window area (incl. window multipliers) / conditioned addition floor area", ""
1, "MaxAddWinAreaCFARat", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "Max std design ratio of addition
conditioned zone child window area (incl. window multipliers) / conditioned
addition floor area", ""
1, "CondNewWinAreaMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "multiplier applied to all conditioned zone
child New/Altered (OR addition) window areas", ""
1, "CondExWinAreaMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "multiplier applied to all conditioned zone
child Existing window areas", ""
; 1, "DHWCalcMethod", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1030, "Selection of DHW
simulation mechanism to be used in analysis", ""
1, "CSEDHWUseMethod", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1030, "Selection of DHW use/profile mechanism used
to simulate DHW in CSE", ""
; 1, "CSE_DHWSizingRunReqd", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 3008, "whether or not a CSE
'sizing' is required to simulate DHW systems in this model", "" ; SAC 07/01/21
(tic #1275)
; 1, "CSE_DHWSizingRunReqdSv", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 3008, "saved version of
CSE_DHWSizingRunReqd - to preserve during DHWSolarSys sizing runs", ""
; 1, "CSE_DHWPreRunReqd", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 3008, "whether or not a CSE
'pre-run' is required to simulate DHW systems in this model", ""
; 1, "CSE_DHWPreRunReqdSv", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 3008, "saved version of
CSE_DHWPreRunReqd - to preserve during DHWSolarSys sizing runs", ""
; 1, "CSE_DHWSolarPreRunReqd", BEMP_Int, 1, 0, 0, NInp,
"", 0, 0, 3008, "whether or not a CSE
'pre-run' is required to simulate DHW SOLAR systems in this model", "" ; SAC
1/28/20 (StdSolarSys)
1, "CSE_DHW_ZoneConnections", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "number of connections between DHW-related
objects and cseZONEs", "" ; SAC 7/7/20 (CHPWH)
1, "CSE_HPWHSizingReqd", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Flag indicating whether or not HPWH sizing
runs are required (Std design central systems w/ HPWHs only)", "" ; SAC
12/12/18 (HPWHSIZE)
1, "CSE_HPWHSizInProc", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Flag indicating HPWH sizing runs are in the
midst of being processed", "" ; SAC 12/18/18 (HPWHSIZE)
1, "CSE_HPWHSizUseSSF", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Flag indicating that HPWH sizing runs need
to use annual/constant SSFs (rather than DHWSolarSys) during sizing process", ""
; SAC 2/11/20 (tic #862)
1, "CSE_HPWHSizingFrac", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Target fraction for (backup heat elec use /
heating elec use) when sizing HPWH equipment", "" ; SAC 12/16/18 (HPWHSIZE)
1, "CSE_HPWHSizingTol", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Tolerance (fracitonal margin) for (backup
heat elec use / heating elec use) when sizing HPWH equipment", "" ; SAC
12/16/18 (HPWHSIZE)
1, "CSE_HPWHSzGuessMlt", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "Multiplier used to adjust HPWH sizing
guess", "" ; SAC 12/25/18 (HPWHSIZE)
1, "CSE_HPWHSizExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE EXPORT used to export data to
facilitate HPWH sizing", ""
1, "CSE_HPWHSizReport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseREPORT", 0, "", 7010, "CSE REPORT used to report data to
facilitate HPWH sizing", ""
1, "StdHPWHSzNumRuns", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Number of HPWH sizing runs (for size calc
based on curve fit)", "" ; SAC 1/1/19 (HPWHSIZE)
1, "StdHPWHSzTDVTbl", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1003, "Name of hourly TDV table used to adjust
hourly HPWH results when calculating std design sizing multiplier", "" ; SAC
1/2/19 (HPWHSIZE)
1, "StdHPWHSzTDVCol", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Column num of hourly TDV table used to
adjust hourly HPWH results when calculating std design sizing multiplier", "" ;
SAC 1/2/19 (HPWHSIZE)
1, "StdHPWHSizingMult", BEMP_Flt, 1, 0, 0, Pres,
"mult", 0, 0, 1003, "Multiplier used to
adjust standard design HPWH size", "" ; SAC 12/26/18 (HPWHSIZE)
1, "StdHPWHSizingForm", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "Formula used to calculate HPWH size
fraction used in iterative sizing calc", "" ; SAC 12/26/18 (HPWHSIZE)
1, "CSE_SolarSysSizExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 7010, "CSE EXPORT used to export data to CSV for
use in DHWSolarSys sizing", "" ; SAC 1/27/20 (StdSolarSys)
1, "CSE_SolarSysSizExpCol", BEMP_Obj, 10, 1, 0, Pres, "",
0, 1, "cseEXPORTCOL", 0, "", 7010, "CSE EXPORTCOL used to export data to CSV
for use in DHWSolarSys sizing", ""
1, "CSE_PropSSFExportFile", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile DHWSolarSys SSF results are
written to", ""
1, "CSE_PropSSFExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export DHWSolarSys SSF results are written
to", ""
1, "CSE_PropSSFExpCol", BEMP_Obj, 10, 1, 0, Pres, "",
0, 1, "cseEXPORTCOL", 0, "", 7010, "EXPORTCOLs used to export DHWSolarSys SSF
results", ""

1, "ModelingDHW", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1030, "boolean indicating whether or not DHW
systems are defined (& assigned to zones?) (and should be modeled)", ""
; 1, "InletMainsWtrTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 1003, "Temperature of inlet
mains water (based on climate zone)", "" ; SAC 7/17/15
1, "DailyHWConsumption", BEMP_Flt, 1, 0, 0, Pres,
"gal/day", 0, 0, 8004, "Daily hot water
consumption across entire project", "" ; SAC 7/7/15
; SAC 12/12/13 - new flag indicating whether or not to SIMULATE
Standard design DHW systems/heaters (expected only for E+A+A scenarios)
; 1, "SimulateStdDHW", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "boolean indicating
whether or not to simulate DHW systems in the Standard design model (to support
E+A+A)", ""
1, "StdDHWFuelErrMsg", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1042, "Errors related to DHW standard design
switching from propane to natural gas", "" ; SAC 5/3/15
; 1, "DHWHour2to1Mult", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1030, "Multiplier to override
first hour (of year) DHW simulation based on 2nd hour value times this multiplier
(leave blank to use simulation value)", "" ; SAC 4/17/15
1, "MaxNewCntrlDHWSys", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResDHWSys", 0, "", 7010, "Central DHWSys object that is assigned to
the greatest New floor area", ""
1, "MaxNewNCntrlDHWSys", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResDHWSys", 0, "", 7010, "Non-central DHWSys object that is assigned
to the greatest New floor area", ""
1, "SFamAreaByDHWCateg", BEMP_Flt, 3, 1, 0, Pres,
"ft2", 0, 0, 7010, "Single family zone area
by DHWSys category - 1-New, 2-Altered, 3-Existing", ""
1, "MaxDHWSysByCateg", BEMP_Obj, 6, 1, 0, Pres, "",
0, 1, "ResDHWSys", 0, "", 7010, "Predominant DHWSys objects w/ greatest
assigned floor area by Non-central (1-3) and Central (4-6) and New (1,4), Altered
(2,5) and Existing (3,6)", ""
; 1, "StdElecDHWHeater", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "ResWtrHtr", 0, "", 7010, "Electric DHW heater to
be used in certain (2019+ non-central, all-electric) DHW systems", "" ; SAC
2/16/18 - tic #983
; 1, "StdCntrlElecDHWHtr", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "ResWtrHtr", 0, "", 7010, "Central electric DHW
heater to be used in certain (2019+ central, all-electric) DHW systems", "" ; SAC
1/8/19
; 1, "StdElecDWHRSysRef", BEMP_Obj, 2, 1, 0, Pres,
"", 0, 1, "ResDWHRSys", 0, "", 1003, "DWHRSys equipment for
electric std design (1-individual, 2-small central)", "" ; SAC 1/12/19
; 1, "SimulateCentralDHWBranches", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "boolean flag indicating
whether or not to simulate central DHW system branches (in CSE)", "" ; SAC
10/30/19
; 1, "StdDHWSolarSysRef", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "DHWSolSys", 0, "", 1003, "Std design DHWSolarSys
to serve central DHWSystems", "" ; SAC 1/27/20 (StdSolarSys)
; 1, "MaxPropDHWSolarSysRef", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "DHWSolSys", 0, "", 1003, "Proposed model
DHWSolarSys that serves greatest floor area", "" ; SAC 6/23/20 (tic #1210)
1, "AllowCntrlElecDHWSlrPVCred", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "flag value indicating model includes all-
electric central DHW & PV and excludes solar thermal (DHW)", "" ; SAC 5/2/20
1, "TakeCntrlElecDHWSlrPVCred", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "whether or not to apply flexibility credit
for all-electric central DHW & PV models to offset standard design solar thermal
(DHW)", "" ; SAC 5/6/20
1, "CalcStdDHWTDVExclSolThrml", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "flag indicating Std design run needed to
calculate DHW TDV (excluding solar thermal)", "" ; SAC 5/2/20
(FlexibilityCredit)
; Dwelling Unit Data - max of 16 dwelling unit types
; 1, "DwellingUnitMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "", "" - SAC
1/14/15 - removed
; 1, "AppliancesMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "", ""
; 1, "IAQMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "", ""
1, "CoolVentMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1025, "", ""
; 1, "UnitTypesToDisplay", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1025, "Number of dwelling unit
types to display in UI", "" - SAC 1/14/15 - removed
; 1, "FloorAreaLabel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "", ""
; 1, "ZoneLabel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1025, "", ""
; 1, "UnitBtnLabel", BEMP_Str, 16, 1, 0, Pres,
"", 0, 0, 1025, "Dwelling unit button
label", ""
; 1, "UnitName", BEMP_Str, 16, 1, 0, Pres,
"", 0, 0, 1025, "Dwelling unit name",
""
; 1, "UnitCount", BEMP_Int, 16, 1, 0, Pres,
"", 0, 0, 1025, "Dwelling unit count",
""
; SAC 4/28/13 - dwelling unit zone assignments
; 1, "ConditionedZone", BEMP_Obj, 16, 1, 0, Pres,
"", 0, 1, "ResZn", 1, "Type", 1080, "Dwelling unit's
(conditioned) zone", ""
; 1, "LivingZone", BEMP_Obj, 16, 1, 0, Pres,
"", 0, 1, "ResZn", 2, "Type", 1080, "Dwelling unit's living
area zone", ""
; 1, "SleepingZone", BEMP_Obj, 16, 1, 0, Pres,
"", 0, 1, "ResZn", 3, "Type", 1080, "Dwelling unit's
sleeping area zone", ""
; 1, "UnitNumBedrooms", BEMP_Int, 16, 1, 0, Pres,
"", 0, 0, 3008, "Dwelling unit number of
bedrooms", ""
; 1, "UnitCondFlrArea_Liv", BEMP_Flt,16, 1, 0, Pres,
"ft2", 0, 0, 3008, "Living area of each
dwelling unit", ""
; 1, "UnitCondFlrArea_Slp", BEMP_Flt,16, 1, 0, Pres,
"ft2", 0, 0, 3008, "Sleeping area of each
dwelling unit", ""
; 1, "UnitCondFlrArea", BEMP_Flt, 16, 1, 0, Pres,
"ft2", 0, 0, 3008, "Conditioned floor area
of each dwelling unit", ""
; 1, "UnitInputValid", BEMP_Int, 16, 1, 0, Pres,
"", 0, 0, 3008, "boolean (0/1)
indicating valid inputs for each dwelling unit type", "" - SAC 1/14/15 -
removed

; 1, "UnitLtgGain", BEMP_Flt, 16, 1, 0, Pres,


"kWh/day-DwlgUnt", 0, 0, 3008, "Lighting energy use per
day per dwelling unit", ""
1, "PeoplePerUnit", BEMP_Flt, 16, 1, 0, Pres,
"people/DwlgUnt", 0, 0, 3008, "Number of occupants per
dwelling unit", ""
1, "UnitPeopleGain", BEMP_Flt, 16, 1, 0, Pres,
"Btu/day-DwlgUnt", 0, 0, 3008, "Internal gain due to
occupants per day per dwelling unit", ""
; 1, "UnitMscElecGain", BEMP_Flt, 16, 1, 0, Pres,
"kWh/day-DwlgUnt", 0, 0, 3008, "Miscellaneous electric
energy use per day per dwelling unit", ""
; 1, "UnitDishElecGain", BEMP_Flt, 16, 1, 0, Pres,
"kWh/yr", 0, 0, 3008, "Dish washing electric
energy use per year per dwelling unit", ""
; 1, "UnitCookElecGain", BEMP_Flt, 16, 1, 0, Pres,
"Btu/day-DwlgUnt", 0, 0, 3008, "Cooking electric energy
use per day per dwelling unit", ""
; 1, "UnitCookGasGain", BEMP_Flt, 16, 1, 0, Pres,
"Btu/day-DwlgUnt", 0, 0, 3008, "Cooking gas energy use
per day per dwelling unit", ""
; 1, "UnitClthWashGain", BEMP_Flt, 16, 1, 0, Pres,
"kWh/day-DwlgUnt", 0, 0, 3008, "Clothes washer electric
energy use per day per dwelling unit", ""
; 1, "UnitClthDryGain", BEMP_Flt, 16, 1, 0, Pres,
"Btu/day-DwlgUnt", 0, 0, 3008, "Clothes dryer energy
use per day per dwelling unit", ""
1, "OtherZnOccFrac", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 3008, "The expected fraction
of the exiting people in OtherZones, based on SpaceFunction, which will determine
the design occupancy.", "" ; SAC 10/7/19 - MFamProto

1, "DefaultIAQFanPwr", BEMP_Flt, 1, 0, 0, Pres,


"W/CFM", 0, 0, 8005, "default IAQ fan power",
"" ; SAC 2/25/20 - revised default IAQ fan power from 0.25 to 0.3 for SFam and 0.6
for MFam in 2019.2.0+ (tic #1174)
1, "UseMaxIAQFanPwr", BEMP_Flt, 1, 0, 0, Pres,
"W/CFM", 0, 0, 8005, "max IAQ fan power
active at a certain point in rule processing", "" ; SAC 08/28/20
1, "ForceStdIAQFanPwr", BEMP_Flt, 1, 0, 0, Pres,
"W/CFM", 0, 0, 8005, "IAQ fan power forced
for std design model", "" ; SAC 09/01/20
1, "SFamADUIAQUI", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "flag indicating ADU UI should be active",
""
; 1, "SFamADUMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1042, "", "" ; SAC 4/19/19
(tic #1010)
1, "SFamADUNumBedrooms", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Number of bedrooms in the ADU", ""
1, "UseSFamADUNumBedrooms", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Number of bedrooms in the ADU (used in
analysis)", ""
; 1, "SFamADUNumBedroomsMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1042, "Number of bedrooms in
the ADU - user message", ""
1, "SFamADUArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 1042, "Conditioned area of the
ADU", ""
1, "UseSFamADUArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 1042, "Conditioned area of the
ADU (used in analysis)", ""
; 1, "SFamADUAreaMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1042, "Conditioned area of the
ADU - user message", ""
; 1, "SFamADUFracArea", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1042, "Ratio of ADU / whole
model conditioned area", ""
; 1, "SFamADUIAQFracExtArea", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1042, "For ADU -> ratio of
exterior envelope surface area that is not attached to garages or other dwelling
units to total envelope surface area for attached dwelling units (Aext in equation
150.0-F)", ""

; 1, "SFamPeakHeight", BEMP_Flt, 1, 0, 0, Pres,


"ft", 0, 0, 8005, "vertical distance
between the lowest and highest above-grade points within the pressure boundary of
the conditioned space in the home", "" ; SAC 4/14/19 (tic #1079)
1, "SFamMaxVertDist", BEMP_Flt, 1, 0, 0, Pres,
"ft", 0, 0, 8005, "vertical distance
between the lowest and highest above-grade points within the pressure boundary of
the conditioned space in the home", "" ; SAC 4/14/19 (tic #1079)
; 1, "SFamMaxVertLimits", BEMP_Flt, 2, 1, 0, Pres,
"ft", 0, 0, 8005, "Warning limits on
SFamMaxVertDist", "" ; SAC 4/14/19 (tic #1079)
; 1, "EffAnnAvgInfilRt", BEMP_Flt, 1, 0, 0, Pres,
"CFM", 0, 0, 8005, "Effective Annual
Average Infiltration Rate (Qinf)", "" ; SAC 4/12/17
; 1, "MinIAQCFM_CFAMult", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 8005, "Cond flr area
multiplier for Min IAQ CFM calc", "" ; SAC 4/12/17
1, "SFamDwellingAttached", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1042, "Whether this single family dwelling is
attached to another dwelling/ADU", "" ; SAC 4/18/19 - replacing
SFamDwellingType (tic #1071)
; 1, "SFamDwellingAttMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1042, "UI message describing
when to select this dwelling/ADU", "" ; SAC 4/25/19 (tic #1071)
1, "SFamIAQExtArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 8005, "exterior envelope
surface area that is not attached to garages or other dwelling units (related to
Aext in equation 150.0-F)", "" ; SAC 4/14/19 (tic #1071)
1, "SFamIAQIntArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 8005, "area between this
dwelling unit and adjoining DUs & garages (related to Aext in equation 150.0-F)",
"" ; SAC 4/14/19 (tic #1071)
; 1, "SFamIAQFracExtArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 8005, "ratio of exterior
envelope surface area that is not attached to garages or other dwelling units to
total envelope surface area for attached dwelling units (Aext in equation 150.0-
F)", "" ; SAC 4/14/19 (tic #1071)
; 1, "SFamIAQAreaMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 8005, "string describing
surface areas related to Aext in equation 150.0-F", "" ; SAC 4/14/19 (tic #1071)
1, "DisableIAQ", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "option to toggle OFF all IAQ ventilation",
""
1, "IAQDisabled", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "Flag indicating that IAQ vent has been
toggled OFF", ""
1, "IAQSupInletsAccessible", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1080, "All supply air filters, outside air inlets,
and H/ERV recovery cores are readily accessible", "" ; SAC 01/20/21 (tic #1243)
1, "IAQSupInletsAccessMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1080, "message re: impact on results of supply/OA
filters/inlet accessible option", "" ; SAC 01/21/21 (tic #1243)
1, "IAQHasFID", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1080, "whether IAQ system has fault indicator
display (FID) in compliance with RACM Reference Manual", "" ; SAC 08/19/21 (tic
#1243)
1, "MaxStdIAQCFMRatio", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 8005, "limit on standard
design CFM as compared to minimum required CFM", "" ; SAC 01/20/21 (tic #1243)
1, "DefaultSimIAQCFM", BEMP_Flt, 2, 1, 0, Pres,
"CFM", 0, 0, 8005, "Default IAQ CFM used
for simulation (can vary from reported for addition alone analyses) (1-main
dwelling, 2-ADU)", "" ; SAC 8/12/16 - (tic #729) / SAC 4/22/19 (tic #1010)
1, "MinUnbalIAQCFM", BEMP_Flt, 2, 1, 0, Pres,
"CFM", 0, 0, 8005, "Minimum IAQ CFM
assuming Unbalanced IAQ fans", "" ; SAC 1/22/19 - (tic #1027)
1, "MinBalancedIAQCFM", BEMP_Flt, 2, 1, 0, Pres,
"CFM", 0, 0, 8005, "Minimum IAQ CFM
assuming Balanced IAQ fans", "" ; SAC 1/16/19 - (tic #1027)
1, "IAQInclHtRecov", BEMP_Int, 2, 1, 0, Pres, "",
0, 0, 8005, "flag indicating that inputs include
Balanced fan(s) w/ heat recovery (1-main dwelling, 2-ADU)", "" ; SAC 4/12/19
(tic #1083) / SAC 4/22/19 (tic #1010)
1, "StdDesignIAQType", BEMP_Sym, 2, 1, 0, Pres, "",
0, 0, 8005, "default vs. IAQFan:Type options for
Standard design", "" ; SAC 4/24/20 (tic #1174)
1, "StdDesignIAQFanPwr", BEMP_Flt, 2, 0, 0, Pres,
"W/CFM", 0, 0, 1003, "IAQ fan power to be
modeled in standard design", "" ; SAC 04/02/21
1, "StdIAQHtRec_SRE", BEMP_Flt, 2, 1, 0, Pres,
"%", 0, 0, 3008, "std design IAQ heat
recovery sensible recovery efficiency (SRE).", "" ; SAC 08/27/20
1, "StdIAQHtRec_ASRE", BEMP_Flt, 2, 1, 0, Pres,
"%", 0, 0, 3008, "std design IAQ heat
recovery adjusted sensible recovery efficiency (ASRE).", "" ; SAC 08/27/20
1, "StdDesignIAQCFM", BEMP_Flt, 2, 1, 0, Pres,
"CFM", 0, 0, 8005, "for testing purposes
(1-main dwelling, 2-ADU)", "" ; SAC 3/20/19 (tic #1083) / SAC 4/22/19 (tic
#1010)
1, "StdIAQCFMScaleEditable", BEMP_Int, 2, 1, 0, Pres, "",
0, 0, 8005, "for testing purposes (1-main dwelling, 2-
ADU)", "" ; SAC 4/24/20 (tic #1174)
1, "StdIAQCFMScaleFactor", BEMP_Flt, 2, 1, 0, Pres,
"Mult", 0, 0, 8005, "for testing purposes
(1-main dwelling, 2-ADU)", "" ; SAC 4/24/20 (tic #1174)
; 1, "PropIAQCFMScaleFactor", BEMP_Flt, 2, 1, 0, Pres,
"Mult", 0, 0, 8005, "for testing purposes
(1-main dwelling, 2-ADU)", "" ; SAC 4/24/20 (tic #1174)
1, "IAQCFMScaleFactor", BEMP_Flt, 4, 1, 0, Pres,
"Mult", 0, 0, 8005, "Multiplier on IAQ CFM
to enforce std design IAQ CFM (1-dwell default/display, 2-ADU default/display, 3-
dwell simulation, 4-ADU simulation)", "" ; SAC 3/20/19 (tic #1083)
1, "ApplyStdIAQCFMLimitToDRtg", BEMP_Int, 1, 1, 0, Pres, "",
0, 0, 8005, "flag indicating whether or not to apply the
std design IAQ CFM limits (main dwelling & ADU) to EDR reference run", "" ; SAC
9/5/19
1, "StdDesignIAQWperCFM", BEMP_Flt, 1, 1, 0, Pres,
"W/CFM", 0, 0, 8005, "standard design IAQ
power", "" ; SAC 9/5/19 ; SAC 09/01/20
1, "ApplyStdDesignIAQFromTable", BEMP_Int, 1, 1, 0, Pres, "",
0, 0, 8005, "flag indicating whether or not to apply std
design IAQ settings from the custom std design table", "" ; SAC 04/03/21
1, "ApplyStdIAQMaxPwrToDRtg", BEMP_Int, 1, 1, 0, Pres, "",
0, 0, 8005, "flag indicating whether or not to apply the
std design IAQ maximum power EDR reference run", "" ; SAC 9/5/19
1, "UnitMinIAQCFM", BEMP_Flt, 16, 1, 0, Pres,
"CFM", 0, 0, 8005, "", ""
; 1, "UnitMinIAQCFMLbl", BEMP_Str, 16, 1, 0, Pres,
"", 0, 0, 8005, "", ""
1, "UnitIAQOption", BEMP_Sym, 16, 1, 0, Pres, "",
0, 0, 8005, "", ""
; 1, "UnitIAQNumFanRefs", BEMP_Int, 16, 1, 0, Pres,
"", 0, 0, 1080, "number of valid IAQ fan
assignments", ""
1, "UnitIAQFan1", BEMP_Obj, 16, 1, 0, Pres, "",
0, 1, "ResIAQFan", 0, "", 1080, "IAQ fan object", ""
1, "UnitIAQFan2", BEMP_Obj, 16, 1, 0, Pres, "",
0, 1, "ResIAQFan", 0, "", 1080, "IAQ fan object", ""
1, "UnitIAQFan3", BEMP_Obj, 16, 1, 0, Pres, "",
0, 1, "ResIAQFan", 0, "", 1080, "IAQ fan object", ""
1, "UnitIAQFan4", BEMP_Obj, 16, 1, 0, Pres, "",
0, 1, "ResIAQFan", 0, "", 1080, "IAQ fan object", ""
1, "UnitIAQFanCnt1", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 1080, "IAQ fan count", ""
1, "UnitIAQFanCnt2", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 1080, "IAQ fan count", ""
1, "UnitIAQFanCnt3", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 1080, "IAQ fan count", ""
1, "UnitIAQFanCnt4", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 1080, "IAQ fan count", ""
1, "UnitIAQZone1", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned zone where IAQ fan is located", ""
1, "UnitIAQZone2", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned zone where IAQ fan is located", ""
1, "UnitIAQZone3", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned zone where IAQ fan is located", ""
1, "UnitIAQZone4", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned zone where IAQ fan is located", ""
; 1, "UnitIAQCFM1", BEMP_Flt, 16, 1, 0, Pres,
"CFM/unit", 0, 0, 8005, "", ""
; 1, "UnitIAQCFM2", BEMP_Flt, 16, 1, 0, Pres,
"CFM/unit", 0, 0, 8005, "", ""
; 1, "UnitIAQCFM3", BEMP_Flt, 16, 1, 0, Pres,
"CFM/unit", 0, 0, 8005, "", ""
; 1, "UnitIAQCFM4", BEMP_Flt, 16, 1, 0, Pres,
"CFM/unit", 0, 0, 8005, "", ""
; 1, "UnitIAQCFMMsg", BEMP_Str, 4, 1, 0, Pres,
"", 0, 0, 8005, "", "" ; SAC 1/22/19
(tic #1027)
1, "UnitIAQCFMTot", BEMP_Flt, 3, 1, 0, Pres,
"CFM/unit", 0, 0, 8005, "(1-total, 2-supply, 3-
exhaust)", ""
1, "UnitIAQCFMBalanced", BEMP_Int, 2, 1, 0, Pres, "",
0, 0, 8005, "whether or not assigned fans are Balanced
(supply & exhasut within 20%)", ""
1, "ADUIAQCFMMsg", BEMP_Str, 4, 1, 0, Pres, "",
0, 0, 8005, "", "" ; SAC 4/22/19 (tic #1010)
1, "ADUIAQCFMTot", BEMP_Flt, 3, 1, 0, Pres,
"CFM/unit", 0, 0, 8005, "(1-total, 2-supply, 3-
exhaust)", ""
1, "IAQCFMFracHRVCompat", BEMP_Flt, 2, 1, 0, Pres, "",
0, 0, 8005, "fraction of design IAQ CFM at/below %
cutoff (above minimum CFM) allowed for HRV", "" ; SAC 2/5/20 (tic #1174)
1, "IAQFanCFMMult", BEMP_Flt, 2, 1, 0, Pres, "",
0, 0, 8005, "multiplier on IAQ CFM for cases where
individual IAQFans assigned to DUT", "" ; SAC 08/29/20
1, "HRVIAQ_IZXFER_ZoneRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResZn", 0, "", 1080, "Conditioned zone where IAQ fan is located",
"" ; SAC 2/5/20 (tic #1174)
1, "HRVIAQ_IZXFER_DwellUnitRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "DwellUnit", 0, "", 1080, "Conditioned DwellUnit where IAQ fan is
located", "" ; SAC 2/6/20 (tic #1174)
; 1, "BalancedIAQCFMFrac", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 8005, "fraction of CFM of
balanced IAQ fans (only when IAQ defined by individual fan assignments)", "" ;
SAC 1/16/19 (tic #1027)

;1, "UnitWperCFMIAQ", BEMP_Flt, 16, 1, 0, Pres,


"W/CFM", 0, 0, 8005, "", ""
;1, "UnitIAQFanType", BEMP_Sym, 16, 1, 0, Pres, "",
0, 0, 8002, "Indoor Air Quality fan type", ""
;1, "UnitIAQRecovEffect", BEMP_Flt, 16, 1, 0, Pres, "%",
0, 0, 8005, "", ""

1, "MostDUIAQ_Balanced", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 8005, "", "" ; SAC 2/24/20
1, "MostDUIAQ_Exhaust", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8005, "", ""
1, "MostDUIAQ_Supply", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8005, "", ""
1, "MostDUIAQ_Type", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 8005, "", ""
1, "MostUserDUIAQ_Exhaust", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8005, "", "" ; SAC 04/03/21

1, "EnableClVent", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1080, "0/1 toggle indicating availability of
cooling ventilation options", ""
1, "LimitedClVent", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "0/1 toggle indicating availability of
LIMITED cooling ventilation options, namely fans to outside as opposed to vented
attics", "" ; SAC 1/15/19 (tic #1040)
1, "ClVentUI", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "flag indicating when to display cooling
vent UI", "" ; SAC 1/15/19 (tic #1040)
1, "ClVentFanUI", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "flag indicating when to display cooling
vent Fan assignment UI", "" ; SAC 1/19/19 (tic #1040)
1, "MaxClVentFlow", BEMP_Flt, 1, 0, 0, Pres,
"CFM/ft2", 0, 0, 8005, "Maximum cooling vent
flow (CFM/ft2)", "" ; SAC 6/29/20 (tic #1236)
; 1, "ClVentErrMsg", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 8005, "Cooling vent error
message", "" ; SAC 6/29/20 (tic #1236)
1, "UnitClVentOption", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 8005, "", ""
1, "UnitClVentLowArea", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8005, "Whether or not there is reduced attic
relief vent free area", ""
1, "UnitClVentAreaMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 8005, "Multiplier on attic relief vent free area",
""
; SAC 11/5/17 - added ClVentVerified for 2019 analysis (tic #920)
1, "ClVentVerified", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8005, "Whether or not cooling ventilation system
is HERS verified", ""
; 1, "ClVentHERSOption", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 8005, "Whether or not to
display HERS verified option in UI", "" ; SAC 4/23/19 (tic #1023)
1, "ClVentVerifMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 8005, "Multiplier on cool vent air flow based on
HERS verification setting", ""
1, "ClVentAirFlowMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 8005, "Multiplier on cool vent air flow (due to
reduced attic relief vent free area)", ""
1, "ClVentAtticRelief", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Estimate of attic
relief vent free area (for reporting on screen)", ""
1, "ClVentAtticRelMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "Message reporting estimate of attic relief
vent free area", ""
1, "UnitClVentNumFans", BEMP_Int, 6, 1, 0, Pres, "",
0, 0, 1080, "number of valid cooling ventilation fan
assignments", ""
1, "UnitClVentFan", BEMP_Obj, 6, 1, 0, Pres, "",
0, 1, "ResClVentFan", 0, "", 1080, "cooling ventilation fan object", ""
1, "UnitClVentZone", BEMP_Obj, 6, 1, 0, Pres, "",
0, 1, "ResZn", 1, "ClVentCompat",1080, "Conditioned zone where cooling ventilation
fan is located", ""
1, "UnitClVentCFM", BEMP_Flt, 6, 1, 0, Pres,
"CFM", 0, 0, 8005, "", ""
1, "ClVentFansToAttic", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "number of cool vent fans setup to vent into
Attic", "" ; SAC 4/23/19 (tic #1023)
1, "ClVentFansToOutsd", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "number of cool vent fans setup to vent to
Outside", ""
1, "UnitClVentCFMTot", BEMP_Flt, 1, 0, 0, Pres,
"CFM", 0, 0, 8005, "", ""
1, "UnitClVentCFMpSF", BEMP_Flt, 1, 0, 0, Pres,
"CFM/ft2", 0, 0, 8005, "", ""
1, "UnitClVentLabel", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 8005, "", ""
1, "ShowClVentZone", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "", ""
1, "ClVentFanPowerTot", BEMP_Flt, 1, 0, 0, Pres,
"W", 0, 0, 8005, "", ""
1, "ClVentFanPowerMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "Message reporting cool vent fan power", ""
; SAC 2/14/18 (tic #977)
1, "ClVentFanAvailExp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "CSE expression for FANVENTAVAIL", "" ;
SAC 1/10/20 (tic #1175)
1, "PropSeasonChangeSetpt", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 1003, "Temperature used to
differentiate seasons - only proposed model research use", "" ; SAC 2/7/20 (tic
#1175)
1, "PropFanVentLockoutTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 1003, "Fan vent lockout
temperature - only proposed model research use", ""
1, "PropIsSeasCoolingExp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "CSE expression for ISSEASONCOOLING - only
proposed model research use", ""
1, "PropWindowVentAvailExp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "CSE expression for WINDOWVENTAVAIL - only
proposed model research use", ""

1, "UnitTotCondFlrArea", BEMP_Flt, 1, 0, 0, Pres,


"ft2", 0, 0, 3008, "Total conditioned floor
area across all dwelling units", ""
1, "AvgLtgGainPerCFA", BEMP_Flt, 1, 0, 0, Pres,
"kWh/day-CFA", 0, 0, 3008, "Average dwelling unit
lighting energy use per conditioned floor area", ""
1, "AvgPplGainPerCFA", BEMP_Flt, 1, 0, 0, Pres,
"Btu/day-CFA", 0, 0, 3008, "Average internal gain
due to occupants per conditioned floor area", ""
1, "AvgMscEGainPerCFA", BEMP_Flt, 1, 0, 0, Pres,
"kWh/day-CFA", 0, 0, 3008, "Average dwelling unit
misc electric energy use per conditioned floor area", ""

1, "NumPropClgBlwAtticObjs", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 3008, "Number of CeilingBelowAttic objects in
Proposed model", ""

; added for AirNet...


; SAC 9/9/12 - removed properties that are duplicated in the Attic object
; 1, "AtticVentFrac", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 1046, "ratio of free area of
attic vents to attic floor area", ""
; 1, "AtticVentFracHi", BEMP_Flt, 1, 0, 0, Pres,
"ratio", 0, 0, 1046, "fraction of the attic
vent area located in the upper part of the attic", ""
1, "BldgExtWallArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child ExtWall:Area", ""
1, "BldgClgBlwAtticArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child CeilingBelowAttic:Area", ""
1, "BldgCathCeilingArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child CathedralCeiling:Area", ""
1, "BldgSlabFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child SlabFloor:Area", ""
1, "BldgCondZnSlabFlrArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child SlabFloor:Area (for conditioned zones only)", ""
1, "BldgExtFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child ExteriorFloor:Area", ""
1, "BldgZnAdjUZnArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
surfaces adjoining Zones and UncondZones", "" ; SAC 11/30/20
1, "BldgOZExtWallArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
OtherZone child ExtWall:Area", "" ; SAC 7/10/20 - MFam Infiltration
1, "BldgOZClgBlwAtticArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
OtherZone child CeilingBelowAttic:Area", ""
1, "BldgOZCathCeilingArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
OtherZone child CathedralCeiling:Area", ""
1, "BldgOZSlabFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
OtherZone child SlabFloor:Area", ""
1, "BldgOZCondZnSlabFlrArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
OtherZone child SlabFloor:Area (for conditioned zones only)", ""
1, "BldgOZExtFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
OtherZone child ExteriorFloor:Area", ""
1, "BldgOZAdjUZnArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
surfaces adjoining OtherZones and UncondZones", "" ; SAC 11/30/20
1, "CondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Conditioned floor
area", ""
1, "UncondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Unconditioned floor
area (attic(s), garage, uncond zones)", "" ; SAC 12/01/20
1, "LtgCondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Conditioned floor area
(used in calc of T24-2016 lighting power (max out @ 4150/dwellunit))", ""
1, "CondFloorAreaWithMult", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 3008, "Conditioned floor area
w/ ResZnGrp multipliers", "" ; SAC 04/27/23 (tic #3392)
1, "AdditionCFA", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Conditioned floor area
of Additions", ""
1, "EffLeakageArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Effective leakage area
(ELAtot for AirNet)", ""
1, "SlabRatio", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "Ratio of slab/total floor area (for
AirNet)", ""
1, "UncondZnTotSF", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Total area of all (cond
zone) surfaces adjacent to uncond zones (for AirNet)", ""
1, "BldgELA_CeilSF", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Effective Leakage Area
through Ceiling surfaces (for AirNet)", ""
1, "BldgELA_RaisedFlrSF", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Effective Leakage Area
through Raised Floor surfaces (for AirNet)", ""
1, "BldgELA_GarageSF", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Effective Leakage Area
through Garage surfaces (for AirNet)", ""
1, "BldgELA_WallSF", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Effective Leakage Area
through Other Wall surfaces (for AirNet)", ""
1, "BldgELA_Total", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Effective Leakage Area
sum (for AirNet)", ""
1, "BldgELA_Msg", BEMP_Str, 5, 0, 0, Pres, "",
0, 0, 3008, "Messages pertaining to effective leakage
area (for AirNet)", ""
1, "BldgCondZnUndFlrArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child UndFloor:Area (for conditioned zones only)", "" ; SAC 11/20/14 -
1, "BldgUndWallArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of Zone
child UndWall:Area", "" ; SAC 11/20/14 -

; SAC 5/14/13 - restored temporarily


; 1, "DHWSystemType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW system type", ""

; 1, "DHWHeaterElementType", BEMP_Sym, 1, 0, 0, Pres,


"", 0, 0, 1003, "DHW heater element type
(and fuel)", ""
; 1, "DHWTankType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW tank type", ""
; 1, "DHWMFamDistType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW multi-family
distribution type", ""
; 1, "DHWInputRating", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW input rating (units
depend on heater element type)", ""
; 1, "DHWInputRatingUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1003, "", ""
; 1, "DHWEnergyFactor", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW system energy
factor", ""
; 1, "DHWTankVolume", BEMP_Flt, 1, 0, 0, Pres,
"gal", 0, 0, 1003, "DHW tank volume", ""

; 1, "DHWMultiplier", BEMP_Int, 1, 0, 0, Pres,


"", 0, 0, 1003, "DHW system multiplier",
""
; 1, "DHWIntInsulRVal", BEMP_Flt, 1, 0, 0, Pres,
"�F-ft2-h/Btu", 0, 0, 1003, "DHW tank interior
insulation R-value", ""
; 1, "DHWExtInsulRVal", BEMP_Flt, 1, 0, 0, Pres,
"�F-ft2-h/Btu", 0, 0, 1003, "DHW tank exterior
insulation R-value", ""
; 1, "DHWAmbientCond", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW system ambient
conditions", ""
; 1, "DHWStandbyLossFrac", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 1003, "DHW system standby loss
fraction (or pilot Btu\hr)", ""

; 1, "CSE_Comment", BEMP_Str, 60, 1, 0, Pres,


"", 0, 0, 1005, "Comment line(s) written
into top of CSE input file", "" ; SAC 4/13/16 - 30->60 to handle 2016 int gains
; 1, "CSE_DefineName", BEMP_Str, 65, 1, 0, Pres,
"", 0, 0, 1005, "Name of #define", ""
; 1, "CSE_DefineType", BEMP_Int, 65, 1, 0, Pres,
"", 0, 0, 1005, "#define type: 0-name
only, 1-float, 2-string w/ quotes, 3-string no quotes", ""
; 1, "CSE_DefineFloat", BEMP_Flt, 65, 1, 0, Pres,
"", 0, 0, 1005, "#define values", ""
; 1, "CSE_DefineString", BEMP_Str, 65, 1, 0, Pres,
"", 0, 0, 1005, "#define strings", ""

; 1, "DeleteCompType", BEMP_Str, 30, 1, 0, Pres,


"", 0, 0, 1005, "Type of CSE component
to call DELETE on (at the end of the CSE file)", ""
; 1, "DeleteCompName", BEMP_Str, 30, 1, 0, Pres,
"", 0, 0, 1005, "Name of CSE component
to call DELETE on (at the end...)", ""

; 1, "FinalResult", BEMP_Int, 1, 0, 0, Pres,


"", 0, 0, 1060, "Final Result", ""
; 1, "ErrorCode", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1065, "Error Code", ""

1, "CptSlabFloorArea", BEMP_Flt, 1, 0, 0, Pres,


"ft2", 0, 0, 3008, "Sum of areas of
SlabFloor:CarpetedArea", ""
1, "ExpSlabFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
SlabFloor:ExposedArea", ""
1, "cseSlabNoEdgInsCptCONS", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseCONSTRUCTION", 0, "", 7010, "CSE no edge insulation floor carpeted Slab
CONSTRUCTION component", ""
1, "cseSlabNoEdgInsCptLAYERs", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "cseLAYER", 0, "", 7010, "CSE no edge insulation floor carpeted Slab
LAYER components", ""
1, "cseSlabNoEdgInsExpCONS", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseCONSTRUCTION", 0, "", 7010, "CSE no edge insulation floor exposed Slab
CONSTRUCTION component", ""
1, "cseSlabNoEdgInsExpLAYERs", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "cseLAYER", 0, "", 7010, "CSE no edge insulation floor exposed Slab
LAYER components", ""
1, "cseSlabNoEdgInsMATERIALs", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "cseMATERIAL", 0, "", 7010, "CSE no edge insulation floor Slab MATERIAL
components", ""

1, "CptUndFloorArea", BEMP_Flt, 1, 0, 0, Pres,


"ft2", 0, 0, 3008, "Sum of areas of
UndFloor:CarpetedArea", ""
1, "ExpUndFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "Sum of areas of
UndFloor:ExposedArea", ""
1, "cseUndFloorCptCONS", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseCONSTRUCTION", 0, "", 7010, "CSE carpeted underground floor CONSTRUCTION
component", ""
1, "cseUndFloorCptLAYERs", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "cseLAYER", 0, "", 7010, "CSE carpeted underground floor LAYER
components", ""
1, "cseUndFloorExpCONS", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseCONSTRUCTION", 0, "", 7010, "CSE exposed underground floor CONSTRUCTION
component", ""
1, "cseUndFloorExpLAYERs", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "cseLAYER", 0, "", 7010, "CSE exposed underground floor LAYER
components", ""
1, "cseUndFloorMATERIALs", BEMP_Obj, 5, 1,
0, Pres, "", 0, 1, "cseMATERIAL", 0, "", 7010, "CSE underground
floor MATERIAL components", ""

; following library reference objects are pulled into ALL models


for reference
1, "LibMat_SoftWood", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_Steel", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_SIPSskin", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_Gypsum", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_CeilingIns", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_OtherIns", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_VertWallCavity", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
; following two library reference obejcts used only for crawl
space walls
1, "LibMat_WoodLayer", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""
1, "LibMat_3CoatStucco", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResMat", 0, "", 7010, "Mat object from library for reference in
multiple constructions", ""

; 1, "BypassAtticMETER", BEMP_Obj, 1, 0, 0, Pres,


"", 0, 1, "cseMETER", 0, "", 7010, "CSE METER used to
facilitate attic bypass diode", "" - SAC 9/7/12 - removed old attic diode via
GAIN w/ simpler version using IZXFER
; 1, "CSE_ElecMETER", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseMETER", 0, "", 7010, "CSE METER used to
report all electric use", ""
; 1, "CSE_NatGasMETER", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseMETER", 0, "", 7010, "CSE METER used to
report all natural gas use", ""
; 1, "CSE_OtherFuelMETER", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseMETER", 0, "", 7010, "CSE METER used to
report all other fuel use", ""
1, "WriteAirFlowMtr", BEMP_Int, 20, 1, 0, Pres, "",
0, 0, 7010, "flags indicating whether or not to write
CSE AFMETER(s)", "" ; SAC 10/01/20 (tic #1247) - SAC 11/12/20
1, "CSE_AirFlowMETERs", BEMP_Obj, 20, 1, 0, Pres, "",
0, 1, "cseAFMETER", 0, "", 7010, "CSE AFMETER(s) used for Infiltration
reporting", "" ; SAC 09/17/20 (tic #1247)
1, "AirFlowMtrVolume", BEMP_Flt, 20, 1, 0, Pres,
"ft3", 0, 0, 7010, "volume by assigned
AirFlowMeter", "" ; SAC 12/02/20
; 1, "CSE_FXHwDHWMETER", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseDHWMETER", 0, "", 7010, "CSE DHWMETER used for
DHWSYS:wsFXHwMtr", ""
; 1, "CSE_WHHwDHWMETER", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseDHWMETER", 0, "", 7010, "CSE DHWMETER used for
DHWSYS:wsWHHwMtr", ""

1, "Fuel_HaveElec", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 8008, "flag indicating use of electricity", ""

1, "Fuel_HaveNatGas", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 8008, "flag indicating use of natural gas", ""

1, "Fuel_HaveOther", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 8008, "flag indicating use of fuel other than
natural gas", ""
; 1, "CSE_EnergyUseFile", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile hourly
energy use results are written to", ""
; 1, "CSE_ElecEXPORT", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseEXPORT", 0, "", 7010, "CSE EXPORT used to
report all electric use", ""
; 1, "CSE_NatGasEXPORT", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseEXPORT", 0, "", 7010, "CSE EXPORT used to
report all natural gas use", ""
; 1, "CSE_OtherFuelEXPORT", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseEXPORT", 0, "", 7010, "CSE EXPORT used to
report all other fuel use", ""

; 1, "RunResults", BEMP_Obj, 14, 1, 0, Pres,


"", 0, 1, "EnergyUse", 0, "", 7010, "EnergyUse components
that map to records of CF-1R Energy Use Summary report", ""
; 1, "RunResultsN", BEMP_Obj, 14, 1, 0, Pres,
"", 0, 1, "EnergyUse", 0, "", 7010, "EnergyUse components
that store results of North orientation run", ""
; 1, "RunResultsE", BEMP_Obj, 14, 1, 0, Pres,
"", 0, 1, "EnergyUse", 0, "", 7010, "EnergyUse components
that store results of East orientation run", ""
; 1, "RunResultsS", BEMP_Obj, 14, 1, 0, Pres,
"", 0, 1, "EnergyUse", 0, "", 7010, "EnergyUse components
that store results of South orientation run", ""
; 1, "RunResultsW", BEMP_Obj, 14, 1, 0, Pres,
"", 0, 1, "EnergyUse", 0, "", 7010, "EnergyUse components
that store results of West orientation run", ""
1, "ResultSummary", BEMP_Obj, 5, 1, 0, Pres, "",
0, 1, "EUseSummary", 0, "", 7010, "", ""

; 1, "CSE_WriteTDV", BEMP_Int, 1, 0, 0, Pres,


"", 0, 0, 1005, "whether to write Elec &
Fuel TDV data to CSV file for CSE to read (cseTOP:tdvfName)", "" ; SAC 3/10/17

; geometry calc properties - SAC 2/25/17


; 1, "BldgNAng", BEMP_Flt, 1, 0, 0, Pres,
"deg", 0, 0, 3208, "NorthAngle - Identifies
the angle between the model Y axis and True North, measured clockwise from the Y
Axis in Degrees", ""
; 1, "BldgNRad", BEMP_Flt, 1, 0, 0, Pres,
"rad", 0, 0, 3208, "NorthRadians -
Identifies the angle between the model Y axis and True North, measured clockwise
from the Y Axis in Radians", ""
1, "BldgUnitVectorNi", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "X coordinate of unit vector defining true
north", ""
1, "BldgUnitVectorNj", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "Y coordinate of unit vector defining true
north", ""

; Internal gains
1, "IntGain_MoMult", BEMP_Flt, 12, 1, 0, Pres, "",
0, 0, 3208, "Monthly internal gain multipliers (ignored
if all set to 1)", ""
1, "IntGain_MoMult_CSE", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3208, "Monthly internal gain multipliers (ignored
if all set to 1) - string", ""
1, "Ltg_FracPort", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "Lighting fraction portable", ""
1, "Ltg_PwrAdjMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "Power Adjustment Mulitplier for interior
lights", ""
1, "Ltg_DefaultDaySch", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "SchDay", 1, "Type", 3008, "Default hourly lighting profile", ""

1, "ExtLtg_PwrAdjMult", BEMP_Flt, 1, 0, 0, Pres, "",


0, 0, 3208, "Power Adjustment Mulitplier for exterior
lights", ""
1, "ExtLtg_DefaultDaySch", BEMP_Obj,1, 0, 0, Pres, "",
0, 1, "SchDay", 1, "Type", 3008, "Default hourly exterior lighting profile",
""
1, "Ppl_DefaultDaySch", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "SchDay", 1, "Type", 3008, "Default hourly people profile", ""
1, "Eqp_DefaultDaySch", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "SchDay", 1, "Type", 3008, "Default hourly equipment profile", ""
; SAC 4/18/13 - switched appliance inputs to arrays of 16 (to be
based on dwelling units)
1, "ApplRefrigZone", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned zone for refrigerator", ""
1, "ApplWasherZone", BEMP_Obj, 16, 1, 0, Pres, "",
0, 2, "ResZn", 0, "", "ResOtherZn", 0, "", 1080, "Conditioned/unconditioned
zone for clothes washer", ""
1, "ApplDryerZone", BEMP_Obj, 16, 1, 0, Pres, "",
0, 2, "ResZn", 0, "", "ResOtherZn", 0, "", 1080, "Conditioned/unconditioned
zone for clothes dryer", ""
1, "ApplCookZone", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned/unconditioned zone for cooking appliances", ""
1, "ApplDishZone", BEMP_Obj, 16, 1, 0, Pres, "",
0, 3, "ResZn", 1, "Type", "ResZn", 2, "Type", "ResZn", 3, "Type", 1080,
"Conditioned/unconditioned zone for dishwasher", ""
1, "ExtGainZone", BEMP_Obj, 1, 0, 0, Pres, "",
0, 2, "ResZn", 0, "", "ResOtherZn", 0, "", 1080, "Conditioned/unconditioned
zone for external lighting", ""
1, "Appl_HaveRefrig", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 8008, "flag indicating whether a refrigerator is
included", ""
1, "Appl_HaveDish", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 8008, "flag indicating whether dishwasher is
included", ""
1, "Appl_HaveCook", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 8008, "flag indicating whether cooking appliances
are included", ""
1, "Appl_HaveWasher", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 8008, "flag indicating whether a clothes washer is
included", ""
1, "Appl_HaveDryer", BEMP_Int, 16, 1, 0, Pres, "",
0, 0, 8008, "flag indicating whether a clothes dryer is
included", ""
1, "ApplCookFuel", BEMP_Sym, 16, 1, 0, Pres, "",
0, 0, 1080, "Fuel used for cooking appliances
(stove/oven)", ""
1, "ApplDryerFuel", BEMP_Sym, 16, 1, 0, Pres, "",
0, 0, 1080, "Fuel used for cooking appliances
(stove/oven)", ""
1, "Appl_RefrigUsage", BEMP_Flt, 16, 1, 0, Pres,
"kWh/yr", 0, 0, 3208, "Refrigerator usage",
""
1, "Appl_DishUsage", BEMP_Flt, 16, 1, 0, Pres,
"kWh/yr", 0, 0, 3208, "Dishwasher usage", ""
; units for T24-2016 gains: kWh/gal
1, "Appl_DishUsageUnits", BEMP_Str, 1, 1, 0, Pres, "",
0, 0, 3208, "kWh/yr for T24-2013 & EDR/RESNET, kWh/gal
for T24-2016", ""
1, "ApplRefrigEffMethod", BEMP_Sym, 16, 1, 0, Pres, "",
0, 0, 8008, "index of method of specifying refrigerator
usage", ""
1, "ApplDishUsageMethod", BEMP_Sym, 16, 1, 0, Pres, "",
0, 0, 8008, "index of method of specifying dishwasher
usage", ""

; Thermostat schedules
1, "SZHeat_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "LivHeat_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "SlpHeat_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "SZCool_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "LivCool_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "SlpCool_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "DefaultWinterVentTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default winter vent
temperature", ""
1, "DefaultWinterCoolTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default winter cooling
setpoint", ""
1, "DefaultSummerVentTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default summer vent
temperature", ""
1, "DefaultSummerHeatTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default summer heating
setpoint", ""

; Internal Mass
1, "IntMassFurnCon", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "construction of
furniture internal mass", ""
1, "IntMassFurnConLAYERs", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassFurnCon
layers", ""
1, "IntMassFlrFrm2x10Con", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Frame construction
of internal floors", ""
1, "IntMassFlrFrm2x10ConLAYERs", BEMP_Obj, 4, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassFlrFrm2x10Con
layers", ""
1, "IntMassFlrCav2x10Con", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Cavity construction
of internal floors", ""
1, "IntMassFlrCav2x10ConLAYERs", BEMP_Obj, 5, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassFlrCav2x10Con
layers", ""
1, "IntMassWallFrmCon", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Frame construction
of internal walls", ""
1, "IntMassWallFrmConLAYERs", BEMP_Obj, 3, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassWallFrm2x10Con
layers", ""
1, "IntMassWallCavCon", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Cavity construction
of internal walls", ""
1, "IntMassWallCavConLAYERs", BEMP_Obj, 2, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassWallCav2x10Con
layers", ""

1, "WinOvrhngGraphic", BEMP_Str, 1, 1, 0, Pres, "",


0, 0, 1005, "Name of Window Overhang graphic (file)", ""

1, "WinFinGraphic", BEMP_Str, 1, 1, 0, Pres, "",


0, 0, 1005, "Name of Window Fin graphic (file)", ""

; SAC 1/10/12 - added to facilitate assignment of heat/cool


HVACSys to zones not already assigned to a heat/cool system
; 1, "DfltCoolVentSys", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "ResHVACSys", 10, "Type",3006, "User model's default
Cooling Ventilation System", ""
1, "DfltCoolVentZone", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResZn", 0, "", 3006, "Zone to default user model's Cooling
Ventilation System to", ""
; 1, "PrimaryStdHVACSys", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "ResHVACSys", 0, "", 3006, "HVAC system to be
assigned to any conditioned zones not already assigned to a heat/cool system", ""
; 1, "StdCoolVentSys", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "ResHVACSys", 10, "Type",3006, "Standard design Cooling
Ventilation System assignment", ""
; 1, "StdCoolVentZone", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "ResZn", 0, "", 3006, "Zone to assign standard
design Cooling Ventilation System to", ""
; SAC 10/19/19 - RESNET HERS
; 1, "EnableRHERS", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1) to enable
access to RESNET HERS inputs, calcs & results", ""
; 1, "CalcRHERSEnergyRtgIdx", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1) indicating
whether or not to perform RESNET HERS Energy Rating Index calcs", ""
; 1, "RHERSEnabled", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1) indicating
whether RESNET HERS inputs, calcs & results are enabled", ""

; 1, "rnCondFloorArea", BEMP_Flt, 1, 0, 0, Pres,


"ft2", 0, 0, 3008, "Conditioned floor area
(used in RESNET HERS calcs)", ""
; 1, "rnNumLtgFixTier1", BEMP_Int, 1, 0, 0, Pres,
"fixtures", 0, 0, 3008, "number of qualifying
tier 1 (fluorescent) light fixtures in qualifying light fixture locations", ""
; 1, "rnNumLtgFixTier2", BEMP_Int, 1, 0, 0, Pres,
"fixtures", 0, 0, 3008, "number of qualifying
tier 2 (LED) light fixtures in qualifying light fixture locations", ""
; 1, "rnNumLtgFixUnqual", BEMP_Int, 1, 0, 0, Pres,
"fixtures", 0, 0, 3008, "number of unqualifying
(not fluorescent or LED) light fixtures in qualifying light fixture locations", ""
; 1, "rnLtgFixtureFracs", BEMP_Flt, 4, 1, 0, Pres,
"frac", 0, 0, 3008, "fractions of ltg
fixtures (tier 1, 2, unqualified) & [4]=sum of all fixture types", ""
; 1, "rnLtgElecUse", BEMP_Flt, 1, 0, 0, Pres,
"kWh/yr", 0, 0, 3008, "annual interior lighting
electricity use", ""

; SAC 10/7/13 - added to INI-file enabled features


1, "EnableRptIncFile", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Boolean (0/1) to enable access to report
include file field", ""
1, "EnableVarFlowOAV", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Boolean (0/1) to enable variable flow OAV
(NightBreeze) modeling feature", ""
1, "EnableFixedFlowOAV", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Boolean (0/1) to enable fixed flow OAV
(SmartVent) modeling feature", ""
1, "EnableHPAutosize", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "Boolean (0/1) to enable heat pump (HVAC)
autosizing", "" ; SAC 6/21/19
; SAC 9/2/13 - added to facilitate file hash checking
; 1, "FileHashToCheck", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 1005, "file hash to check for
validity", ""
; 1, "FileHashID", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 1005, "ID of file hash to check
for validity", ""
; 1, "FileHashStatus", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 1005, "Status of file hash
check", ""
; 1, "RptPrvKey", BEMP_Str, 20, 1, 0, Pres,
"", 0, 0, 1005, "Private key for report
generation", ""
; 1, "RptPubKey", BEMP_Str, 10, 1, 0, Pres,
"", 0, 0, 1005, "Public key for report
generation", ""
; 1, "SecurityKeyIdx", BEMP_Int, 1, 1, 0, Pres,
"", 0, 0, 1005, "SecurityKeyIndex", ""
; SAC 6/10/13 - added to support summary reports of user/prop/std
models
1, "RptTotCondZoneWinArea", BEMP_Flt, 1, 0, 0, Pres,
"ft2", 0, 0, 3008, "total conditioned zone
child window area (incl. window multipliers)", ""
1, "RptCondWinAreaCFARat", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "ratio of total conditioned zone child window
area (incl. window multipliers) / conditioned floor area", ""
; 1, "ResultsCurrentMsg", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 39110, "", "" ; SAC
6/25/13
1, "CompResultsMsg", BEMP_Str, 1, 1, 0, Pres, "",
0, 0, 7010, "Compliance results screen message", ""
1, "BypassMessageBoxes", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 39110, "", "" ; SAC 5/27/19
; 1, "HEScoreFileIndex", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 39110, "", ""
; mjb 2/19/14 added area weighted U-factor parameter for compliance
reporting
1, "RptWinAreaWgtUfactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "area weighted Ufactor of Windows in
Conditioned Zones", ""
; MJB 8/1/13 - added new objects to track HERS Verfications
needed in compliance reports
1, "HERSCool", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "HERSCool", 1, "", 8006, "Object of flags and report messages for
Cooling related HERS features", ""
1, "HERSHeatRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "HERSHeat", 0, "", 8006, "Object of flags and report messages for
Heating related HERS features", "" ; SAC 3/18/19
; 1, "HERSHtPumpRef", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "HERSHtPump", 0, "", 8006, "Object of flags and
report messages for Heat Pump related HERS features (beginning in 2019)", "" ;
SAC 5/10/19
1, "HERSDist", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "HERSDist", 1, "", 8006, "Object of flags and report messages for HVAC
Distribution related HERS features", ""
1, "HERSFan", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "HERSFan", 1, "", 8006, "Object of flags and report messages for HVAC
Fan related HERS features", ""
1, "HERSDHW", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "HERSDHWSys", 1, "", 8006, "Object of flags and report messages for DHW
related HERS features", ""
1, "HERSProj", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "HERSOther", 1, "", 8006, "Object of flags and report messages for
other Project related HERS features", ""
1, "SpeclFeatrs", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "SpeclFtr", 1, "", 8006, "Object of flags for Special Features in this
project", ""
; SAC 3/10/14 - property to identify sum of all cool/heat/htpump
equip units across all new, altered or existing/verified systems
1, "NumSCSysEquipUnits", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 8004, "Sum of cool/heat/htpump equip units across
all new or altered HVAC systems (used for generating SCSysRpt report records)", ""

; mjb 3/24/14 - property to identify sum of all DHW units across


all new, altered or existing/verified systems
1, "NumDHWEquipUnits", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 8004, "Sum of DHW equip units across all new or
altered DHW systems (used for generating DHW equipment report records)", "" ;
SAC 1/2/19 - converted to float
; SAC 3/26/14 - property to identify sum of all cool/heat/htpump
equip units across all new, altered or existing/verified systems
; 1, "NumIAQEquipUnits", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 8004, "Sum of IAQ (indoor air
quality) units across all new or altered dwelling units (used for generating IAQ
report records)", ""
; SAC 6/2/14 - move reporting info out of code and into rules
; 1, "RptGenUIApp", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenUIVer", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenCompReport", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenCompRptID", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenServer", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenApp", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenService", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenSchemaApp", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", "" ; SAC 11/20/18 -
to enable CF1R XML schema-based report gen
; 1, "RptGenSchemaSvc", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenSchemaRpt", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "SecKeyRLName", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", ""
; 1, "RptGenCheckURL", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", "" ; SAC
2/18/15
; 1, "RptGenStatusURL", BEMP_Str, 1, 1, 0, Pres,
"", 0, 0, 8001, "", "" ; SAC
2/21/15
; SAC 9/23/14 - add certain labels that vary by code version
1, "SimReportHeader", BEMP_Str, 1, 1, 0, Pres, "",
0, 0, 8001, "", ""
1, "BldgSmryCSVHeader", BEMP_Str, 1, 1, 0, Pres, "",
0, 0, 8001, "", ""
; SAC 1/15/15 - optional inputs to enable custom (user-defined)
settings governing CSE simulation speed/accuracy
1, "CSE_nSubSteps", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "value to override CSE input nSubSteps", ""

1, "CSE_wuDays", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1801, "value to override CSE input wuDays", ""

1, "CSE_AWTrigSlr", BEMP_Flt, 1, 0, 0, Pres, "",


0, 0, 1801, "value to override CSE input AWTrigSlr", ""

1, "CSE_ANTolAbs", BEMP_Flt, 1, 0, 0, Pres, "",


0, 0, 1801, "value to override CSE input ANTolAbs", ""
1, "CSE_ANTolRel", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1801, "value to override CSE input ANTolRel", ""

1, "CSE_auszTol", BEMP_Flt, 1, 0, 0, Pres, "",


0, 0, 1801, "value to override CSE input auszTol", ""

1, "CSE_AWTrigT", BEMP_Flt, 1, 0, 0, Pres, "",


0, 0, 1801, "value to override CSE (ASHWAT) input
AWTrigT", ""
1, "CSE_AWTrigH", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1801, "value to override CSE (ASHWAT) input
AWTrigH", ""

; SAC 11/11/16 - enable user-specification of CSE simulation reports


1, "CSERpt_HaveReports", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "Bool (0/1) indicating one or more valid
report (types) selected for output by the user", ""
1, "CSERpt_ZnDataDump", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE Zone Data Dump report
for each analysis model", ""
1, "CSERpt_HVACDescrip", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE HVAC System
Characteristics report for each analysis model", ""
1, "CSERpt_ZnEnergy", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE Zone Energy Balance
report for each analysis model", ""
1, "CSERpt_HtPumpHtg", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE Heat Pump Heating
(hourly) report for each RSYS of type ASHP", ""
1, "CSERpt_Mtr_All", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Meter report for All
meters of each analysis model", ""
1, "CSERpt_Mtr_Elec", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Electric Meter report
for each analysis model", ""
1, "CSERpt_Mtr_NGas", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Natural Gas Meter
report for each analysis model", ""
1, "CSERpt_Mtr_Othr", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Other Fuel Meter report
for each analysis model", ""
1, "CSERpt_ZnEnergy_DD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE Zone Energy Balance
report for the Cooling Design Day of each analysis model", ""
1, "CSERpt_Mtr_All_DD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Meter report (all
meters) for the Cooling Design Day of each analysis model", ""
1, "CSERpt_Mtr_Elec_DD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Electric Meter report
for the Cooling Design Day of each analysis model", ""
1, "CSERpt_Mtr_NGas_DD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Natural Gas Meter
report for the Cooling Design Day of each analysis model", ""
1, "CSERpt_Mtr_Othr_DD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Other Fuel Meter report
for the Cooling Design Day of each analysis model", ""
1, "CSERpt_ZnEnergy_CD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE Zone Energy Balance
report for the Max Cooling Day of each analysis model", ""
1, "CSERpt_Mtr_All_CD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Meter report (all
meters) for the Max Cooling Day of each analysis model", ""
1, "CSERpt_Mtr_Elec_CD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Electric Meter report
for the Max Cooling Day of each analysis model", ""
1, "CSERpt_Mtr_NGas_CD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Natural Gas Meter
report for the Max Cooling Day of each analysis model", ""
1, "CSERpt_Mtr_Othr_CD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Other Fuel Meter report
for the Max Cooling Day of each analysis model", ""
1, "CSERpt_ZnEnergy_HD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "toggle to output CSE Zone Energy Balance
report for the Max Heating Day of each analysis model", ""
1, "CSERpt_Mtr_All_HD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Meter report (all
meters) for the Max Heating Day of each analysis model", ""
1, "CSERpt_Mtr_Elec_HD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Electric Meter report
for the Max Heating Day of each analysis model", ""
1, "CSERpt_Mtr_NGas_HD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Natural Gas Meter
report for the Max Heating Day of each analysis model", ""
1, "CSERpt_Mtr_Othr_HD", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "toggle to output CSE Other Fuel Meter report
for the Max Heating Day of each analysis model", ""
; CSE reporting
1, "CSERpt_Mtr_ElecRef", BEMP_Obj, 4, 0, 0, Pres, "",
0, 1, "cseREPORT", 0, "", 3008, "1-monthly, 2-hourly DD, 3-hourly CD, 4-
hourly HD", ""
1, "CSERpt_Mtr_NGasRef", BEMP_Obj, 4, 0, 0, Pres, "",
0, 1, "cseREPORT", 0, "", 3008, "1-monthly, 2-hourly DD, 3-hourly CD, 4-
hourly HD", ""
1, "CSERpt_Mtr_OthrRef", BEMP_Obj, 4, 0, 0, Pres, "",
0, 1, "cseREPORT", 0, "", 3008, "1-monthly, 2-hourly DD, 3-hourly CD, 4-
hourly HD", ""

1, "CSEInpRpt_AirNetDetails", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1801, "toggle to output CSV echoing all CSE IZXFER
object data to CSV", ""
1, "FileIdx_AirNetDetails", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1801, "index of output CSV echoing all CSE IZXFER
object data to CSV", ""

1, "CSERpt_Infiltration", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1801, "toggle to output CSV echoing all CSE
Infiltration results to CSV", "" ; SAC 09/16/20 (tic #1247)
1, "CSE_InfilExportFile", BEMP_Obj, 20, 1, 0, Pres, "",
0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile(s) Infiltration results are
written to", ""
1, "CSE_InfilExport", BEMP_Obj, 60, 1, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export(s) Infiltration results are written
to", ""

1, "CSERpt_AllRSysHrly", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1801, "toggle to output CSV (by RSYS) echoing all
CSE RSYS output (DBT,Cool,Heat) data", "" ; SAC 12/09/20
; 1, "OthrHVAC_SpcHtFrac", BEMP_Flt, 1, 0, 0, Pres,
"frac", 0, 0, 1801, "fraction of OthrHVAC
energy to allocate to SpcHt", "" ; SAC 1/26/19 (tic #1053)

1, "CSE_HVACCapsExportFile", BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile HVAC capacity results are written
to", "" ; SAC 03/12/21
1, "CSE_HVACCapsExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export HVAC capacity results are written
to", ""
1, "CSE_HVACCapsExportCol", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORTCOL", 0, "", 3006, "runDateTime column of HVAC capacity results
export", "" ; SAC 03/14/21

1, "CSE_HVACSizingExportFile", BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile AirSys HVAC Sizing results are
written to", "" ; SAC 05/10/22
1, "CSE_HVACSizingExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export AirSys HVAC Sizing results are
written to", ""
1, "CSE_HVACSizingExportCol", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORTCOL", 0, "", 3006, "runDateTime column of AirSys HVAC Sizing
results export", ""

1, "CSE_TrmlSizingExportFile", BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile Terminal Sizing results are
written to", "" ; SAC 05/11/22
1, "CSE_TrmlSizingExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export Terminal Sizing results are written
to", ""
1, "CSE_TrmlSizingExportCol", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORTCOL", 0, "", 3006, "runDateTime column of Terminal Sizing
results export", ""

1, "CSE_UMLHsExportFile", BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "cseEXPORTFILE", 0, "", 3006, "ExportFile UMLH (unmet load hrs) results
are written to", "" ; SAC 03/30/22
1, "CSE_UMLHsExport", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORT", 0, "", 3006, "Export UMLH (unmet load hrs) results are
written to", ""
1, "CSE_UMLHsExportCol", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "cseEXPORTCOL", 0, "", 3006, "runDateTime column of UMLH (unmet load
hrs) results export", ""

; SAC 5/12/18 - removed HPXML object types to enable CF1R-XML


; ; SAC 1/22/16 - object assignments facilitating HPXML export
; 1, "HPBuilding", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxBuilding", 1, "", 8006, "HPXML Building
object", ""
; 1, "HPSite", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxSite", 1, "", 8006, "HPXML Site object",
""
; 1, "HPBuildingDetails", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxBuildingDetails", 1, "", 8006, "HPXML
BuildingDetails object", ""
; 1, "HPEnclosure", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxEnclosure", 1, "", 8006, "HPXML Enclosure
object", ""
; 1, "HPWalls", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxWalls", 1, "", 8006, "HPXML Walls
object", ""
;
; 1, "HPAtticAndRoof", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxAtticAndRoof", 1, "", 8006, "HPXML AtticAndRoof
object", "" ; EM
; 1, "HPAttics", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "hpxAttics", 1, "", 8006, "HPXML Attics
object", "" ;EM1/29/16

1, "ReplaceRuleTable", BEMP_Sym, 5, 1, 0, Pres, "",


0, 0, 1001, "replace ruleset table enum (populated @
runtime during file open)", "" ; SAC 12/12/20
1, "ReplaceRuleTableString", BEMP_Str, 5, 1, 0, Pres, "",
0, 0, 1001, "replace ruleset table name (defaults from
enum above)", ""
1, "ReplaceRuleTableFile", BEMP_Str, 5, 1, 0, Pres, "",
0, 0, 1001, "replace ruleset table path/filename", ""

; RJH 3/8/19 - added to facilitate population of CF1R EDR_PV and EDR_Bat


tables
; 1, "CF1R_EDR_PVRow", BEMP_Obj, 5, 0, 0, Pres,
"", 0, 1, "cf1rtblRowEDR_PV", 1, "", 8006, "CF1R EDR_PV Table
Row object", ""
; 1, "CF1R_EDR_BatRow", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cf1rtblRowEDR_Bat", 1, "", 8006, "CF1R EDR_Bat Table
Row object", ""
; RJH 4/25/19 - added to facilitate population of CF1R BUILDING ENVELOPE
LEAKAGE - VERIFIED & ALTERED tables
1, "CF1R_RowEnvelopeLeakageExisting", BEMP_Obj, 1, 0,
0, Pres, "", 0, 1, "cf1rtblRowEnvelopeLeakageExisting", 1, "",
8006, "CF1R BUILDING ENVELOPE LEAKAGE - VERIFIED & ALTERED Row object", ""

; Analysis Options confirmation dialog UI settings - SAC 6/11/20


; 1, "ConfirmAnalOpts", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1040, "Whether or not to
display the Analysis Options confirmation dialog in the UI", ""
; 1, "ConfirmAnalOptsID", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1040, "Screen (tab) ID of the
Analysis Options confirmation dialog in the UI", ""
; 1, "ConfirmAnalOptsHt", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1040, "Height of the Analysis
Options confirmation dialog in the UI", ""
; 1, "ConfirmAnalOptsWd", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1040, "Width of the Analysis
Options confirmation dialog in the UI", ""

; 1, "NumUIDialogTabs", BEMP_Int, 1, 0, 0, Pres,


"", 0, 0, 1046, "Number of dialog tabs to
display in the user interface", "" ; SAC 11/15/19
; 1, "DefaultingRounds", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1046, "Number of rounds of
defaulting for the model", "" ; SAC 2/3/20
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 07/26/22 (CUAC)
2, "BEMBase_Res CUAC.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "AnalysisAction", "AnalysisAction", "AnalysisAction <i>", 0, 0,
0, "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 1000 ; SAC 1/24/20
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "Type", ""
1, "AnalysisPhase", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "AnalysisPhase", ""
1, "BeforeAfterPhase", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "BeforeAfterPhase", ""
1, "ObjPropertyName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "ObjectPropertyName", ""
1, "AlterObjName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "AlterObjectName", ""
1, "SetValFloat", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValueFloat", ""
1, "SetValInteger", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValueInteger", ""
1, "SetValString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValueString", ""
1, "SetValPathFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValuePathFile", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "SchDay", "ScheduleDay", "Sch Day <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "", 0,
0, 3004, "Type", ""
1, "Hr", BEMP_Flt, 24, 1, 1, CReq, "", 0,
0, 3004, "Hour", "Required when Type != 'Keyword'"
1, "Key", BEMP_Str, 24, 1, 1, CReq, "", 0,
0, 3004, "Key", "Required when Type = 'Keyword'" ;
Res: "ScheduleDayHour Key" ; SAC 12/03/20

1, "SingleVal", BEMP_Int, 1, 0, 0, NInp, "", 0,


0, 3004, "SingleVal", "" ; Res: "flag indicating every
hour equal", "" ; SAC 12/10/20
1, "CSEinput", BEMP_Str, 1, 0, 0, NInp, "", 0,
0, 3004, "CSEinput", "" ; Res: "CSE input string
representing SchDay", "" ; SAC 12/10/20
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ThrmlEngyStorModeSchDay", "ThermalEnergyStorageModeScheduleDay", "TES Mode
Sch Day <i>", 0, 0, 0, "Project", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "", 0,
0, 3004, "Type", ""
1, "Hr", BEMP_Sym, 24, 1, 0, Comp, "", 0,
0, 3004, "Hour", ""

1, "DischrgSchDayRef", BEMP_Obj, 1, 0, 1, NInp, "", 0,


1, "SchDay", 2, "Type", 3008, "DischargeScheduleReference", "" ; ruleset-
generated for TES Mode scheduling
1, "ChrgSchDayRef", BEMP_Obj, 1, 0, 1, NInp, "", 0,
1, "SchDay", 2, "Type", 3008, "ChargeScheduleReference", ""
1, "ChlrOnlySchDayRef", BEMP_Obj, 1, 0, 1, NInp, "", 0,
1, "SchDay", 2, "Type", 3008, "ChillerOnlyScheduleReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "SchWeek", "ScheduleWeek", "Sch Week <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3004, "Type", ""
1, "SchDayAllRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayAllDaysReference", ""
1, "SchDayWDRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayWeekdaysReference", ""
1, "SchDayWERef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayWeekendsReference", ""
1, "SchDaySunRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDaySundayReference", ""
1, "SchDayMonRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayMondayReference", ""
1, "SchDayTueRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayTuesdayReference", ""
1, "SchDayWedRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayWednesdayReference", ""
1, "SchDayThuRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayThursdayReference", ""
1, "SchDayFriRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayFridayReference", ""
1, "SchDaySatRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDaySaturdayReference", ""
1, "SchDayHolRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayHolidayReference", ""
1, "SchDayClgDDRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayCoolingDesignDayReference", ""
1, "SchDayHtgDDRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayHeatingDesignDayReference", ""

1, "DischrgSchWeekRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "SchWeek", 2, "Type", 3008, "DischargeScheduleReference", "" ;
ruleset-generated for TES Mode scheduling
1, "ChrgSchWeekRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "SchWeek", 2, "Type", 3008, "ChargeScheduleReference", ""
1, "ChlrOnlySchWeekRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "SchWeek", 2, "Type", 3008, "ChillerOnlyScheduleReference", ""

1, "SchDayNoTESWDRef", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "SchDay", -99, "Type", 3004, "ScheduleDayNoTESWeekdaysReference", ""
; copies of SchDayWDRef/SchDayWERef properties that can reference only SchDay to
facilitate defaulting - SAC 04/25/23
1, "SchDayNoTESWERef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "SchDay", -99, "Type", 3004, "ScheduleDayNoTESWeekendsReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Sch", "Schedule", "Sched <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
; -
-----------------------------------------------------------------------------------
------------------------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3004, "Type", ""
1, "EndMonth", BEMP_Int, 53, 1, 1, Req, "",
0, 0, 3004, "EndMonth", ""
1, "EndDay", BEMP_Int, 53, 1, 1, Req, "",
0, 0, 3004, "EndDay", ""
1, "SchWeekRef", BEMP_Obj, 53, 1, 1, Comp, "",
0, 1, "SchWeek", -99, "Type", 3004, "ScheduleWeekReference", ""
1, "Description", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3004, "Description", "" ; Res:
"description of the contents - helps to determine CSE output scheme" ; SAC
12/10/20
1, "CSEinput", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3004, "CSEinput", "" ; Res: "CSE
input string representing SchDay", "" ; SAC 12/10/20

1, "DischrgSchRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "Sch", 2, "Type", 3008, "DischargeScheduleReference", "" ;
ruleset-generated for TES Mode scheduling
1, "ChrgSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Sch", 2, "Type", 3008, "ChargeScheduleReference", ""
1, "ChlrOnlySchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Sch", 2, "Type", 3008, "ChillerOnlyScheduleReference", ""
1, "SchFileName", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 3004, "ScheduleFileName", ""
1, "ColIdx", BEMP_Int, 1, 0, 1, Pres, "",
0, 0, 3004, "ColumnIndex", ""
1, "RowsToSkipAtTop", BEMP_Int, 1, 0, 1, Pres, "",
0, 0, 3004, "RowsToSkipAtTop", ""
1, "ColSeparator", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3004, "ColumnSeparator", ""
1, "InterpToTimestep", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3004, "InterpolateToTimestep", ""
1, "MinutesPerRow", BEMP_Int, 1, 0, 1, Pres, "",
0, 0, 3004, "MinutesPerRow", ""

1, "LdPassingOnly", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 3008, "LoadPassingOnly", "" ; flag
denoting obj created only for load passing (from CSE) - SAC 03/19/22
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "ConsAssm", "ConstructAssembly", "Cons. Assembly <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "CompatibleSurfType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10501, "CompatibleSurfaceType", ""
1, "SpecMthd", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 10501, "SpecificationMethod", ""
1, "UFactor", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-�F-
ft2", 0, 0, 4001, "UFactor", ""
1, "FFactor", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F-ft",
0, 0, 4001, "FFactor", ""
1, "CFactor", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F-
ft2", 0, 0, 4001, "CFactor", ""
1, "AssignedSurfType", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "AssignedSurfaceType", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10501, "Status", ""
1, "FireRtdFlag", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 11020, "FireRatedFlag", ""

1, "ExtRoughness", BEMP_Sym, 1, 0, 1, Pres, "",


0, 0, 10501, "ExteriorRoughness", ""
1, "ExtSolAbs", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 10501, "ExteriorSolarAbsorptance", ""
1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 10501, "ExteriorThermalAbsorptance", ""
1, "ExtVisAbs", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 1, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "SlabType", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10501, "SlabType", ""
1, "SlabInsOrientation", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10501, "SlabInsulationOrientation", ""
1, "SlabInsThrmlR", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10501, "SlabInsulationThermalResistance", ""

1, "FieldAppliedCoating", BEMP_Int, 1, 0, 0, CReq, "",


0, 0, 10501, "FieldAppliedCoating", ""
1, "CRRCInitialRefl", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCInitialReflectance", ""
1, "CRRCAgedRefl", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCAgedReflectance", ""
1, "CRRCInitialEmit", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCInitialEmittance", ""
1, "CRRCAgedEmit", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCAgedEmittance", ""
1, "CRRCInitialSRI", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCInitialSRI", ""
1, "CRRCAgedSRI", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCAgedSRI", ""
1, "CRRCProdID", BEMP_Str, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCProductID", ""
1, "HasCRRCProdID", BEMP_Int, 1, 0, 0, Ninp, "",
0, 0, 10501, "HasCRRCProductID", ""
1, "WtPerArea", BEMP_Flt, 1, 0, 0, NInp, "lb/ft2",
0, 0, 10501, "WeightPerArea", ""

1, "SolReflASTMCertification", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 10501, "SolarReflectanceASTMCertification", ""
1, "ThrmlEmitASTMCertification", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "ThermalEmittanceASTMCertification", ""
1, "RoofAgedSolRefl", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "RoofAgedSolarReflectance", ""

1, "RoofAgedThrmlEmit", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "RoofAgedThermalEmittance", ""

1, "MatRef", BEMP_Obj, 10, 1, 1, CReq, "",


0, 1, "Mat", 0, "", 10001, "MaterialReference", ""

1, "AreaNew", BEMP_Flt, 1, 0, 0, NInp, "ft2",


0, 0, 10501, "AreaNew", ""
1, "AreaAltered", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaAltered", ""
1, "AreaExisting", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaExisting", ""
1, "AreaNewNonResCond" BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaNewNonResidentialConditioned", ""
1, "AreaNewResCond", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaNewResidentialConditioned", ""
1, "AreaNewRelocCond", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaNewRelocatableClassroomConditioned",
""
1, "AreaAltNonResCond" BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaAlteredNonResidentialConditioned", ""

1, "AreaAltResCond", BEMP_Flt, 1, 0, 0, NInp, "ft2",


0, 0, 10501, "AreaAlteredResidentialConditioned", ""

1, "AreaAltRelocCond", BEMP_Flt, 1, 0, 0, NInp, "ft2",


0, 0, 10501,
"AreaAlteredRelocatableClassroomConditioned", ""
1, "SteepSlopeFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "SteepSlopeFlag", ""
1, "LowSlopeFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "LowSlopeFlag", ""
1, "RoofSlopeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 4001, "RoofSlopeReport", ""
1, "FrmMat", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10501, "FramingMaterial", ""
1, "CavityInsVal", BEMP_Flt, 1, 0, 0, NInp,
"�F-ft2-h/Btu", 0, 0, 10501, "CavityInsulationValue",
""
1, "PerfFacRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 4001, "PerformanceFactorReport", ""

1, "InsCheckSum", BEMP_Flt, 1, 0, 0, NInp,


"�F-ft2-h/Btu", 0, 0, 10501, "InsulationCheckSum", ""

1, "ConsAssmNotes", BEMP_Str, 1, 0, 0, CReq, "",


0, 0, 10501, "ConstructionAssemblyNotes", ""
1, "RoofDens", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10501, "RoofDensity", ""
1, "BuiltUpRoof", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10501, "BuiltUpRoof", ""
1, "BallastedRoof", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10501, "BallastedRoof", ""
1, "CRRCSRI", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10501, "CRRCSolarReflectanceIndex", ""
1, "CRRCSRIRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 10501, "CRRCSolarReflectanceIndexReport", ""
1, "CRRCProdIDRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 10501, "CRRCProductIdentificationReport", ""

1, "CompatibleSurfTypeRpt", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 10501, "CompatibleSurfaceTypeReport", ""
1, "IsRadSlab", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "IsRadiantSlabOnOrBelowGrade", ""

1, "cseQIIDegradedCavCONS", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "cseCONSTRUCTION", 0, "", 7010, "cseQIIDegradedCavCONS", "" ; "CSE
QIIDegraded cavity CONSTRUCTION component corresponding to this Cons", ""
1, "cseQIIDegradedCavLAYERs", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseLAYER", 0, "", 7010, "cseQIIDegradedCavLAYERs", "" ; "CSE
QIIDegraded cavity LAYER components corresponding to this Cons", ""

1, "cseFrmCONS", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "cseCONSTRUCTION", 0, "", 7010, "cseFrmCONS", "" ; "CSE frame
CONSTRUCTION component corresponding to this Cons", ""
1, "cseCavCONS", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseCONSTRUCTION", 0, "", 7010, "cseCavCONS", "" ; "CSE cavity
CONSTRUCTION component corresponding to this Cons", ""
1, "cseFrmLAYERs", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseLAYER", 0, "", 7010, "cseFrmLAYERs", "" ; "CSE frame LAYER
components corresponding to this Cons", ""
1, "cseCavLAYERs", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseLAYER", 0, "", 7010, "cseCavLAYERs", "" ; "CSE cavity LAYER
components corresponding to this Cons", ""

;1, "cseCONSTRUCTIONRef", BEMP_Obj, 2, 1, 0, NInp, "",


0, 1, "cseCONSTRUCTION", 0, "", 7010, "cseCONSTRUCTIONReference", "" ; "CSE
CONSTRUCTION component corresponding to this ConsAssm", ""
;1, "cseLAYERRef", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseLAYER", 0, "", 7010, "cseLAYERReference", "" ; "CSE LAYER
component corresponding to this ConsAssm", ""
;1, "cseLAYER2Ref", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseLAYER", 0, "", 7010, "cseLAYER2Reference", "" ; "CSE LAYER
2 component corresponding to this ConsAssm", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "Mat", "Material", "Material <i>", 0, 0, 0, "Project", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 1,
0, 0, 0, 10500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "CodeCat", BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 10501, "CodeCategory", ""
1, "CodeItem", BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 10501, "CodeItem", ""

1, "RVal", BEMP_Flt, 1, 0, 1, NInp, "�F-ft2-h/Btu",


0, 0, 10501, "RValue", ""
1, "ThrmlCndct", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F-ft",
0, 0, 10501, "ThermalConductivity", ""
1, "SpecHt", BEMP_Flt, 1, 0, 1, NInp, "Btu/lb-�F",
0, 0, 10501, "SpecificHeat", ""
1, "Dens", BEMP_Flt, 1, 0, 1, NInp, "lb/ft3",
0, 0, 10501, "Density", ""
1, "Thkns", BEMP_Flt, 1, 0, 1, NInp, "in.",
0, 0, 10501, "Thickness", ""

1, "UserRVal", BEMP_Flt, 1, 0, 0, Opt, "�F-ft2-h/Btu",


0, 0, 10501, "UserRValue", "" ; SAC 12/15/21
(MFam)
1, "UserThrmlCndct", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-�F-ft",
0, 0, 10501, "UserThermalConductivity", ""
1, "UserSpecHt", BEMP_Flt, 1, 0, 0, Opt, "Btu/lb-�F",
0, 0, 10501, "UserSpecificHeat", ""
1, "UserDens", BEMP_Flt, 1, 0, 0, Opt, "lb/ft3",
0, 0, 10501, "UserDensity", ""
1, "UserThkns", BEMP_Flt, 1, 0, 0, Opt, "in.",
0, 0, 10501, "UserThickness", ""

1, "FrmMat", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10501, "FramingMaterial", ""
1, "FrmConfig", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10501, "FramingConfiguration", ""
1, "FrmDepth", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10501, "FramingDepth", ""
1, "CavityIns", BEMP_Flt, 1, 0, 0, CReq, "�F-ft2-h/Btu",
0, 0, 10501, "CavityInsulation", ""
1, "CavityInsOpt", BEMP_Sym, 1, 0, 0, CReq, "�F-ft2-h/Btu",
0, 0, 10501, "CavityInsulationOption", "" ; SAC
6/11/13 - to enable list-based R-value for metal frame composite layers
1, "CompositeMatNotes", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 10501, "CompositeMaterialNotes", ""
1, "FrmFacCav", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 10501, "FramingFactorCavity", ""
1, "FrmFacMembers", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 10501, "FramingFactorMembers", ""
1, "FrmFacHeaders", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 10501, "FramingFactorHeaders", ""
1, "HeaderIns", BEMP_Flt, 1, 0, 0, NInp, "�F-ft2-h/Btu",
0, 0, 10501, "HeaderInsulation", ""
1, "CMUWt", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10501, "CMUWeight", ""
1, "CMUFill", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10501, "CMUFill", ""
1, "SpandrelPanelIns", BEMP_Flt, 1, 0, 0, NInp, "�F-ft2-h/Btu",
0, 0, 10501, "SpandrelPanelInsulation", ""
1, "ICCESRptNum", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 10501, "ICCESReportNumber", ""
1, "InsOutsdWtrprfMemb", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "InsulationOutsideWaterproofMembrane", ""
; For Reporting
1, "CodeItemRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 10501, "CodeItemReport", ""

1, "cseMATERIALRef", BEMP_Obj, 5, 1, 0, NInp, "",


0, 1, "cseMATERIAL", 0, "", 7010, "cseMATERIALReference", "" ; "CSE
MATERIAL component corresponding to this material", ""
; "1=Frm, 2=CavOther, 3=CavCeiling,
4=QIIdegradedCavOther, 5=QIIdegradedCavCeiling"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 08/06/21
2, "BEMBase_Res Cons.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "FenCons", "FenestrationConstruction", "Fen Cons <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "FenType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "FenestrationType", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10001, "Status", ""
1, "FenProdType", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10001, "FenestrationProductType",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"
1, "AssmContext", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10001, "AssemblyContext",
"Assembly Context is Required for T-24 Analysis, but not used for 901. Analysis"
1, "CertificationMthd", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "CertificationMethod", ""
1, "SkyltGlz", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10001, "SkylightGlazing",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "SkyltCurb", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10001, "SkylightCurb",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "OperableWinConfiguration", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10001, "OperableWindowConfiguration",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"
1, "GreenhouseGardenWin", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 10001, "GreenhouseGardenWindow",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "FenFrm", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10001, "FenestrationFraming",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "FenPanes", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10001, "FenestrationPanes",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "GlzTint", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10001, "GlazingTint",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "WinDivider", BEMP_Sym, 1, 0, 0, CReq, "",


0, 0, 10001, "WindowDivider",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "Diffusing", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 10001, "Diffusing", ""

1, "SHGC", BEMP_Flt, 1, 0, 1, CReq, "frac.",


0, 0, 10001, "SHGC",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"
1, "SHGCCOG", BEMP_Flt, 1, 0, 0, CReq, "frac.",
0, 0, 10001, "SHGCCenterOfGlass",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "UFactor", BEMP_Flt, 1, 0, 0, CReq, "Btu/h-�F-


ft2", 0, 0, 10001, "UFactor",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "UFactorCOG", BEMP_Flt, 1, 0, 0, CReq, "Btu/h-�F-


ft2", 0, 0, 10001, "UFactorCenterOfGlass",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "UFactorSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F-


ft2", 0, 0, 10001, "UFactorSimulated",
""
1, "VT", BEMP_Flt, 1, 0, 1, CReq, "frac.",
0, 0, 10001, "VisibleTransmittance",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"

1, "VTCOG", BEMP_Flt, 1, 0, 0, CReq, "frac.",


0, 0, 10001, "VisibleTransmittanceCenterOfGlass",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"
1, "AreaNew", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaNew", ""
1, "AreaAltered", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaAltered", ""
1, "AreaExisting", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaExisting", ""
; For Reporting
1, "ShdgCred", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "ShadingCredit", ""
1, "FenTypeRpt", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10001, "FenestrationTypeReport", ""
1, "CertificationMthdRpt", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10001, "CertificationMethodReport",
""
1, "DynamicGlz", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10001, "DynamicGlazing", ""
1, "DrAutoCloser", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10001, "DoorAutomaticCloser", ""

; Temporary
1, "DebugInsideConvCoefFlag", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "DebugInsideConvectionCoefficientFlag", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "DrCons", "DoorConstruction", "Door Cons <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------
1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "Type", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10001, "Status", ""
1, "CertificationMthd", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "CertificationMethod", ""
1, "UFactor", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-
�F-ft2", 0, 0, 10001, "UFactor", ""
1, "UFactorSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-
�F-ft2", 0, 0, 10001, "UFactorSimulated", ""
//1, "GlsArea", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "GlassArea", ""
//1, "Frm", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "Frame", ""
//1, "GlsPn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "GlassPane", ""
1, "Open", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "Open", ""
1, "DrAutoCloser", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10001, "DoorAutomaticCloser", ""
//1, "GlsTnt", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "GlassTint", ""
//1, "SHGC", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10001, "SHGC", ""
//1, "VT", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10001, "VisibleTransmittance", ""
1, "AreaNew", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaNew", ""
1, "AreaAltered", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaAltered", ""
1, "AreaExisting", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaExisting", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "PVArray", "PhotovoltaicArray", "PV Array <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "SpecMthd", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 10501, "SpecificationMethod", ""

1, "DCSysSize", BEMP_Flt, 1, 0, 0, Def, "kW",


0, 0, 3208, "DirectCurrentSystemSize", "" ; "Rated
array output"
1, "ModuleType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3208, "ModuleType", "" ; ""
1, "CalFlexibleInstall", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "CaliforniaFlexibleInstall", "" ; "whether
or not to use the California Flexible Installation (CFI) criteria"
1, "CalFlexibleInstallOpt", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3208, "CaliforniaFlexibleInstallOption", "" ;
"California Flexible Installation (CFI) option" ; APB 04/15/22 - Port CBECC-Res PV
inputs (tic #3352)
; 1, "PVWGeomBtnLabel", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "", "" ; "button label to access geometry data"

1, "GeomSpecMthd", BEMP_Sym, 1, 0, 0, Def, "",


0, 0, 3208, "GeometrySpecificationMethod", "" ;
"specification method for PV array geometry"
1, "LctnSpecified", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3208, "LocationSpecified", "" ;
"PVWLocSpecified", "whether or not PV array location (in addition to azimuth/tilt)
is specified"
1, "PVArrayGeomRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "PVArrayGeom", 0, "", 7010, "PhotovoltaicArrayGeometryReference", "" ;
"PVArrayGeom object that describes PV array geometry"
1, "PolyLpIdx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 7010, "PolyLoopIndex", "" ; "0-based index of
PolyLp object that describes PV array geometry"
1, "PolyLpRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "PolyLp", 0, "", 7010, "PolyLoopReference", "" ; "PolyLp object
that describes PV array geometry"

1, "LctnSpecMthd", BEMP_Sym, 1, 0, 0, Def, "",


0, 0, 3208, "LocationSpecificationMethod", "" ;
"specification method for PV array location & area"
; 1, "RelLctnSpecMthd", BEMP_Sym, 1, 0, 0, "", 0, 0,
3208, "", "" ; "PVWRelLocSpecMeth", "specification method for PV array location in
relation to another array"
1, "RefX", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3208, "ReferenceX", "" ; "PV array lower-left x-
coordinate"
1, "RefY", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3208, "ReferenceY", "" ; "PV array lower-left y-
coordinate"
1, "RefZ", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3208, "ReferenceZ", "" ; "PV array lower-left z-
coordinate (elevation)"
1, "Hgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3208, "Height", "" ; "Height of PV array"
1, "Wd", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3208, "Width", "" ; "Width of PV array"
; 1, "RelLctnArrayIdx", BEMP_Int, 1, 0, 0, "", 0, 0,
3208, "", "" ; "PVWRelLocArrayIdx", "1-based index of PV array this array is
being located in relation to"
; 1, "RelLctnDistance", BEMP_Flt, 1, 0, 0, "ft", 0, 0,
3208, "", "" ; "PVWRelLocDistance", "Distance between this and another PV array"

; 1, "RelLctnDistanceLabel", BEMP_Str, 1, 0, 0, "",


0, 0, 3208, "", "" ; "PVWRelLocDistLbl", "UI label for
PVWRelLocDistance"
; 1, "RelLctnAz", BEMP_Flt, 1, 0, 0, "deg", 0, 0,
3208, "", "" ; "PVWRelLocAzm", "Azimuth from centroid of another array to
this one (0=N, 90=E, ...)"
; 1, "RelLctnAzLabel", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "", "" ; "PVWRelLocAzmLbl", "UI label for
PVWRelLocAzm"
; 1, "RelLctnTiltDeg", BEMP_Flt, 1, 0, 0, "deg", 0, 0,
3208, "", "" ; "PVWRelLocTiltDeg", "Tilt from centroid of another array to this
one (in degrees, 0-horizontal, 90-vertical)"
; 1, "RelLctnTiltLabel", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "", "" ; "PVWRelLocTiltLbl", "UI label for
PVWRelLocTiltDeg"
1, "LctnMessage", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "LocationMessage", "" ; "PVWLocationMsg",
"message describing need or result of PVWLocSpecMethod"
1, "GeomSummaryMessage", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3208, "GeometrySummaryMessage", "" ;
"PVWGeomSummaryMsg", "message describing orientation/location errors or summary of
valid inputs"
1, "Az", BEMP_Flt, 1, 0, 0, Opt, "deg",
0, 0, 3208, "Azimuth", "" ; "Array azimuth (0=N,
90=E, ...)"
; 1, "PVWAzmMsg", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "", "" ; "message describing array azimuth"
1, "TiltInp", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3208, "TiltInput", "" ; "whether tilt for this
array to be entered as degrees vs. pitch"
1, "TiltPitch", BEMP_Flt, 1, 0, 0, Opt, "x in 12",
0, 0, 3208, "TiltPitch", "" ; "Array tilt (in # inches
rise per 12 inches run)"
1, "TiltAngle", BEMP_Flt, 1, 0, 0, Opt, "deg",
0, 0, 3208, "TiltAngle", "" ; "Array tilt angle (in
degrees, 0-horizontal, 90-vertical)"
1, "ArrayType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3208, "ArrayType", ""
1, "PwrElec", BEMP_Sym, 1, 1, 0, Pres, "",
0, 0, 3208, "Power electronics (microinverters, DC power
optimizers)", "" ; APB 04/15/22 - Port CBECC-Res PV inputs (tic #3352)
1, "PwrElecEffAdj", BEMP_Flt, 1, 1, 1, Pres, "frac",
0, 0, 3208, "Power electronics inverter efficiency
adjustor (related to PwrElec options)", "" ; APB 04/15/22 - Port CBECC-Res PV
inputs (tic #3352)
1, "ShdgImpactFac", BEMP_Flt, 1, 1, 1, Pres, "ratio",
0, 0, 3208, "Shading Impact Factor - ratio of relative
power output to fraction shaded: PwrOut = PwrSys*(1-SIF*FracShaded) (related to
PwrElec options)", "" ; APB 04/15/22 - Port CBECC-Res PV inputs (tic #3352)
1, "SolarAccess", BEMP_Flt, 1, 0, 0, Def, "%",
0, 0, 3208, "Solar access (100 * incident solar energy
given shading, divided by the incident solar energy if there were no shading)", ""
; APB 04/15/22 - Port CBECC-Res PV inputs (tic #3352)
1, "InverterEff", BEMP_Flt, 1, 0, 0, Opt, "%",
0, 0, 3208, "InverterEfficiency", "" ; "Inverter
efficiency at full load"
1, "SysLosses", BEMP_Flt, 1, 0, 0, Opt, "%",
0, 0, 3208, "Total system losses", "" ; APB 04/15/22 -
Port CBECC-Res PV inputs (tic #3352)
; 1, "PVWDCtoACRatio", BEMP_Flt, 1, 0, 0, "frac", 0,
0, 3208, "", "" ; "Ratio of max DC to max AC"
; 1, "PVWGCR", BEMP_Flt, 1, 0, 0, "frac", 0,
0, 3208, "", "" ; "Ground coverage ratio"
; 1, "PVWCoverRefrInd", BEMP_Flt, 1, 0, 0, "", 0,
0, 3208, "", "" ; "Refractive index of cover glazing
(only valid for ModuleType = 'Custom')"
; 1, "PVWTempCoeff", BEMP_Flt, 1, 0, 0, "1/�F", 0,
0, 3208, "", "" ; "Temperature coefficient of array (only
valid for ModuleType = 'Custom')"

1, "csePVARRAYRef", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "csePVARRAY", 0, "", 7010, "csePVARRAYReference", ""
1, "cseCFIPVSizeDiv", BEMP_Flt, 1, 0, 0, NInp, "",
0, 1, "csePVARRAY", 0, "", 7010, "cseCFIPVSizeDivisor", "" ; APB 05/10/22 -
add CFI divisor on PV array size (tic #3352)

1, "CF1R_PVRow", BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "cf1rtblRowPV", 1, "", 8006, "CF1R_PVRow", "" ; "CF1R EDR_PV Table Row
object", "" ; SAC 08/23/22

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3 P4
P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR
IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "Batt", "Battery", "Battery <i>", 1, 0, 0, "Project", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "AllowStandaloneBatt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "AllowStandaloneBattery", "" ; "whether or
not standalone Battery (without PV) simulation is allowed for this model" - APB
04/07/22 - Allow standalone battery (tic #3352)
1, "SimStandaloneBatt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "SimulateStandaloneBattery", "" ; "Whether or
not a standalone Battery (without PV) is to be simulated", "" - APB 04/07/22 -
Allow standalone battery (tic #3352)
1, "MaxCap", BEMP_Flt, 1, 0, 0, Def, "kWh",
0, 0, 3208, "MaximumCapacity", "" ; "The maximum amount
of energy that can be stored in the BATTERY system"
1, "DegradePct", BEMP_Flt, 1, 0, 0, Pres, "%",
0, 0, 3208, "DegradePercent", "" ; "The percent of
total battery capacity simulated (adjusting for battery degradation over time)" ;
SAC 12/31/17
1, "CapRat", BEMP_Flt, 1, 0, 0, Pres, "ratio",
0, 0, 3208, "CapacityRatio", "" ; "Battery Capacity
Ratio = user input kWh / 14 (1.0 for a default Powerwall II)" ; SAC 12/31/17
1, "Ctrl", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1003, "Control", "" ; "Algorithm used to
determine how/when the battery is charged and discharged"
1, "CtrlMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ControlMessage", "" ; "Message describing
battery control"
1, "AllowDischgStartHr", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "AllowDischargeStartHour", "" ; "Whether or
not to allow user to set discharge start hour of battery for this model." - APB
04/14/22 - Allow standalone battery (tic #3352)
1, "StandaloneChgStartHr", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "StandaloneChargeStartHour", "" ; "Hour to
start charging the standalone battery (1 => hour between 12a & 1a). Applies to TOU
months or days outside of number of TDV ranked days with Advanced DR Control.", ""
- APB 04/07/22 - Allow standalone battery (tic #3352)
1, "TOUFirstMonth", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "TimeOfUseFirstMonth", "" ; "First month to
apply Time of Use control. For PV-tied battery, other months will use Basic
control. For standalone battery, other months will have no battery activity." - APB
04/06/22 (tic #3352)
1, "TOULastMonth", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "TimeOfUseLastMonth", "" ; "Last month to
apply Time of Use control. For PV-tied battery, other months will use Basic
control. For standalone battery, other months will have no battery activity." - APB
04/06/22 (tic #3352)
1, "ChrgEff", BEMP_Flt, 1, 0, 0, Def, "frac",
0, 0, 3208, "ChargeEfficiency", "" ; "The charging
efficiency of storing electricity into the BATTERY system"
1, "DschrgEff", BEMP_Flt, 1, 0, 0, Def, "frac",
0, 0, 3208, "DischargeEfficiency", "" ; "The discharge
efficiency for when the BATTERY system is discharging power"
1, "AllowBattRoundTripEff", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "AllowBatteryRoundTripEfficiency", "" ;
"Whether or not to allow user to set single charge-discharge cycle AC to AC (round-
trip) efficiency for the BATTERY system" - APB 04/05/22 (tic #3352)
1, "RoundTripEff", BEMP_Flt, 1, 0, 0, Opt, "frac",
0, 0, 3208, "RoundTripEfficiency", "" ; "The single
charge-discharge cycle AC to AC (round-trip) efficiency for the BATTERY system" -
APB 04/05/22 (tic #3352)
1, "AdvBattTDVPkDayVal", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "AdvancedBatteryTDVPeakDayValue", "" ; "Value
that identifies TDV peak days (for advanced control simulation)" ; SAC 8/4/19
1, "NumRankedDays", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "NumberRankedDays", "" ; Res:
BattDRNumRankedDays "Number of ranked (TDV) days to operate in TDVPeakSave mode
(for advanced control simulation). For PV-tied battery, other days will follow
Basic control. For standalone battery, other days will follow charge/discharge
start hours of TOU control." - SAC 3/11/20

1, "UserMsg", BEMP_Str, 1, 0, 0, NInp, "",


0, 0, 3208, "UserMessage", "" ; "Message to user about
Battery inputs"
1, "UserMsg2", BEMP_Str, 5, 0, 0, NInp, "",
0, 0, 3208, "UserMessage2", "" ; "Additional UI battery
messages"

; 1, "SecondBattSimReqd", BEMP_Int, 1, 0, 0, "", 0,


0, 3208, "Whether or not a secondary battery simulation is
required (for the Best Case (E3) control algorithm)"
; 1, "BattGridHarmCredit", BEMP_Int, 1, 0, 0, "", 0,
0, 1003, "Whether or not to take the grid harmonization
battery credit"
1, "TDVSummerPkFirstHr", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "TDVSummerPeakFirstHour", "" ; "Hour to
start discharging (18 => hour between 5p & 6p). Applies to TOU months for both PV-
tied and standalone battery. Also applies to days outside of number of TDV ranked
days with Advanced DR Control for standalone battery only." - APB 04/07/22 (tic
#3352)
1, "MaxChrgPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3208, "MaximumChargePower", "" ; "The maximum
rate at which the BATTERY can be charged in kilowatts (i.e., energy flowing into
the BATTERY)"
1, "MaxDschrgPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3208, "MaximumDischargePower", "" ; "The maximum
rate at which the BATTERY can be discharged in kilowatts (i.e., energy flowing out
of the BATTERY)"
; 1, "BattMaxChgPwrRpt", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "The maximum rate at which the BATTERY can be
charged in kilowatts (for reporting)"
; 1, "BattMaxDschgPwrRpt", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "The maximum rate at which the BATTERY can be
discharged in kilowatts (for reporting)"
; 1, "BattChgReq", BEMP_Flt, 1, 0, 0, "kW", 0,
0, 3208, "The power request to charge (or discharge if
negative) the battery"
; 1, "BattChgReq_x", BEMP_Str, 1, 0, 0, "kW", 0,
0, 3208, "The power request to charge (or discharge if
negative) the battery (expression)"
; 1, "BattUseUsrChg", BEMP_Int, 1, 0, 0, "", 0,
0, 3208, "If YES/1, then the user specified btChgReq will
be used to set the battery's charge request; if NO/0, the default strategy will be
used"
; 1, "BattUseUsrChg_x", BEMP_Str, 1, 0, 0, "", 0,
0, 3208, "If YES/1, then the user specified btChgReq will
be used to set the battery's charge request; if NO/0, the default strategy will be
used (expression)"
1, "cseBATTERYRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseBATTERY", 0, "", 7010, "cseBATTERYReference", "" ; "CSE BATTERY
object"
; 1, "BattCtrlImportFile", BEMP_Obj, 1, 0, 0, "", 0,
1, "cseIMPORTFILE", 0, "", 7010, "CSE IMPORTFILE object used to support simulation
of battery control"

1, "CF1R_BatRow", BEMP_Obj, 1, 0, 0, Pres, "", 0,


1, "cf1rtblRowBat", 1, "", 8006, "CF1R_BatRow", "" ; "CF1R EDR_Bat Table Row
object", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------------
0, "SpcFuncDefaults", "SpaceFunctionDefaults", "Spc Func Dflts <i>", 0, 0,
0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------
1, "SpcFunc", BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 3008, "SpaceFunction", ""
1, "FuncSchGrp", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "FunctionScheduleGroup", ""

1, "OccDens", BEMP_Flt, 1, 0, 0, NInp, "people/1,000


ft2", 0, 0, 3008, "OccupantDensity", ""

1, "OccFrac", BEMP_Flt, 1, 0, 0, Def, "",


0, 0, 3008, "OccupantFraction", ""

1, "OccDensSim", BEMP_Flt, 1, 0, 0, NInp, "people/1,000


ft2", 0, 0, 3008, "OccupantDensitySimulated", ""

1, "OccSensHtRt", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-


person", 0, 0, 3008, "OccupantSensibleHeatRate",
""
1, "OccLatHtRt", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-
person", 0, 0, 3008, "OccupantLatentHeatRate",
""
1, "OccSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "OccupantScheduleReference", ""

1, "VentSpcFunc", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "VentilationSpaceFunction", ""
1, "VentPerPerson", BEMP_Flt, 1, 0, 0, Opt, "cfm/person",
0, 0, 3008, "VentilationPerPerson", ""
1, "VentPerArea", BEMP_Flt, 1, 0, 0, Opt, "cfm/ft2",
0, 0, 3008, "VentilationPerArea", ""
1, "VentACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008, "VentilationAirChangesPerHour", ""
1, "VentPerSpc", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "VentilationPerSpace", ""
;1, "CodeOtherVentPerPerson", BEMP_Flt, 1, 0, 0, Opt, "cfm/person",
0, 0, 3008, "CodeOtherVentilationPerPerson", ""
;1, "CodeOtherVentPerArea", BEMP_Flt, 1, 0, 0, Opt, "cfm/ft2",
0, 0, 3008, "CodeOtherVentilationPerArea", ""
;1, "CodeOtherVentACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008, "CodeOtherVentilationAirChangesPerHour",
""
1, "ExhPerArea", BEMP_Flt, 1, 0, 0, Opt, "cfm/ft2",
0, 0, 3008, "ExhaustPerArea", ""
1, "ExhACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008, "ExhaustAirChangesPerHour", ""
1, "ExhPerSpc", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustPerSpace", ""
1, "ExhContPerFixture", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustContinuousPerFixture", ""
;1 "ExhIntrmtPerFixture", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustIntermittentPerFixture", ""
1, "ExhNumFixtures", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustNumberFixtures", ""
1, "IsIntrmtExh", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "IsIntermittentExhaust", ""

1, "IntLPDReg", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",


0, 0, 3008, "InteriorLightingPowerDensityRegulated",
""
1, "IntLtgRegSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008,
"InteriorLightingRegulatedScheduleReference", ""
1, "IntLtgRegHtGnSpcFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"InteriorLightingRegulatedHeatGainSpaceFraction", ""
1, "IntLtgRegHtGnRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"InteriorLightingRegulatedHeatGainRadiantFraction", ""
1, "IntLPDNonReg", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityNonRegulated", ""
1, "IntLtgNonRegSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008,
"InteriorLightingNonRegulatedScheduleReference", ""
1, "IntLtgNonRegHtGnSpcFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"InteriorLightingNonRegulatedHeatGainSpaceFraction", ""
1, "IntLtgNonRegHtGnRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"InteriorLightingNonRegulatedHeatGainRadiantFraction", ""

1, "RecptPwrDens", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",


0, 0, 3008, "ReceptaclePowerDensity", ""
1, "RecptSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ReceptacleScheduleReference", ""
1, "RecptRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ReceptacleRadiationFraction", ""
1, "RecptLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ReceptacleLatentFraction", ""
1, "RecptLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ReceptacleLostFraction", ""

1, "GasEqpPwrDens", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-ft2",


0, 0, 3008, "GasEquipmentPowerDensity", ""
1, "GasEqpSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "GasEquipmentScheduleReference", ""
1, "GasEqpRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "GasEquipmentRadiationFraction", ""
1, "GasEqpLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "GasEquipmentLatentFraction", ""
1, "GasEqpLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "GasEquipmentLostFraction", ""

1, "ProcElecPwrDens", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",


0, 0, 3008, "ProcessElectricalPowerDensity", ""
1, "ProcElecSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ProcessElectricalScheduleReference", ""

1, "ProcElecRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 3008, "ProcessElectricalRadiationFraction", ""

1, "ProcElecLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 3008, "ProcessElectricalLatentFraction", ""
1, "ProcElecLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ProcessElectricalLostFraction", ""
; 1, "ProcElecSensHtRt", BEMP_Flt, 1, 0, 0, Opt, "BTU/hr",
0, 0, 3008, "ProcessElectricalSensibleHeatRate", ""

; 1, "ProcElecLatHtRt", BEMP_Flt, 1, 0, 0, Opt, "BTU/hr",


0, 0, 3008, "ProcessElectricalLatentHeatRate", ""

1, "CommRfrgEPD", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",


0, 0, 3008, "CommercialRefrigerationEPD", ""
1, "CommRfrgEqpSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008,
"CommercialRefrigerationEquipmentScheduleReference", ""
1, "CommRfrgRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"CommercialRefrigerationRadiationFraction", ""
1, "CommRfrgLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "CommercialRefrigerationLatentFraction",
""
1, "CommRfrgLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "CommercialRefrigerationLostFraction",
""
;1, "CommRfrgEqpCOP", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "CommercialRefrigerationEquipmentCOP",
""

1, "ElevCnt", BEMP_Int, 1,0, 0, Opt,


"ElevMech/Space", 0, 0, 3008, "ElevatorCount", ""
1, "ElevPwr", BEMP_Flt, 1, 0, 0, Opt, "W/Elev",
0, 0, 3008, "ElevatorPower", ""
1, "ElevSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ElevatorScheduleReference", ""
1, "ElevRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ElevatorRadiationFraction", ""
1, "ElevLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ElevatorLatentFraction", ""
1, "ElevLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ElevatorLostFraction", ""

1, "EscalCnt", BEMP_Int, 1, 0, 0, Opt,


"Escal/Space", 0, 0, 3008,
"EscalatorCount", ""
1, "EscalPwr", BEMP_Flt, 1, 0, 0, Opt, "W/Escal",
0, 0, 3008, "EscalatorPower", ""

1, "EscalSchRef", BEMP_Obj, 1, 0, 0, Opt, "",


0, 1, "Schedule", 1, "Type", 3008, "EscalatorScheduleReference", ""
1, "EscalRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "EscalatorRadiationFraction", ""
1, "EscalLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "EscalatorLatentFraction", ""
1, "EscalLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "EscalatorLostFraction", ""

1, "ProcGasPwrDens", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-ft2",


0, 0, 3008, "ProcessGasPowerDensity", ""
1, "ProcGasSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ProcessGasScheduleReference", ""
1, "ProcGasRadFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ProcessGasRadiationFraction", ""
1, "ProcGasLatFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ProcessGasLatentFraction", ""
1, "ProcGasLostFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "ProcessGasLostFraction", ""

1, "HotWtrHtgRt", BEMP_Flt, 1, 0, 0, NInp, "gal/h-


person", 0, 0, 3008, "HotWaterHeatingRate", ""
1, "HotWtrHrlyUsePerPers", BEMP_Flt, 1, 0, 0, NInp, "gal/h-
person", 0, 0, 3008,
"HotWaterHourlyUsePerPerson", ""
1, "HotWtrHtgSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "HotWaterHeatingScheduleReference", ""
1, "HotWtrSupTemp", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 3008, "HotWaterSupplyTemperature", ""
1, "HotWtrSupTempSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 3008,
"HotWaterSupplyTemperatureScheduleReference", ""
1, "SHWFluidSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "FluidSeg", 1, "Type", "FluidSeg", 3, "Type", 3008,
"SHWFluidSegmentReference", ""
1, "ResDHWSysRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ResDHWSys", 0, "", 3008, "ResidentialDHWSystemReference", ""

1, "InfMthd", BEMP_Sym, 4, 1, 0, Opt, "",


0, 0, 3008, "InfiltrationMethod", ""
1, "DsgnInfRt", BEMP_Flt, 4, 1, 0, Opt, "cfm/ft2",
0, 0, 3008, "DesignInfiltrationRate", ""

1, "InfSchRef", BEMP_Obj, 4, 1, 0, Opt, "",


0, 1, "Schedule", 1, "Type", 3008, "InfiltrationScheduleReference", ""

1, "InfModelCoefA", BEMP_Flt, 4, 1, 0, Opt, "",


0, 0, 3008, "InfiltrationModelCoefficientA", ""
1, "InfModelCoefB", BEMP_Flt, 4, 1, 0, Opt, "1/�F",
0, 0, 3008, "InfiltrationModelCoefficientB", ""
1, "InfModelCoefC", BEMP_Flt, 4, 1, 0, Opt, "hr/mile",
0, 0, 3008, "InfiltrationModelCoefficientC", ""
1, "InfModelCoefD", BEMP_Flt, 4, 1, 0, Opt, "hr2/mile2",
0, 0, 3008, "InfiltrationModelCoefficientD", ""
; IsStandard
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Lum", "Luminaire", "Luminaire <i>", 0, 0, 0, "Project", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------------
;Removed 'Category' - split this single property into two properties, FixtureType
and Luminaire Type. - SAC restored to facilitate backward compatibility
1, "Cat", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3008, "Category", ""
1, "FxtrType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "FixtureType", ""
1, "LampType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "LampType", ""
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Pwr", BEMP_Flt, 1, 0, 0, Comp, "W",
0, 0, 3008, "Power", ""

1, "HtGnSpcFrac", BEMP_Flt, 1, 0, 0, Req, "Frac",


0, 0, 3008, "HeatGainSpaceFraction", ""
1, "HtGnRadFrac", BEMP_Flt, 1, 0, 0, Req, "Frac",
0, 0, 3008, "HeatGainRadiantFraction", ""

; LDH 1/12/2015 - added properties for reporting purposes


1, "TotCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "TotalCount", ""
1, "TotCntWithMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "TotalCountWithMultiplier", ""
1, "CondCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ConditionedCount", ""
1, "CondCntWithMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ConditionedCountWithMultiplier",
""
1, "UncondCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "UnconditionedCount", ""
1, "UncondCntwithMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "UnconditionedCountWithMultiplier",
""
1, "TotPwr", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "TotalPower", ""
1, "TotPwrWithMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "TotalPowerWithMultiplier", ""
1, "CondPwr", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ConditionedPower", ""
1, "CondPwrWithMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ConditionedPowerWithMultiplier",
""
1, "UncondPwr", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "UnconditionedPower", ""
1, "UncondPwrWithMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "UnconditionedPowerWithMultiplier",
""
1, "PwrNA8Default", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "PowerNA8Default", ""
1, "LumDescRpt", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "LuminaireDescriptionReport", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
0, "Bldg", "Building", "Buidling <i>", 1, 0, 0, "Project", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 1500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
;1, "ConsPhase", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "ConstructionPhase", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
;1, "TopLvlOcc", "TopLevelOccupancy" (nonres vs. res)
1, "FuncClassMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "FunctionClassificationMethod", ""
1, "CompleteBldgFunc", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "CompleteBuildingFunction", ""
1, "CompleteBldgOccClass", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "CompleteBuildingOccupancyClassification",
""
;1, "CBCOccGrp", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "CBCOccupancyGroup", ""
1, "RelocPubSchoolBldg", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "RelocatablePublicSchoolBuilding", ""
1, "WholeBldgModeled", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "WholeBuildingModeled", ""
1, "WholePlantModeled", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "WholePlantModeled", ""
1, "BldgType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "BuildingType", ""
1, "Is24Hr", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "Is24Hour", ""

1, "NAngVector", BEMP_Flt, 1, 0, 0, NInp, "deg",


0, 0, 1001, "NorthAngleVector", "" // was: 'NAng' -
renamed to resolve backward compat issue
1, "BldgAz", BEMP_Flt, 1, 0, 1, Req, "deg",
0, 0, 1001, "BuildingAzimuth", ""

1, "TotStoryCnt", BEMP_Int, 1, 0, 0, Req, "",


0, 0, 1040, "TotalStoryCount", ""
1, "TotStoryCntNew", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "TotalStoryCountNew", ""
1, "TotStoryCntExisting", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "TotalStoryCountExisting", ""
1, "TotStoryCntAltered", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "TotalStoryCountAltered", ""
1, "AboveGrdStoryCnt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1040, "AboveGradeStoryCount", ""
1, "AboveGrdStoryCntNew", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "AboveGradeStoryCountNew", ""
1, "AboveGrdStoryCntExisting", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "AboveGradeStoryCountExisting", ""
1, "AboveGrdStoryCntAltered", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "AboveGradeStoryCountAltered", ""

1, "HighRiseResLivingUnitCnt", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1040, "HighRiseResidentialLivingUnitCount", ""
1, "LowRiseResLivingUnitCnt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "LowRiseResidentialLivingUnitCount", ""
1, "ResLivingUnitCnt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "ResidentialLivingUnitCount", ""
1, "HotelMotelGuestRmCnt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "HotelMotelGuestRoomCount", ""

// ---------- 360LDH Changed LivingUnitCnt InputClass to NotInput - will


calculate from HighRiseResLivingUnitCnt and HotelMotelGuestRmCnt
1, "LivingUnitCntRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1040, "LivingUnitCountReport", ""

1, "LivingUnitCntNew", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1040, "LivingUnitCountNew", ""
1, "LivingUnitCntExisting", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "LivingUnitCountExisting", ""
1, "LivingUnitCntAltered", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "LivingUnitCountAltered", ""

1, "TotFlrArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",


0, 0, 1040, "TotalFloorArea", ""
1, "NonResFlrArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1040, "NonresidentialFloorArea", ""
1, "ResFlrArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1040, "ResidentialFloorArea", ""
1, "TotCondFlrArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1001, "TotalConditionedFloorArea", ""
1, "TotCondVol", BEMP_Flt, 1, 0, 0, Opt, "ft3",
0, 0, 1001, "TotalConditionedVolume", ""
1, "TotCondFlrAreaNew", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 1001, "TotalConditionedFloorAreaNew", ""
1, "TotFlrAreaNew", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 1001, "TotalFloorAreaNew", ""

;1, "AvgLivingUnitFlArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",


0, 0, 1001, "AverageLivingUnitFloorArea", ""
;1, "TotUncondFlrArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1001, "TotalUnconditionedFloorArea", ""
;1, "FenFlrRat", BEMP_Flt, 1, 0, 0, Opt, "frac",
0, 0, 1001, "FenestrationFloorRatio", ""

1, "PlantClgCap", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008, "PlantCoolingCapacity",
""
1, "PlantHtgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008, "PlantHeatingCapacity",
""
1, "CoilClgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008, "CoilCoolingCapacity",
""
1, "CoilHtgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008, "CoilHeatingCapacity",
""
1, "CoilClgCapHydronic", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"CoilCoolingCapacityHydronic", ""
1, "CoilHtgCapHydronic", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"CoilHeatingCapacityHydronic", ""
;1, "ClgUnmetLdHrs", BEMP_Flt, 1, 0, 0, Opt, "hrs",
0, 0, 3008, "CoolingUnmetLoadHours", ""
;1, "HtgUnmetLdHrs", BEMP_Flt, 1, 0, 0, Opt, "hrs",
0, 0, 3008, "HeatingUnmetLoadHours", ""

;1, "CoinDsgnClgLd", BEMP_Flt, 1, 0, 0, Opt,


"Btu/h", 0, 0, 1001,
"CoincidentDesignCoolingLoad", ""
;1, "CoinDsgnHtgLd", BEMP_Flt, 1, 0, 0, Opt,
"Btu/h", 0, 0, 1001,
"CoincidentDesignHeatingLoad", ""
;1, "NonCoinDsgnClgLd", BEMP_Flt, 1, 0, 0, Opt,
"Btu/h", 0, 0, 1001,
"NonCoincidentDesignCoolingLoad", ""
;1, "NonCoinDsgnHtgLd", BEMP_Flt, 1, 0, 0, Opt,
"Btu/h", 0, 0, 1001,
"NonCoincidentDesignHeatingLoad", ""

; For S901G
1, "NonResStoryCntFossilHt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "NonresidentialStoryCountFossilHeat", ""

1, "NonResStoryCntElecHt", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1040, "NonresidentialStoryCountElectricHeat", ""

1, "ResStoryCntFossilHt", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1040, "ResidentialStoryCountFossilHeat", ""

1, "ResStoryCntElecHt", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1040, "ResidentialStoryCountElectricHeat", ""

; LDH 1/12/2015 - added window and wall area properties previously defined
as Rule New properties. These are added to BEMBase for reporting purposes
1, "CondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"ConditionedExteriorWallArea", ""
1, "NorthCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"NorthConditionedExteriorWallArea", ""
1, "EastCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"EastConditionedExteriorWallArea", ""
1, "SouthCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"SouthConditionedExteriorWallArea", ""
1, "WestCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"WestConditionedExteriorWallArea", ""
1, "CondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"ConditionedExteriorWindowArea", ""
1, "NorthCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"NorthConditionedExteriorWindowArea", ""
1, "EastCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"EastConditionedExteriorWindowArea", ""
1, "SouthCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"SouthConditionedExteriorWindowArea", ""
1, "WestCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"WestConditionedExteriorWindowArea", ""
1, "WWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "WindowWallRatio", ""
1, "NorthWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "NorthWindowWallRatio", ""
1, "EastWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "EastWindowWallRatio", ""
1, "SouthWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "SouthWindowWallRatio", ""
1, "WestWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "WestWindowWallRatio", ""

1, "CondExtRoofArea", BEMP_Flt, 1, 0, 0, NInp,


"ft2", 0, 0, 1001,
"ConditionedExteriorRoofArea", ""
1, "CondExtSkyltArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"ConditionedExteriorSkylightArea", ""
1, "CondSRR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "ConditionedSkylightRoofRatio", ""

; LDH 1/26/2015 - properties. These are added to BEMBase for reporting


purposes
1, "ShdgCredRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "ShadingCreditReport", ""
1, "WinShdgNoteRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "WindowShadingNoteReport", ""
1, "TMWallDispAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodWallDisplayAllowance", ""
1, "CondTMWallDispAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodWallDisplayAllowance", ""
1, "UncondTMWallDispAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodWallDisplayAllowance", ""
1, "TMCmbdFlrDispTaskAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodCombinedFloorDisplayTaskAllowance", ""
1, "CondTMCmbdFlrDispTaskAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodCombinedFloorDisplayTaskAllowance", ""
1, "UncondTMCmbdFlrDispTaskAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodCombinedFloorDisplayTaskAllowance", ""
1, "TMOrnAndSpclEftAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001, "TMOrnAndSpclEftAllow",
""
1, "CondTMOrnAndSpclEftAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001, "TMOrnAndSpclEftAllow",
""
1, "UncondTMOrnAndSpclEftAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001, "TMOrnAndSpclEftAllow",
""
1, "TMVeryValDispAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodVeryValuableDisplayAllowance", ""
1, "CondTMVeryValDispAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodVeryValuableDisplayAllowance", ""
1, "UncondTMVeryValDispAllow", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodVeryValuableDisplayAllowance", ""
1, "TMBaseGenlPwr", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"TailoredMethodBaselineGeneralPower", ""
1, "CondTMBaseGenlPwr", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"ConditionedTailoredMethodBaselineGeneralPower", ""
1, "UncondTMBaseGenlPwr", BEMP_Flt, 1, 0, 0, NInp,
"W", 0, 0, 1001,
"UnconditionedTailoredMethodBaselineGeneralPower", ""
1, "OrientationRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "Story", "BuildingStory", "Bldg Story <i>", 0, 0, 0, "Building", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 2000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------------
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
1, "Mult", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1040, "Multiplier", ""
1, "Z", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "Z", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrToFlrHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "FloorToFloorHeight", "Required
when Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrToCeilingHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "FloorToCeilingHeight", "Required
when Proj:GeometryInpType = 'Simplified', else NotInput"
1, "AirBarrier", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "AirBarrier", ""
1, "Is24Hr", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "Is24Hour", ""
1, "PredomPVBattSizeBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp, "ft2",
0, 0, 3008,
"PredominantPVBatterySizeBuildingTypeArea", "" ; SAC 01/14/23
1, "PredomPVBattSizeBldgType", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"PredominantPVBatterySizeBuildingType", ""
;----------------------------------------------------------------------------------
--------------

; added based on Story object above - SAC 08/11/21 (MFam)


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "ResZnGrp", "ResidentialZoneGroup", "Res Zone Grp <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 2000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------------
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
1, "Mult", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "Multiplier", ""
1, "NumStories", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1040, "NumberOfStories", "" ;
SAC 09/16/21 (MFam)
1, "Z", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "Z", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrToFlrHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "FloorToFloorHeight", "Required
when Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrToCeilingHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "FloorToCeilingHeight", "Required
when Proj:GeometryInpType = 'Simplified', else NotInput"
1, "TreeDescrip", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1044, "TreeDescription", "" ;
"Description of zone for display in UI Tree", "" ; SAC 12/14/21
1, "StoryRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Story", 0, "", 3004, "Create a story component when any
child ResZn or ResOtherZn need to be modeled using EnergyPlus.", ""
1, "PredomPVBattSizeBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp, "ft2",
0, 0, 3008,
"PredominantPVBatterySizeBuildingTypeArea", "" ; SAC 01/14/23
1, "PredomPVBattSizeBldgType", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"PredominantPVBatterySizeBuildingType", ""

1, "NumDwellingUnitsByBedrmsWithMult", BEMP_Int, 8, 1, 0, NInp, "",


0, 0, 1001, "NumDwellingUnitsByBedrmsWithMult",
"" ; 1-Studio, 2-1bdrm, ... 7-6bdrm, 8->6bdrm - SAC 04/23/23 (tic #3392)
1, "CSE_ElecSubMETERs", BEMP_Obj, 9, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_ElecSubMETERs", "" ;
SAC 04/23/23 (tic #3392)
1, "CSE_Elec2SubMETERs", BEMP_Obj, 9, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_Elec2SubMETERs", ""
1, "CSE_NatGasSubMETERs", BEMP_Obj, 9, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_NatGasSubMETERs", ""
1, "CSE_OtherFuelSubMETERs", BEMP_Obj, 9, 1, 0, NInp, "",
0, 1, "cseMETER", 0, "", 7010, "CSE_OtherFuelSubMETERs", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Spc", "Space", "Space <pi>-<c>", 0, 0, 0, "Story", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "CondgType", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "ConditioningType", ""
1, "SupPlenumSpcRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Space", 4, "CondgType", 6510, "SupplyPlenumSpaceReference", ""
1, "RetPlenumSpcRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Space", 4, "CondgType", 6510, "ReturnPlenumSpaceReference", ""
1, "ThrmlZnRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ThrmlZn", 0, "", 6510, "ThermalZoneReference", ""
1, "VentSysRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 2, "ZnSys", 0, "", "AirSys", 0, "", 6510, "VentilationSystemReference", ""
1, "OccClass", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "OccupancyClassification", ""
1, "EnclosedSpc", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "EnclosedSpace", ""
;1, "IsShellSpc", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "IsShellSpace", ""

1, "Area", BEMP_Flt, 1, 0, 0, Req, "ft2",


0, 0, 3008, "Area", "Compulsory when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "FloorArea", ""
1, "FlrZ", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3008, "FloorZ", ""
1, "FlrToCeilingHgt", BEMP_Flt, 1, 0, 0, Def, "ft",
0, 0, 3008, "FloorToCeilingHeight", ""
1, "Vol", BEMP_Flt, 1, 0, 0, Req, "ft3",
0, 0, 3008, "Volume", ""
1, "Mult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1040, "Multiplier", ""
1, "CondFlrAreaWithMult", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "ConditionedFloorAreaWithMultiplier", ""

1, "Perim", BEMP_Flt, 1, 0, 0, Opt, "ft",


0, 0, 3008, "Perimeter", "Optional when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "PVBattSizeBldgType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "PhotovoltaicBatterySizeBuildingType",
"" ; switched from RULE NEW String to BEMBase Enum - SAC 01/14/23
1, "BattReq_PartOfLargeTenantArea", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "BattReq_PartOfLargeTenantArea", ""
; SAC 01/12/23
1, "ShowBattReq_PartOfLargeTenantArea", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1040, "ShowBattReq_PartOfLargeTenantArea", ""

1, "SpcFuncDefaultsRef", BEMP_Obj, 1, 0, 0, Opt, "",


0, 1, "SpcFuncDefaults", 0, "", 3008, "SpaceFunctionDefaultsReference", ""
1, "SpcFunc", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "SpaceFunction", ""
1, "SpcFuncIdx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SpaceFunctionIndex", ""
1, "FuncSchGrp", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "FunctionScheduleGroup", ""
1, "SpcCompleteBldgFunc" BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "SpaceCompleteBuildingFunction", ""

1, "OccDens", BEMP_Flt, 1, 0, 0, NInp, "people/1,000


ft2", 0, 0, 3008, "OccupantDensity", ""

1, "OccFrac", BEMP_Flt, 1, 0, 0, Def, "",


0, 0, 3008, "OccupantFraction", ""

1, "OccDensSim", BEMP_Flt, 1, 0, 1, NInp, "people/1,000


ft2", 0, 0, 3008, "OccupantDensitySimulated", ""

1, "OccNumSim", BEMP_Flt, 1, 0, 0, NInp, "people",


0, 0, 3008, "OccupantNumberSimulated", ""
1, "OccSensHtRt", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-
person", 0, 0, 3008, "OccupantSensibleHeatRate",
""
1, "OccLatHtRt", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-
person", 0, 0, 3008, "OccupantLatentHeatRate",
""
1, "OccSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "OccupantScheduleReference", ""
1, "FxdSeat", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "FixedSeating", ""
1, "OccNumFxdSeat", BEMP_Flt, 1, 0, 0, Def, "people",
0, 0, 3008, "OccupantNumberFixedSeating", ""
1, "IsAtriumGT55Ft", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "IsAtriumGreaterThan55Feet", ""
1, "IsHlthCare", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "IsHealthCare", ""
1, "IsResCommon", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "IsResidentialCommon", ""

1, "InfMthd", BEMP_Sym, 4, 1, 1, Req, "",


0, 0, 3008, "InfiltrationMethod", ""
1, "DsgnInfRt", BEMP_Flt, 4, 1, 1, Req, "cfm/ft2",
0, 0, 3008, "DesignInfiltrationRate", ""

1, "InfSchRef", BEMP_Obj, 4, 1, 1, Req, "",


0, 1, "Schedule", 1, "Type", 3008, "InfiltrationScheduleReference", ""

1, "InfModelCoefA", BEMP_Flt, 4, 1, 1, Opt, "",


0, 0, 3008, "InfiltrationModelCoefficientA", ""
1, "InfModelCoefB", BEMP_Flt, 4, 1, 1, Opt, "1/�F",
0, 0, 3008, "InfiltrationModelCoefficientB", ""
1, "InfModelCoefC", BEMP_Flt, 4, 1, 1, Opt, "hr/mile",
0, 0, 3008, "InfiltrationModelCoefficientC", ""
1, "InfModelCoefD", BEMP_Flt, 4, 1, 1, Opt, "hr2/mile2",
0, 0, 3008, "InfiltrationModelCoefficientD", ""

1, "EnvStatus", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "EnvelopeStatus", ""
1, "LtgStatus", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "LightingStatus", ""
1, "OverallStatus", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "OverallStatus", ""
;1, "ModLumCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "ModifiedLuminaireCount", ""
1, "IntLtgSysChildren", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "InteriorLightingSystemChildren", ""
1, "IntLtgSpecMthd", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "InteriorLightingSpecificationMethod",
""

; Lighting
1, "IntLPDReg", BEMP_Flt, 1, 0, 1, Def, "W/ft2",
0, 0, 3008, "InteriorLightingPowerDensityRegulated",
""
1, "IntLPDNonReg", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityNonRegulated", ""
1, "IntLPDRegSim", BEMP_Flt, 1, 0, 1, NInp, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityRegulatedSimulated", ""
1, "IntLPDNonRegSim", BEMP_Flt, 1, 0, 1, NInp, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityNonRegulatedSimulated", ""

1, "IntLtgRegEndUseCat", BEMP_Sym, 1, 0, 1, Def, "",


0, 0, 3008,
"InteriorLightingRegulatedEndUseCategory", ""
1, "IntLtgNonRegEndUseCat", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008,
"InteriorLightingPowerDensityNonRegulatedEndUseCategory", ""

1, "IntLtgRegSchRef", BEMP_Obj, 1, 0, 1, Def, "",


0, 1, "Schedule", 1, "Type", 3008,
"InteriorLightingRegulatedScheduleReference", ""
1, "IntLtgNonRegSchRef", BEMP_Obj, 1, 0, 1, Def, "",
0, 1, "Schedule", 1, "Type", 3008,
"InteriorLightingNonRegulatedScheduleReference", ""

1, "IntLtgRegHtGnSpcFrac", BEMP_Flt, 1, 0, 1, Def, "",


0, 0, 3008,
"InteriorLightingRegulatedHeatGainSpaceFraction", ""
1, "IntLtgRegHtGnRadFrac", BEMP_Flt, 1, 0, 1, Def, "",
0, 0, 3008,
"InteriorLightingRegulatedHeatGainRadiantFraction", ""
1, "IntLtgNonRegHtGnSpcFrac", BEMP_Flt, 1, 0, 1, Def, "",
0, 0, 3008,
"InteriorLightingNonRegulatedHeatGainSpaceFraction", ""
1, "IntLtgNonRegHtGnRadFrac", BEMP_Flt, 1, 0, 1, Def, "",
0, 0, 3008,
"InteriorLightingNonRegulatedHeatGainRadiantFraction", ""

1, "IntLtgRegHtGnSpcFracSim", BEMP_Flt, 1, 0, 1, NInp, "",


0, 0, 3008,
"InteriorLightingRegulatedHeatGainSpaceFractionSimulated", ""
1, "IntLtgRegHtGnRadFracSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008,
"InteriorLightingRegulatedHeatGainRadiantFractionSimulated", ""
1, "IntLtgNonRegHtGnSpcFracSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008,
"InteriorLightingNonRegulatedHeatGainSpaceFractionSimulated", ""
1, "IntLtgNonRegHtGnRadFracSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008,
"InteriorLightingNonRegulatedHeatGainRadiantFractionSimulated", ""

;Lighting Reporting

1, "TMWallDispAllowLen", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodWallDisplayAllowanceLength", ""
1, "TMWallDispDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodWallDisplayDesign", ""
1, "TMWallDispMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodWallDisplayMaximum", ""
1, "TMWallDispAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodDisplayAllowance", ""

1, "TMCmbdFlrDispTaskAllowArea", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskAllowanceArea", ""
1, "TMCmbdFlrDispTaskDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskDesign", ""
1, "TMCmbdFlrDispTaskMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskMaximum", ""
1, "TMCmbdFlrDispTaskAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskAllowance", ""

1, "TMOrnAndSpclEftAllowArea", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectAllowanceArea", ""
1, "TMOrnAndSpclEftDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectDesign", ""
1, "TMOrnAndSpclEftMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectMaximum", ""
1, "TMOrnAndSpclEftAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectAllowance", ""

1, "TMVeryValDispAllowArea", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayAllowanceArea", ""
1, "TMVeryValDispDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayDesign", ""
1, "TMVeryValDispMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayMaximum", ""
1, "TMVeryValDispAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayAllowance", ""

1, "ACMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"AreaCategoryMethodTotalAllowancePower", ""
1, "ACMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"AreaCategoryMethodTotalAllowancePowerWithMultiplier", ""
1, "CondACMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedAreaCategoryMethodTotalAllowancePower", ""
1, "CondACMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedAreaCategoryMethodTotalAllowancePowerWithMultiplier", ""
1, "UncondACMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedAreaCategoryMethodTotalAllowancePower", ""
1, "UncondACMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedAreaCategoryMethodTotalAllowancePowerWithMultiplier", ""
1, "TMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodTotalAllowancePower", ""
1, "TMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodTotalAllowancePowerWithMultiplier", ""
1, "CondTMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedTailoredMethodTotalAllowancePower", ""
1, "CondTMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedTailoredMethodTotalAllowancePowerWithMultiplier", ""
1, "UncondTMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedTailoredMethodTotalAllowancePower", ""
1, "UncondTMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedTailoredMethodTotalAllowancePowerWithMultiplier", ""
1, "RCR", BEMP_Flt, 1, 0, 0,
NInp, "", 0, 0, 3008,
"RoomCavityRatio", ""
1, "TMGenlIlumRnd", BEMP_Flt, 1, 0, 0,
NInp, "lux", 0, 0, 3008,
"TailoredMethodGeneralIlluminationRounded", ""
1, "TMBaseGenlLPD", BEMP_Flt, 1, 0, 0,
NInp, "W/ft2", 0, 0, 3008,
"TailoredMethodBaselineGeneralLPD", ""
1, "TMBaseGenlPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodBaselineGeneralPower", ""
1, "TaskHgt", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008, "TaskHeight",
""
1, "PAFCtrlCred", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"PowerAdjustmentFactorControlCredits", ""
1, "PAFCtrlCredWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"PowerAdjustmentFactorControlCreditsWithMultiplier", ""
1, "CondPAFCtrlCred", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedPowerAdjustmentFactorControlCredits", ""
1, "CondPAFCtrlCredWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedPowerAdjustmentFactorControlCreditsWithMultiplier", ""
1, "UncondPAFCtrlCred", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedPowerAdjustmentFactorControlCredits", ""
1, "UncondPAFCtrlCredWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedPowerAdjustmentFactorControlCreditsWithMultiplier", ""
1, "RegLtgPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"RegulatedLightingPower", ""
1, "CondRegInstLtgPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedRegulatedInstalledLightingPower", ""
1, "CondRegInstLtgPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedRegulatedInstalledLightingPowerWithMultiplier", ""
1, "UncondRegInstLtgPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedRegulatedInstalledLightingPower", ""
1, "UncondRegInstLtgPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedRegulatedInstalledLightingPowerWithMultiplier", ""
1, "MandatoryLtgCtrlDescRpt", BEMP_Str, 5, 1, 0,
Opt, "", 0, 0, 3008,
"MandatoryLightingControlDescriptionReport", ""
1, "MandatoryLtgCtrlCntRpt", BEMP_Int, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlCountReport", ""
1, "MandatoryLtgCtrlIsManAreaCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsManualAreaControlReport", ""
1, "MandatoryLtgCtrlIsMultiLvlCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsMultiLevelControlReport", ""
1, "MandatoryLtgCtrlIsAutoShutOffCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAutoShutOffControlReport", ""
1, "MandatoryLtgCtrlIsDayltgCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsDaylightingControlReport", ""
1, "MandatoryLtgCtrlIsDemandResponseCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsDemandResponseControlReport", ""
1, "MandatoryLtgCtrlIsAcceptanceTestReqdRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAcceptanceTestRequiredReport", ""

; screen UI support - LH removed 151113 - not referenced in rules or screens


;1, "IntLPDPrescrip", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityPrescriptive", ""

1, "CondPVBattBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp, "ft2",


0, 0, 3008,
"ConditionedPhotovoltaicBatteryBuildingTypeArea", "" ; SAC 01/20/23
1, "UncondPVBattBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp, "ft2",
0, 0, 3008,
"UnconditionedPhotovoltaicBatteryBuildingTypeArea", ""

; Daylighting
1, "DaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "DaylitArea", ""
1, "SkylitDaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "SkylitDaylitArea", ""
1, "PriSideDaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "PrimarySideDaylitArea", ""
1, "SecSideDaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "SecondarySideDaylitArea", ""

1, "SkylitDayltgInstalledLtgPwr", BEMP_Flt, 1, 0, 0, Def,


"Watts", 0, 0, 3008,
"SkylitDaylightingInstalledLightingPower", ""
1, "PriSideDayltgInstalledLtgPwr", BEMP_Flt, 1, 0, 0, Def,
"Watts", 0, 0, 3008,
"PrimarySideDaylightingInstalledLightingPower", ""
1, "SecSideDayltgInstalledLtgPwr", BEMP_Flt, 1, 0, 0, Def,
"Watts", 0, 0, 3008,
"SecondarySideDaylightingInstalledLightingPower", ""

1, "Skylit100PctControlled", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008, "Skylit100PercentControlled", ""
1, "PriSide100PctControlled", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "PrimarySidelit100PercentControlled", ""
1, "SecSide100PctControlled", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "SecondarySidelit100PercentControlled",
""

1, "SkylitDayltgRefPtCoord", BEMP_Flt, 3, 1, 0, NInp, "ft",


0, 0, 3008,
"SkylitDaylightingReferencePointCoordinate", ""
1, "SkylitDayltgRefPtEffAp", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008,
"SkylitDaylightingReferencePointEffectiveAperture", ""
1, "SkylitDayltgRefPtSrcOrient", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 3008,
"SkylitDaylightingReferencePointSourceOrientation", ""
1, "SkylitDayltgCtrlLtgPwr", BEMP_Flt, 1, 0, 0, Def, "Watts",
0, 0, 9501,
"SkylitDaylightingControlledLightingPower", ""
1, "SkylitDayltgCtrlLtgFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501,
"SkylitDaylightingControlLightingFraction", ""
1, "SkylitDayltgIllumSetpt", BEMP_Flt, 1, 0, 0, Def, "lux",
0, 0, 9501, "SkylitDaylightingIlluminanceSetPoint",
""
1, "SkylitDayltgIllumSetptAdjFac",BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501,
"SkylitDaylightingIlluminanceSetPointAdjustmentFactor", ""
1, "SkylitDayltgAdjIllumSetpt", BEMP_Flt, 1, 0, 0, NInp, "lux",
0, 0, 9501,
"SkylitDaylightingAdjustedIlluminanceSetPoint", ""

1, "PriSideDayltgRefPtCoord", BEMP_Flt, 3, 1, 0, NInp, "ft",


0, 0, 3008,
"PrimarySideDaylightingReferencePointCoordinate", ""
1, "PriSideDayltgRefPtEffAp", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008,
"PrimarySideDaylightingReferencePointEffectiveAperture", ""
1, "PriSideDayltgRefPtSrcOrient", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 3008,
"PrimarySideDaylightingReferencePointSourceOrientation", ""
1, "PriSideDayltgCtrlLtgPwr", BEMP_Flt, 1, 0, 0, Def, "Watts",
0, 0, 9501,
"PrimarySideDaylightingControlledLightingPower", ""
1, "PriSideDayltgCtrlLtgFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501,
"PrimarySideDaylightingControlLightingFraction", ""
1, "PriSideDayltgIllumSetpt", BEMP_Flt, 1, 0, 0, Def, "lux",
0, 0, 9501,
"PrimarySideDaylightingIlluminanceSetPoint", ""
1, "PriSideDayltgIllumSetptAdjFac",BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501,
"PrimarySideDaylightingIlluminanceSetPointAdjustmentFactor", ""
1, "PriSideDayltgAdjIllumSetpt", BEMP_Flt, 1, 0, 0, NInp, "lux",
0, 0, 9501,
"PrimarySideDaylightingAdjustedIlluminanceSetPoint", ""

1, "SecSideDayltgRefPtCoord", BEMP_Flt, 3, 1, 0, NInp, "ft",


0, 0, 3008,
"SecondarySideDaylightingReferencePointCoordinate", ""
1, "SecSideDayltgRefPtEffAp", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008,
"SecondarySideDaylightingReferencePointEffectiveAperture", ""
1, "SecSideDayltgRefPtSrcOrient", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 3008,
"SecondarySideDaylightingReferencePointSourceOrientation", ""
1, "SecSideDayltgCtrlLtgPwr", BEMP_Flt, 1, 0, 0, Def, "Watts",
0, 0, 9501,
"SecondarySideDaylightingControlledLightingPower", ""
1, "SecSideDayltgCtrlLtgFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501,
"SecondarySideDaylightingControlLightingFraction", ""
1, "SecSideDayltgIllumSetpt", BEMP_Flt, 1, 0, 0, Def, "lux",
0, 0, 9501,
"SecondarySideDaylightingIlluminanceSetPoint", ""
1, "SecSideDayltgIllumSetptAdjFac",BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501,
"SecondarySideDaylightingIlluminanceSetPointAdjustmentFactor", ""
1, "SecSideDayltgAdjIllumSetpt", BEMP_Flt, 1, 0, 0, NInp, "lux",
0, 0, 9501,
"SecondarySideDaylightingAdjustedIlluminanceSetPoint", ""

1, "DayltgCtrlType", BEMP_Sym, 1, 0, 0, Def, "",


0, 0, 9501, "DaylightingControlType", ""
1, "MinDimLtgFrac", BEMP_Flt, 1, 0, 0, Def, "",
0, 0, 9501, "MinimumDimmingLightFraction", ""
1, "MinDimPwrFrac", BEMP_Flt, 1, 0, 0, Def, "",
0, 0, 9501, "MinimumDimmingPowerFraction", ""
1, "NumOfCtrlSteps", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 9501, "NumberOfControlSteps", ""
1, "GlrAz", BEMP_Flt, 1, 0, 0, Opt, "deg",
0, 0, 9501, "GlareAzimuth", ""
1, "MaxGlrIdx", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 9501, "MaximumGlareIndex", ""

1, "SkylitRDP", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 9501, "SkylitRelativeDaylightPotential", ""
1, "PriSideRDP", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501, "PrimarySideRelativeDaylightPotential",
""
1, "SecSideRDP", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501, "SecondarySideRelativeDaylightPotential",
""
1, "SkylitRDPCoefs", BEMP_Flt, 2, 1, 0, NInp, "",
0, 0, 9501,
"SkylitRelativeDaylightPotentialCoefficients", ""
1, "PriSideRDPCoefs", BEMP_Flt, 3, 1, 0, NInp, "",
0, 0, 9501,
"PrimarySideRelativeDaylightPotentialCoefficients", ""
1, "SecSideRDPCoefs", BEMP_Flt, 3, 1, 0, NInp, "",
0, 0, 9501,
"SecondarySideRelativeDaylightPotentialCoefficients", ""

1, "MandMinDaylitArea" BEMP_Flt, 1, 0, 0, NInp, "ft2",


0, 0, 3008, "MandatoryMinimumDaylitArea", ""
1, "SkyltReqExcpt" BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 3008, "SkylightRequirementException",
"Required when Spc:SkyltReqExcptFrac > 0, else NotInput"
1, "SkyltReqExcptArea" BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "SkylightRequirementExceptionArea", ""
1, "SkyltReqExcptFrac" BEMP_Flt, 1, 0, 0, Def, "",
0, 0, 3008, "SkylightRequirementExceptionFraction",
""
1, "ReqDaylitArea" BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "RequiredDaylitArea", ""

; Loads
1, "RecptPwrDens", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",
0, 0, 3008, "ReceptaclePowerDensity", ""
1, "BaseRecptPwrDens", BEMP_Flt, 1, 0, 0, NInp, "W/ft2",
0, 0, 3008, "BaselineReceptaclePowerDensity", ""
1, "RecptSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ReceptacleScheduleReference", ""
1, "BaseRecptSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Schedule", 1, "Type", 3008, "BaselineReceptacleScheduleReference",
""
1, "RecptRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReceptacleRadiationFraction", ""
1, "RecptLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReceptacleLatentFraction", ""
1, "RecptLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReceptacleLostFraction", ""
1, "RecptPwrDensExcptCond", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ReceptaclePowerExceptionalCondition",
""
;1, "RecptSchExcptCond", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "ReceptacleScheduleExceptionalCondition",
""

1, "GasEqpPwrDens", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-ft2",


0, 0, 3008, "GasEquipmentPowerDensity", ""
1, "BaseGasEqpPwrDens", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-ft2",
0, 0, 3008, "BaselineGasEquipmentPowerDensity", ""
1, "GasEqpSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "GasEquipmentScheduleReference", ""
1, "BaseGasEqpSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Schedule", 1, "Type", 3008, "BaselineGasEquipmentScheduleReference",
""
1, "GasEqpRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "GasEquipmentRadiationFraction", ""
1, "GasEqpLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "GasEquipmentLatentFraction", ""
1, "GasEqpLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "GasEquipmentLostFraction", ""
1, "GasEqpPwrDensExcptCond", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"GasEquipmentPowerDensityExceptionalCondition", ""

1, "ProcElecPwrDens", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",


0, 0, 3008, "ProcessElectricalPowerDensity", ""
1, "ProcElecSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ProcessElectricalScheduleReference", ""

1, "ProcElecRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "ProcessElectricalRadiationFraction", ""

1, "ProcElecLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "ProcessElectricalLatentFraction", ""
1, "ProcElecLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ProcessElectricalLostFraction", ""
;1, "ProcElecSensHtRt", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ProcessElectricalSensibleHeatRate", ""

;1, "ProcElecLatHtRt", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "ProcessElectricalLatentHeatRate", ""

1, "ProcGasPwrDens", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-ft2",


0, 0, 3008, "ProcessGasPowerDensity", ""
1, "ProcGasSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ProcessGasScheduleReference", ""
1, "ProcGasRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ProcessGasRadiationFraction", ""
1, "ProcGasLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ProcessGasLatentFraction", ""
1, "ProcGasLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ProcessGasLostFraction", ""

1, "CommRfrgEPD", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",


0, 0, 3008, "CommercialRefrigerationEPD", ""
1, "BaseCommRfrgEPD", BEMP_Flt, 1, 0, 0, NInp, "W/ft2",
0, 0, 3008, "BaselineCommercialRefrigerationEPD", ""

1, "CommRfrgEqpSchRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "Schedule", 1, "Type", 3008,
"CommercialRefrigerationEquipmentScheduleReference", ""
1, "BaseCommRfrgEqpSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Schedule", 1, "Type", 3008,
"BaselineCommercialRefrigerationEquipmentScheduleReference", ""
1, "CommRfrgRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008,
"CommercialRefrigerationRadiationFraction", ""
1, "CommRfrgLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "CommercialRefrigerationLatentFraction",
""
1, "CommRfrgLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "CommercialRefrigerationLostFraction",
""
;1, "CommRfrgEqpCOP", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "CommercialRefrigerationEquipmentCOP",
""
;1, "CommRfrgRemCndsrFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"CommercialRefrigerationRemoteCondenserFraction", ""
1, "CommRfrgEPDExcptCond", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"CommercialRefrigerationEPDExceptionalCondition", ""

1, "ElevCnt", BEMP_Int, 1,
0, 0, Opt,
"ElevMech/Space", 0, 0, 3008, "ElevatorCount", ""
1, "ElevPwr", BEMP_Flt, 1, 0, 1, Opt, "W/Elev",
0, 0, 3008, "ElevatorPower", ""
1, "ElevSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ElevatorScheduleReference", ""
1, "ElevRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ElevatorRadiationFraction", ""
1, "ElevLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ElevatorLatentFraction", ""
1, "ElevLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ElevatorLostFraction", ""

1, "EscalCnt", BEMP_Int, 1, 0, 0, Opt,


"Escal/Space", 0, 0, 3008,
"EscalatorCount", ""
1, "EscalPwr", BEMP_Flt, 1, 0, 1, Opt, "W/Escal",
0, 0, 3008, "EscalatorPower", ""
1, "EscalSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "EscalatorScheduleReference", ""
1, "EscalRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "EscalatorRadiationFraction", ""
1, "EscalLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "EscalatorLatentFraction", ""
1, "EscalLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "EscalatorLostFraction", ""

;1, "ElevCnt", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008, "ElevatorCount", ""
;1, "ElevPwr", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "ElevatorPower", ""
;1, "EscalCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "EscalatorCount", ""
;1, "EscalPwr", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "EscalatorPower", ""
;1, "ElevEscalPwrDens", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",
0, 0, 3008, "ElevatorEscalatorPowerDensity", ""

;1, "ElevEscalPwr", BEMP_Flt, 1, 0, 1, Opt, "W",


0, 0, 3008, "ElevatorEscalatorPower", "" ; NOT
USER EDITABLE
;1, "ElevEscalSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ElevatorEscalatorScheduleReference", ""

1, "SHWFluidSegRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 2, "FluidSeg", 1, "Type", "FluidSeg", 3, "Type", 3008,
"SHWFluidSegmentReference", ""
1, "ResDHWSysRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ResDHWSys", 0, "", 3008, "ResidentialDHWSystemReference", ""
1, "CSE_DHWSYSRefs", BEMP_Obj, 6, 6, 0, NInp, "",
0, 1, "cseDHWSYS", 0, "", 7010, "CSE_DHWSYSRefs", "" ; SAC
5/25/16
1, "BaseWtrHtrType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineWaterHeaterType", ""
1, "HotWtrHtgRt", BEMP_Flt, 1, 0, 0, NInp, "gal/h-
person", 0, 0, 3008, "HotWaterHeatingRate", ""
1, "HotWtrHrlyUsePerPers", BEMP_Flt, 1, 0, 0, NInp, "gal/h-
person", 0, 0, 3008,
"HotWaterHourlyUsePerPerson", ""
;1, "HotWtrHtgRtSizing", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHeatingRateSizing", ""
;1, "HotWtrHtgRtSizingGas", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHeatingRateSizingGas", ""
;1, "HotWtrHtgRtSizingElec", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHeatingRateSizingElectric", ""
;1, "HotWtrHtgRtSizingResCombo", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008,
"HotWaterHeatingRateSizingResidentialComboSystem", ""
;1, "HotWtrHtgRtSizingRes", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHeatingRateSizingResidential",
""
1, "HotWtrHrlyUse", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHourlyUse", ""
1, "HotWtrHtgRtSim", BEMP_Flt, 1, 0, 1, NInp, "gal/h",
0, 0, 3008, "HotWaterHeatingRateSimulated", ""
1, "HotWtrHrlyUseGas", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHourlyUseGas", ""
1, "HotWtrHrlyUseElec", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHourlyUseElectric", ""
1, "HotWtrHrlyUseResCombo", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008,
"HotWaterHourlyUseResidentialComboSystem", ""
1, "HotWtrHrlyUseRes", BEMP_Flt, 1, 0, 0, NInp, "gal/h",
0, 0, 3008, "HotWaterHourlyUseResidential", ""
1, "ResWtrHtgRt", BEMP_Flt, 1, 0, 0, Opt, "gal/h-
person", 0, 0, 3008,
"ResidentialWaterHeatingRate", ""
1, "HotWtrHtgTot", BEMP_Flt, 1, 0, 0, Opt, "gal/h",
0, 0, 3008, "HotWaterHeatingTotal", ""
1, "HotWtrHtgSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "HotWaterHeatingScheduleReference", ""
1, "HotWtrSupTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "HotWaterSupplyTemperature", ""
1, "HotWtrSupTempSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 3008,
"HotWaterSupplyTemperatureScheduleReference", ""
1, "ResLivingUnitCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ResidentialLivingUnitCount", ""
1, "HotelMotelGuestRmCnt", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 3008, "HotelMotelGuestRoomCount", ""
1, "ResLivingBdrmCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ResidentialLivingBedroomCount", ""

; Ventilation and Exhaust


1, "VentSpcFunc", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "VentilationSpaceFunction", ""
1, "VentPerPerson", BEMP_Flt, 1, 0, 0, Opt, "cfm/person",
0, 0, 3008, "VentilationPerPerson", ""
1, "VentPerArea", BEMP_Flt, 1, 0, 0, Opt, "cfm/ft2",
0, 0, 3008, "VentilationPerArea", ""
1, "VentACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008, "VentilationAirChangesPerHour", ""
1, "VentPerSpc", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "VentilationPerSpace", ""
1, "CodeOtherVentPerPerson", BEMP_Flt, 1, 0, 0, Opt, "cfm/person",
0, 0, 3008, "CodeOtherVentilationPerPerson", ""
1, "CodeOtherVentPerArea", BEMP_Flt, 1, 0, 0, Opt, "cfm/ft2",
0, 0, 3008, "CodeOtherVentilationPerArea", ""
1, "CodeOtherVentACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008, "CodeOtherVentilationAirChangesPerHour",
""
1, "CodeOtherVentPerSpc", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "CodeOtherVentilationPerSpace", ""
1, "VentFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "VentilationFlow", ""
1, "MinVentFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "MinimumVentilationFlow", ""
1, "PropMinVentFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ProposedMinimumVentilationFlow", ""
1, "PropMinVentACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008,
"ProposedMinimumVentilationAirChangesPerHour", ""
1, "CodeVentFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "CodeVentilationFlow", ""
1, "CodeMinVentFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "CodeMinimumVentilationFlow", ""
1, "CodeOtherVentFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "CodeOtherVentilationFlow", ""
1, "CodeOtherMinVentFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "CodeOtherMinimumVentilationFlow", ""
1, "VentMult", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "VentilationMultiplier", ""
;1, "DsgnNaturalVentACH", BEMP_Flt, 1, 0, 0, Opt, "ACH",
0, 0, 3008,
"DesignNaturalVentilationAirChangesPerHour", ""
;1, "NaturalVentSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "NaturalVentilationScheduleReference",
""
1, "OccSensorCtrl", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 3008, "OccupancySensorControl", ""
1, "BypassOccSensorCtrl", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 3008, "BypassOccupancySensorControl", ""

1, "ExhPerArea", BEMP_Flt, 1, 0, 0, Opt, "cfm/ft2",


0, 0, 3008, "ExhaustPerArea", ""
1, "ExhACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008, "ExhaustAirChangesPerHour", ""
1, "ExhPerSpc", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustPerSpace", ""
1, "ExhContPerFixture", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustContinuousPerFixture", ""
;1, "ExhIntrmtPerFixture", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustIntermittentPerFixture", ""
1, "ExhNumFixtures", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustNumberFixtures", ""
1, "IsIntrmtExh", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "IsIntermittentExhaust", ""
1, "ExhFlow" BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ExhaustFlow", ""
1, "PropMinExhFlow" BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "ProposedMinimumExhaustFlow", ""
1, "PropMinExhACH", BEMP_Flt, 1, 0, 0, Opt, "changes/hr",
0, 0, 3008,
"ProposedMinimumExhaustAirChangesPerHour", ""
1, "KitExhHoodLen", BEMP_Flt, 5, 0, 0, Opt, "ft",
0, 0, 3008, "KitchenExhaustHoodLength", ""
1, "KitExhHoodStyle", BEMP_Sym, 5, 0, 0, Opt, "",
0, 0, 3008, "KitchenExhaustHoodStyle", ""
1, "KitExhHoodDuty", BEMP_Sym, 5, 0, 0, Opt, "",
0, 0, 3008, "KitchenExhaustHoodDuty", ""

1, "KitExhHoodFlow", BEMP_Flt, 5, 0, 0, Opt, "cfm",


0, 0, 3008, "KitchenExhaustHoodFlow", ""
1, "LabExhRtType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryExhaustRateType", ""
1, "LabFumeHoodLen" BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3008, "LaboratoryFumeHoodLength", ""
1, "LabFumeHoodVertSashExhFlow",BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008,
"LaboratoryFumeHoodVerticalSashExhaustFlow", ""
1, "LabFumeHoodVertAutoSashCtrlFrac",BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"LaboratoryFumeHoodVerticalAutomaticSashControlFraction", ""
1, "LabOtherExhFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "LaboratoryOtherExhFlow", ""

1, "HasProcExh", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008, "HasProcessExhaust", ""

; Unmet Load Hour Limit


1, "ClgUMLHLimit", BEMP_Int, 1, 0, 0, Pres, "hr",
0, 0, 3008, "CoolingUnmetLoadHourLimit", ""
1, "HtgUMLHLimit", BEMP_Int, 1, 0, 0, Pres, "hr",
0, 0, 3008, "HeatingUnmetLoadHourLimit", ""

; Dwelling Unit Data


1, "DwellingUnitTypeCnt", BEMP_Int, 6, 1, 0, CReq, "",
0, 0, 3008, "DwellingUnitTypeCount", ""
1, "DwellingUnitTypeArea", BEMP_Flt, 6, 1, 0, CReq, "ft2",
0, 0, 3008, "DwellingUnitTypeArea", ""
1, "DwellingUnitCookingFuel", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "DwellingUnitCookingFuel", ""
1, "DwellingUnitClothesWasher", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "DwellingUnitClothesWasher", ""
1, "DwellingUnitClothesDryer", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "DwellingUnitClothesDryer", ""
1, "DwellingUnitClothesDryerFuel", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "DwellingUnitClothesDryerFuel", ""
1, "DwellingUnitLtgEnergy", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitLightingEnergy", ""
1, "DwellingUnitMscEnergy", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitMiscellaneousEnergy", ""
1, "DwellingUnitMscSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008,
"DwellingUnitMiscellaneousScheduleReference", ""
1, "DwellingUnitTVEnergy", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitTelevisionEnergy", ""
1, "DwellingUnitTVSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008,
"DwellingUnitTelevisionScheduleReference", ""
1, "DwellingUnitSTBEnergy", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitSetTopBoxEnergy", ""
1, "DwellingUnitSTBSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008, "DwellingUnitSetTopBoxScheduleReference",
""
1, "DwellingUnitCmpEnergy", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitComputerEnergy", ""
1, "DwellingUnitCmpSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008, "DwellingUnitComputerScheduleReference",
""
1, "DwellingUnitDishElec", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitDishwasherElectric", ""
1, "DwellingUnitDishSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008,
"DwellingUnitDishwasherScheduleReference", ""
1, "DwellingUnitWashElec", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitWasherElectric", ""
1, "DwellingUnitWashSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008, "DwellingUnitWasherScheduleReference",
""
1, "DwellingUnitDryElec", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitDryerElectric", ""
1, "DwellingUnitDryGas", BEMP_Flt, 6, 1, 0, NInp, "avg
kBtu/day", 0, 0, 3008, "DwellingUnitDryerGas",
""
1, "DwellingUnitDrySchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008, "DwellingUnitDryerScheduleReference", ""

1, "DwellingUnitCookElec", BEMP_Flt, 6, 1, 0, NInp, "avg


kWh/day", 0, 0, 3008,
"DwellingUnitCookingElectric", ""
1, "DwellingUnitCookGas", BEMP_Flt, 6, 1, 0, NInp, "avg
kBtu/day", 0, 0, 3008, "DwellingUnitCookingGas",
""
1, "DwellingUnitCookSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008, "DwellingUnitCookingScheduleReference",
""
1, "DwellingUnitRefrElec", BEMP_Flt, 6, 1, 0, NInp, "avg
kWh/day", 0, 0, 3008,
"DwellingUnitRefrigeratorElectric", ""
1, "DwellingUnitRefrSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 1, "Type", 3008,
"DwellingUnitRefrigeratorScheduleReference", ""

1, "ResSpcDHWFeaturesRef", BEMP_Obj, 6, 1, 0, Opt, "",


0, 1, "ResSpcDHWFeatures", 0, "", 3008, "ResidentialSpaceDHWFeaturesReference",
"" ; SAC 1/23/19 - to enable CompactDist & DWHR
1, "HaveResSpcDHWFeatures", BEMP_Int, 6, 1, 0, NInp, "",
0, 0, 3008, "HaveResidentialSpaceDHWFeatures", ""
1, "CompactDistDWHRMsg", BEMP_Str, 6, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionDWHRMessge", ""
; Res: "CDDistDWHRMsg", "Summary of both compact distribution and drain water
heat recovery inputs"
1, "NumResDWHRSysDevs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberOfResidentialDWHRSystemDevices",
"" ; SAC 1/29/19 - sum of devices recorded for each valid DU size

1, "GuestRmResSpcDHWFeaturesRef", BEMP_Obj, 1, 0, 0, Opt, "",


0, 1, "ResSpcDHWFeatures", 0, "", 3008,
"GuestRoomResidentialSpaceDHWFeaturesReference", "" ; SAC 04/30/21 (tic #3242)
1, "HaveGuestRmResSpcDHWFeatures", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"HaveGuestRoomResidentialSpaceDHWFeatures", ""
1, "GuestRmDWHRSysConfigDesc", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003,
"GuestRoomDWHRSystemConfigurationDescription", ""
1, "NumGuestRmDWHRSysDevs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberOfGuestRoomDWHRSystemDevices", ""
; SAC 05/04/21 (tic #3242)

; Com-MFam backward compatibility


1, "DwellUnitTypeRef", BEMP_Obj, 6, 1, 0, NInp, "",
0, 1, "DwellUnitType", 0, "", 3008, "DwellingUnitTypeReference", ""
;1, "ResZnRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResZn", 0, "", 3008, "ResidentialZoneReference", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference",
"";--------------------------------------------------------------------------------
----------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------------------
0, "IntLtgSys", "InteriorLightingSystem", "Int Ltg Sys <pi>-<c>", 0, 0,
0, "Space", "ResOtherZn", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "ParentComp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentComponentType", ""
1, "ParentSpcFunc", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSpaceFunction", ""
1, "Pwr", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "Power", ""
1, "SchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Schedule", 1, "Type", 3008, "ScheduleReference", ""
1, "PwrReg", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "PowerRegulated", ""
1, "NonRegExclusion", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 3008, "NonRegulatedExclusion", "Required when
IntLtgSys:PwrReg = 0, else NotInput"
1, "HtGnSpcFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatGainSpaceFraction", ""
1, "HtGnRadFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatGainRadiantFraction", ""
1, "LumRef", BEMP_Obj, 5, 1, 0, Opt, "",
0, 1, "Lum", 0, "", 3008, "LuminaireReference", ""
1, "LumCnt", BEMP_Flt, 5, 1, 0, Def, "",
0, 0, 3008, "LuminaireCount", ""
1, "LumPwr", BEMP_Flt, 5, 1, 0, NInp, "W",
0, 0, 3008, "LuminairePower", ""
1, "LumStatus", BEMP_Sym, 5, 0, 0, Def, "",
0, 0, 3008, "LuminaireStatus", ""

// Added to consolidate the different allowance types and generalize for 90.1 - no
need for two properies
1, "AllowType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "AllowanceType", "For T-24, Conditional
Enums Based on Spc:IntLtgSpecMthd"

;1, "AreaCatAllowType", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "AreaCategoryAllowanceType", ""
1, "AllowLen", BEMP_Flt, 1, 0, 0, Def, "ft",
0, 0, 3008, "AllowanceLength", ""
1, "AllowArea", BEMP_Flt, 1, 0, 0, Def, "ft2",
0, 0, 3008, "AllowanceArea", ""
1, "AllowQty", BEMP_Flt, 1, 0, 0, Def, "",
0, 0, 3008, "AllowanceQuantity", "Default for 2016,
else NotInput"

;1, "TailoredMthdAllowType", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "TailoredMethodAllowanceType", ""
; TailoredIntLPD
;1, "LtgCtrlsCredType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "LightingControlsCreditType", ""
1, "PAFCredType", BEMP_Sym, 5, 0, 0, Def, "",
0, 0, 3008, "PowerAdjustmentFactorCreditType",
"Array lentgh 1 for 2016 and prior"
1, "PAF", BEMP_Flt, 5, 0, 0, NInp, "frac",
0, 0, 3008, "PowerAdjustmentFactor", ""
1, "LPDMsg", BEMP_Str, 4, 0, 0, NInp, "",
0, 0, 3008, "", ""
1, "IntLtgSpecMthd", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "InteriorLightingSpecificationMethod",
""
1, "RegLtgPwr", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "RegulatedLightingPower", ""
1, "NonRegLtgPwr", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "NonRegulatedLightingPower", ""
1, "ShowAllowMsg", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "", ""
1, "AllowMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "", ""
// Added to determine whether DemandResponsiveControl credit can be claim
1, "MultLvlCtrlReq", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "", "MultilevelControlRequired"
1, "DRCExcept", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "", "DemandResponsiveControlException"
1, "MultLvlCtrlExcept", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "", "MultilevelControlException"

; REMOVED - property names updated to AllowLen and AllowArea - 360LDH 140307


;1, "VeryValDisplayCaseArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 3008, "VeryValuableDisplayCaseArea", ""
;1, "WallDisplayLen", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 3008, "WallDisplayLength", ""

1, "LumMntgHgt", BEMP_Flt, 1, 0, 0, Def, "ft",


0, 0, 3008, "LuminaireMountingHeight", ""
1, "WorkPlaneHgt", BEMP_Flt, 1, 0, 0, Def, "ft",
0, 0, 3008, "WorkPlaneHeight", ""
1, "DaylitAreaType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "DaylitAreaType", ""

; Reporting Properties
1, "ParentSpcName", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSpaceName", ""
1, "ParentSpcIsCond", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSpaceIsConditioned", ""
1, "RegInstLtgPwr", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "RegulatedInstalledLightingPower", ""
1, "PAFCtrlCred", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "PowerAdjustmentFactorControlCredit", ""

1, "TMWallFlrDispHtMult", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008,
"TailoredMethodWallFloorDisplayHeightMulitplier", ""
1, "TMVeryValDispMax", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008,
"TailoredMethodVeryValuableDisplayMaximum", ""
1, "VeryValDispDesc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "VeryValuableDisplayDescription", ""

; 360LDH 1/12/2015 - added properties for reporting purposes


1, "IsAcceptanceTestReqdRpt" BEMP_Int, 5, 0, 0, Def, ""
0, 0, 3008, "IsAcceptanceTestRequiredReport", ""
1, "LtgCtrlCntRpt" BEMP_Int, 5, 0, 0, Def, ""
0, 0, 3008, "LightingControlCountReport", ""

; ;----------------------------------------------------------------------------
--------------------
; 1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008, "InteriorLightingSystemType", ""
; 1, "RegLtgPwr", BEMP_Flt, 1, 0, 1, Opt, "W",
0, "", 0, "", 3008,
"InteriorLightingSystemRegulatedLightingPower", ""
; 1, "RegSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, "Schedule", 1, "Type", 3008,
"InteriorLightingSystemRegulatedScheduleReference", ""
; 1, "NonRegLtgPwr", BEMP_Flt, 1, 0, 1, Opt, "W",
0, "", 0, "", 3008,
"InteriorLightingSystemNonRegulatedLightingPower", ""
; 1, "NonRegSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, "Schedule", 1, "Type", 3008,
"InteriorLightingSystemNonRegulatedScheduleReference", ""
; 1, "LumRef", BEMP_Obj, 5, 0, 1, Opt, "",
0, "Lum", 0, "", 3008,
"InteriorLightingSystemLuminaireReference", ""
; 1, "LumRefPresent", BEMP_Int, 5, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLuminaireReferencePresent", ""
; 1, "LumCnt", BEMP_Flt, 5, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLuminaireCount", ""
; 1, "LumPwr", BEMP_Flt, 5, 0, 1, Opt, "W",
0, "", 0, "", 3008,
"InteriorLightingSystemLuminairePower", ""
; 1, "LastLumRefPresent", BEMP_Int, 1, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLastLuminaireReferencePresent", ""
; 1, "TailoredMthdAllowType", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008, "InteriorLightingSystemType", ""
; ; TailoredIntLPD
; ;1, "LtgCtrlsCredType", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLightingControlsCreditType", ""
; 1, "PAFCredType", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemPowerAdjustmentFactorCreditType", ""
; 1, "PAF", BEMP_Flt, 1, 0, 1, Opt, "frac",
0, "", 0, "", 3008,
"InteriorLightingSystemPowerAdjustmentFactor", ""
; 1, "LPDMsg", BEMP_Str, 1, 0, 1, Opt, "",
0, "", 0, "", 3008, "", ""
;----------------------------------------------------------------------------------
--------------

; 360LDH - removed - DayltgCtrl object obsolete


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----
;0, "DayltgCtrl", "DaylightingControl", "DayltgCtrl <pi>-<c>", 0, 1, 0,
"Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", 2, 1, 0, 0, 0, 0, 9500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
;1, "DayltgCtrlType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 9501, "DaylightingControlType", ""
;1, "DaylitAreaType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 9501, "DaylitAreaType", ""
;1, "DaylitArea", BEMP_Flt, 1, 0, 0, Req, "ft2",
0, 0, 9501, "DaylitArea", ""
;1, "IllumRefPtCoord", BEMP_Flt, 3, 0, 0, Req, "ft",
0, 0, 9501, "IlluminanceReferencePointCoordinate",
""
;1, "DayltgCtrlLtgPwr", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 9501, "ControlledLightingPower", ""
;1, "DayltgCtrlLtgFrac", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 9501, "DaylightingControlLightingFraction",
""
;1, "MinDimLtgFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 9501, "MinimumDimmingLightFraction", ""
;1, "MinDimPwrFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 9501, "MinimumDimmingPowerFraction", ""
;1, "NumOfCtrlSteps", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 9501, "NumberOfControlSteps", ""
;1, "IllumSetpt", BEMP_Flt, 1, 0, 0, Req, "lux",
0, 0, 9501, "IlluminanceSetPoint", ""
;1, "IllumSetptAdjFac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 9501, "IlluminanceSetPointAdjustmentFactor",
""
;1, "AdjIllumSetpt", BEMP_Flt, 1, 0, 0, NInp, "lux",
0, 0, 9501, "AdjustedIlluminanceSetPoint", ""
;1, "GlrAz", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 9501, "GlareAzimuth", ""
;1, "MaxGlrIdx", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 9501, "MaximumGlareIndex", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- ResDWHRSys object added SAC 1/21/19
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ResSpcDHWFeatures", "ResidentialSpaceDHWFeatures", "ResSpcDHWFeatures <i>",
0, 0, 0, "Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 1, 0, 0, 0, 8000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "DwellingUnitArea", BEMP_Flt, 1, 1, 0, NInp, "ft2",
0, 0, 1003, "DwellingUnitArea", ""
; Res: "CondFlrArea", ""
1, "DwellingUnitBedroomCnt", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1003, "DwellingUnitBedroomCount", ""
; Res: "NumBedrooms", ""
; 2019 Compact Distribution inputs
1, "CompactDistIdx", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionIndex", ""
; Res: "DHWSys:CompactDistrib"
1, "IsDHWRecircSys", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1003, "IsDHWRecirculationSystem", ""
; Res: "IsDHWRecircSystem", "flag indicating assigned DHW is a recirculation
system"
1, "SpecFxtrDistances", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 8002, "SpecifyFixtureDistances", ""
; Res: "CDSpecFixDists", "whether user will enter fixture distances documenting CD
eligibility", "" ; SAC 09/29/21 (tic #1277)
1, "UserSpecCompactDist", BEMP_Int, 1, 1, 0, Pres, "",
0, 0, 8002, "UserSpecifiedCompactDistribution", ""
; Res: "UserSpecCmpctDist", "whether or not user is specifying a custom
Compactness Factor" ; SAC 1/11/19
1, "UserCompactFactor", BEMP_Flt, 1, 1, 0, Def, "frac",
0, 0, 1003, "UserCompactFactor", ""
; Res: "UserCompactFactor", "User-specified Compactness Factor"
1, "NumFlrServedByResDHWSys", BEMP_Int, 1, 1, 0, CReq, "",
0, 0, 8002, "NumberFloorsServedByResidentialDHWSystem", ""
; Res: "NumFlrsServedByDHW", "number of floors this DHW system serves (used in
Compact Distrib calcs)"
1, "CompactDistErrorID", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 8002, "CompactDistributionErrorID", ""
; Res: "CmpctDistErrorID", "flag indicating compact distribution error"
1, "MasterBathFxtrDistance", BEMP_Flt, 1, 1, 0, CReq, "ft",
0, 0, 1003, "MasterBathFixtureDistance", ""
; Res: "CDMBathFixDist", "Straight-line distance from heater to furthest
fixture in master bathroom (used to calculate weighted distance of compact
distribution)"
1, "KitFxtrDistance", BEMP_Flt, 1, 1, 0, CReq, "ft",
0, 0, 1003, "KitchenFixtureDistance", ""
; Res: "CDKitFixDist", "Straight-line distance from heater to furthest
fixture in kitchen (used to calculate weighted distance of compact distribution)"
1, "ThirdRoomFxtrDistance", BEMP_Flt, 1, 1, 0, CReq, "ft",
0, 0, 1003, "ThirdRoomFixtureDistance", ""
; Res: "CDThirdFixDist", "Straight-line distance from heater to furthest
fixture in third room (used to calculate weighted distance of compact
distribution)"
1, "WtdFxtrDistance", BEMP_Flt, 1, 1, 0, NInp, "ft",
0, 0, 1003, "WeightedFixtureDistance", ""
; Res: "CDWeightedDist", "Weighted distance of compact distribution"
1, "QualFxtrDistance", BEMP_Flt, 1, 1, 0, NInp, "ft",
0, 0, 1003, "QualificationFixtureDistance", ""
; Res: "CDQualifyDist", "Qualification distance of compact distribution"
1, "CompactFactor", BEMP_Flt, 1, 1, 0, NInp, "frac",
0, 0, 1003, "CompactFactor", ""
; Res: "CompactFactor", "Compactness Factor"
1, "CompactDistMsg", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionMessage", ""
; Res: "CDDistMessage", "User message describing compact distribution
qualification or error (due to weighted dist > qual dist)"
1, "CompactDistDWHRMsg", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionDWHRMessge", ""
; Res: "CDDistDWHRMsg", "Summary of both compact distribution and drain water
heat recovery inputs"
; 2019 Drain Water Heat Recovery (via new ResDWHRSys objects)
1, "AllowShowerDWHR", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8002, "AllowShowerDWHR", ""
; Res: "AllowShowerDWHR", "flag indicating shower-side DWHR allowed (=> not
served by central system serving more than 8 units)" ; SAC 4/28/19 (tic #2553)
1, "TotShowersServed", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1003, "TotalShowersServed", ""
; Res: "TotShowersServed", "Number of showers this DHWSys serves (for single
dwelling units)"
1, "TotBathsServed", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1003, "TotalBathsServed", ""
; Res: "TotBathsServed", "Number of bath tubs this DHWSys serves (for single
dwelling units)" - SAC 4/28/19 (tic #2553)
1, "TotResDWHRSysShowers", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "TotalResidentialDWHRSysShowers", ""
; Res: "TotDWHRSysShowers", "Number of showers this DHWSys recovers heat from
(for single dwelling units)"
1, "ResDWHRSysSummaryMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialDWHRSystemSummaryMessage", ""
; Res: "DWHRSysSummaryMsg", "Message describing status of shower drain heat
recovery inputs"
1, "ResDWHRSysRef", BEMP_Obj, 6, 1, 0, Opt, "",
0, 1, "ResDWHRSys", 0, "", 1003, "ResidentialDWHRSystemReference", ""
; Res: "DWHRSysRef1", "DWHRSys equipment"
1, "ResDWHRSysConfig", BEMP_Sym, 6, 1, 0, Pres, "",
0, 0, 3008, "ResidentialDWHRSystemConfiguration", ""
; Res: "DWHRSysConfig1", "DWHRSys Configuration" SAC 4/28/19 -
deprecated (tic #2553)
1, "ResDWHRSysShowers", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "ResidentialDWHRSystemShowers", ""
; Res: "DWHRSysShowers1", "Number of this type of DWHRSys object"
1, "ResDWHRSysTakeCold", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "ResidentialDWHRSystemTakeCold", ""
; Res: "DWHRSysTakeCold1", "Number of shower fixtures that take cold-side water
via this DWHRSys" SAC 4/28/19 (tic #2553)
1, "ResDWHRSysFeedHeater", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "ResidentialDWHRSystemFeedHeater", ""
; Res: "DWHRSysFeedHeater1", "Whether or not DW heater cold-side feed water
passes through this DWHRSys" SAC 4/28/19 (tic #2553)
1, "ResDWHRSysConfigDesc", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 8002,
"ResidentialDWHRSystemConfigurationDescription", "" ; Res: "DWHRSysConfigDescrip",
"ACM description of DWHRSys plumbing configurations (RTF filename)"
1, "NumResDWHRSysRefs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberResidentialDWHRSysReferences", ""
; Res: "NumDWHRSysRefs", "Number of DWHRSys object references are defined"
1, "NumResDWHRSysDevs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberResidentialDWHRSysDevices", ""
; Res: "NumDWHRSysDevices", "Number of valid DWHRSys devices w/ shower
assignments -OR- negative values indicating DWHRSys assignment errors"

; RJH 9/15/2021 NRCC PRF reporting properties


1, "ParentSpcNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSpcNameRpt", ""
1, "ParentResDHWSysRefRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentResDHWSysRefRpt", ""
; 1, "NRCCPRF_tblRowDWHR", BEMP_Obj, 6, 1, 0, NInp, "",
0, 1, "nrcctblRowDWHR", 0, "", 1003, "NRCCPRF_tblRowDWHR", ""

; ; SAC 12/30/18 - 2019 Compact Distribution inputs


; DwellUnitType:IsDHWRecircSystem[ALL], NotInput, 0, 0, 0, 1, 1, 1 -
NEW
; 1, "IsDHWRecircSystem", BEMP_Int, 5, 1, 0, "", 0,
0, 1003, "IsDHWRecircSystem", "" ; Res:
"IsDHWRecircSystem", "flag indicating assigned DHW is a recirculation system"
; DwellUnitType:UserSpecCmpctDist[ALL], Prescribed, 0, 1, 1, 1, 1, 1
; DwellUnitType:UserCompactFactor[ALL], Prescribed, 0, 1, 1, 1, 1, 1
; DwellUnitType:NumFlrsServedByDHW[ALL],CondRequired, 0, 1, 1, 1, 1, 1
; DwellUnitType:CmpctDistErrorID[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:CDMBathFixDist[ALL], CondRequired, 0, 1, 1, 1, 1, 1
; DwellUnitType:CDKitFixDist[ALL], CondRequired, 0, 1, 1, 1, 1, 1
; DwellUnitType:CDThirdFixDist[ALL], CondRequired, 0, 1, 1, 1, 1, 1
; DwellUnitType:CDWeightedDist[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:CDQualifyDist[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:CompactFactor[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:CDDistMessage[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:CDDistDWHRMsg[ALL], NotInput, 0, 0, 0, 1, 1, 1
;
; ; SAC 12/25/18 - added 2019 Drain Water Heat Recovery (via new DWHX objects) //
SAC 1/5/19 - renamed DWHRSys
; DwellUnitType:TotShowersServed[ALL], Default, 0, 1, 1, 1, 1, 1
; DwellUnitType:TotDWHRSysShowers[ALL], NotInput, 0, 0, 0, 1, 1, 1 -
NEW
; 1, "TotResDWHRSysShowers", BEMP_Int, 1, 1, 0, "",
0, 0, 1003, "TotDWHRSysShowers", "" ; Res:
"TotDWHRSysShowers", "Number of showers this DHWSys recovers heat from (for
single dwelling units)"
; DwellUnitType:DWHRSysSummaryMsg[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:DWHRSysRef1[ALL], Default, 0, 1, 1, 1, 1, 1
; DwellUnitType:DWHRSysConfig1[ALL], Default, 0, 1, 1, 1, 1, 1
; DwellUnitType:DWHRSysShowers1[ALL], Default, 0, 1, 1, 1, 1, 1
; DwellUnitType:DWHRSysConfigDescrip[ALL], NotInput, 0, 0, 0, 1, 1, 1
; DwellUnitType:NumDWHRSysRefs[ALL], NotInput, 0, 0, 0, 1, 1, 1 -
NEW
; DwellUnitType:NumDWHRSysDevices[ALL], NotInput, 0, 0, 0, 1, 1, 1 -
NEW
; 1, "NumResDWHRSysRefs", BEMP_Int, 1, 1, 0, "",
0, 0, 1003, "NumDWHRSysRefs", "" ; Res:
"NumDWHRSysRefs", "Number of DWHRSys object references are defined"
; 1, "NumResDWHRSysDevices", BEMP_Int, 1, 1, 0, "",
0, 0, 1003, "NumDWHRSysDevices", "" ; Res:
"NumDWHRSysDevices", "Number of valid DWHRSys devices w/ shower assignments -OR-
negative values indicating DWHRSys assignment errors"

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------
0, "Ceiling", "Ceiling", "Ceiling <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 4000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
;1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "CeilingConstructionType", ""
;1, "FlrToCeilingHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "FloorToCeilingHeight", ""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "Tilt", ""
1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 3, "Space", 0, "", "ResZn", 0, "", "ResOtherZn", 0, "", 6510,
"AdjacentSpaceReference", ""
1, "DemSurf", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "DemisingSurface", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 7, "CompatibleSurfType", 4001, "ConstructAssemblyReference",
""

1, "ExtSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorSolarAbsorptance", ""
1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorThermalAbsorptance", ""

1, "ExtVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""

1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""

; Com-MFam backward compatibility


1, "ResIntCeilingRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResIntCeiling", 0, "", 3008, "CeilingReference", ""

;----------------------------------------------------------------------------------
--------------

; ;--------------------------------------------------------------------------------
----------------
; ; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
; ;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------------------
; 0, "CeilingBelowAttic", "CeilingBelowAttic", "Ceiling Blw Attic <p2i>-<pc>-
<c>", 0, 0, 0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 0, 4500
; ;
; ; VType NV WA SP US UL
UT NO OC CV CP HI LName
; ;
-----------------------------------------------------------------------------------
-------
; 1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "CeilingConstructionType", ""
; 1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Space", 0, "", 6510, "AdjacentSpaceReference", ""
; 1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ConsAssm", 0, "", 4001, "ConstructAssemblyReference", ""
; ;--------------------------------------------------------------------------------
----------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "ExtFlr", "ExteriorFloor", "Ext Flr <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 5000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "", 0,
0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "ExtFlrConstructionType", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "", 0,
1, "ConsAssm", 3, "CompatibleSurfType", 5001, "ConstructAssemblyReference", ""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2", 0,
0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Az", BEMP_Flt, 1, 0, 0, NInp, "deg", 0,
0, 4001, "Azimuth", ""
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg", 0,
0, 4001, "Tilt", ""

1, "ExtRoughness", BEMP_Sym, 1, 0, 0, Pres, "",


0, 0, 10501, "ExteriorRoughness", ""
1, "ExtSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorSolarAbsorptance", ""
1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorThermalAbsorptance", ""
1, "ExtVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""

; Com-MFam backward compatibility


1, "ResExtFlrRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResExtFlr", 0, "", 3008, "ExteriorFloorReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "ExtWall", "ExteriorWall", "Ext Wall <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 5500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "ExtWallConstructionType", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 1, "CompatibleSurfType", 5001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "DisplayPerim", BEMP_Flt, 1, 0, 0, Def, "ft",
0, 0, 4001, "DisplayPerimeter", ""
1, "CondDisplayPerim", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 4001, "ConditionedDisplayPerimeter", ""
1, "Az", BEMP_Flt, 1, 0, 0, CReq, "deg - relative
to bldg. azimuth", 0, 0, 4001, "Azimuth", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, Def, "deg",
0, 0, 4001, "Tilt", "Optional when
Proj:GeometryInpType = 'Simplified', else NotInput"

1, "Hgt", BEMP_Flt, 1, 0, 0, CReq, "ft",


0, 0, 4001, "Height", "Required when
GeometryInpType = Simplified and window shades specified and multiple windows or
doors, else not used"
1, "Wd", BEMP_Flt, 1, 0, 0, CReq, "ft",
0, 0, 4001, "Width", "Required when
GeometryInpType = Simplified and window shades specified and multiple windows or
doors, else not used"

1, "ExtRoughness", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorRoughness", ""
1, "ExtSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorSolarAbsorptance", ""

1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorThermalAbsorptance", ""

1, "ExtVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""

1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "ConvToIntWallRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "IntWall", 0, "", 10001,
"ConvertToInteriorWallReference", "" ; SAC 10/13/15
1, "ConvToIntWallConsRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ConsAssm", 6, "CompatibleSurfType", 10001,
"ConvertToInteriorWallConstructionReference", ""
1, "ConvToUndgrWallRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "UndgrWall", 0, "", 10001,
"ConvertToUndergroundWallReference", ""
1, "ConvToUndgrWallConsRef",BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ConsAssm", 4, "CompatibleSurfType", 10001,
"ConvertToUndergroundWallConstructionReference", ""

1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""
; Com-MFam backward compatibility
1, "ResExtWallRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResExtWall", 0, "", 3008, "ExteriorWallReference", ""

;----------------------------------------------------------------------------------
--------------

; ;--------------------------------------------------------------------------------
----------------
; ; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
; ;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------------
; 0, "FlrAboveCrawlSpc", "FloorAboveCrawlSpace", "Flr Abv Crawl Spc <p2i>-
<pc>-<c>", 0, 0, 0, "Space", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 0, 6000
; ;
; ; VType NV WA SP US UL
UT NO OC CV CP HI LName
; ;
-----------------------------------------------------------------------------------
-------
; 1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Status", ""
; 1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ConsAssm", 0, "", 5001, "ConstructAssemblyReference", ""
; ;--------------------------------------------------------------------------------
----------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------
0, "IntFlr", "InteriorFloor", "Int Flr <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 6500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 3, "Space", 0, "", "ResZn", 0, "", "ResOtherZn", 0, "", 6510,
"AdjacentSpaceReference", ""
1, "DemSurf", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "DemisingSurface", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 8, "CompatibleSurfType", 4001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "Tilt", ""

; 1, "ExtSolAbs", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 10501, "ExteriorSolarAbsorptance", ""
; 1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10501, "ExteriorThermalAbsorptance", ""
; 1, "ExtVisAbs", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""

; Com-MFam backward compatibility


1, "ResIntFlrRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResIntFlr", 0, "", 3008, "InteriorFloorReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------
0, "IntWall", "InteriorWall", "Int Wall <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 7000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 3, "Space", 0, "", "ResZn", 0, "", "ResOtherZn", 0, "", 6510,
"AdjacentSpaceReference", ""
1, "DemSurf", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "DemisingSurface", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 6, "CompatibleSurfType", 4001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "Tilt", ""
1, "Hgt", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 4001, "Height", ""
1, "Wd", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 4001, "Width", ""

1, "ExtSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorSolarAbsorptance", ""
1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorThermalAbsorptance", ""
1, "ExtVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "ConvToExtWallRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "ExtWall", 0, "", 10001,
"ConvertToExteriorWallReference", "" ; SAC 10/13/15
1, "ConvToExtWallConsRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ConsAssm", 1, "CompatibleSurfType", 10001,
"ConvertToExteriorWallConstructionReference", ""
1, "ConvToUndgrWallRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "UndgrWall", 0, "", 10001,
"ConvertToUndergroundWallReference", ""
1, "ConvToUndgrWallConsRef",BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ConsAssm", 4, "CompatibleSurfType", 10001,
"ConvertToUndergroundWallConstructionReference", ""

;1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
;1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
;1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
;1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
;1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""

; Com-MFam backward compatibility


1, "ResIntWallRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResIntWall", 0, "", 3008, "InteriorWallReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "Roof", "Roof", "Roof <p2i>-<pc>-<c>", 0, 0,
0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 7500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "RoofConstructionType", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 2, "CompatibleSurfType", 5001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Az", BEMP_Flt, 1, 0, 0, CReq, "deg - relative
to bldg. azimuth", 0, 0, 4001, "Azimuth", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, CReq, "deg",
0, 0, 4001, "Tilt", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
; 1, "SkyltRfRat", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 4001, "SkylightRoofRatio", ""
; 1, "TotSkyltArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 4001, "TotalSkylightArea", ""

1, "ExtRoughness", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 10501, "ExteriorRoughness", ""
1, "ExtSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorSolarAbsorptance", ""
1, "ExtThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorThermalAbsorptance", ""
1, "ExtVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "ExteriorVisibleAbsorptance", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "FieldAppliedCoating", BEMP_Int, 1, 0, 0, CReq, "",


0, 0, 10501, "FieldAppliedCoating", ""
1, "CRRCInitialRefl", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCInitialReflectance", ""
1, "CRRCAgedRefl", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCAgedReflectance", ""
1, "CRRCInitialEmit", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCInitialEmittance", ""
1, "CRRCAgedEmit", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCAgedEmittance", ""
1, "CRRCInitialSRI", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCInitialSRI", ""
1, "CRRCAgedSRI", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCAgedSRI", ""
1, "CRRCProdID", BEMP_Str, 1, 0, 0, CReq, "",
0, 0, 10501, "CRRCProductID", ""

;1, "SolReflASTMCertification", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 10501, "SolarReflectanceASTMCertification", ""
;1, "ThrmlEmitASTMCertification", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 10501, "ThermalEmittanceASTMCertification", ""

1, "RoofAgedSolRefl", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "RoofAgedSolarReflectance", ""

1, "RoofAgedThrmlEmit", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "RoofAgedThermalEmittance", ""

1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""

; Com-MFam backward compatibility


1, "ResCathedralCeilingRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResCathedralCeiling", 0, "", 3008, "RoofReference", ""

;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------
0, "UndgrFlr", "UndergroundFloor", "Undgr Flr <p2i>-<pc>-<c>", 0, 0,
0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 8000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 5, "CompatibleSurfType", 10001, "ConstructAssemblyReference",
""
; 1, "SlabHtg", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "FloorSlabHeating", ""
1, "Area", BEMP_Flt, 1, 0, 0, Creq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
; 1, "MthodUsed", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "MethodUsed", ""
; 1, "Ffactor", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-�F-ft",
0, 0, 4001, "Ffactor", ""
1, "PerimExposed", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "PerimeterExposed", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""
1, "OutsdBndryCond", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 4001, "OutsideBoundaryCondition", ""
1, "ExcludeFromSpcArea", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 4001, "ExcludeFromSpaceArea", ""
; Com-MFam backward compatibility
1, "ResUndgrFlrRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResUndgrFlr", 0, "", 3008, "UndergroundFloorReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "UndgrWall", "UndergroundWall", "Undgr Wall <p2i>-<pc>-<c>", 0, 0,
0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 8500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 4, "CompatibleSurfType", 10001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Hgt", BEMP_Flt, 1, 0, 1, CReq, "ft",
0, 0, 4001, "Height", ""

1, "IntSolAbs", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 10501, "InteriorSolarAbsorptance", ""
1, "IntThrmlAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorThermalAbsorptance", ""
1, "IntVisAbs", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 10501, "InteriorVisibleAbsorptance", ""

1, "ConvToExtWallRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "ExtWall", 0, "", 10001,
"ConvertToExteriorWallReference", "" ; SAC 10/13/15
1, "ConvToExtWallConsRef",BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ConsAssm", 1, "CompatibleSurfType", 10001,
"ConvertToExteriorWallConstructionReference", ""
1, "ConvToIntWallRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "IntWall", 0, "", 10001,
"ConvertToInteriorWallReference", ""
1, "ConvToIntWallConsRef",BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ConsAssm", 6, "CompatibleSurfType", 10001,
"ConvertToInteriorWallConstructionReference", ""

; 1, "RadSysRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ZnSys", 20, "Type", 4001, "RadiantSystemReference", ""
; 1, "SrcAftConsAssmLrNum", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"SourcePresentAfterConstructionAssemblyLayerNumber", ""
; 1, "TempCalcAftConsAssmLrNum"BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001,
"TemperatureCalculationRequestedAfterLayerNumber", ""
; 1, "CTFCalcDim", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 4001, "DimensionnForTheCTFCalculation", ""
; 1, "TubeSpacing", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "TubeSpacing", ""
; 1, "OutsdBndryCond", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 4001, "OutsideBoundaryCondition", ""

; Com-MFam backward compatibility


1, "ResUndgrWallRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResUndgrWall", 0, "", 3008, "UndergroundWallReference", ""

;----------------------------------------------------------------------------------
--------------

; SAC 2/25/13 - excluded from NR SDD


; ;--------------------------------------------------------------------------------
----------------
; ; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
; ;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
; 0, "Attic", "Attic", "Attic <p2i>-<pc>-<c>", 0, 0, 0, "Roof",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 8500
; ;
; ; VType NV WA SP US UL
UT NO OC CV CP HI LName
; ;
-----------------------------------------------------------------------------------
------
; 1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Status", ""
; 1, "InsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "InsulationType", ""
; 1, "InsPlcmt", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "InsulationPlacement", ""
; 1, "InsRVal", BEMP_Flt, 1, 0, 1, Opt, "�F-ft2-h/Btu",
0, 0, 10501, "InsulationRValue", ""
; ;--------------------------------------------------------------------------------
----------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "Win", "Window", "Window <p3i>-<p2c>-<pc>-<c>", 0, 0, 0,
"ExtWall", "IntWall", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 9000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "FenConsRef", BEMP_Obj, 1, 0, 1, Comp, "",
0, 1, "FenCons", 1, "FenType", 10001,
"FenestrationConstructionReference", ""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"

1, "Hgt", BEMP_Flt, 1, 0, 0, CReq, "ft",


0, 0, 4001, "Height", "Required when
GeometryInpType = Simplified and window shades specified, else not used"
1, "Wd", BEMP_Flt, 1, 0, 0, CReq, "ft",
0, 0, 4001, "Width", "Required when
GeometryInpType = Simplified and window shades specified, else not used"
1, "X", BEMP_Flt, 1, 0, 0, CReq, "ft",
0, 0, 4001, "X", "Required when
GeometryInpType = Simplified and window shades specified and multiple windows or
doors, else not used"
1, "Y", BEMP_Flt, 1, 0, 0, CReq, "ft",
0, 0, 4001, "Y", "Required when
GeometryInpType = Simplified and window shades specified and multiple windows or
doors, else not used"

1, "EnableWinShades", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 4001, "EnableWindowShades", ""
1, "OverhangDepth", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "OverhangDepth", ""
1, "OverhangDistance", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "OverhangDistance", ""
1, "OverhangLeftExtension", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "OverhangLeftExtension", ""
1, "OverhangRightExtension", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "OverhangRightExtension", ""
1, "OverhangAngle", BEMP_Flt, 1, 0, 0, Opt, "deg",
0, 0, 4001, "OverhangAngle", ""
1, "OverhangTransOption", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "OverhangTransmittanceOption", ""
1, "OverhangTrans", BEMP_Flt, 1, 0, 0, Opt, "frac.",
0, 0, 4001, "OverhangTransmittance", ""
1, "OverhangTransSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Sch", 1, "Type", 10001,
"OverhangTransmittanceScheduleReference", ""
1, "LeftFinDepth", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "LeftFinDepth", ""
1, "LeftFinDistance", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "LeftFinDistance", ""
1, "LeftFinDistanceAbove", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "LeftFinDistanceAbove", ""
1, "LeftFinDistanceBelow", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "LeftFinDistanceBelow", ""
1, "LeftFinAngle", BEMP_Flt, 1, 0, 0, Opt, "deg",
0, 0, 4001, "LeftFinAngle", ""
1, "LeftFinTransOption", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "LeftFinTransmittanceOption", ""
1, "LeftFinTrans", BEMP_Flt, 1, 0, 0, Opt, "frac.",
0, 0, 4001, "LeftFinTransmittance", ""
1, "LeftFinTransSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Sch", 1, "Type", 10001,
"LeftFinTransmittanceScheduleReference", ""
1, "RightFinDepth", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "RightFinDepth", ""
1, "RightFinDistance", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "RightFinDistance", ""
1, "RightFinDistanceAbove", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "RightFinDistanceAbove", ""
1, "RightFinDistanceBelow", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "RightFinDistanceBelow", ""
1, "RightFinAngle", BEMP_Flt, 1, 0, 0, Opt, "deg",
0, 0, 4001, "RightFinAngle", ""
1, "RightFinTransOption", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "RightFinTransmittanceOption", ""
1, "RightFinTrans", BEMP_Flt, 1, 0, 0, Opt, "frac.",
0, 0, 4001, "RightFinTransmittance", ""
1, "RightFinTransSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Sch", 1, "Type", 10001,
"RightFinTransmittanceScheduleReference", ""
1, "OverhangRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ExtShdgObj", 0, "", 10001, "OverhangReference", ""
1, "LeftFinRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ExtShdgObj", 0, "", 10001, "LeftFinReference", ""
1, "RightFinRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ExtShdgObj", 0, "", 10001, "RightFinReference", ""

1, "InsideConvCoef", BEMP_Flt, 1, 0, 1, NInp, "Btu/hr-ft2-


f", 0, 0, 4001,
"InsideConvectionCoefficient", ""
1, "IsClerestory", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 4001, "IsClerestory", "Default for T24-
2019, otherwise NotInput"

; For Reporting
1, "ShdgRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "ShadingReport", ""
1, "OrientationRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
1, "OverhangDepthRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
1, "OverhangDistRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
1, "FinDepthRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""

; Com-MFam backward compatibility


1, "ResWinRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResWin", 0, "", 3008, "WindowReference", ""
; RJH 9/21/22 Window Parent Azimuth to be used in populating NRCC/LMCC XML
Section_OverHang
1, "ParentAzimuthRpt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "ParentAzimuthRpt", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "Skylt", "Skylight", "Skylt <p3i>-<p2c>-<pc>-<c>", 0, 0, 0,
"Roof", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 9500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "FenConsRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "FenCons", 2, "FenType", 10001, "FenestrationConstructionReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"

1, "InsideConvCoef", BEMP_Flt, 1, 0, 1, NInp, "Btu/hr-ft2-f",


0, 0, 4001, "InsideConvectionCoefficient", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 Parent2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "ExtShdgObj", "ExternalShadingObject", "Shade-<pn>-<c>", 0, 0, 0,
"Proj", "Bldg", "Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 9000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------------------------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "TransOption", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 1001,
"TransmittanceOption", ""
1, "Trans", BEMP_Flt, 1, 0, 1, Opt, "frac.",
0, 0, 4001,
"Transmittance", ""
1, "TransSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Sch", 1, "Type", 10001,
"TransmittanceScheduleReference", ""
1, "SolRefl", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 4001,
"SolarReflectance", ""
1, "VisRefl", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 4001,
"VisibleReflectance", ""

1, "WinRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "Win", 0, "", 1001,
"WindowReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 Parent2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "Dr", "Door", "Door <p3i>-<p2c>-<pc>-<c>", 0, 0, 0,
"ExtWall", "IntWall", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 9900
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Oper", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Operation", ""
1, "DrConsRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "DrCons", 0, "", 1001, "DoorConstructionReference", ""
1, "Area", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1001, "Area", "Required when Proj:GeometryInpType
= 'Simplified', else NotInput"

1, "Hgt", BEMP_Flt, 1, 0, 0, Opt, "ft",


0, 0, 4001, "Height", "Required when GeometryInpType =
Simplified and window shades specified, else not used"
1, "Wd", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "Width", "Required when GeometryInpType =
Simplified and window shades specified, else not used"
1, "X", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "X", "Required when GeometryInpType =
Simplified and window shades specified, else not used"
1, "Y", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "Y", "Required when GeometryInpType =
Simplified and window shades specified, else not used"

1, "InsideConvCoef", BEMP_Flt, 1, 0, 1, NInp, "Btu/hr-ft2-


f", 0, 0, 4001, "InsideConvectionCoefficient", ""

; Temporary
1, "DebugInsideConvCoefFlag", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "DebugInsideConvectionCoefficientFlag", ""

; Com-MFam backward compatibility


1, "ResDrRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResDr", 0, "", 3008, "DoorReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res WinType.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res DwellUnitType.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Zones.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res DwellUnit.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Wall-Roof-Floor.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Opening-Win-Skylt.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Door.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------
0, "PVArrayGeom", "PhotovoltaicArrayGeometry", "PVArrayGeom <i>", 0, 1,
0, "Proj", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 9000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "IsBldgAttached", BEMP_Int, 1, 0, 0, Opt, "", 0,
0, 6020, "IsBldgAttached", "" ; "Whether this
PV Array is attached to the building"
1, "ChildPolyLpRef", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "PolyLp", 0, "", 6005, "ChildPolyLoopReference", "" ; "PV
array vertices"
1, "SimShade", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "cseSHADEX", 0, "", 3208, "SimulationShade", "" ; "cseSHADEX
object"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD
MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------
0, "PVArrayShade", "PhotovoltaicArrayShade", "PVArrayShade <i>", 0,
0, 0, "Proj", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 9000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "Type", BEMP_Sym, 1, 0, 0, Def, "", 0,
0, 6020, "Type", "" ; "Shade type"
1, "ChildPolyLpRef", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "PolyLp", 0, "", 6005, "ChildPolyLoopReference", "" ; "Shade
vertices"
1, "SimShade", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "cseSHADEX", 0, "", 3208, "SimulationShade", "" ; "cseSHADEX
object"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 Parent2 P3
P4 P5 P6 P7 P8 P9 P10 P11
P12 P13 P14 P15 P16 P17 P18 P19 P20 MC
MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------------------------------------
0, "PolyLp", "PolyLoop", "poly <i>", 0, 0, 0, "Spc", "Ceiling",
"ExtFlr", "ExtWall", "IntFlr", "IntWall", "Roof", "UndgrFlr", "UndgrWall",
"Window", "Skylight", "Door", "ExtShdgObj", "PVArray", "PVArrayGeom",
"PVArrayShade", "", "", "", "", -1, 1, 0, 0, 0, 1, 9000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------------
1, "Area", BEMP_Flt, 1, 0, 0, NInp, "ft2", 0,
0, 9501, "Area", ""
1, "NumOfPts", BEMP_Int, 1, 0, 0, NInp, "", 0,
0, 9501, "NumberOfPoints", ""
1, "ParentInfrm", BEMP_Str, 1, 0, 0, NInp, "", 0,
0, 9501, "ParentInformation", ""
1, "XYLen", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "XYLength", ""
1, "Perim", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "Perimeter", ""
1, "ZBottom", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "ZBottom", ""
1, "ZTop", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "ZTop", ""
1, "ZHgt", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "ZHeight", ""
1, "ZRngMessage", BEMP_Str, 1, 0, 0, NInp, "", 0,
0, 9501, "ZRangeMessage", ""
1, "XCenter", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "XCenter", ""
1, "YCenter", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "YCenter", ""
1, "VectorOi", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOi", ""
1, "VectorOj", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOj", ""
1, "VectorOk", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOk", ""
1, "VectorOLen", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOLength", ""
1, "UnitVectorOi", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorOi", ""
1, "UnitVectorOj", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorOj", ""
1, "UnitVectorOk", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorOk", ""
1, "VectorPLen", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorPLength", ""
1, "UnitVectorPi", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorPi", ""
1, "UnitVectorPj", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorPj", ""
; SAC 7/12/18 - added for PV arrays
1, "Azimuth", BEMP_Flt, 1, 0, 0, NInp, "�", 0,
0, 3208, "Azimuth", "" ; "Azimuth (facing
direction: 0=N, 90=E, ...)"
1, "TiltAngle", BEMP_Flt, 1, 0, 0, NInp, "�", 0,
0, 3208, "TiltAngle", "" ; "Tilt angle (0-
horizontal, 90-vertical)"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----
0, "CartesianPt", "CartesianPoint", "pt <pi>-<c>", 0, 0, 0, "PolyLp",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 1, 1, 9500
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Coord", BEMP_Flt, 3, 0, 1, Opt, "ft", 0,
0, 9501, "Coordinate", "" ; "X, Y, Z coordinates of
polyloop vertex"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ThrmlZn", "ThermalZone", "Thermal Zone <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "Mult", BEMP_Int, 1, 0, 1, Req, "",
0, 0, 3008, "Multiplier", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1080, "Description", ""
1, "FlrArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 4001, "FloorArea", ""
1, "OccNumSim", BEMP_Flt, 1, 0, 0, NInp, "people",
0, 0, 4001, "OccupancyNumberSimulated", ""
1, "VolSim", BEMP_Flt, 1, 0, 1, NInp, "ft3",
0, 0, 3008, "VolumeSimulation", ""
1, "ThrtlgRng", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "ThrottlingRange", ""

1, "SupPlenumZnRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "ThrmlZn", 3, "Type", 10001, "SupplyPlenumZoneReference", ""
1, "RetPlenumZnRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ThrmlZn", 3, "Type", 10001, "ReturnPlenumZoneReference", ""
1, "HVACZnCnt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 3008, "HVACZoneCount", ""
1, "OccClass", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "OccupancyClassification", ""

1, "PriAirCondgSysRef", BEMP_Obj, 2, 1, 1, Opt, "",


0, 2, "ZnSys", 1, "SysRefStatus", "AirSys", 1, "SysRefStatus", 10001,
"PrimaryAirConditioningSystemReference", ""
1, "PriAirCondgSysPriority", BEMP_Int, 2, 1, 1, Opt, "",
0, 0, 3008, "PrimaryAirConditioningSystemPriority",
""
1, "PriAirCondgSysPriorityClg", BEMP_Int, 2, 1, 1, Opt, "",
0, 0, 3008,
"PrimaryAirConditioningSystemPriorityCooling", ""
1, "PriAirCondgSysPriorityHtg", BEMP_Int, 2, 1, 1, Opt, "",
0, 0, 3008,
"PrimaryAirConditioningSystemPriorityHeating", ""
1, "VentByPriAirCondgSys", BEMP_Int, 2, 1, 1, Opt, "",
0, 0, 3008,
"VentilationByPrimaryAirConditioningSystem", ""
1, "ZnSysVentConnectionType", BEMP_Sym, 1, 1, 1, Opt, "",
0, 0, 3008, "ZoneSystemVentilationConnectionType",
""
1, "VentSysRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "ZnSys", 1, "SysRefStatus", "AirSys", 1, "SysRefStatus", 10001,
"VentilationSystemReference", ""
1, "VentSysPriority", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "VentilationSystemPriority", ""
1, "VentSysPriorityClg", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "VentilationSystemPriorityCooling", ""
1, "VentSysPriorityHtg", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "VentilationSystemPriorityHeating", ""
1, "SimSysRef", BEMP_Obj, 2, 1, 1, NInp, "",
0, 1, "ZnSys", 0, "", 10001, "SimulatedSystemReference", ""
1, "SimSysPriority", BEMP_Int, 2, 1, 1, NInp, "",
0, 0, 3008, "SimulatedSystemPriority", ""
1, "SimSysPriorityClg", BEMP_Int, 2, 1, 1, NInp, "",
0, 0, 3008, "SimulatedSystemPriorityCooling", ""
1, "SimSysPriorityHtg", BEMP_Int, 2, 1, 1, NInp, "",
0, 0, 3008, "SimulatedSystemPriorityHeating", ""
1, "HasUnknownHVAC", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "HasUnknownHVAC", ""
1, "HasNoClg", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "HasNoCooling", ""
1, "AddClgSys", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "AddCoolingSystem", ""

1, "ClgTstatSchRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "Schedule", 3, "Type", 10001, "CoolingThermostatScheduleReference", ""

1, "ClgDsgnSupAirTemp", BEMP_Flt, 1, 0, 0, Opt, "�F",


0, 0, 3008, "CoolingDesignSupplyAirTemperature", ""

1, "ClgDsgnSupAirTempDiff", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008,
"CoolingDesignSupplyAirTemperatureDifference", ""
1, "ClgDsgnFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "CoolingDesignFlow", ""
1, "ClgDsgnFlowSim", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "CoolingDesignFlowSimulation", ""
1, "ClgDsgnSizingFac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "CoolingDesignSizingFactor", ""

1, "HtgTstatSchRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "Schedule", 3, "Type", 10001, "HeatingThermostatScheduleReference", ""

1, "HtgDsgnSupAirTemp", BEMP_Flt, 1, 0, 0, Opt, "�F",


0, 0, 3008, "HeatingDesignSupplyAirTemperature", ""

1, "HtgDsgnSupAirTempDiff", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008,
"HeatingDesignSupplyAirTemperatureDifference", ""
1, "HtgDsgnFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "HeatingDesignFlow", ""
1, "HtgDsgnFlowSim", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "HeatingDesignFlowSimulation", ""
1, "HtgDsgnSizingFac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatingDesignSizingFactor", ""
1, "HtgDsgnMaxFlowFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatingDesignMaximumFlowFraction", ""
1, "SizeForDOAS", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 3008, "SizeForDedicatedOutdoorAirSystem", ""
1, "SizeForDOASCtrl", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008,
"SizeForDedicatedOutdoorAirSystemControl", ""
1, "SizeForDOASTempLow", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008,
"SizeForDedicatedOutdoorAirSystemTemperatureLow", ""
1, "SizeForDOASTempHi", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008,
"SizeForDedicatedOutdoorAirSystemTemperatureHigh", ""

1, "VentStd", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "VentilationStandard", ""
1, "VentStdDesc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "VentilationStandardDescription", ""
1, "VentAirDistEff", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"VentilationAirDistributionEffectiveness", ""
1, "VentSrc", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "VentilationSource", ""
1, "VentCtrlMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "VentilationControlMethod", ""
1, "VentSpecMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "VentilationSpecificationMethod", ""
1, "VentPerPerson", BEMP_Flt, 1, 0, 0, NInp,
"cfm/person", 0, 0, 3008,
"VentilationPerPerson", ""
1, "VentPerArea", BEMP_Flt, 1, 0, 0, NInp, "cfm/ft2",
0, 0, 3008, "VentilationPerArea", ""
1, "VentACH", BEMP_Flt, 1, 0, 0, NInp,
"changes/hr", 0, 0, 3008,
"VentilationAirChangesPerHour", ""
1, "VentPerZn", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "VentilationPerZone", ""
1, "VentFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "VentilationFlow", ""
1, "CodeVentFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "CodeVentilationFlow", ""
1, "VentSpecMthdSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008,
"VentilationSpecificationMethodSimulated", ""
1, "VentPerPersonSim", BEMP_Flt, 1, 0, 1, NInp,
"cfm/person", 0, 0, 3008,
"VentilationPerPersonSimulated", ""
1, "VentPerAreaSim", BEMP_Flt, 1, 0, 1, NInp, "cfm/ft2",
0, 0, 3008, "VentilationPerAreaSimulated", ""
1, "ExhSrc", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "ExhaustSource", ""

1, "ClgDsgnLd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",


0, 0, 3008, "CoolingDesignLoad", ""
1, "HtgDsgnLd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "HeatingDesignLoad", ""

1, "ClgUnmetLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",


0, 0, 3008, "CoolingUnmetLoadHours", ""

1, "HtgUnmetLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",


0, 0, 3008, "HeatingUnmetLoadHours", ""

1, "OperableWinHaveInterlock", BEMP_Int, 1, 1, 0, CReq, "",


0, 0, 3008, "OperableWindowsHaveInterlock", ""
1, "OperableWinInterlock", BEMP_Int, 1, 1, 1, CReq, "",
0, 0, 3008, "OperableWindowInterlock", ""
1, "WinInterlockRpt", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "WindowInterlockReport", ""
1, "OperableWinOAFlow", BEMP_Flt, 1, 1, 1, NInp, "cfm",
0, 0, 3008, "OperableWindowOutsideAirFlow", ""
1, "OperableWinOALimHi", BEMP_Flt, 1, 1, 1, Pres, "�F",
0, 0, 3008, "OperableWindowOutsideAirLimitHigh",
""
1, "OperableWinOALimLo", BEMP_Flt, 1, 1, 1, Pres, "�F",
0, 0, 3008, "OperableWindowOutsideAirLimitLow", ""

;1, "PassiveClgMthd", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "PassiveCoolingMethod", ""
;1, "PassiveClgRt", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "PassiveCoolingRate", ""

;1, "PassiveClgSchRef", BEMP_Obj, 1, 0, 0, Opt, "",


0, 1, "Schedule", 3, "Type", 3008, "PassiveCoolingScheduleReference", ""

1, "ResVentEquipIsAccessible", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008,
"ResidentailVentilationEquipmentIsAccessible", ""
1, "ResVentEquipHasFID", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008,
"ResidentailVentilationEquipmentHasFaultIndicationDisplay", ""

; 360LDH-131126 Commented out - no current functionality to target different


daylighting simulation methods
;1, "DayltgSimMthd", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "DaylightingSimulationMethod", ""

1, "DayltgIllumRefPt1Coord", BEMP_Flt, 3, 0, 1, Pres, "ft",


0, 0, 3008,
"DaylightingIlluminanceReferencePoint1Coordinate", ""
1, "DayltgIllumRefPt2Coord", BEMP_Flt, 3, 0, 1, Pres, "ft",
0, 0, 3008,
"DaylightingIlluminanceReferencePoint2Coordinate", ""
1, "DayltgIllumSetpt1", BEMP_Flt, 1, 1, 1, Pres, "lux",
0, 0, 3008, "DaylightingIlluminanceSetPoint1", ""

1, "DayltgIllumSetpt2", BEMP_Flt, 1, 0, 1, Pres, "lux",


0, 0, 3008, "DaylightingIlluminanceSetPoint2", ""
1, "DayltgCtrlLtgFrac1", BEMP_Flt, 1, 1, 1, Pres, "",
0, 0, 3008, "DaylightingControlLightingFraction1",
""
1, "DayltgCtrlLtgFrac2", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 3008, "DaylightingControlLightingFraction2",
""
1, "DayltgCtrlType", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3008, "DaylightingControlType", ""
1, "DayltgMinDimLtgFrac", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 3008, "DaylightingMinimumDimmingLightFraction",
""
1, "DayltgMinDimPwrFrac", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 3008, "DaylightingMinimumDimmingPowerFraction",
""
1, "DayltgNumOfCtrlSteps", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 3008, "DaylightingNumberOfControlSteps", ""

1, "DayltgGlrAz", BEMP_Flt, 1, 0, 1, Pres, "",


0, 0, 3008, "DaylightingGlareAzimuth", ""
1, "DayltgMaxGlrIdx", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 3008, "DaylightngMaximumGlareIndex", ""

; Zone Exhaust
1, "ExhSysRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "AirSys", 31, "Type", "ZnSys", 31, "Type", 10001,
"ExhaustSystemReference", ""
1, "ExhFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFlow", ""
1, "MinExhFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "MinimumExhaustFlow", ""
1, "ExhCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustControlMethod", ""
1, "ExhOperMode", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "ExhaustOperationMode", ""
1, "ExhAvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 3008, "ExhaustAvailabilityScheduleReference",
""
1, "ExhFlowSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustFlowScheduleReference", ""
1, "ExhMinZnTempSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 3008,
"ExhaustMinimumZoneTemperatureScheduleReference", ""
1, "ExhBalancedSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustBalancedScheduleReference", ""
1, "LabFumeHoodDens", BEMP_Flt, 1, 0, 0, NInp,
"ft/10,000ft3", 0, 0, 3008,
"LaboratoryFumeHoodDensity", ""

1, "ExhFanName", BEMP_Str, 1, 0, 1, NInp, "",


0, 0, 3008, "ExhaustFanName", ""
1, "ExhFlowSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "ExhaustFlowSimulated", ""
1, "ExhTotEff", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "ExhaustTotalEfficiency", ""
1, "ExhTotStaticPress", BEMP_Flt, 1, 0, 1, NInp, "inH2O",
0, 0, 3008, "ExhaustTotalStaticPressure", ""
1, "ExhFanEndUseCat", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "ExhaustFanEndUseCategory", ""
1, "ExhHtRcvryRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "HtRcvry", 0, "", 10001, "ExhaustHeatRecoveryReference", ""

; Unmet Load Hour Limit


1, "ClgUMLHLimit", BEMP_Int, 1, 0, 0, NInp, "hr",
0, 0, 3008, "CoolingUnmetLoadHourLimit", ""
1, "HtgUMLHLimit", BEMP_Int, 1, 0, 0, NInp, "hr",
0, 0, 3008, "HeatingUnmetLoadHourLimit", ""
1, "BypassClgUMLHLimit", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BypassCoolingUnmetLoadHourLimit", ""
1, "BypassHtgUMLHLimit", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BypassHeatingUnmetLoadHourLimit", ""

; added to facilitate baseline system library retrieval/screen controls


1, "TrmlUnitRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "TrmlUnit", 0, "", 10001, "TerminalUnitReference", ""
1, "TrmlUnitRefStatus", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "TerminalUnitReferenceStatus", ""

; For Reporting
1, "PriAirFlowMax", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "PrimaryAirFlowMaximum", ""
1, "PriAirFlowMin", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "PrimaryAirFlowMinimum", ""
1, "PriAirFlowMinFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "PrimaryAirFlowMinimumFraction", ""

1, "HtgAirFlowMax", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0, 3008, "HeatingAirFlowMaximum", ""
1, "HtgAirFlowMaxFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingAirFlowMaximumFraction", ""
1, "TransferVentFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "TransferVentilationFlow", ""
1, "CodeDsgnVentPerPerson", BEMP_Flt, 1, 0, 0, NInp,
"cfm/person", 0, 0, 3008,
"CodeDesignVentilationPerPerson", ""
1, "CodeDsgnVentPerArea", BEMP_Flt, 1, 0, 0, NInp, "cfm/ft2",
0, 0, 3008, "CodeDesignVentilationPerArea", ""
1, "HasDCV", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "HasDemandControlVentilation", ""
1, "HasDDCCtrl", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "HasDirectDigitalControl", ""
1, "CondgStatus", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ConditioningStatus", ""
1, "VentFuncList", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "VentilationFunctionList", ""
1, "HotelMotelGuestRmCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "HotelMotelGuestRoomCount", ""
1, "ResLivingBdrmCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ResidentialLivingBedroomCount", ""
1, "HasOccSensorCtrl", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "HasOccupancySensorControl", ""
1, "IsHlthCare", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCare", ""
1, "HighRiseResVentType", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HighRiseResidentialVentilationType", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
----------------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------------
0, "AirSys", "AirSystem", "Air System <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
1, "SubType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "SubType", ""
1, "EffMetric", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "EfficiencyMetric", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "Description", ""
;1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "HVACAutoSizing", ""
1, "ResHVACAutoSizing", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "ResidentialHVACAutoSizing", "" ;
SAC 05/19/22
1, "CtrlSysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ControlSystemType", ""
1, "StaticPressRstCtrl", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "StaticPressureResetControl", ""
1, "CtrlZnRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "ThrmlZn", 1, "Type", "ResOtherZn", 1, "Type" 10001,
"ControlZoneReference", ""
1, "IsAllOA", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "IsAllOutsideAir", ""
1, "RetAirFlowRat", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReturnAirFlowRatio", ""

1, "VentCtrl", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "VentilationControl", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "FanCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FanControl", ""
1, "NightCycleFanCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "NightCycleFanControl", ""
1, "NightCycleTstatTolerance", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "NightCycleThermostatTolerance", ""
1, "NightCycleRunTime", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "NightCycleRunTime", ""
1, "ReheatCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ReheatControlMethod", ""
1, "Cnt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 3008, "Count", ""
1, "FanPos", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FanPosition", ""

1, "OptStart", BEMP_Int, 1, 0, 1, Opt, "",


0, 0, 3008, "OptimumStart", ""
1, "OptStartCtrl", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "OptimumStartControl", ""
1, "OptStartMaxVal", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 3008, "OptimumStartMaximumValue", ""
1, "OptStartClgGradient", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "OptimumStartCoolingGradient", ""

1, "OptStartHtgGradient", BEMP_Flt, 1, 0, 1, NInp, "",


0, 0, 3008, "OptimumStartHeatingGradient", ""

1, "OptStartNumDays", BEMP_Int, 1, 0, 1, NInp, "",


0, 0, 3008, "OptimumStartNumberDays", ""

; For AutoHardSizing
1, "AirFlowPerSqFt", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ft2", 0, 0, 3008,
"AirFlowPerSquareFoot", ""
1, "AirFlowPerTon", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ton", 0, 0, 3008, "AirFlowPerTon", ""

1, "ClgDsgnSupAirTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008, "CoolingDesignSupplyAirTemperature", ""
1, "HtgDsgnSupAirTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatingDesignSupplyAirTemperature", ""

; For E+ Autosizing
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""
1, "DsgnAirFlowMinRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DesignAirFlowMinimumRatio", ""
1, "DsgnPrehtTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "DesignPreheatTemperature", ""
1, "DsgnPrehtHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DesignPreheatHumidityRatio", ""
1, "DsgnPreclTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "DesignPrecoolTemperature", ""
1, "DsgnPreclHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DesignPrecoolHumidityRatio", ""
1, "SizingOption", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "SizingOption", ""
1, "ClgAllOutsdAir", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "CoolingAllOutsideAir", ""
1, "HtgAllOutsdAir", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingAllOutsideAir", ""
1, "ClgDsgnHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "CoolingDesignHumidityRatio", ""
1, "HtgDsgnHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingDesignHumidityRatio", ""

1, "ClgCtrl", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "CoolingControl", ""
1, "ClgFixedSupTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "CoolingFixedSupplyTemperature", ""
1, "HtgFixedSupTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatingFixedSupplyTemperature", ""
1, "ClgSetptSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 10001, "CoolingSetpointScheduleReference", ""
1, "HtgSetptSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 10001, "HeatingSetpointScheduleReference", ""

1, "ClRstSupHi", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008, "CoolResetSupplyHigh", ""
1, "ClRstSupLow", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "CoolResetSupplyLow", ""
1, "ClRstOutdrLow", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "CoolResetOutdoorLow", ""
1, "ClRstOutdrHi", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "CoolResetOutdoorHigh", ""
;1, "ClgSupAirStageTempDiff", BEMP_Flt, 2, 1, 0, Opt, "�F",
0, 0, 3008,
"CoolingSupplyAirStageTemperatureDifference", ""

; For hot duct of dual-duct systems


;1, "HtgCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatingControl", ""
1, "HtRstSupHi", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatResetSupplyHigh", ""
1, "HtRstSupLow", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatResetSupplyLow", ""
1, "HtRstOutdrLow", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatResetOutdoorLow", ""
1, "HtRstOutdrHi", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatResetOutdoorHigh", ""
;1, "HtgSupAirStageTempDiff", BEMP_Flt, 2, 1, 0, Opt, "�F",
0, 0, 3008,
"HeatingSupplyAirStageTemperatureDifference", ""

1, "PrehtCtrl", BEMP_Sym, 1, 0, 1, NInp, "",


0, 0, 3008, "PreheatControl", ""
1, "PrehtFixedSupTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "PreheatFixedSupplyTemperature", ""

1, "ClgCap", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008, "CoolingCapacity", ""

1, "HtgCap", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008, "HeatingCapacity", ""

1, "SupFanCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0, 3008, "SupplyFanCapacity", ""
1, "SupFanPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "SupplyFanPower", ""

;1, "PkCoinClgLd", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008,
"PeakCoincidentCoolingLoad", ""
;1, "PkCoinHtgLd", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"PeakCoincidentHeatingLoad", ""
;1, "UnmetClgLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",
0, 0, 3008, "UnmetCoolingLoadHours", ""
;1, "UnmetHtgLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",
0, 0, 3008, "UnmetHeatingLoadHours", ""

1, "FDDEnabled", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "FaultDetectionDiagnosticsEnabled", ""
1, "WesternClgChallengeCert", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "WesternCoolingChallengeCertified", ""
1, "SysVentFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "SystemVentilationFlow", ""
1, "VentAirDistEff", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"VentilationAirDistributionEffectiveness", ""
1, "VentSysEff", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "VentilationSystemEfficiency", ""

1, "ExhSysType", BEMP_Sym, 1, 0, 0, Opt, "",


0, 0, 3008, "ExhaustSystemType",
""
1, "ExhOperMode", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustOperationMode",
""
1, "ExhFlowSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustFlowScheduleReference",
""
1, "ExhCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustControlMethod",
""
1, "LabFumeHoodDens", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryFumeHoodDensity", ""
1, "LabExhHasAnemometerCtrl", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryExhaustHasAnemometerControl",
""
1, "LabExhHasContaminantCtrl", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryExhaustHasContaminantControl",
""
;1, "ExhMinZnTempSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 3, "Type", 3008,
"ExhaustMinimumZoneTemperatureScheduleReference", ""
;1, "ExhBalancedSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustBalancedScheduleReference",
""
;1, "GarageVentCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "GarageVentilationControlMethod",
""

; Pressure Drop Adjustments to baseline fan power


1, "FullyDuctedExhFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "FullyDuctedExhaustFlag", ""

1, "ExhCtrlFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ExhaustControlFlag", ""
1, "FullyDuctedExhLabOrVivFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"FullyDuctedExhaustLaboratoryOrVivariumFlag", ""
1, "ExhFiltersFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ExhaustFiltersFlag", ""

1, "BiosftyCabExhFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "BiosafetyCabinetFlag", ""

1, "FumeHoodExhFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "FumeHoodExhaustFlag", ""

1, "LabOrVivExhHiRiseFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008,
"LaboratoryOrVivariumExhaustHighRiseFlag", ""
1, "SndAttnExhFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SoundAttenuationExhaustFlag", ""

1, "FullyDuctedRetFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "FullyDuctedReturnFlag", ""

1, "RetCtrlFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ReturnControlFlag", ""
1, "FullyDuctedRetLabOrVivFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"FullyDuctedReturnLaboratoryOrVivariumFlag", ""
1, "MERV9To12Flag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "MERV9to12Flag", ""

1, "MERV13To15Flag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "MERV13to15Flag", ""

1, "MERVGTE16Flag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "MERVGreaterThanOrEqualTo16Flag", ""

1, "GasPhaseAirCleanersFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "GasPhaseAirCleanersFlag", ""

1, "ERVFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ERVFlag", ""

;1, "ERVCoilRunaroundFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ERFCoilRunaroundFlag", ""

1, "EvapHumOrClrFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "EvaporativeHumidifierOrCoolerFlag", ""

1, "SndAttnFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "SoundAttenuationFlag", ""

1, "FullyDuctedExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0,
3008, "FullyDuctedExhaustDeviceFlow", ""
1, "ExhCtrlDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "ExhaustControlDeviceFlow", ""
1, "FullyDuctedExhLabOrVivDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "FullyDuctedExhaustLaboratoryOrVivariumDeviceFlow", ""
1, "ExhFiltersDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "ExhaustFiltersDeviceFlow", ""
1, "BiosftyCabExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "BiosafetyCabinetDeviceFlow", ""
1, "FumeHoodExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "FumeHoodExhaustDeviceFlow", ""
1, "LabOrVivExhHiRiseDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "LaboratoryOrVivariumExhaustHighRiseDeviceFlow", ""
1, "SndAttnExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "SoundAttenuationExhaustDeviceFlow", ""

1, "FullyDuctedRetDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0,
3008, "FullyDuctedReturnDeviceFlow", ""
1, "RetCtrlDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "ReturnControlDeviceFlow", ""
1, "FullyDuctedRetLabOrVivDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "FullyDuctedReturnLaboratoryOrVivariumDeviceFlow", ""
1, "MERV9To12DevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "MERV9to12DeviceFlow", ""
1, "MERV13To15DevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "MERV13to15DeviceFlow", ""
1, "MERVGTE16DevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "MERVGreaterThanOrEqualTo16DeviceFlow", ""
1, "GasPhaseAirCleanersDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "GasPhaseAirCleanersDeviceFlow", ""
1, "ERVDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "ERVDeviceFlow", ""
;1, "ERVCoilRunaroundDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0
3008, "ERVCoilRunaroundDeviceFlow", "" ; Coil
Runaround Loops removed as per Michael Rosenberg conference call - LH 150923
1, "EvapHumOrClrDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "EvaporativeHumidifierOrCoolerDeviceFlow", ""
1, "SndAttnDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0,
3008, "SoundAttenuationDeviceFlow", ""

1, "ExhFiltersDsgnPD", BEMP_Flt, 1, 0, 0, NInp, "inH2O",


0, 0, 3008, "ExhaustFiltersDesignPressureDrop", ""

1, "BiosftyCabExhDsgnPD", BEMP_Flt, 1, 0, 0, NInp, "inH2O",


0, 0, 3008, "BiosafetyCabinetDesignPressureDrop", ""

1, "EvapHumOrClrDsgnPD", BEMP_Flt, 1, 0, 0, NInp, "inH2O",


0, 0, 3008,
"EvaporativeHumidifierOrCoolerDesignPressureDrop", ""
1, "LabOrVivExhHiRiseVertDuctLen", BEMP_Flt, 1, 0, 0, NInp, "ft.",
0, 0, 3008,
"LaboratoryOrVivariumExhaustHighRiseVerticalDuctLength", ""

1, "MERVGTE16DsgnPD", BEMP_Flt, 1, 0, 0, NInp, "inH2O",


0, 0, 3008,
"MERVGreaterThanOrEqualTo16DesignPressureDrop", ""
1, "GasPhaseAirCleanersDsgnPD", BEMP_Flt, 1, 0, 0, NInp, "inH2O",
0, 0, 3008, "GasPhaseAirCleanersDesignPressureDrop",
""
1, "ERVEff", BEMP_Flt, 1, 0, 0, NInp, "frac.",
0, 0, 3008, "ERVEffectiveness", ""

;1, "ERVCoilRunaroundNumAirstreams", BEMP_Flt, 1, 0, 0, NInp,


"frac.", 0, 0, 3008,
"ERVCoilRunaroundNumberOfAirstreams", ""

; added to facilitate simulation and baseline system library retrieval and


reference purposes
1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromSizing", ""
1, "SupAirSegRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "AirSeg", 1, "Type", 10001, "SupplyAirSegmentReference", ""
1, "RetAirSegRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 2, "AirSeg", 2, "Type", "AirSeg", 3, "Type", 10001,
"ReturnAirSegmentReference", ""
1, "OACtrlRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "OACtrl", 0, "", 10001, "OAControlReference", ""
1, "HtRcvryRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "HtRcvry", 0, "", 10001, "HeatRecoveryReference", ""
1, "BaseSysNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumber", ""
1, "BaseSysNumOpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumberOption", ""
1, "SysRefStatus", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemReferenceStatus", ""

; For Reporting
1, "ExcludeFromRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromReport", ""
1, "IsComplexSys", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "IsComplexSystem", ""
1, "IsComplexSysRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "IsComplexSystemReport", ""
1, "DCVRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "DCVReport", ""
1, "ClgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyUnitReport", ""
1, "ClgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyReport", ""
1, "ClgEffSEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffSEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "ClgEffEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "HtgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyUnitReport", ""
1, "HtgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyReport", ""
1, "SuppHtgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"SupplementalHeatingCapacity", ""
1, "DuctIns", BEMP_Flt, 1, 0, 0, Opt, "�F-
ft2-h/Btu", 0, 0, 3008, "DuctInsulation", ""
1, "DuctInsRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "DuctInsulationReport", ""
1, "DuctLctn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctLocation", ""
1, "DuctStatus ", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "DuctStatus", ""
1, "EconoTypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "EconomizerTypeReport", ""
1, "ExhFanCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFanCapacity", ""
1, "ExhFlowMin", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFlowMinimum", ""
1, "ExhFanPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "ExhaustFanPower", ""
1, "COCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "COControlReport", ""
1, "ZnServedAsPriAirCondgSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008,
"ZoneServedAsPrimaryAirConditioningSystem", ""
1, "ZnServedAsVentSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsVentilationSystem", ""
1, "ZnServedAsExhSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsExhaustSystem", ""
1, "CtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ControlReport", ""
1, "EconoCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "EconomizerControlReport", ""
1, "ClgCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingControlReport", ""
1, "OptStartRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OptimumStartReport", ""
1, "EvapClrRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "EvaporativeCoolerReport", ""
1, "HtRcvryRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatRecoveryReport", ""
1, "OperableWinInterlockRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OperableWindowInterlockReport", ""
;1, "OperableWinHaveInterlock", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "OperableWindowHaveInterlock", ""
1, "IsHlthCareSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCareSystem", ""
1, "SysCtrlRpt", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 3008, "SystemControlReport", ""

; Acceptance Certificates
1, "AcceptanceTestReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "AcceptanceTestRequired", ""
1, "AcceptanceTestReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "AcceptanceTestRequiredReport", ""
1, "HERSDuctReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctRequired", ""
1, "HERSDuctReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctRequiredReport", ""
1, "HERSDuctTested", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctTested", ""
1, "HERSDuctTestedRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctTestedReport", ""
1, "HERSFanPwrTested", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "HERSFanPowerTested", ""
1, "ResVentEquipHasFID", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentHasFaultIndicationDisplay", ""
1, "ResVentEquipIsAccessible", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentIsAccessible", ""

1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",


0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""

1, "CSE_HVACSizingExpCol", BEMP_Obj, 10, 1, 0, Pres, "",


0, 1, "cseEXPORTCOL", 0, "", 3006, "CSE_HVACSizingExportColumn", "" ;
"ExportCol defining CSE-RSYS heating & cooling capacity results", "" ; SAC
05/10/22

; added to facilitate baseline system library retrieval and


reference purposes
1, "SupAirSegRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "AirSeg", 1, "Type", 10001, "SupplyAirSegmentReference", ""
1, "RetAirSegRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 2, "AirSeg", 2, "Type", "AirSeg", 3, "Type", 10001,
"ReturnAirSegmentReference", ""
1, "OACtrlRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "OACtrl", 0, "", 10001, "OAControlReference", ""
1, "BaseSysNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumber", ""
1, "SysRefStatus", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemReferenceStatus", ""
1, "ServesResZn", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ServesResZn", ""

1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "ExcludeFromSizing", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ZnSys", "ZoneSystem", "Zone System <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
1, "SubType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "SubType", ""
1, "EffMetric", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "EfficiencyMetric", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "Description", ""
1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "HVACAutoSizing", ""

1, "IsAllOA", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008, "IsAllOutsideAir", ""

1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "FanCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FanControl", ""
1, "FanOperModeSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 10001, "FanOperatingModeScheduleReference", ""
1, "CapCtrlMthd", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "CapacityControlMethod", ""
1, "NightCycleFanCtrl", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "NightCycleFanControl", ""
1, "NightCycleTstatTolerance", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "NightCycleThermostatTolerance", ""
1, "NightCycleRunTime", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "NightCycleRunTime", ""
1, "ClgCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "CoolingControl", ""
1, "Cnt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 3008, "Count", ""
1, "FurnaceType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "FurnaceType", ""
1, "FanPos", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FanPosition", ""

1, "OptStart", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008, "OptimumStart", ""
1, "OptStartCtrl", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "OptimumStartControl", ""
1, "OptStartMaxVal", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 3008, "OptimumStartMaximumValue", ""
1, "OptStartClgGradient", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 3008, "OptimumStartCoolingGradient", ""

1, "OptStartHtgGradient", BEMP_Int, 1, 0, 1, NInp, "",


0, 0, 3008, "OptimumStartHeatingGradient", ""

1, "OptStartNumDays", BEMP_Int, 1, 0, 1, NInp, "",


0, 0, 3008, "OptimumStartNumberDays", ""

; For AutoHardSizing
1, "AirFlowPerSqFt", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ft2", 0, 0, 3008,
"AirFlowPerSquareFoot", ""
1, "AirFlowPerTon", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ton", 0, 0, 3008, "AirFlowPerTon", ""

1, "ClgDsgnSupAirTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008, "CoolingDesignSupplyAirTemperature", ""
1, "HtgDsgnSupAirTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatingDesignSupplyAirTemperature", ""

; For E+ Autosizing
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""

;1, "FDDEnabled", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 3008, "FaultDetectionDiagnosticsEnabled", ""

1, "ClgCap", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008, "CoolingCapacity", ""

1, "HtgCap", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008, "HeatingCapacity", ""

1, "SupFanCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0, 3008, "SupplyFanCapacity", ""
1, "SupFanPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "SupplyFanPower", ""

;1, "PkCoinClgLd", BEMP_Flt, 1, 0, 0, NInp,


"Btu/h", 0, 0, 3008,
"PeakCoincidentCoolingLoad", ""
;1, "PkCoinHtgLd", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"PeakCoincidentHeatingLoad", ""
;1, "UnmetClgLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",
0, 0, 3008, "UnmetCoolingLoadHours", ""
;1, "UnmetHtgLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",
0, 0, 3008, "UnmetHeatingLoadHours", ""

;1, "MaxOARat", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 3008, "MaximumOutsideAirRatio", ""
1, "SysVentFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "SystemVentilationFlow", ""
1, "VentAirDistEff", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008,
"VentilationAirDistributionEffectiveness", ""
1, "VentSysEff", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "VentilationSystemEfficiency", ""

; For VRF Systems


1, "VRFSysRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "VRFSys", 0, "", 3008, "VariableRefrigerantFlowSystemReference",
"Required if ZnSys:Type = VRF"
1 , "IndoorType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "IndoorType", ""
;1, "FanPos", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3008, "Fan Position", ""
1, "ClgSupFanCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "CoolingSupplyFanCapacitySimulated", ""
1, "HtgSupFanCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "HeatingSupplyFanCapacitySimulated", ""
1, "NoClgSupFanCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "NoCoolingSupplyFanCapacitySimulated",
""
1, "NoHtgSupFanCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "NoHeatingSupplyFanCapacitySimulated",
""
1, "NoClgHtgSupFanCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008,
"NoCoolingHeatingSupplyFanCapacitySimulated", ""
1, "ClgOAFlowCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "CoolingOutdoorAirFlowCapacitySimulated",
""
1, "HtgOAFlowCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "HeatingOutdoorAirFlowCapacitySimulated",
""
1, "NoClgHtgOAFlowCapSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008,
"NoCoolingHeatingOutdoorAirFlowCapacitySimulated", ""
1, "AuxPwrOn", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "AuxiliaryPowerOn", ""
1, "AuxPwrOff", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "AuxiliaryPowerOff", ""
1, "AuxPwrOnSim", BEMP_Flt, 1, 0, 1, Opt, "W",
0, 0, 3008, "AuxiliaryPowerOnSimulated", ""
1, "AuxPwrOffSim", BEMP_Flt, 1, 0, 1, Opt, "W",
0, 0, 3008, "AuxiliaryPowerOffSimulated", ""
1, "HtgToClgSizingRatio", BEMP_Flt, 1, 0, 1, Opt,
"frac", 0, 0, 3008,
"HeatingToCoolingSizingRatio", ""

; For Exhaust Systems


1, "ExhSysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustSystemType", ""
1, "ExhOperMode", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustOperationMode", ""
1, "ExhFlowSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustFlowScheduleReference", ""
1, "ExhCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustControlMethod", ""
1, "LabFumeHoodDens", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryFumeHoodDensity", ""
1, "LabExhHasAnemometerCtrl", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryExhaustHasAnemometerControl",
""
1, "LabExhHasContaminantCtrl", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "LaboratoryExhaustHasContaminantControl",
""
;1, "ExhMinZnTempSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 3, "Type", 3008,
"ExhaustMinimumZoneTemperatureScheduleReference", ""
;1, "ExhBalancedSchRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustBalancedScheduleReference", ""
;1, "GarageVentCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "GarageVentilationControlMethod", ""

; For VentilationOnly Systems


1, "RtdFlowCap", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "RatedFlowCapacity", ""
1, "RtdPwr", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "RatedPower", ""
1, "HtRcvryCertification", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "HeatRecoveryCertification", ""
1, "RtdHtRcvryEff", BEMP_Flt, 1, 0, 0, Opt,
"ASRE/100", 0, 0, 3008,
"RatedHeatRecoveryEffectiveness", ""
1, "HXType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "Type", ""
1, "HasHXBypass", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "HasHeatExchangerBypass", ""
1, "RcvryType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "RecoveryType", ""
1, "SupFlowRtd", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "SupplyFlowRated", ""
1, "HtgSensEff100", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSensibleEffectiveness100", ""

1, "HtgSensEff75", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "HeatingSensibleEffectiveness75", ""
1, "HtgTotEff100", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingTotalEffectiveness100", ""

1, "HtgTotEff75", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "HeatingTotalEffectiveness75", ""
1, "HtgLatEff100", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingLatentEffectiveness100", ""

1, "HtgLatEff75", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "HeatingLatentEffectiveness75", ""
1, "ClgSensEff100", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSensibleEffectiveness100", ""
1, "ClgSensEff75", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSensibleEffectiveness75", ""
1, "ClgTotEff100", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingTotalEffectiveness100", ""

1, "ClgTotEff75", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "CoolingTotalEffectiveness75", ""
1, "ClgLatEff100", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingLatentEffectiveness100", ""

1, "ClgLatEff75", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "CoolingLatentEffectiveness75", ""
1, "TempCtrl", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "TemperatureControl", ""
1, "FixedSupTemp", BEMP_Flt, 1, 0, 0, NInp, "�F",
0, 0, 3008, "FixedSupplyTemperature", ""
1, "TempSetptSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Schedule", 3, "Type", 3008, "TemperatureSetpointScheduleReference",
""
1, "DefrostCtrl", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "DefrostControl", ""
1, "DefrostCtrlTemp", BEMP_Flt, 1, 0, 0, NInp, "�F",
0, 0, 3008, "DefrostControlTemperature", ""
1, "DefrostTimeFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "DefrostTimeFraction", ""
1, "DefrostTimeFracRt", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "DefrostTimeFractionRate", ""
1, "EconoLockout", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "EconomizerLockout", ""
1, "AuxPwr", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "AuxiliaryPower", ""

; Pressure Drop Adjustments to baseline fan power


1, "FullyDuctedExhFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "FullyDuctedExhaustFlag", ""

1, "ExhCtrlFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ExhaustControlFlag", ""
1, "FullyDuctedExhLabOrVivFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"FullyDuctedExhaustLaboratoryOrVivariumFlag", ""
1, "ExhFiltersFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ExhaustFiltersFlag", ""

1, "BiosftyCabExhFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "BiosafetyCabinetFlag", ""

1, "FumeHoodExhFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "FumeHoodExhaustFlag", ""

1, "LabOrVivExhHiRiseFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008,
"LaboratoryOrVivariumExhaustHighRiseFlag", ""
1, "SndAttnExhFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SoundAttenuationExhaustFlag", ""
1, "FullyDuctedRetFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "FullyDuctedReturnFlag", ""

1, "RetCtrlFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ReturnControlFlag", ""
1, "FullyDuctedRetLabOrVivFlag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"FullyDuctedReturnLaboratoryOrVivariumFlag", ""
1, "MERV9To12Flag", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "MERV9to12Flag", ""

1, "MERV13To15Flag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "MERV13to15Flag", ""

1, "MERVGTE16Flag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "MERVGreaterThanOrEqualTo16Flag", ""

1, "GasPhaseAirCleanersFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "GasPhaseAirCleanersFlag", ""

1, "ERVFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ERVFlag", ""

;1, "ERVCoilRunaroundFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "ERFCoilRunaroundFlag", ""

1, "EvapHumOrClrFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "EvaporativeHumidifierOrCoolerFlag", ""

1, "SndAttnFlag", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 3008, "SoundAttenuationFlag", ""

1, "FullyDuctedExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0, 3008,
"FullyDuctedExhaustDeviceFlow", ""
1, "ExhCtrlDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"ExhaustControlDeviceFlow", ""
1, "FullyDuctedExhLabOrVivDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"FullyDuctedExhaustLaboratoryOrVivariumDeviceFlow", ""
1, "ExhFiltersDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"ExhaustFiltersDeviceFlow", ""
1, "BiosftyCabExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"BiosafetyCabinetDeviceFlow", ""
1, "FumeHoodExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"FumeHoodExhaustDeviceFlow", ""
1, "LabOrVivExhHiRiseDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"LaboratoryOrVivariumExhaustHighRiseDeviceFlow", ""
1, "SndAttnExhDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"SoundAttenuationExhaustDeviceFlow", ""
1, "FullyDuctedRetDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"FullyDuctedReturnDeviceFlow", ""
1, "RetCtrlDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"ReturnControlDeviceFlow", ""
1, "FullyDuctedRetLabOrVivDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"FullyDuctedReturnLaboratoryOrVivariumDeviceFlow", ""
1, "MERV9To12DevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "MERV9to12DeviceFlow",
""
1, "MERV13To15DevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "MERV13to15DeviceFlow",
""
1, "MERVGTE16DevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"MERVGreaterThanOrEqualTo16DeviceFlow", ""
1, "GasPhaseAirCleanersDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"GasPhaseAirCleanersDeviceFlow", ""
1, "ERVDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ERVDeviceFlow", ""

;1, "ERVCoilRunaroundDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",


0, 0, 3008, "ERVCoilRunaroundDeviceFlow", ""
; Coil Runaround Loops removed as per Michael Rosenberg conference call - LH
150923
1, "EvapHumOrClrDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"EvaporativeHumidifierOrCoolerDeviceFlow", ""
1, "SndAttnDevFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008,
"SoundAttenuationDeviceFlow", ""

1, "ExhFiltersDsgnPD", BEMP_Flt, 1, 0, 0, NInp,


"inH2O", 0, 0, 3008,
"ExhaustFiltersDesignPressureDrop", ""
1, "BiosftyCabExhDsgnPD", BEMP_Flt, 1, 0, 0, NInp,
"inH2O", 0, 0, 3008,
"BiosafetyCabinetDesignPressureDrop", ""
1, "EvapHumOrClrDsgnPD", BEMP_Flt, 1, 0, 0, NInp,
"inH2O", 0, 0, 3008,
"EvaporativeHumidifierOrCoolerDesignPressureDrop", ""
1, "LabOrVivExhHiRiseVertDuctLen", BEMP_Flt, 1, 0, 0, NInp, "ft.",
0, 0, 3008,
"LaboratoryOrVivariumExhaustHighRiseVerticalDuctLength", ""

1, "MERVGTE16DsgnPD", BEMP_Flt, 1, 0, 0, NInp,


"inH2O", 0, 0, 3008,
"MERVGreaterThanOrEqualTo16DesignPressureDrop", ""
1, "GasPhaseAirCleanersDsgnPD", BEMP_Flt, 1, 0, 0, NInp,
"inH2O", 0, 0, 3008,
"GasPhaseAirCleanersDesignPressureDrop", ""
1, "ERVEff", BEMP_Flt, 1, 0, 0, NInp,
"frac.", 0, 0, 3008, "ERVEffectiveness",
""
;1, "ERVCoilRunaroundNumAirstreams", BEMP_Flt, 1, 0, 0, NInp,
"frac.", 0, 0, 3008,
"ERVCoilRunaroundNumberOfAirstreams", ""

; added to facilitate simulation and baseline system library retrieval and


reference purposes
1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromSizing", ""
1, "CoilClgRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CoilClg", 0, "", 10001, "CoilCoolingReference", ""
1, "CoilHtgRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CoilHtg", 0, "", 10001, "CoilHeatingReference", ""
1, "FanRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Fan", 0, "", 10001, "FanReference", ""
1, "BaseSysNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumber", ""
1, "BaseSysNumOpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumberOption", ""
1, "SysRefStatus", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemReferenceStatus", ""
1, "IsActiveBeam", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsActiveBeam", ""

; For Reporting
1, "ExcludeFromRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromReport", ""
1, "IsComplexSys", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "IsComplexSystem", ""
1, "IsComplexSysRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "IsComplexSystemReport", ""
1, "ClgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyUnitReport", ""
1, "ClgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyReport", ""
1, "ClgEffSEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffSEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "ClgEffEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "HtgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyUnitReport", ""
1, "HtgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyReport", ""
1, "SuppHtgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"SupplementalHeatingCapacity", ""
1, "DuctIns", BEMP_Flt, 1, 0, 0, Opt, "�F-
ft2-h/Btu", 0, 0, 3008, "DuctInsulation", ""
1, "DuctInsRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "DuctInsulationReport", ""
1, "DuctLctn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctLocation", ""
1, "DuctStatus ", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "DuctStatus", ""
1, "ExhFanCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFanCapacity", ""
1, "ExhFlowMin", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFlowMinimum", ""
1, "ExhFanPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "ExhaustFanPower", ""
1, "COCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "COControlReport", ""
1, "CtrlZnRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ThrmlZn", 0, "", 10001, "ControlZoneReference", ""
1, "ZnServedAsPriAirCondgSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008,
"ZoneServedAsPrimaryAirConditioningSystem", ""
1, "ZnServedAsVentSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsVentilationSystem", ""
1, "ZnServedAsExhSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsExhaustSystem", ""
1, "TypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "TypeReport", ""
1, "IsHlthCareSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCareSystem", ""
1, "SysCtrlRpt", BEMP_Str, 3, 1, 0, NInp, "",
0, 0, 3008, "SystemControlReport", ""
1, "OperableWinInterlockRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OperableWindowInterlockReport", ""
1, "RtdPwrIdx", BEMP_Flt, 1, 0, 0, NInp,
"W/cfm", 0, 0, 3008, "ExhaustFanPower", ""

; Acceptance Certificates
1, "AcceptanceTestReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "AcceptanceTestRequired", ""
1, "AcceptanceTestReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "AcceptanceTestRequiredReport", ""
1, "HERSDuctReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctRequired", ""
1, "HERSDuctReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctRequiredReport", ""
1, "HERSDuctTested", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctTested", ""
1, "HERSDuctTestedRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctTestedReport", ""
1, "HERSFanPwrTested", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "HERSFanPowerTested", ""
1, "ResVentEquipHasFID", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentHasFaultIndicationDisplay", ""
1, "ResVentEquipIsAccessible", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentIsAccessible", ""
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""

1, "RadSysSurfList", BEMP_Str, 1, 0, 1, NInp, "",


0, 0, 10001, "RadiantSurfaceReference", ""
1, "RadSysTubeDiaIn", BEMP_Flt, 1, 0, 1, Def, "in",
0, 0, 10001, "RadiantSystemTubeInsideDiameter", ""
1, "RadSysTubeLen", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 10001, "RadiantSystemTubeLength", ""
1, "RadSysTempCtrlType", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 10001, "RadiantSystemTemperatureControlType",
""
1, "RadSysSetptCtrlType", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 10001, "RadiantSystemSetpointControlType", ""
1, "RadSysCondCtrlType", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 10001, "RadiantSystemCondensationControlType",
""
1, "RadSysCondCtrlOffset", BEMP_Flt, 1, 0, 1, Def, "F",
0, 0, 10001,
"RadiantSystemCondensationControlDewpointOffset", ""
1, "RadSysCircuitLen", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 10001, "RadiantSystemCircuitLength", ""
;1, "RadSysChangeOverSchRef", BEMP_Obj, 1, 0, 1, Def, "",
0, 0, 10001,
"RadiantSystemChangeoverDelayTimePeriodSchedule", ""
1, "RadSysIsClgHtg", BEMP_Int, 1, 0, 0, NInp, ""
0, 0, 10001, "RadiantSYstemIsCoolingAndHeating", ""
1, "RadSysChangeOverPeriod", BEMP_Flt, 1, 0, 1, Def, "hr"
0, 0, 10001, "RadiantSystemChangeoverTimePeriod", ""

1, "RptFanRef", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "Fan", 0, "", 10001, "ReportFanReference", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------
; LName Template MD
MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------
0, "VRFSys", "VariableRefrigerantFlowSystem", "VRF System <i>", 0,
0, 0, "Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------------------------------------------
; InputClass Changed to prescribed temporarily to exclude from input data model
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1080, "Description", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
1, "Cnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "Count", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "HtRcvry", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatRecovery", ""
1, "CndsrType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "CondenserType", ""
1, "FuelType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "FuelType", ""
1, "PLRMin", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3008, "PartLoadRatioMinimum", ""
1 , "CtrlPriority", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "ControlPriority", ""
1, "CtrlZnRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ThrmlZn", 1, "Type", 10001, "ControlZoneReference", "Required if
CtrlPriority = MasterThermostatPriority, otherwise Optional"
1, "CtrlSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 2, "Type", 10001, "ControlScheduleReference", "Required if
CtrlPriority = Scheduled, otherwise Optional"

; Capacity/Efficiency
1 , "IndoorTypeRtd", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "IndoorTypeRated", ""
1, "ClgCapNetRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "CoolingCapacityNetRated", ""
1, "ClgCapGrossRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "CoolingCapacityGrossRated", ""
1, "ClgCapGrossRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CoolingCapacityGrossRatedSimulated", ""

1, "EER", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "EER", ""
1, "SEER", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SEER", ""
1, "ClgEIR", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "CoolingEIR", ""
1, "HtgCapNetRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "HeatingCapacityNetRated", ""
1, "HtgCapGrossRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "HeatingCapacityGrossRated", ""
1, "HtgCapGrossRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "HeatingCapacityGrossRatedSimulated", ""

1, "COP", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "COP", ""
1, "HSPF", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HSPF", ""
1, "HtgEIR", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingEIR", ""
1, "HtgToClgSizingRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingToCoolingSizingRatio", ""
1, "BypassMinEffCheck", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 3008, "BypassMinimumEfficiencyCheck", ""

; Compressor Lockout Temperatures


1, "ClgCprsrLockoutTempLow", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "CoolingCompressorLockoutTemperatureLow",
""
1, "ClgCprsrLockoutTempHi", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008,
"CoolingCompressorLockoutTemperatureHigh", ""
1, "HtgCprsrLockoutTempLow", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "HeatingCompressorLockoutTemperatureLow",
""
1, "HtgCprsrLockoutTempHi", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008,
"HeatingCompressorLockoutTemperatureHigh", ""
1, "HtRcvryCprsrLockoutTempLow", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "HeatingCompressorLockoutTemperatureLow",
""
1, "HtRcvryCprsrLockoutTempHi", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008,
"HeatingCompressorLockoutTemperatureHigh", ""

; Heat Recovery Initial Capaicties, Energies and Time Constants


1, "HtRcvryInitialClgCapFrac", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008,
"HeatRecoveryInitialCoolingCapacityFraction", ""
1, "HtRcvryInitialClgEngyFrac", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008,
"HeatRecoveryInitialCoolingEnergyFraction", ""
1, "HtRcvryInitialClgTimeCnst", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "HeatRecoveryInitialCoolingTimeConstant",
""
1, "HtRcvryInitialHtgCapFrac", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008,
"HeatRecoveryInitialHeatingCapacityFraction", ""
1, "HtRcvryInitialHtgEngyFrac", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008,
"HeatRecoveryInitialHeatingEnergyFraction", ""
1, "HtRcvryInitialHtgTimeCnst", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "HeatRecoveryInitialHeatingTimeConstant",
""

; Defrost Behavior
1, "DefHtSrc", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "DefrostHeatSource", ""
1, "DefCtrl", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "DefrostControl", ""
1, "DefHtrCap", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "DefrostHeaterCapacity", ""
1, "DefHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "DefrostHeaterCapacitySimulated", ""
1, "DefTimeFrac", BEMP_Flt, 1, 0, 1, NInp, "hour",
0, 0, 3008, "DefrostTime", ""
1, "DefCtrlTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "DefrostControlTemperature", ""

; Crankcase Heater
1, "CprsrCrankcaseHtrCap", BEMP_Flt, 1, 0, 0, NInp,
"W/Compressor", 0, 0, 3008,
"CompressorCrankcaseHeatCapacity", ""
1, "CprsrCrankcaseHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "W",
0, 0, 3008, "CompressorCrankcaseHeatCapacitySimulated",
""
1, "CprsrQty", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 1001, "CompressorQuantity", ""
1, "CrankcaseCtrlTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "CrankcaseControlTemperature", ""

; Piping/Elevation Losses
1, "EquivalentPipeLen", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 3008, "EquivalentPipeLength", ""
1, "MaxDeltaHgt", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 3008, "MaximumDeltaHeight", ""
1, "ClgPipeLoss_fPipeHgtCoeff", BEMP_Flt, 1, 0, 1, NInp, "1/ft",
0, 0, 3008, "CoolingPipeLoss_fHeightCoefficient", ""

1, "HtgPipeLoss_fPipeHgtCoeff", BEMP_Flt, 1, 0, 1, NInp, "1/ft",


0, 0, 3008, "HeatingPipeLoss_fHeightCoefficient", ""

; Cooling Performance Curves


1, "ClgCap_fTempLowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "ClgCap_fTempLowCurveReference", ""
1, "ClgCapBndry_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"ClgCapBndry_fTempCurveReference", ""
1, "ClgCap_fTempHiCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "ClgCap_fTempHiCurveReference", ""
1, "ClgEIR_fTempLowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "ClgEIR_fTempLowCurveReference", ""
1, "ClgEIRBndry_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"ClgEIRBndry_fTempCurveReference", ""
1, "ClgEIR_fTempHiCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "ClgEIR_fTempHiCurveReference", ""
1, "ClgEIR_fPLRLowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"ClgEIR_fPLRLowCurveReference", ""
1, "ClgEIR_fPLRHiCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"ClgEIR_fPLRHiCurveReference", ""
1, "ClgCap_fCombRatCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"ClgCap_fCombRatCurveReference", ""
1, "ClgEIR_fCyclingRatCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"ClgEIR_fCyclingRatCurveReference", ""
1, "HtRcvryClgCap_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "HtRcvryClgCap_fTempCurveReference", ""
1, "HtRcvryClgEIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "HtRcvryClgEIR_fTempCurveReference", ""
1, "ClgPipeLoss_fPipeLenCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 4, "CrvDblQuad", 0, "", "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "",
3008, "ClgPipeLoss_fPipeLenCurveReference", ""

; Heating Performance Curves


1, "HtgCrvOutdoorTempType" BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingCurveOutdoorTemperatureType", ""
1, "HtgCap_fTempLowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatingCapacity_fTemperatureLowCurveReference", ""
1, "HtgCapBndry_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatingCapacityBoundary_fTemperatureCurveReference", ""
1, "HtgCap_fTempHiCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatingCapacity_fTemperatureHighCurveReference", ""
1, "HtgEIR_fTempLowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatingEIR_fTemperatureLowCurveReference", ""
1, "HtgEIRBndry_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatingHIRBoundary_fTemperatureCurveReference", ""
1, "HtgEIR_fTempHiCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "HtgEIR_fTempHiCrvReference", ""
1, "HtgEIR_fPLRLowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatingEIR_fPLRLowCurveReference", ""
1, "HtgEIR_fPLRHiCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatingEIR_fPLRHighCurveReference", ""
1, "HtgCap_fCombRatCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatingCapacity_fCombinationRatioCurveReference", ""
1, "HtgEIR_fCyclingRatCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatingEIR_fCyclingRatioCurveReference", ""
1, "HtRcvryHtgCap_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatRecoveryHeatingCapacity_fTemperatureCurveReference", ""
1, "HtRcvryHtgEIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatRecoveryHeatingEIR_fTemperatureCurveReference", ""
1, "HtgPipeLoss_fPipeLenCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 4, "CrvDblQuad", 0, "", "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "",
3008, "HeatingPipeLoss_fPipeLengthCurveReference", ""

; Defrost Performance Curves


1, "DefEIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "DefEIR_fTempCurveReference", ""

1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "ExcludeFromSizing", ""
; For Reporting

1, "ClgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",


0, 0, 3008, "CoolingEfficiencyUnitReport", ""
1, "ClgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyReport", ""
1, "HtgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyUnitReport", ""
1, "HtgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyReport", ""
1, "BaseSysNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumber", ""
1, "OperableWinInterlockRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OperableWindowInterlockReport", ""
1, "IsHlthCareSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCareSystem", ""
1, "SysCtrlRpt", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 3008, "SystemControlReport", ""

; Acceptance Certificates
1, "AcceptanceTestReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "AcceptanceTestRequired", ""
1, "AcceptanceTestReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "AcceptanceTestRequiredReport", ""
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------
0, "AirSeg", "AirSegment", "Air Segment <pi>-<c>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "Path", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "Path", ""
;1, "Src", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Source", ""

;1, "MakeupAirSysRef", BEMP_Obj, 1, 0, 0, Opt, "",


0, 1, "AirSys", 0, "", 10001, "MakeupAirSystemReference", ""

;1, "MakeupThrmlZnRef", BEMP_Obj, 1, 0, 0, Opt, "",


0, 1, "ThrmlZn", 0, "", 10001, "MakeupThermalZoneReference", ""

;1, "DuctSurfArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",


0, 0, 3008, "DuctSurfaceArea", ""
;1, "DuctSurfAreaOutdr", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 3008, "DuctSurfaceAreaOutdoors", ""
;1, "DuctSurfAreaCoef", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctSurfaceAreaCoefficient", ""
;1, "DuctThrmlR", BEMP_Flt, 1, 0, 0, Opt, "�F-ft2-h/Btu",
0, 0, 3008, "DuctThermalResistance", ""
;1, "DuctCndctLoss", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-�F",
0, 0, 3008, "DuctConductionLoss", ""
;1, "DuctLkge", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctLeakage", ""
;1, "DuctLkgeFac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctLeakageFactor", ""

; added to facilitate baseline system library retrieval


1, "CoilClgRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CoilClg", 0, "", 10001, "CoilCoolingReference", ""
1, "CoilHtgRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CoilHtg", 0, "", 10001, "CoilHeatingReference", ""
1, "FanRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Fan", 0, "", 10001, "FanReference", ""

1, "RptFanRef", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "Fan", 0, "", 10001, "ReportFanReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "EvapClr", "EvaporativeCooler", "Evap Cooler <i>", 0, 0, 0,
"AirSeg", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "Type", ""
1, "Eff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "Effectiveness", ""
1, "PumpPwr", BEMP_Flt, 1, 0, 1, Opt, "Watts",
0, 0, 1001, "PumpPower", ""
1, "IndirectDewPtEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "IndirectDewPointEffectiveness", ""
1, "SecFanFlowCap", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 1001, "SecondaryFanFlowCapacity", ""
1, "SecFanTotEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "SecondaryFanTotalEfficiency", ""
1, "SecFanTotStaticPress", BEMP_Flt, 1, 0, 1, Opt, "inH2O", 0,
0, 1001, "SecondaryFanTotalStaticPressure", ""
1, "SecAirSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "SecondaryAirSource", ""
1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "TrmlUnit", "TerminalUnit", "Terminal Unit <i>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
;1, "ZnServedRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ThrmlZn", 1, "TrmlUnitRefStatus", 10001, "ZoneServedReference", ""
1, "ZnServedRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 2, "ThrmlZn", 0 , "", "ResOtherZn", 0, "", 10001, "ZoneServedReference", ""

1, "Cnt", BEMP_Int, 1, 0, 0, Req, "",


0, 0, 3008, "Count", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "MinAirFracSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 10001, "MinimumAirFractionScheduleReference", ""
1, "PriAirSegRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "AirSeg", 1, "Type", 10001, "PrimaryAirSegmentReference", ""
;1, "HotDuctAirSegRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "AirSeg", 1, "Type", 10001, "HotDuctAirSegmentReference", ""

1, "PriAirFlowMax", BEMP_Flt, 1, 0, 0, Opt, "cfm",


0, 0, 3008, "PrimaryAirFlowMaximum", ""
1, "PriAirFlowMaxSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "PrimaryAirFlowMaximumSimulated", ""
1, "PriAirFlowMin", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "PrimaryAirFlowMinimum", ""
1, "PriAirFlowMinSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "PrimaryAirFlowMinimumSimulated", ""
1, "HtgAirFlowMax", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "HeatingAirFlowMaximum", ""
1, "HtgAirFlowMaxSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "HeatingAirFlowMaximumSimulated", ""
1, "PriAirFlowMinFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "PrimaryAirFlowMinimumFraction", ""
1, "TotAirFlow", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "TotalAirFlow", ""

1, "ReheatCtrlMthd", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "ReheatControlMethod", ""
1, "CtrlForOA", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "ControlForOutsideAir", ""
1, "ReheatDelTemp", BEMP_Flt, 1, 0, 0, NInp, "�F",
0, 0, 3008, "ReheatDeltaTemperature", ""

1, "InducedAirZnRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 2, "ThrmlZn", 1, "Type", "ThrmlZn", 3, "Type", 10001,
"InducedAirZoneReference", ""
1, "InductionRat", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "InductionRatio", ""
1, "FanPwrPerFlow", BEMP_Flt, 1, 0, 0, Opt, "W/cfm",
0, 0, 3008, "FanPowerPerFlow", ""
1, "ParallelBoxFanCtrlMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "ParallelBoxFanControlMethod", ""
1, "ParallelBoxFanFlowFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ParallelBoxFanFlowFraction", ""
;1, "ParallelBoxTstatOffset", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "ParallelBoxThermostatOffset", ""
;1, "ParallelBoxTstatSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Sch", 3, "Type", 10001, "ParallelBoxThermostatScheduleReference",
""

; added to facilitate baseline system library retrieval


1, "CoilClgRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CoilClg", 0, "", 10001, "CoilCoolingReference", ""
1, "CoilHtgRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CoilHtg", 0, "", 10001, "CoilHeatingReference", ""
1, "FanRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Fan", 0, "", 10001, "FanReference", ""
1, "ActiveBeamSysRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ZnSys", 0, "", 10001, "ActiveBeamSystemReference", ""
1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromSizing", ""

1, "TypeRpt", BEMP_Str, 1, 0, 0, NInp, "",


0, 0, 3008, "TypeReport", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""

; RJH 11/18/22 added added for NRCC PRF reporting


1, "FanPwrRpt_bhp", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "FanPwrRpt_bhp", ""
1, "FanPwrRpt_wcfm", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "FanPwrRpt_wcfm", ""
1, "FanPwrRpt_inH2O", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "FanPwrRpt_inH2O", ""
1, "FanRpt_IsVSD", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 3008, "FanRpt_IsVSD", ""
;----------------------------------------------------------------------------------
----------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------
0, "CoilClg", "CoilCooling", "Cooling Coil <p2i>-<pc>-<c>", 0, 0, 0,
"AirSeg", "ZnSys", "TrmlUnit", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "FuelSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FuelSource", ""
1, "SizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SizingRatio", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "IsDummy", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsDummy", ""

1, "FluidSegInRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 2, "FluidSeg", 1, "Type", "FluidSeg", 3, "Type", 10001,
"FluidSegmentInReference", ""
1, "FluidSegOutRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "FluidSeg", 2, "Type", "FluidSeg", 4, "Type", 10001,
"FluidSegmentOutReference", ""
1, "FluidLdDsgn", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "FluidLoadDesign", ""
1, "FluidFlowRtDsgn", BEMP_Flt, 1, 0, 0, Opt, "gpm",
0, 0, 3008, "FluidFlowRateDesign", ""
1, "FluidFlowRtDsgnSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "FluidFlowRateDesignSimulated", ""
1, "CoilHdDsgn", BEMP_Flt, 1, 0, 0, Opt, "ft H20",
0, 0, 3008, "CoilHeadDesign", ""

1, "NumClgStages", BEMP_Int, 1, 0, 1, Opt, "",


0, 0, 3008, "NumberCoolingStages", ""
1, "CapTotGrossRtd", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "CapacityTotalGrossRated", ""
1, "CapTotGrossRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityTotalGrossRatedSimulated", ""

1, "CapTotNetRtd", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",


0, 0, 3008, "CapacityTotalNetRated", ""
1, "CapTotRtdStageFrac", BEMP_Flt, 2, 1, 1, Opt, "frac",
0, 0, 3008, "CapacityTotalRatedStageFraction", ""
1, "SensHtRatRtd", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SensibleHeatRatioRated", ""
1, "CapSensGrossRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "CapacitySensibleGrossRated", ""
1, "CapSensGrossRtdSim", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "CapacitySensibleGrossRatedSimulated", ""

1, "CapSensNetRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",


0, 0, 3008, "CapacitySensibleNetRated", ""
1, "CapSensRtdStageFrac", BEMP_Flt, 2, 1, 0, NInp, "frac",
0, 0, 3008, "CapacitySensibleRatedStageFraction", ""

1, "Cap_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 3, "CrvDblQuad", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"Capacity_fTemperatureCurveReference", ""
1, "LatModelingMthd", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "LatentModelingMethod", ""
; For EnergyPlus
1, "Cap_fFlowCrvRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"Capacity_fFlowCurveReference", ""

1, "DXSEER", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",


0, 0, 3008, "DXSEER", ""
1, "DXEER", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",
0, 0, 3008, "DXEER", ""
1, "DXSEER2", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",
0, 0, 3008, "DXSEER2", ""
1, "DXEER2", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",
0, 0, 3008, "DXEER2", ""
1, "DXIEER", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",
0, 0, 3008, "DXIEER", ""
1, "DXEERAdj", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-W",
0, 0, 3008, "DXEERAdjusted", ""

1, "DXEIR", BEMP_Flt, 1, 0, 1, NInp, "",


0, 0, 3008, "DXEIR", ""
1, "DXAirflowAdjFac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "DXAirflowAdjustmentFactor", ""
1, "DXEIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvDblQuad", 0, "", "CrvMapDblVar", 2, "Type", 3008,
"DXEIR_fTemperatureCurveReference", ""
; EIR curve for DOE-2
1, "DXEIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "DXEIR_fPLRCurveReference", ""
; For EnergyPlus
1, "DXEIR_fPLFCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "DXEIR_fPLFCurveReference", ""
1, "DXEIR_fFlowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "DXEIR_fFlowCurveReference", ""
1, "BypassMinEffCheck", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "BypassMinimumEfficiencyCheck", ""

1, "DXFDDFac", BEMP_Flt, 1, 0, 0, NInp, "",


0, 0, 3008, "DXFDDFactor", ""
1, "DXRfrgtChrgFac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "DXRefrigerantChargeFactor", ""
1, "DXUnldRatMin", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DXUnloadRatioMinimum", ""
1, "DXCrankcaseHtrCap", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "DXCrankcaseHeatCapacity", ""
1, "DXCrankcaseHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "DXCrankcaseHeatCapacitySimulated", ""
1, "DXCrankcaseCtrlTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "DXCrankcaseControlTemperature", ""
1, "MinHotGasRat", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumHotGasRatio", ""

1, "CndsrType", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "CondenserType", ""
;1, "CndsrFlowType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "CondenserFlowType", ""
;1, "CdnsrEvapCooledPwr", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "CondenserEvapCooledPower", ""
;1, "CdnsrEvapCooledTempMax", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 3008, "CondenserEvapCooledTemperatureMaximum", ""

;1, "CdnsrEvapCooledTempMin", BEMP_Flt, 1, 0, 0, Opt, "�F",


0, 0, 3008, "CondenserEvapCooledTemperatureMinimum", ""

1, "AuxPwr", BEMP_Flt, 1, 0, 1, Opt, "W",


0, 0, 3008, "AuxiliaryPower", ""

; Bypass factor model properties for DOE-2


;1, "BFDsgn", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "BFDesign", ""
;1, "BFRtd", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "BFRated", ""
;1, "BFAdj", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "BFAdjusted", ""
;1, "BFAirFlowRatio", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "BFAirFlowRatio", ""
;1, "BF_fAirFlowCrvRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "CrvCubic", 0, "", 3008, "BF_fAirFlowCurveReference", ""
;1, "BF_fPLRCrvRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "CrvLin", 0, "", 3008, "BF_fPLRCurveReference", ""
;1, "BF_fTempCrvRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "CrvDblQuad", 0, "", 3008, "BF_fTemperatureCurveReference", ""

;1, "WCCTotCreditedEER", BEMP_Flt, 1, 0, 0, Opt, "Btu/Wh",


0, 0, 3008, "WesternCoolingChallengeTotalCreditedEER",
""
;1, "WCCTotCreditedCap", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008,
"WesternCoolingChallengeTotalCreditedCapavity", ""
;1, "WCCSensCreditedCap", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "WesternCoolingChallengeSensibleCredited",
""
1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CoilHtg", "CoilHeating", "Heating Coil <p2i>-<pc>-<c>", 0, 0, 0,
"AirSeg", "ZnSys", "TrmlUnit", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "FuelSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FuelSource", ""
1, "SizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SizingRatio", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "IsDummy", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsDummy", ""

1, "FluidSegInRef", BEMP_Obj, 1, 0, 1, Opt, "",


0, 2, "FluidSeg", 1, "Type", "FluidSeg", 3, "Type", 10001,
"FluidSegmentInReference", ""
1, "FluidSegOutRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "FluidSeg", 2, "Type", "FluidSeg", 4, "Type", 10001,
"FluidSegmentOutReference", ""
1, "FluidLdDsgn", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "FluidLoadDesign", ""
1, "FluidFlowRtDsgn", BEMP_Flt, 1, 0, 0, Opt, "gpm",
0, 0, 3008, "FluidFlowRateDesign", ""
1, "FluidFlowRtDsgnSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "FluidFlowRateDesignSimulated", ""
;1, "SteamFlowRtDsgn", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "SteamFlowRateDesign", ""
1, "CoilHdDsgn", BEMP_Flt, 1, 0, 0, Opt, "ft H20",
0, 0, 3008, "CoilHeadDesign", ""

1, "NumHtgStages", BEMP_Int, 1, 0, 1, Opt, "",


0, 0, 3008, "NumberHeatingStages", ""
1, "CapTotGrossRtd", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "CapacityTotalGrossRated", ""
1, "CapTotGrossRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityTotalGrossRatedSimulated", ""
1, "CapTotNetRtd", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "CapacityTotalNetRated", ""
1, "CapTotRtdStageFrac", BEMP_Flt, 2, 1, 1, Opt, "frac",
0, 0, 3008, "CapacityTotalRatedStageFraction", ""

1, "HtPumpCap_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 3, "CrvQuad", 0, "", "CrvCubic", 0, "", "CrvDblQuad", 0, "", 3008,
"HeatPumpCapacity_fTemperatureCurveReference", ""
; For EnergyPlus
1, "HtPumpCap_fFlowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatPumpCapacity_fFlowCurveReference", ""

1, "FurnAFUE", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 3008, "FurnaceAFUE", ""
1, "FurnThrmlEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "FurnaceThermalEfficiency", ""
1, "FurnIgnType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "FurnaceIgnitionType", ""
1, "FurnPilotFuelInp", BEMP_Flt, 1, 0, 1, Opt, "Btu/h",
0, 0, 3008, "FurnacePilotFuelInput", ""

1, "FurnHIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "FurnaceHIR_fPLRCurveReference",
""

1, "CndsrType", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "CondenserType", ""
;1, "CndsrFlowType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "CondenserFlowType", ""

1, "HtPumpHSPF", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",


0, 0, 3008, "HeatPumpHSPF", ""
1, "HtPumpHSPF2", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-W",
0, 0, 3008, "HeatPumpHSPF2", ""
1, "HtPumpCOP", BEMP_Flt, 1, 0, 0, Opt, "W/W",
0, 0, 3008, "HeatPumpCOP", ""
1, "HtPumpCOPAdj", BEMP_Flt, 1, 0, 0, NInp, "W/W",
0, 0, 3008, "HeatPumpCOPAdjusted", ""

1, "HtPumpEIR", BEMP_Flt, 1, 0, 1, NInp, "",


0, 0, 3008, "HeatPumpEIR", ""
1, "HtPumpEIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 3, "CrvQuad", 0, "", "CrvCubic", 0, "", "CrvDblQuad", 0, "", 3008,
"HeatPumpEIR_fTemperatureCurveReference", ""
; For EnergyPlus
1, "HtPumpEIR_fFlowCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatPumpEIR_fPLFCurveReference", ""
1, "HtPumpEIR_fPLFCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HeatPumpEIR_fFlowCurveReference", ""
1, "BypassMinEffCheck", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "BypassMinimumEfficiencyCheck", ""
1, "HtPumpSuppCoilHtgRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "CoilHtg", 0 , "", 10001, "HeatPumpSupplementalCoilHeatingReference",
""
1, "HtPumpCprsrLockoutTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatPumpCompressorLockoutTemperature", ""
1, "HtPumpCprsrEnableTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatPumpCompressorEnableTemperature", ""

1, "HtPumpSuppTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008, "HeatPumpSupplementalTemperature", ""

1, "HtPumpCrankcaseHtrCap", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",


0, 0, 3008, "HeatPumpCrankcaseHeatCapacity", ""
1, "HtPumpCrankcaseHtrCapSim",BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "HeatPumpCrankcaseHeatCapacitySimulated",
""
1, "HtPumpCrankcaseCtrlTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatPumpCrankcaseControlTemperature", ""

1, "HtPumpDefHtSrc", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "HeatPumpDefrostHeatSource", ""
1, "HtPumpDefHtrCap", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "HeatPumpDefrostHeatCapacity", ""
1, "HtPumpDefHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "HeatPumpDefrostHeatCapacitySimulated", ""
1, "HtPumpDefCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatPumpDefrostControl", ""
1, "HtPumpDefCtrlTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatPumpDefrostControlTemperature", ""

1, "AuxPwr", BEMP_Flt, 1, 0, 1, Opt, "W",


0, 0, 3008, "AuxiliaryPower", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC
MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Fan", "Fan", "Fan <p2i>-<pc>-<c>-<i>", 0, 0, 0, "AirSeg",
"ZnSys", "TrmlUnit", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "ParentComp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentComponent", ""
1, "CtrlMthd", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "ControlMethod", ""
1, "CtrlMthdSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "ControlMethodSimulated", ""
1, "Class", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Classification", ""
1, "CentType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "CentrifugalType", ""
1, "ModelingMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ModelingMethod", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "IsDummy", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsDummy", ""

1, "FlowCap", BEMP_Flt, 1, 0, 0, Opt, "cfm",


0, 0, 3008, "FlowCapacity", ""
1, "FlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "FlowCapacitySimulated", ""

1, "FlowMin", BEMP_Flt, 1, 0, 0, Opt, "cfm",


0, 0, 3008, "FlowMinimum", ""
1, "FlowMinSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "FlowMinimumSimulated", ""
1, "FlowMinFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "FlowMinimumFraction", ""

1, "Pos", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 3008, "Position", ""
1, "FlowEff", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "FlowEfficiency", ""
1, "TotEff", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "TotalEfficiency", ""
1, "PwrIdx", BEMP_Flt, 1, 0, 0, NInp, "W/cfm",
0, 0, 3008, "PowerIndex", ""

1, "TotStaticPress", BEMP_Flt, 1, 0, 1, Opt, "inH2O",


0, 0, 3008, "TotalStaticPressure", ""
1, "TotStaticPressRpt", BEMP_Flt, 1, 0, 0, NInp, "inH2O",
0, 0, 3008, "TotalStaticPressureReport", ""
1, "Pwr_fPLRCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "Power_fPLRCurveReference", ""

1, "MtrBHP", BEMP_Flt, 1, 0, 0, Opt, "hp",


0, 0, 3008, "MotorBHP", ""
1, "MtrHP", BEMP_Flt, 1, 0, 0, Opt, "hp",
0, 0, 3008, "MotorHP", ""
1, "MtrType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "MotorType", ""
1, "MtrPoleCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "MotorPoleCount", ""
1, "MtrEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MotorEfficiency", ""
1, "MtrEffRpt", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "MotorEfficiencyReport", ""
1, "MtrPos", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "MotorPosition", ""

1, "PwrUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",


0, 0, 3008, "PowerUnitReport", ""
1, "PwrRpt", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 3008, "PowerReport", ""
1, "FEI", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 3008, "FanEnergyIndex", ""
1, "FEIReq", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "FanEnergyIndexRequired", ""
1, "FEIReqExcept", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "FanEnergyIndexReqmirementException", ""

1, "CtrlMthdRpt", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 3008, "ControlMethodReport", ""
1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""
1, "ParentSysZnServedAsExhRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysZnServedAsExhRpt", ""
1, "ParentSysFanCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysFanCtrlRpt", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------
0, "OACtrl", "OutsideAirControl", "OA Control <i>", 0, 0, 0, "AirSys",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "DsgnOAFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "DesignOutsideAirFlow", ""
1, "MaxOAFlow", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutsideAirFlow", ""
1, "MinOAFlow", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutsideAirFlow", ""
1, "EconoCtrlMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "EconomizerControlMethod", ""
1, "EconoAvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 3008, "EconomizerAvailabilityScheduleReference",
""
1, "EconoIntegration", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "EconomizerIntegration", ""

1, "EconoHiTempLockout", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008, "EconomizerHighTemperatureLockout", ""

1, "EconoLowTempLockout", BEMP_Flt, 1, 0, 1, Opt, "�F",


0, 0, 3008, "EconomizerLowTemperatureLockout", ""

1, "EconoHiEnthLockout", BEMP_Flt, 1, 0, 1, Opt, "Btu/lb",


0, 0, 3008, "EconomizerHighEnthalpyLockout", ""
1, "MaxOARat", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutsideAirRatio", ""
1, "OASchMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "OutsideAirScheduleMethod", ""
1, "OASchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "OutsideAirScheduleReference", ""
1, "StartUpDelay", BEMP_Int, 1, 0, 1, Opt, "hrs",
0, 0, 3008, "StartUpDelay", ""
1, "MinOAFracSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008,
"MinimumOutsideAirFractionScheduleReference", ""
1, "MaxOAFracSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008,
"MaximumOutsideAirFractionScheduleReference", ""
1, "CtrlType", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "ControlType", ""
1, "MinLimitType", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumLimitType", ""
1, "AirSegSupRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 1, "Type", 10001, "AirSegmentSupplyReference", ""
1, "AirSegRetRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "AirSeg", 2, "Type", "AirSeg", 3, "Type", 10001,
"AirSegmentReturnReference", ""
1, "HtRcvryRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "HtRcvry", 0, "", 10001, "HeatRecoveryReference", ""
;1, "OAAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "AirSeg", 5, "Type", "AirSeg", 6, "Type", 10001,
"AirSegmentOutsideAirReference", ""
;1, "ExhAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 3, "AirSeg", 3, "Type", "AirSeg", 4, "Type", "AirSeg", 6, "Type", 10001,
"AirSegmentExhaustReference", ""

1, "HtRcvryBypassCtrlType", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "HeatRecoveryBypassControlType", ""

1, "EconoCtrlMthdRpt", BEMP_Sym, 1, 0, 0, NInp, "",


0, 0, 3008, "EconomizerControlMethodReport", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
----------------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "HtRcvry", "HeatRecovery", "Heat Recov <i>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 3008, "AvailabiltyScheduleReference", ""
1, "HtRcvryCertification", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "HeatRecoveryCertification", ""
1, "RtdHtRcvryEff", BEMP_Flt, 1, 0, 0, Opt, "ASRE/100",
0, 0, 3008, "RatedHeatRecoveryEffectiveness", ""
1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "Type", ""
1, "HasHXBypass", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "HasHeatExchangerBypass", ""
1, "RcvryType", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "RecoveryType", ""
1, "SupInAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 5, "Type", 3008, "SupplyInAirSegmentReference", ""
;1, "SupOutAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 6, "Type", 3008, "SupplyOutAirSegmentReference", ""
;1, "ExhInAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 6, "Type", 3008, "ExhaustInAirSegmentReference", ""
1, "ExhOutAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 4, "Type", 3008, "ExhaustInAirSegmentReference", ""
1, "SupFlowRtd", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "SupplyFlowRated", ""
1, "SupFlowRtdSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "SupplyFlowRated", ""
1, "HtgSensEff100", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatingSensibleEffectiveness100", ""

1, "HtgSensEff75", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "HeatingSensibleEffectiveness75", ""
1, "HtgTotEff100", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "HeatingTotalEffectiveness100", ""
1, "HtgTotEff75", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "HeatingTotalEffectiveness75", ""
1, "HtgLatEff100", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatingLatentEffectiveness100", ""

1, "HtgLatEff75", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "HeatingLatentEffectiveness75", ""
1, "ClgSensEff100", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "CoolingSensibleEffectiveness100", ""

1, "ClgSensEff75", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "CoolingSensibleEffectiveness75", ""
1, "ClgTotEff100", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 3008, "CoolingTotalEffectiveness100", ""

1, "ClgTotEff75", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 3008, "CoolingTotalEffectiveness75", ""
1, "ClgLatEff100", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "CoolingLatentEffectiveness100", ""

1, "ClgLatEff75", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "CoolingLatentEffectiveness75", ""
1, "TempCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "TemperatureControl", ""
1, "FixedSupTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "FixedSupplyTemperature", ""
1, "TempSetptSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 3008, "TemperatureSetpointScheduleReference",
""
1, "DefrostCtrl", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "DefrostControl", ""
1, "DefrostCtrlTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "DefrostControlTemperature", ""
1, "DefrostTimeFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "DefrostTimeFraction", ""
1, "DefrostTimeFracRt", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "DefrostTimeFractionRate", ""
1, "EconoLockout", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "EconomizerLockout", ""
1, "AuxPwr", BEMP_Flt, 1, 0, 1, Opt, "W",
0, 0, 3008, "AuxiliaryPower", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
;0, "PrehtCoil", "PreheatCoil", "Preheat Coil <i>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
;1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
;1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Type", ""
;1, "FluidSegInRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 3008, "FluidSegmentInReference", ""
;1, "FluidSegOutRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 3008, "FluidSegmentOutReference", ""
;1, "CapDsgn", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 1001, "CapacityDesign", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "FluidSys", "FluidSystem", "Fluid System <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
---------------------------------------------------------------------------------
--------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3008, "Type", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "Description", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "DsgnSupWtrTemp", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "DesignSupplyWaterTemperature", ""
1, "HtgDsgnSupWtrTemp", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "HeatingDesignSupplyWaterTemperature", ""

1, "DsgnSupWtrDelT", BEMP_Flt, 1, 0, 1, Def, "�F",


0, 0, 3008, "DesignSupplyWaterTemperatureDeltaT", ""

1, "CtrlType", BEMP_Sym, 1, 0, 0, Def, "",


0, 0, 3008, "ControlType", ""
;1, "EqpCtrlRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "??????", 0, "", 3008, "EquipmentControlReference", ""
1, "CommonPipeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1001, "CommonPipeSimulation", ""

1, "TempCtrl", BEMP_Sym, 1, 0, 1, Def, "",


0, 0, 3008, "TemperatureControl", ""
1, "FixedSupTemp", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "FixedSupplyTemperature", ""
1, "TempSetptSchRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "Schedule", 3, "Type", 10001, "TemperatureSetpointScheduleReference",
""
1, "HotWtrSupTemp", BEMP_Flt, 1, 0, 0, Def, "�F",
0, 0, 3008, "HotWaterSupplyTemperature", ""
1, "HtgFixedSupTemp", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "HeatingFixedSupplyTemperature", ""

1, "HtgTempSetptSchRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "Schedule", 3, "Type", 10001,
"HeatingTemperatureSetpointScheduleReference", ""
1, "RstSupHi", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 3008, "ResetSupplyHigh", ""
1, "RstSupLow", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 3008, "ResetSupplyLow", ""
1, "RstOutdrHi", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 3008, "ResetOutdoorHigh", ""
1, "RstOutdrLow", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 3008, "ResetOutdoorLow", ""
1, "WetBulbApproach", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 3008, "WetBulbApproach", ""
1, "ClgSupTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "CoolingSupplyTemperature", ""
1, "HtgSupTemp", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "HeatingSupplyTemperature", ""

1, "ClgCap", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",


0, 0, 3008, "CoolingCapacity", ""
1, "HtgCap", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "HeatingCapacity", ""
1, "MaxTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "MaximumTemperature", ""
1, "MinTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "MinimumTemperature", ""

;1, "UnmetClgLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",


0, 0, 3008, "UnmetCoolingLoadHours", ""
;1, "UnmetHtgLdHrs", BEMP_Flt, 1, 0, 0, NInp, "hrs",
0, 0, 3008, "UnmetHeatingLoadHours", ""

; For E+ Autosizing
;1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 1001, "HVACAutoSizing", ""
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""
1, "SizingOption", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "SizingOption", ""
; added to facilitate baseline system library retrieval
1, "IsBaseSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsBaselineSystem", ""

1, "BlrRef", BEMP_Obj, 1, 0, 0, NInp, "",


0, 1, "Blr", 0, "", 10001, "BoilerReference", ""
1, "ChlrRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Chlr", 0, "", 10001, "ChillerReference", ""
1, "HtRejRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "HtRej", 0, "", 10001, "HeatRejectionReference", ""
1, "WtrHtrRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "WtrHtr", 0, "", 10001, "WaterHeaterReference", ""

1, "TotCapRtdCheck", BEMP_Flt, 1, 0, 0, NInp, "Btu per h",


0, 0, 3008, "TotalCapacityRatedCheck", ""
1, "TotStorCapCheck", BEMP_Flt, 1, 0, 0, NInp, "gal",
0, 0, 3008, "TotalStorageCapacityCheck", ""
1, "SHWSysCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "SHWSystemCount", ""
1, "Cnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "Count", ""

1, "CentralSys", BEMP_Int, 1, 0, 0, Opt, "",


0, 0, 1001, "CentralSystem", ""

1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "ExcludeFromSizing", ""

1, "AnnualSolFrac", BEMP_Flt, 1, 0, 0, NInp, "frac",


0, 0, 1001, "AnnualSolarFraction", ""
1, "Manufacturer", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "Manufacturer", ""
1, "SolFracFluidSysName", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "SolarFractionFluidSystemName", ""
1, "Brand", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "Brand", ""
1, "ModelNum", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ModelNumber", ""
1, "SRRCCertNum", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "SRRCCertificationNumber", ""
1, "CollectorType", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CollectorType", ""
1, "Area", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "Area", ""
1, "RatedEffCurveSlope", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "RatedEfficiencyCurveSlope", ""
1, "RatedEffCurveIntercept", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "RatedEfficiencyCurveIntercept", ""
1, "SolCollectorCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SolarCollectorCount", ""
1, "Fluid", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "Fluid", ""
1, "AngleFromTrueNorth", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 3008, "AngleFromTrueNorth", ""
1, "SlopeFromHorizontal", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 3008, "SlopeFromHorizontal", ""
1, "NameOfProgramUsed", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "NameOfProgramUsed", ""
1, "Version", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "Version", ""
1, "WtrHtrTankVol", BEMP_Flt, 1, 0, 0, NInp, "gal",
0, 0, 3008, "WaterHeaterTankVolume", ""
1, "SecondaryTankVol", BEMP_Flt, 1, 0, 0, NInp, "gal",
0, 0, 3008, "SecondaryTankVolume", ""
1, "NumOfIdenticalDwellingUnits", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "NumberOfIdenticalDwellingUnits", ""
1, "SolFracRpt", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SolarFractionReport", ""

; For Reporting
1, "ExcludeFromRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromReport", ""

1, "TypeRpt", BEMP_Str, 1, 0, 0, Opt, "",


0, 0, 1001, "TypeReport", ""
1, "CtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ControlReport", ""
1, "IsHlthCareSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCareSystem", ""
1, "SysCtrlRpt", BEMP_Str, 2, 1, 0, NInp, "",
0, 0, 3008, "SystemControlReport", ""

; Acceptance Certificates
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""

; Plant Staging
1, "LdRngLim", BEMP_Int, 4, 1, 1, Opt, "Btu/hr",
0, 0, 3008, "LoadRangeLimit", ""
1, "EqpList1Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList1Name", ""
1, "EqpList2Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList2Name", ""
1, "EqpList3Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList3Name", ""
1, "EqpList4Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList4Name", ""
;1, "DischrgLdRngLim", BEMP_Int, 4, 1, 1, CReq, "Btu/hr",
0, 0, 3008, "DischargeLoadRangeLimit",
""
;1, "DischrgEqpList1Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList1Name", ""
;1, "DischrgEqpList2Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList2Name", ""
;1, "DischrgEqpList3Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList3Name", ""
;1, "DischrgEqpList4Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList4Name", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""

; to support Load Passing from CSE -> E+ - SAC 03/18/22 (WSHP)


1, "CSE_LoadPassingExportCol", BEMP_Obj, 8, 1, 0, NInp, "",
0, 1, "cseEXPORTCOL", 0, "", 3006, "Export columns of Load Passing results
export", ""
1, "CSE_LoadPassingProcLdRef", BEMP_Obj, 6, 1, 0, Pres, "",
0, 1, "ProcLd", 0, "", 10001, "CSE_LoadPassingProcessLoadReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------------------
;0, "FluidSysCtrl", "FluidSystemControl", "Fluid System Control <i>", 0, 0,
0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
;1, "EquipRef", BEMP_Obj, 2, 0, 1, Opt, "",
0, 3, "Chlr", 0, "", "HtRej", 0, "", "Blr", 0, "", 3008, "EquipmentReference", ""

;1, "ClgEquipRef", BEMP_Obj, 2, 0, 1, Opt, "",


0, 2, "Chlr", 0, "", "HtRej", 0, "", 3008, "CoolingEquipmentReference", ""
;1, "HtgEquipRef", BEMP_Obj, 2, 0, 1, Opt, "",
0, 1, "Blr", 0, "", 3008, "HeatingEquipmentReference", ""
;1, "SeqNum", BEMP_Int, 2, 0, 1, Opt, "",
0, 0, 3008, "CoolingEquipmentSequenceNumber", ""
;1, "TempSetpt", BEMP_Flt, 2, 0, 1, Opt, "�F",
0, 0, 3008, "CoolingPriorityTemperatureSetpoint", ""
;1, "MinLd", BEMP_Flt, 2, 0, 1, Opt, "Btu/h",
0, 0, 3008, "HeatingPriorityMinimumLoad", ""
;1, "MaxLd", BEMP_Flt, 2, 0, 1, Opt, "Btu/h",
0, 0, 3008, "HeatingPriorityMaximumLoad", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------
0, "FluidSeg", "FluidSegment", "Fluid Segment <pi>-<c>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3008, "Type", ""
1, "Src", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Source", ""
1, "PriSegRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 0, "", 3008, "PrimarySegmentReference", ""
;1, "PipeDia", BEMP_Flt, 1, 0, 1, Opt, "in",
0, 0, 3008, "PipeDiameter", ""
;1, "PipeInsThkns", BEMP_Flt, 1, 0, 1, Opt, "in",
0, 0, 3008, "PipeInsulationThickness", ""
;1, "CndctLoss", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-�F",
0, 0, 3008, "ConductionLoss", ""

; added to facilitate baseline system library retrieval


1, "PumpRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Pump", 0, "", 10001, "PumpReference", ""
;1, "WtrMnTempSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 1, "Type", 1001, "WaterMainTemperatureScheduleReference", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "Chlr", "Chiller", "Chiller <i>", 0, 0, 0, "FluidSys",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""

1, "FuelSrc", BEMP_Sym, 1, 0, 1, Req, "",


0, 0, 3008, "FuelSource", ""
1, "FlowMode", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "FlowMode", ""

1, "CndsrType", BEMP_Sym, 1, 0, 1, Req, "",


0, 0, 3008, "CondenserType", ""
1, "CndsrFluidSegInRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 1, "Type", 3008, "CondenserFluidSegmentInReference", ""
1, "CndsrFluidSegOutRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 2, "Type", 3008, "CondenserFluidSegmentOutReference", ""
;1, "CndsrPumpRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Pump", 0, "", 3008, "CondenserPumpReference", ""
;1, "CdnsrHasBypass", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "CondenserHasBypass", ""
1, "EvapFluidSegInRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "FluidSeg", 2, "Type", 3008, "EvaporatorFluidSegmentInReference", ""
1, "EvapFluidSegOutRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "FluidSeg", 1, "Type", 3008, "EvaporatorFluidSegmentOutReference", ""
;1, "EvapPumpRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Pump", 0, "", 3008, "EvaporatorPumpReference", ""
1, "EvapHasBypass", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "EvaporatorHasBypass", ""
1, "GenFluidSegInRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "FluidSeg", 1, "Type", 3008, "GeneratorFluidSegmentInReference", ""
1, "GenFluidSegOutRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "FluidSeg", 2, "Type", 3008, "GeneratorFluidSegmentOutReference", ""
1, "EnableOnThrmlEngyStorDischrg", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 3008, "EnableOnThermalEnergyStorageDischarge", ""

1, "EntTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",


0, 0, 3008, "EnteringTemperatureDesign", ""
1, "EntTempRtd", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 3008, "EnteringTemperatureRated", ""
1, "LvgTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "LeavingTemperatureDesign", ""
1, "LvgTempRtd", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 3008, "LeavingTemperatureRated", ""

1, "CapRtd", BEMP_Flt, 1, 0, 0, Req, "Btu/h",


0, 0, 3008, "CapacityRated", ""
1, "CapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityRatedSimulated", ""

1, "Cap_fTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",


0, 1, "CrvDblQuad", 0, "", 3008, "Capacity_fTemperatureCurveReference", ""
1, "CndsrPwrRtd", BEMP_Flt, 1, 0, 0, Opt, "kW",
0, 0, 3008, "CondenserPowerRated", ""
1, "KwPerTon", BEMP_Flt, 1, 0, 0, CReq, "kW/ton",
0, 0, 3008, "KwPerTon", ""
1, "EER", BEMP_Flt, 1, 0, 0, CReq, "EER",
0, 0, 3008, "EER", ""
1, "COP", BEMP_Flt, 1, 0, 1, CReq, "COP",
0, 0, 3008, "COP", ""
1, "IPLVKwPerTon", BEMP_Flt, 1, 0, 0, CReq, "IPLVKwPerTon",
0, 0, 3008, "IPLVKwPerTon", ""

1, "IPLVEER", BEMP_Flt, 1, 0, 0, CReq, "IPLVEER",


0, 0, 3008, "IPLVEER", ""
1, "IPLVCOP", BEMP_Flt, 1, 0, 0, CReq, "IPLVCOP",
0, 0, 3008, "IPLVCOP", ""
1, "EIR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "EIR", ""
1, "EIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvLin", 0, "", "CrvQuad", 0, "", 3008, "EIR_fPLRCurveReference", ""
1, "EIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "CrvDblQuad", 0, "", 3008, "EIR_fTemperatureCurveReference", ""

1, "FIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",


0, 3, "CrvLin", 0, "", "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"FIR_fPLRCurveReference", ""
1, "FIR_fTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "CrvDblQuad", 0, "", 3008, "FIR_fTemperatureCurveReference", ""
1, "AuxPwr", BEMP_Flt, 1, 0, 0, Def, "Watts",
0, 0, 3008, "AuxiliaryPower", ""

1, "AuxPwrSim", BEMP_Flt, 1, 0, 1, NInp, "Watts",


0, 0, 3008, "AuxiliaryPowerSimulated", ""

1, "HIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",


0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "HIR_fPLRCurveReference", ""
1, "Cap_fCndTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"Capacity_fCondenserTemperatureCurveReference", ""
1, "Cap_fEvapTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"Capacity_fEvaporatorTemperatureCurveReference", ""
1, "Cap_fGenTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"Capacity_fGeneratorTemperatureCurveReference", ""
1, "HIR_fCndTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HIR_fCondenserTemperatureCurveReference", ""
1, "HIR_fEvapTempCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008,
"HIR_fEvaporatorTemperatureCurveReference", ""

1, "UnldRatMin", BEMP_Flt, 1, 0, 1, Def, "frac",


0, 0, 3008, "UnloadRatioMinimum", ""
1, "PLRMin", BEMP_Flt, 1, 0, 1, Def, "frac",
0, 0, 3008, "PartLoadRatioMinimum", ""
;1, "EngSpdMin", BEMP_Flt, 1, 0, 1, Opt, "frac",
0, 0, 3008, "EngineSpeedMinimum", ""
1, "WtrFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacity", ""
1, "WtrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacitySimulated", ""
1, "CndsrFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",
0, 0, 3008, "CondenserFlowCapacity", ""
1, "CndsrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "CondenserFlowCapacitySimulated", ""
1, "EntGenTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "EnteringGeneratorTemperatureDesign", ""
1, "DsgnGenFluidDelT", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "DesignGeneratorFluidDeltaTemperature", ""
1, "GenFluidFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",
0, 0, 3008, "GeneratorFluidFlowCapacity", ""
1, "GenFluidFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "GeneratorFluidFlowCapacitySimulated", ""

; added to facilitate baseline system library retrieval


1, "PumpRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Pump", 0, "", 10001, "PumpReference", ""

; For Reporting
1, "EffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EfficiencyReport", ""
1, "EffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EfficiencyUnitReport", ""
; RJH 20210707 added for NRCC PRF reporting
1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""
1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "ThrmlEngyStor", "ThermalEnergyStorage", "Thermal Energy Storage <i>", 0, 0,
0, "FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""

1, "Status", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 3008, "Status", ""

1, "DischrgPriority", BEMP_Sym, 1, 0, 1, Def, "",


0, 0, 3008, "DischargePriority", ""

; 1, "ModeSchRef", BEMP_Obj, 1, 0, 0, Req, "",


0, 0, 3008, "ModeScheduleReference", ""
1, "CapRtd", BEMP_Flt, 1, 0, 0, Req, "Btu/h",
0, 0, 3008, "CapacityRated", ""
1, "CapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityRatedSimulated", ""

1, "WtrFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",


0, 0, 3008, "WaterFlowCapacity", ""

1, "WtrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",


0, 0, 3008, "WaterFlowCapacitySimulated", ""

1, "StorCap", BEMP_Flt, 1, 0, 0, Req, "gal",


0, 0, 3008, "StorageCapacity", ""
1, "StorCapSim", BEMP_Flt, 1, 0, 1, NInp, "gal",
0, 0, 3008, "StorageCapacitySimulated", ""

1, "TankShape", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 3008, "TankShape", ""

1, "TankShapeSim", BEMP_Sym, 1, 0, 1, NInp, "",


0, 0, 3008, "TankShapeSimulated", ""
1, "TankHgt", BEMP_Flt, 1, 0, 0, Req, "ft",
0, 0, 3008, "TankHeight", ""
1, "TankHgtSim", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 3008, "TankHeightSimulated", ""

1, "TankLenToWdRat", BEMP_Flt, 1, 0, 0, CReq, "",


0, 0, 3008, "TankLengthToWidthRatio", ""

1, "TankPerim", BEMP_Flt, 1, 0, 0, NInp, "ft",


0, 0, 3008, "TankPerimeter", ""
1, "TankPerimSim", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 3008, "TankPerimeterSimulated", ""

1, "TankSetptTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",


0, 0, 3008, "TankSetpointTemperature", ""

1, "TankNodeCnt", BEMP_Sym, 1, 0, 1, Req, "",


0, 0, 3008, "TankNodeCount", ""

1, "TankR", BEMP_Flt, 1, 0, 0, Req, "ft2-�F/Btuh",


0, 0, 3008, "TankRValue", ""

1, "TankUFac", BEMP_Flt, 1, 0, 1, NInp, "Btuh/ft2-�F",


0, 0, 3008, "TankUFactor", ""

1, "StorLctn", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 3008, "StorageLocation", ""

1, "StorLctnSim", BEMP_Sym, 1, 0, 1, Req, "",


0, 0, 3008, "StorageLocationSimulated", ""

1, "StorZnRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "ThrmlZn", 0, "" 3008, "StorageZoneReference", ""

1, "ModeSchRef", BEMP_Obj, 1, 0, 0, Req, "",


0, 1, "Sch", 4, "Type", 3008, "ModeScheduleReference", ""

1, "DischrgSchRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "Sch", 2, "Type", 3008, "DischargeScheduleReference", ""

1, "ChrgSchRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "Sch", 2, "Type", 3008, "ChargeScheduleReference", ""

1, "ChlrOnlySchRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "Sch", 2, "Type", 3008, "ChillerOnlyScheduleReference", ""

1, "ChrgFluidSegInRef", BEMP_Obj, 1, 0, 1, Req, "",


0, 2, "FluidSeg", 1, "Type", "FluidSeg", 3, "Type", 3008,
"ChargeFluidSegmentInReference", ""
1, "ChrgFluidSegOutRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 2, "FluidSeg", 2, "Type", "FluidSeg", 4, "Type", 3008,
"ChargeFluidSegmentOutReference", ""
1, "DischrgFluidSegInRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 2, "FluidSeg", 2, "Type", "FluidSeg", 4, "Type", 3008,
"DischargeFluidSegmentInReference", ""
1, "DischrgFluidSegOutRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 2, "FluidSeg", 1, "Type", "FluidSeg", 3, "Type", 3008,
"DischargeFluidSegmentOutReference", ""
1, "TypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "TypeReport", ""

; RJH 20210707 added for NRCC PRF reporting


1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "HX", "HeatExchanger", "HX <i>", 0, 0, 0, "FluidSys", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""

1, "EconoIntegration", BEMP_Sym, 1, 0, 1, Req, "",


0, 0, 3008, "EconomizerIntegration", ""

1, "CHWFluidSegInRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "FluidSeg", 2, "Type", 3008, "ChilledWaterFluidSegmentInReference", ""
1, "CHWFluidSegOutRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 1, "Type", 3008, "ChilledWaterFluidSegmentOutReference", ""
1, "CWFluidSegInRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "FluidSeg", 1, "Type", 3008, "CondenserWaterFluidSegmentInReference", ""

1, "CWFluidSegOutRef", BEMP_Obj, 1, 0, 1, Req, "",


0, 1, "FluidSeg", 2, "Type", 3008, "CondenserWaterFluidSegmentOutReference",
""

1, "CHWEntTempDsgn", BEMP_Flt, 1, 0, 1, Req, "�F",


0, 0, 3008, "ChilledWaterEnteringTemperatureDesign", ""

1, "CHWLvgTempDsgn", BEMP_Flt, 1, 0, 0, Req, "�F",


0, 0, 3008, "ChilledWaterLeavingTemperatureDesign", ""

1, "CWEntTempDsgn", BEMP_Flt, 1, 0, 1, Req, "�F",


0, 0, 3008, "CondenserWaterEnteringTemperatureDesign",
""
1, "CWLvgTempDsgn", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 3008, "CondenserWaterLeavingTemperatureDesign",
""
1, "CapRtd", BEMP_Flt, 1, 0, 0, Req, "Btu/h",
0, 0, 3008, "CapacityRated", ""
1, "CapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityRatedSimulated", ""

1, "CHWFluidFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",


0, 0, 3008, "ChilledWaterFluidFlowCapacity", ""
1, "CHWFluidFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "ChilledWaterFluidFlowCapacitySimulated",
""
1, "CWFluidFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",
0, 0, 3008, "CondenserWaterFluidFlowCapacity", ""
1, "CWFluidFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "CondenserWaterFluidFlowCapacitySimulated",
""
1, "UA", BEMP_Flt, 1, 0, 0, Def, "Btu/hr-�F",
0, 0, 3008, "UArea", ""
1, "UASim", BEMP_Flt, 1, 0, 1, NInp, "Btu/hr-�F",
0, 0, 3008, "UAreaSimulated", ""
1, "TypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "TypeReport", ""

; RJH 20210707 added for NRCC PRF reporting


1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "Blr", "Boiler", "Boiler <i>", 0, 0, 0, "FluidSys",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""

1, "FuelSrc", BEMP_Sym, 1, 0, 1, Req, "",


0, 0, 3008, "FuelSource", ""
1, "DraftType", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 3008, "DraftType", ""
1, "FlowMode", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "FlowMode", ""
;1, "Cnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "Count", ""

1, "FluidSegInRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "FluidSeg", 2, "Type", 3008, "FluidSegmentInReference", ""
1, "FluidSegOutRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 1, "Type", 3008, "FluidSegmentOutReference", ""
1, "HasBypass", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "HasBypass", ""

1, "EntTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",


0, 0, 3008, "EnteringTemperatureDesign", ""
1, "LvgTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "LeavingTemperatureDesign", ""

1, "CapRtd", BEMP_Flt, 1, 0, 0, Req, "Btu/h",


0, 0, 3008, "CapacityRated", ""
1, "CapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityRatedSimulated", ""
1, "AFUE", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 3008, "AFUE", ""
1, "CombEff", BEMP_Flt, 1, 0, 0, CReq, "frac",
0, 0, 3008, "CombustionEfficiency", ""
1, "ThrmlEff", BEMP_Flt, 1, 0, 1, Def, "frac",
0, 0, 3008, "ThermalEfficiency", ""
1, "HIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvDblQuad", 0, "", 3008, "HIR_fPLRCurveReference", ""
1, "EIR", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 3008, "EIR", ""
1, "FuelFullLd", BEMP_Flt, 1, 0, 0, CReq, "Btu/h",
0, 0, 3008, "FuelFullLoad", ""
1, "HtLoss", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 3008, "HeatLoss", ""
1, "UnldRatMin", BEMP_Flt, 1, 0, 1, Def, "frac",
0, 0, 3008, "UnloadRatioMinimum", ""
1, "DraftFanHp", BEMP_Flt, 1, 0, 0, CReq, "HP",
0, 0, 3008, "DraftFanHorsePower", ""
1, "ParasiticLd", BEMP_Flt, 1, 0, 0, CReq, "W",
0, 0, 3008, "ParasiticLoad", ""
1, "ParasiticLdSim", BEMP_Flt, 1, 0, 1, NInp, "W",
0, 0, 3008, "ParasiticLoadSimulated", ""
1, "WtrFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacity", ""
1, "WtrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacitySimulated", ""

; added to facilitate baseline system library retrieval


1, "PumpRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Pump", 0, "", 10001, "PumpReference", ""
1, "EffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EfficiencyReport", ""
1, "EffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EfficiencyUnitReport", ""

; RJH 20210707 added for NRCC PRF reporting


1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------
0, "HtRej", "HeatRejection", "Heat Rejection <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008, "Type", ""
1, "FanType", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008, "FanType", ""
1, "ModCtrl", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "ModulationControl", ""
1, "CalcMthd", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3008, "CalculationMethod", ""

1, "FluidSegInRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "FluidSeg", 2, "Type", 3008, "FluidSegmentInReference", ""
1, "FluidSegOutRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 1, "Type", 3008, "FluidSegmentOutReference", ""
1, "HasBypass", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 3008, "HasBypass", ""

;1, "SetptCtrl", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3008, "SetpointControl", ""
;1, "WetBulbResetRatio", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "WetBulbResetRatio", ""
;1, "Setpt", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 3008, "Setpoint", ""
1, "EntTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "EnteringTemperatureDesign", ""
1, "DsgnWBTemp", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 3008, "DesignWBTemperature", ""
1, "LvgTempDsgn", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "LeavingTemperatureDesign", ""

1, "CellCnt", BEMP_Flt, 1, 0, 1, Def, "",


0, 0, 3008, "CellCount", ""
1, "CapRtd", BEMP_Flt, 1, 0, 0, Req, "Btu/h",
0, 0, 3008, "CapacityRated", ""
1, "CapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CapacityRatedSimulated", ""
1, "UAFactor", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-�F",
0, 0, 3008, "UAFactor", ""
1, "UAFactorSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F",
0, 0, 3008, "UAFactorSimulated", ""
1, "LowSpdCapRtd", BEMP_Flt, 1, 0, 0, Req, "Btu/h",
0, 0, 3008, "LowSpeedCapacityRated", ""
1, "LowSpdCapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "LowSpeedCapacityRatedSimulated", ""
1, "LowSpdUAFactor", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-�F",
0, 0, 3008, "LowSpeedUAFactor", ""
1, "LowSpdUAFactorSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F",
0, 0, 3008, "LowSpeedUAFactorSimulated", ""
1, "FreeConvCapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "FreeConvectionCapacityRatedSimulated",
""
1, "Cap_fTempCrvRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008, "Capacity_fTemperatureCurveReference",
""
1, "TotFanHP", BEMP_Flt, 1, 0, 0, Req, "hp",
0, 0, 3008, "TotalFanHP", ""
1, "TotFanHPSim", BEMP_Flt, 1, 0, 1, NInp, "hp",
0, 0, 3008, "TotalFanHPSimulated", ""
1, "AirFlowCap", BEMP_Flt, 1, 0, 0, Req, "cfm",
0, 0, 3008, "AirFlowCapacity", ""
1, "AirFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 3008, "AirFlowCapacitySimulated", ""
1, "WtrFlowCap", BEMP_Flt, 1, 0, 0, Req, "gpm",
0, 0, 3008, "WaterFlowCapacity", ""
1, "WtrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacitySimulated", ""
1, "SprayWtrFlowCap", BEMP_Flt, 1, 0, 0, CReq, "gpm",
0, 0, 3008, "SprayWaterFlowCapacity", ""
1, "SprayWtrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "SprayWaterFlowCapacitySimulated", ""
;1, "Pwr", BEMP_Flt, 1, 0, 0, Opt, "kW",
0, 0, 3008, "Power", ""
;1, "PwrSim", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3008, "PowerSimulated", ""
1, "Pwr_fPLRCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "CrvCubic", 0, "", 3008, "Power_fPLRCurveReference", ""
1, "LowSpdAirFlowRat", BEMP_Flt, 1, 0, 0, Def, "",
0, 0, 3008, "LowSpeedAirFlowRatio", ""
1, "LowSpdAirFlowRatSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "LowSpeedAirFlowRatioSimulated", ""
1, "LowSpdAirFlowCap", BEMP_Flt, 1, 0, 0, Ninp, "",
0, 0, 3008, "LowSpeedAirFlowCapacity", ""
1, "LowSpdAirFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "LowSpeedAirFlowCapacitySimulated", ""
1, "LowSpdPwrRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "LowSpeedPowerRatio", ""
1, "LowSpdPwrRatSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "LowSpeedPowerRatioSimulated", ""
1, "MinSpdRat", BEMP_Flt, 1, 0, 1, Def, "",
0, 0, 3008, "MinimumSpeedRatio", ""
1, "BypassClosedTowerChecks", BEMP_Int, 1, 0, 1, Def, "",
0, 0, 3008, "BypassClosedTowerChecks", ""

; added to facilitate baseline system library retrieval


1, "PumpRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Pump", 0, "", 10001, "PumpReference", ""

; RJH 20210707 added for NRCC PRF reporting


1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "WtrHtr", "WaterHeater", "Water Heater <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
1, "SubType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "SubType", ""
1, "Cnt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "Count", ""
1, "FluidSysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "FluidSystemCount", ""
1, "CmbdMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "CombinedMultiplier", ""

1, "FluidSegOutRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "FluidSeg", 1, "Type", 10001, "FluidSegmentOutReference", ""
1, "FluidSegMakeupRef", BEMP_Obj, 1, 0, 0, CReq, "",
0, 1, "FluidSeg", 5, "Type", 10001, "FluidSegmentMakeupReference", ""
1, "FluidSegInRef", BEMP_Obj, 1, 0, 0, CReq, "",
0, 1, "FluidSeg", 2, "Type", 10001, "FluidSegmentInReference", ""
1, "FluidSegInRefSim", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "FluidSeg", 5, "Type", "FluidSeg", 2, "Type", 1001,
"FluidSegmentInReferenceSimulation", ""

1, "StorCap", BEMP_Flt, 1, 0, 0, CReq, "gal",


0, 0, 1001, "StorageCapacity", ""
1, "StorCapSim", BEMP_Flt, 1, 0, 1, NInp, "gal",
0, 0, 1001, "StorageCapacitySimulated", ""
1, "EF", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1001, "EnergyFactor", ""
1, "CodeMinEF", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "CodeMinimumEnergyFactor", ""
1, "UEF", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 1001, "UniformEnergyFactor", ""
1, "UEFMdl", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModel", ""
1, "UEFMdlCalcEF", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001,
"UniformEnergyFactorModelCalculatedEnergyFactor", ""
1, "UEFMdlCalcRE", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001,
"UniformEnergyFactorModelCalculatedRecoveryEfficiency", ""
1, "UEFMdlCalcThrmlEff", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001,
"UniformEnergyFactorModelCalculatedThermalEfficiency", ""
1, "UEFMdlCalcStdbyLoss", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001,
"UniformEnergyFactorModelCalculatedStandbyLoss", ""
;1, "CodeMinUEF", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "CodeMinimumUniformEnergyFactor", ""
1, "RE", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1001, "RecoveryEfficiency", ""
1, "ThrmlEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "ThermalEfficiency", ""
1, "CodeMinThrmlEff", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "CodeMinimumThermalEfficiency", ""
1, "FirstHrRating", BEMP_Int, 1, 0, 0, CReq, "gal",
0, 0, 1001, "FirstHourRating", ""
1, "FlowRt", BEMP_Flt, 1, 0, 0, CReq, "gal/min",
0, 0, 1001, "FlowRate", ""
1, "COP", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 1001, "COP", ""
1, "HIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvCubic", 0, "", 3008, "HIR_fPLRCurveReference", ""
1, "StdbyLoss", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 1001, "StandbyLoss", ""
1, "UEFMdlDrawPattern", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "UniformEnergyFactorModelDrawPattern",
""
1, "UEFMdlCoefa", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficienta",
""
1, "UEFMdlCoefb", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficientb",
""
1, "UEFMdlCoefc", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficientc",
""
1, "UEFMdlCoefd", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficientd",
""
1, "UEFMdlCoefF", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficientF",
""
1, "UEFMdlCoefG", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficientG",
""
1, "UEFMdlCoefDV", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "UniformEnergyFactorModelCoefficientDV",
""
1, "UEFMdlCoefAElec", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001,
"UniformEnergyFactorModelCoefficientAElectric", ""
1, "UEFMdlCoefAGas", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001,
"UniformEnergyFactorModelCoefficientAGas", ""
1, "ProdType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "ProductType", ""
1, "BaseSysNum", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "BaselineSystemNumber", ""
1, "HtPumpSubType", BEMP_Sym, 1, 0, 1, CReq, "",
0, 0, 1008, "HeatPumpSubType", ""
1, "EvapAirTempType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1008, "EvaporatorAirTemperatureType", ""

;1, "WtrHtrTempSetptSchRef",BEMP_Obj, 1, 0, 0, Pres, "",


0, 1, "Schedule", 1, "Type", 1001,
"WaterHeaterTemperatureSetpointScheduleReference", ""
1, "WtrMnTempSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 1, "Type", 1001, "WaterMainTemperatureScheduleReference",
""
;1, "AmbLctn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1008, "AmbientLocation", ""
;1, "AmbSpcRef", BEMP_Obj, 1, 0, 0, Req, "",
0, 1, "Space", 0, "", 1001, "AmbientSpaceReference", ""
;1, "ThrmlZnRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ThrmlZn", 0, "", 6510, "ThermalZoneReference", ""
1, "CprsrLoc", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1001, "CompressorLocation", ""
1, "CprsrZn", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1001, "CompressorZone", ""
1, "CprsrZnRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "ThrmlZn", 1, "Type", 10001, "CompressorZoneReference", ""
1, "StorLoc", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1001, "StorageLocation", ""
1, "StorZn", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1001, "StorageZone", ""
1, "StorZnRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "ThrmlZn", 1, "Type", 10001, "StorageZoneReference", ""
1, "FuelSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 1008, "FuelSource", ""
1, "OffCycleFuelSrc", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1008, "OffCycleFuelSource", ""
1, "OffCyclePrstcLoss", BEMP_Flt, 1, 0, 0, NInp, "Watts",
0, 0, 1001, "OffCycleParasiticLosses", ""
1, "OffCyclePrstcLossSim", BEMP_Flt, 1, 0, 1, NInp, "Watts",
0, 0, 1001, "OffCycleParasiticLossesSimulated", ""
1, "OnCycleFuelSrc", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1008, "OnCycleFuelSource", ""
1, "OnCyclePrstcLoss", BEMP_Flt, 1, 0, 0, NInp, "Watts",
0, 0, 1001, "OnCycleParasiticLosses", ""
1, "OnCyclePrstcLossSim", BEMP_Flt, 1, 0, 1, NInp, "Watts",
0, 0, 1001, "OnCycleParasiticLossesSimulated", ""
1, "TankOffCycleLossCoef", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-F",
0, 0, 1001, "TankOffCycleLossCoef", ""
1, "TankOffCycleLossCoefSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-F",
0, 0, 1001, "TankOffCycleLossCoefSimulated", ""
1, "TankOnCycleLossCoef", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-F",
0, 0, 1001, "TankOnCycleLossCoef", ""
1, "TankOnCycleLossCoefSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-F",
0, 0, 1001, "TankOnCycleLossCoefSimulated", ""
1, "CapRtd", BEMP_Flt, 1, 0, 0, CReq, "Btu/h",
0, 0, 1001, "CapacityRated", ""
1, "CapRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 1001, "CapacityRatedSimulated", ""
1, "InpPwr", BEMP_Flt, 1, 0, 0, CReq, "kW ",
0, 0, 1001, "InputPower", ""
1, "Size", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1008, "Size", ""
1, "ProdClass", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1008, "ProductClass", ""
1, "MinCap", BEMP_Flt, 1, 0, 1, Opt, "Btu/h",
0, 0, 1001, "MinimumCapacity", ""
1, "StdbyLossFrac", BEMP_Flt, 1, 0, 0, Opt, "Frac",
0, 0, 1001, "StandbyLossFraction", ""
1, "MaxTempLimit", BEMP_Flt, 1, 0, 1, Opt, "�F",
0, 0, 1001, "MaximumTemperatureLimit", ""
1, "CtrlType", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 1008, "ControlType", ""
1, "ElecIgnit", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1008, "ElectricalIgnition", ""
1, "DraftFanPwr", BEMP_Flt, 1, 0, 0, Opt, "Watts",
0, 0, 1008, "DraftFanPower", ""
1, "PilotEnergy", BEMP_Int, 1, 0, 0, NInp, "Btu/hr",
0, 0, 1008, "PilotEnergy", ""
1, "CndsrPumpPwr", BEMP_Flt, 1, 0, 0, NInp, "Watts",
0, 0, 1008, "CondenserPumpPower", ""
1, "CndsrPumpPwrSim", BEMP_Flt, 1, 0, 1, NInp, "Watts",
0, 0, 1008, "CondenserPumpPowerSimulated", ""
1, "FanFlowCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 1008, "FanFlowCapacity", ""
1, "FanFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "cfm",
0, 0, 1008, "FanFlowCapacitySimulated", ""
1, "RtdSensHtRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 1008, "RatedSensisbleHeatRatio", ""
1, "FanTotStaticPress", BEMP_Flt, 1, 0, 0, NInp, "in w.g.",
0, 0, 1008, "FanTotalStaticPressure", ""
1, "FanTotStaticPressSim", BEMP_Flt, 1, 0, 1, NInp, "in w.g.",
0, 0, 1008, "FanTotalStaticPressureSimulated", ""
1, "TankUFactor", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-ft2-F",
0, 0, 1008, "TankUFactor", ""
1, "CrankcaseHtrCap", BEMP_Flt, 1, 0, 0, NInp, "Watts",
0, 0, 1003, "CrankcaseHeaterCapacity", ""
1, "CrankcaseHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "Watts",
0, 0, 1003, "CrankcaseHeaterCapacitySimulated", ""
1, "EffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "EfficiencyReport", ""
1, "StdbyLossRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "StandbyLossReport", ""
1, "FuelSrcRpt", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1008, "FuelSourceReport", ""
;1, "CapRtdRpt", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 1001, "CapacityRatedReport", ""
1, "RERpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "RecoveryEfficiencyReport", ""
1, "CapRtdRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "CapacityRatedReport", ""
1, "StorCapRpt", BEMP_Flt, 1, 0, 0, NInp, "gal",
0, 0, 1001, "StorageCapacityReport", ""
1, "WtrHtrTypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "WaterHeaterTypeReport", ""
1, "PilotEnergyRpt", BEMP_Int, 1, 0, 0, NInp, "Btu/hr",
0, 0, 1008, "PilotEnergyReport", ""
1, "FirstHrRatingRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "FirstHourRatingReport", ""
1, "FlowRtRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "FlowRateReport", ""
1, "TankZnRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "TankZoneReport", ""
1, "CprsrZnRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "CompressorZoneReport", ""
1, "TankHgt", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 1001, "TankHeight", ""
1, "TankHgtSim", BEMP_Flt, 1, 0, 0, CReq, "ft",
0, 0, 1001, "TankHeightSimulated", ""
1, "HIR_fPLRCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvCubic", 0, "", 3008, "HIR_fPLRCurveReference", ""
1, "WtrFlowCap", BEMP_Flt, 1, 0, 0, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacity", ""
1, "WtrFlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "WaterFlowCapacitySimulated", ""
1, "Cap_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatPumpWaterHeaterPumpedQRatio_TdbSI", ""
1, "COP_fTempCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvDblQuad", 0, "", 3008,
"HeatPumpWaterHeaterPumpedCOPRatio_TdbSI", ""
1, "IsUEFRtd", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1008, "IsUEFRated", ""
1, "MinInletAirTempCprsrOper", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 1001,
"MinimumInletAirTemperatureCompressorOperation", ""

1, "MaxInletAirTempCprsrOper", BEMP_Flt, 1, 0, 1, Def, "�F",


0, 0, 1001,
"MaximumInletAirTemperatureForCompressorOperation", ""
1, "FanPlcmt", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 1001, "FanPlacement", ""
1, "COPSim", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 1001, "COPSimulated", ""
1, "RtdEvapInletAirDBTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 1001,
"RatedEvaporatorInletAirDrybulbTemperature", ""
1, "RtdEvapInletAirWBTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 1001,
"RatedEvaporatorInletAirWetbulbTemperature", ""
1, "RtdCondInletWtrTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 1001,
"RatedCondenserInletAirDrybulbTemperature", ""
1, "RtdEvapInletAirDBTempF", BEMP_Flt, 1, 0, 0, CReq, "�F",
0, 0, 1001,
"RatedEvaporatorInletAirDrybulbTemperatureFahrenheit", ""
1, "RtdEvapInletAirWBTempF", BEMP_Flt, 1, 0, 0, CReq, "�F",
0, 0, 1001,
"RatedEvaporatorInletAirWetbulbTemperatureFahrenheit", ""
1, "RtdCondInletWtrTempF", BEMP_Flt, 1, 0, 0, CReq, "�F",
0, 0, 1001,
"RatedCondenserInletAirDrybulbTemperatureFahrenheit", ""
1, "EvapFanPwrInCOP", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 1001, "EvaporatorFanPowerIncludedInCOP", ""

1, "CndsrPumpPwrInCOP", BEMP_Sym, 1, 0, 1, NInp, "",


0, 0, 1001, "CondenserPumpPowerIncludedInCOP", ""

1, "CndsrPumpHtInCapAndCOP", BEMP_Sym, 1, 0, 1, NInp, "",


0, 0, 1001,
"CondenserPumpHeatIncludedInCapacityAndCOP", ""
1, "CndsrPumpHtFracToWtr", BEMP_Flt, 1, 0, 1, Def, "Frac",
0, 0, 1001, "CondenserPumpHeatFractionToWater", ""

1, "CrankcaseHtrMaxT", BEMP_Flt, 1, 0, 1, Def, "�F",


0, 0, 1001, "CrankcaseHeaterMaximumTemperature", ""

1, "IsMultipass", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1001, "IsMultipass", ""
1, "Cap_fAirFlowFracCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "Cap_fAirFlowFracCurveReference",
""
1, "Cap_fWtrFlowFracCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "Cap_fWtrFlowFracCurveReference",
""
1, "COP_fAirFlowFracCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "COP_fAirFlowFracCurveReference",
""
1, "COP_fWtrFlowFracCrvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "COP_fWtrFlowFracCurveReference",
""
1, "WtrHtrSetPtTemp", BEMP_Flt, 1, 0, 1, CReq, "�F",
0, 0, 1001, "WaterHeaterSetpointTemperature", ""

1, "CapRtdSupp", BEMP_Flt, 1, 0, 1, Opt, "Btu/hr",


0, 0, 1001, "CapacityRatedSupplemental", ""

1, "SrcFluidSegInRef", BEMP_Obj, 1, 0, 1, CReq, "",


0, 1, "FluidSeg", 1, "Type", 10001, "SourceFluidSegmentInReference", ""
1, "SrcFluidSegOutRef", BEMP_Obj, 1, 0, 0, CReq, "",
0, 1, "FluidSeg", 5, "Type", 10001, "SourceFluidSegmentOutReference", ""
1, "FanPwr_fPLRCvRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "CrvCubic", 0, "", 3008, "FanPwr_fPLRCurveReference", ""

1, "FanEff_fPLRCvRef", BEMP_Obj, 1, 0, 1, NInp, "",


0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "", 3008, "FanEff_fPLRCurveReference", ""
1, "TankDeadBandTempHtPump", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 1001, "TankDeadBandTemperatureHeatPump", ""

1, "TankDeadBandTempInternal", BEMP_Flt, 1, 0, 1, Def, "�F",


0, 0, 1001, "TankDeadBandTemperatureInternal", ""

1, "FluidSysHtg", BEMP_Int, 1, 0, 0, NInp, "",


0, 0, 1008, "FluidSystemHeating", ""

// THESE TERMS ARE ALL FOR THE T24DHW.DLL THAT WILL BE USED FOR SPACE FUNCTIONS
THAT ARE (HIGH RISE RES OR HOTEL MOTEL) AND (RESIDENTIAL DHW SYSTEMS)
;1, "ResDHWPumpPwr", BEMP_Flt, 1, 0, 0, Opt, "bhp",
0, 0, 1001, "ResidentialDomesticHotWaterPumpPower",
""
;1, "ResDHWPumpEff", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1001,
"ResidentialDomesticHotWaterPumpEfficiency", ""
;1, "ExtTankIns", BEMP_Flt, 1, 0, 0, Opt, "h ft2 F per
Btu", 0, 0, 1001, "ExteriorTankInsulation", ""
;1, "IntTankIns", BEMP_Flt, 1, 0, 0, Opt, "h ft2 F per
Btu", 0, 0, 1001, "InteriorTankInsulation", ""
;1, "PipeLocation", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1008, "PipeLocation", ""
;1, "RecircLoopCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "RecirculationLoopCount", ""
;1, "SHWDistSysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1008, "ServiceHotWaterDistributionSystemType",
""
;1, "T24DHWType", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "T24DHWType", ""

; added to facilitate baseline system library retrieval


1, "PumpRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Pump", 0, "", 10001, "PumpReference", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
1, "GasMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 2, "Type", 3008, "GasMeterReference", ""

; RJH 20220823 added for NRCC PRF reporting


1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""
1, "ParentSysTypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysTypeReport", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------
0, "Pump", "Pump", "Pump <pc>-<c>-<i>", 0, 0, 0, "FluidSeg",
"Chlr", "Blr", "WtrHtr", "HtRej", "ThrmlEngyStor", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", 1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------

1, "Status", BEMP_Sym, 1, 0, 0, Req, "",


0, 0, 3008, "Status", ""
1, "OperCtrl", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008, "OperationControl", ""
1, "SpdCtrl", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008, "SpeedControl", ""
1, "ModelingMthd", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "ModelingMethod", ""
1, "Cnt", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 3008, "Count", ""

1, "FlowCap", BEMP_Flt, 1, 0, 0, Req, "gpm",


0, 0, 3008, "FlowCapacity", ""
1, "FlowCapSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",
0, 0, 3008, "FlowCapacitySimulated", ""
1, "TotHd", BEMP_Flt, 1, 0, 1, Req, "ft H20",
0, 0, 3008, "TotalHead", ""
1, "FlowMin", BEMP_Flt, 1, 0, 0, CReq, "gpm",
0, 0, 3008, "FlowMinimum", ""

1, "FlowMinSim", BEMP_Flt, 1, 0, 1, NInp, "gpm",


0, 0, 3008, "FlowMinimumSimulated", ""
1, "FlowMinRat", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 3008, "FlowMinimumRatio", ""

1, "MinSpdRat", BEMP_Flt, 1, 0, 0, Opt, "",


0, 0, 3008, "MinimumSpeedRatio", ""
1, "MtrEff", BEMP_Flt, 1, 0, 1, Req, "",
0, 0, 3008, "MotorEfficiency", ""
1, "ImpellerEff", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 3008, "ImpellerEfficiency", ""
1, "MtrBHP", BEMP_Flt, 1, 0, 0, NInp, "hp",
0, 0, 3008, "MotorBHP", ""
1, "MtrHP", BEMP_Flt, 1, 0, 0, Req, "hp",
0, 0, 3008, "MotorHP", ""
1, "Pwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "Power", ""
1, "PwrSim", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3008, "PowerSimulated", ""
1, "PwrPerFlow", BEMP_Flt, 1, 0, 0, NInp, "W/gpm",
0, 0, 3008, "PowerPerFlow", ""
1, "Pwr_fPLRCrvRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 2, "CrvQuad", 0, "", "CrvCubic", 0, "" 3008, "Power_fPLRCurveReference", ""

; RJH 20210709 added for NRCC PRF reporting


1, "ParentNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentNameRpt", ""
1, "ParentStatusRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentStatusRpt", ""

1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",


0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
;0, "StorTank", "StorageTank", "Storage Tank <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
;1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
;1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Type", ""
;1, "FluidSegInRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 10001, "FluidSegmentInReference", ""
;1, "FluidSegOutRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 10001, "FluidSegmentOutReference", ""
;1, "Cap", BEMP_Flt, 1, 0, 0, Opt, "gpm",
0, 0, 1001, "Capacity", ""
;1, "RVal", BEMP_Flt, 1, 0, 0, Opt, "�F-ft2-h/Btu",
0, 0, 10501, "RValue", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "ProcLd", "ProcessLoad", "Process Load <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------------
1, "Type", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3008, "Type", ""
1, "LdSchRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "Sch", 5, "Type", 3008, "LoadScheduleReference", ""
1, "PkFlowRt", BEMP_Flt, 1, 0, 1, Pres, "gpm",
0, 0, 3008, "PeakFlowRate", ""
1, "FlowFracSchRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "Sch", 5, "Type", 3008, "FlowFractionScheduleReference",
""
1, "LdPassingOnly", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "LoadPassingOnly", "" ; flag
denoting obj created only for load passing (from CSE) - SAC 03/19/22
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
;0, "RfrgEqp", "RefrigerationEquipment", "Refrig Equip <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
;1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
;1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Type", ""
;1, "CndsrTempFac", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 1001, "CondenserTemperatureFactor", ""
;1, "CndsrTempSaturated", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 1001, "CondenserTemperatureSaturated", ""
;1, "CndsrTempSetptMin", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 1001, "CondenserTemperatureSetpointMinimum", ""

;1, "CndsrTotHtOfRej", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",


0, 0, 1001, "CondenserTotalHeatOfRejection", ""
;1, "COP", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1001, "COP", ""
;1, "FlrArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1001, "FloorArea", ""
;1, "GlsDrCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "GlassDoorCount", ""
;1, "GlsDrPwr", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 1001, "GlassDoorPower", ""
;1, "PwrPerUnitArea", BEMP_Flt, 1, 0, 0, Opt, "W/ft2",
0, 0, 1001, "PowerPerUnitArea", ""
;1, "RemCndsrFrac", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1001, "RemoteCondenserFraction", ""
;1, "RemCndsrHtRmvlRt", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 1001, "RemoteCondenserHeatRemovalRate", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- JP 08/12/21
2, "BEMBase_Res HVACSys.txt"
;----------------------------------------------------------------------------------
-------------- SAC 10/11/21
2, "BEMBase_Res DHW.txt"
;----------------------------------------------------------------------------------
--------------

; RES DHW REMOVAL


;; Objects added to handle Residential DHW Simulation via CEC T-24 DHW DLLs (SAC
9/25/13)
;; note: all property SP (WriteSimulationProperty flag) values set to 0 since
these properties are not to be exported to SDD XML files (and sent along to
OpenStudio)
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD
MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-
;0, "ResDHWSys", "ResidentialDHWSystem", "Residential DHW Sys <pi>-<c>", 0,
0, 0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 8000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;; -
-----------------------------------------------------------------------------------
---------------
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
;1, "CompactDist", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003, "CompactDistribution", "" ;
CompactDistrib in Res
;1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "Type", ""
;1, "Mult", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "Multiplier", ""
;1, "CentralSys", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "CentralSystem", "" ; SAC
12/10/13 - added for compatibility w/ DHW engine version 45
;1, "CentralRecircType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "CentralRecirculationType", "" ;
Res: CentralRecircType "Central and Recirculation type options" ; SAC 02/13/21
(Res tic #1260) ; SAC 03/04/21
;1, "CentralSysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "CentralSystemType", "" ; Res:
CentralDHWType "Type of central system (serving more than one dwelling unit)" ;
SAC 1/10/20 (Com tic #3156)
;1, "CentralSysTypeVal", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CentralSystemTypeValue", "" ;
Res: CentralDHWTypeVal ; SAC 1/10/20 (Com tic #3156)
;;1, "SysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "SystemType", ""
;1, "DistType", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "DistributionType", ""
;; handle assignment of heater via Parent/Child
;;1, "DHWHeater", BEMP_Obj, 6, 1, 0, Opt, "",
0, 1, "DHWHeater", 1, "", 1003, "Water Heater", ""
;;1, "HeaterMult", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "Water Heater Multiplier", ""
;1, "NumDHWHeaters", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberDHWHeaters", "" ; "Number
of assigned DHWHeaters", ""
;1, "RecircPumpPwr", BEMP_Flt, 1, 0, 0, Opt, "Watts",
0, 0, 1003, "RecirculationPumpPower", ""
; "Recirculation Pump Power" ; SAC 1/10/20 - applies only to new central
DHW model (for now) (Com tic #3156)
;1, "RecircPumpPwrUnits", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1003, "RecirculationPumpPowerUnits", ""
; "Recirculation Pump Power units" ; SAC 1/10/20
;;1, "PumpPwr", BEMP_Flt, 1, 0, 0, Opt, "kW",
0, 0, 1003, "PumpPower", "" ; SAC
2/12/20 - removed - never referenced in UI or calcs
;1, "PumpBHP", BEMP_Flt, 1, 0, 0, Pres, "bhp",
0, 0, 1003, "PumpBrakeHorsepower", ""
;;1, "PumpHP", BEMP_Flt, 1, 0, 0, Opt, "HP",
0, 0, 1003, "PumpHorsepower", ""
;1, "PumpEff", BEMP_Flt, 1, 0, 0, Pres, "frac",
0, 0, 1003, "PumpEfficiency", ""
;1, "LpPipeInsThkns", BEMP_Flt, 6, 1, 0, Opt, "in",
0, 0, 1003, "LoopPipeInsulationThickness",
""
;
; ; Central HPWH "new model" inputs - SAC 1/12/20 (Com tic #3156) - many
updates/additions - SAC 6/28/20 - SAC 6/29/20
;1, "CentralHPWHSysDesc", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "CentralHPWHSystemDescription",
"" ;
Res: "CHPWHSysDescrip", "Central HPWH system description" ; SAC 5/26/20 (tic
#862)
;1, "CentralHPWHIntegratedPackagedType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003,
"CentralHPWHIntegratedPackagedType", ""
; Res: "CHPWHIntegPkgType", "Type of integrated, packaged, central HPWH system"
; SAC 02/15/21 (tic #1260) - SAC 03/08/21
;1, "CentralHPWHCprsrType", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHCompressorType",
"Required for Central HPWH Systems of type 'Large Single Pass Primary'" ;
Res: "CHPWHCompType", "Central HPWH compressor type" ; SAC 1/3/20 (tic #862)
;1, "CentralHPWHCprsrTypeLabel", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHCompressorTypeLabel", ""
; Res: "CHPWHCompTypeLbl", "Central HPWH compressor type/NEEA HPWH label"
;1, "CentralHPWHCprsrAutosizeSim", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHCompressorAutosizeSimulation", "" ; Res: CHPWHCompAutosizeSim
"whether or not to force CSE simulation to autosize this Central HPWH compressor",
"" ; SAC 08/25/21
;1, "CentralHPWHBrand", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHBrand",
"Required for Central HPWH Systems of type 'Integrated, Packaged System' and
IntegPkg type 'Residential (NEEA rated) Product'" ; Res: "CHPWHNEEABrand",
"Small central NEEA HPWH brand"
;1, "CentralHPWHModel", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHModel",
"Required for Central HPWH Systems of type 'Integrated, Packaged System' and
IntegPkg type 'Residential (NEEA rated) Product'" ; Res: "CHPWHNEEAModel",
"Small central NEEA HPWH model"
;1, "CentralHPWHCommModel", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHCommercialModel",
"Required for Central HPWH Systems of type 'Integrated, Packaged System' and
IntegPkg type 'Commercial Product'" ; RES - CHPWHComModel "Commercial model of
central HPWH" ; SAC 03/08/21
;1, "CentralHPWHAirSrcHtPumpType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHAirSourceHeatPumpType", ""
; Res: "CHPWHASHPType", "mapping of central HPWH compressor type to CSE sim
whASHPType"
;1, "CentralHPWHAutosize", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003, "CentralHPWHAutosize",
"" ; Res:
"CHPWHAutosize", "Whether or not to autosize number of central HPWH compressors
& primary tank volume via simulation" ; SAC 2/6/20 - Removed autosize option
;1, "CentralHPWHCprsrCnt", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHCompressorCount",
"Required for Central HPWH Systems" ; Res:
"CHPWHNumComp", "Number of central HPWH compressors"
;;1, "CHPWHNumCompFlt", BEMP_Flt, 1, 0, 0, "", 0,
0, 1003, "Number of central HPWH compressors (float)"
;1, "CentralHPWHCprsrCntLabel", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHCompressorCountLabel", ""
; Res: "CHPWHNumCompLbl", "Number of central NEEA/HPWH compressors label"
;;1, "CHPWHPrimTankVol", BEMP_Flt, 1, 0, 0, "gal", 0,
0, 1003, "Central HPWH primary tank volume" ; replaced
by CHPWHTotTankVol - SAC 5/27/20
;1, "CentralHPWHPriTankVol", BEMP_Flt, 1, 0, 0, CReq, "gal",
0, 0, 1003, "CentralHPWHPrimaryTankVolume",
"Required for Central HPWH Systems of type 'Large Single Pass Primary'" ; Res:
"CHPWHPrimTankVol" / "CHPWHTotTankVol" "Central HPWH primary tank volume (total
across all tanks)"
;1, "CentralHPWHTankCnt", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHTankCount",
"Required for Central HPWH Systems of type 'Large Single Pass Primary'" ; Res:
"CHPWHTankCount" "Number of central HPWH storage tanks"
;1, "CentralHPWHTankRVal", BEMP_Flt, 1, 0, 0, Def,
"�F-ft2-h/Btu", 0, 0, 1003,
"CentralHPWHTankRValue", ""
; Res: "CHPWHTankRVal" "Central HPWH storage tank insulation R-value"
;1, "CentralHPWHTankMinRVal", BEMP_Flt, 1, 0, 0, NInp,
"�F-ft2-h/Btu", 0, 0, 1003,
"CentralHPWHTankMinimumRValue", ""
; Res: CHPWHTankMinRVal SAC 08/25/21
;1, "CentralHPWHTankSetpt", BEMP_Flt, 1, 0, 0, NInp, "�F",
0, 0, 1003, "CentralHPWHTankSetpoint",
"" ; Res:
"CHPWHTankSetpt" "Central HPWH storage tank setpoint temperature"
;1, "CentralHPWHTankLctn", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHTankLocation",
"Required for Central HPWH Systems" ; Res:
"CHPWHTankLoc" "location of central primary DHW tank(s)"
;;1, "CHPWHTankZone", BEMP_Obj, 1, 0, 0, "", 0,
5, "Garage", 0, "", "Zone", 0, "", "Attic", 0, "", "CrawlSpace", 0, "",
"OtherZone", 0, "", 1080, "central primary DHW tank(s) Zone"
;1, "CentralHPWHAirSrc", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHAirSource",
"Required for Central HPWH Systems" ; Res:
"CHPWHSrcAirLoc" "source air for HPWH"
;;1, "CHPWHSrcAirZone", BEMP_Obj, 1, 0, 0, "", 0,
5, "Garage", 0, "", "Zone", 0, "", "Attic", 0, "", "CrawlSpace", 0, "",
"OtherZone", 0, "", 1080, "source air Zone (for HPWH)"
;
;1, "CentralHPWHLpTankType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "CentralHPWHLoopTankType",
"" ; Res:
"CHPWHLoopTankType", "Presence/type of central HPWH loop tank" - SAC
6/29/20
;1, "CentralHPWHLpTankCprsrType", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003,
"CentralHPWHLoopTankCompressorType", "Required for Central HPWH System Loop
Tanks of type 'Large HPWH/Compressor'" ; Res: "CHPWHLoopTankCompType",
"Central HPWH loop tank compressor type"
;1, "CentralHPWHLpTankCprsrTypeLabel", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHLoopTankCompressorTypeLabel", ""
; Res: "CHPWHLoopTankCompTypeLbl", "Central HPWH loop tank compressor type/NEEA
HPWH label"
;1, "CentralHPWHLpTankBrand", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHLoopTankBrand",
"Required for Central HPWH System Loop Tanks of type 'NEEA HPWH'" ; Res:
"CHPWHLoopTankNEEABrand", ""
;1, "CentralHPWHLpTankModel", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHLoopTankModel",
"Required for Central HPWH System Loop Tanks of type 'NEEA HPWH'" ; Res:
"CHPWHLoopTankNEEAModel", ""
;1, "CentralHPWHLpTankCommModel", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003,
"CentralHPWHLoopTankCommercialModel", "Required for Central HPWH System Loop Tanks
of type 'Commercial Product'" ; RES - CHPWHLoopTankComModel "Commercial model
of central HPWH loop tank heater" ; SAC 03/09/21
;1, "CentralHPWHLpTankAirSrcHtPumpType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHLoopTankAirSourceHeatPumpType", ""
; Res: "CHPWHLoopTankASHPType", "mapping of central HPWH loop tank compressor type
to CSE sim whASHPType"
;1, "CentralHPWHLpTankRCtrls", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003,
"CentralHPWHLoopTankResistanceControls", "" ; Res: CHPWHLoopTankResCtrls
"Control scheme for resistance loop tank heaters", "" ; SAC 07/16/21 (tic #1275)
;1, "StdCentralHPWHLpTankRCtrls", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003,
"StdCentralHPWHLoopTankResistanceControls", "" ; Res: StdCHPWHLoopTankResCtrls
"Control scheme for resistance loop tank heaters (standard design only)", "" ;
SAC 07/16/21 (tic #1275)
;1, "CentralHPWHLpTankCprsrCnt", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHLoopTankCompressorCount",
"Required for Central HPWH Systems with Loop Tank" ; Res: "CHPWHLoopTankCompCnt",
"Number of central HPWH loop tank compressors"
;1, "CentralHPWHLpTankCprsrCntLabel", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003,
"CentralHPWHLoopTankCompressorCountLabel", ""
; Res: "CHPWHLoopTankCompCntLbl", "Number of central NEEA/HPWH loop tank
compressors label"
;1, "CentralHPWHLpTankRHtPwr", BEMP_Flt, 1, 0, 1, Pres, "W",
0, 0, 3201,
"CentralHPWHLoopTankResistanceHeatPower", "" ; Res: "CHPWHLoopTankResHtPwr",
"central HPWH loop tank water heater resistance heat power (watts)", "" ;
SAC 08/25/21
;1, "CentralHPWHLpTankVol", BEMP_Flt, 1, 0, 0, CReq,
"gal", 0, 0, 1003,
"CentralHPWHLoopTankVolume", "Required for Central HPWH Systems
with 'Large Single Pass Primary' Loop Tank" ; Res: "CHPWHLoopTankVol", "Central
HPWH loop tank volume"
;1, "CentralHPWHLpTankCnt", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHLoopTankCount",
"Required for Central HPWH Systems with 'Large Single Pass Primary' Loop Tank" ;
Res: "CHPWHLoopTankTankCnt", "Number of central HPWH loop tank storage tanks"
;1, "CentralHPWHLpTankRVal", BEMP_Flt, 1, 0, 0, Def, "�F-
ft2-h/Btu", 0, 0, 1003, "CentralHPWHLoopTankRValue",
"" ; Res:
"CHPWHLoopTankRVal" "Central HPWH loop tank storage tank insulation R-value"
;1, "CentralHPWHLpTankMinRVal", BEMP_Flt, 1, 0, 0, NInp, "�F-
ft2-h/Btu", 0, 0, 1003,
"CentralHPWHLoopTankMinimumRValue", ""
; Res: CHPWHLoopTankMinRVal SAC 08/25/21
;1, "CentralHPWHLpTankSetpt", BEMP_Flt, 1, 0, 0, NInp,
"�F", 0, 0, 1003,
"CentralHPWHLoopTankSetpoint", ""
; Res: "CHPWHLoopTankSetpt" "Central HPWH loop tank storage tank setpoint
temperature"
;1, "CentralHPWHLpTankLctn", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHLoopTankLocation",
"Required for Central HPWH Systems with Loop Tank" ; Res:
"CHPWHLoopTankLoc" "location of central loop tank DHW tank(s)"
;;1, "CHPWHLoopTankZone", BEMP_Obj, 1, 0, 0, "",
0, 5, "Garage", 0, "", "Zone", 0, "", "Attic", 0, "", "CrawlSpace", 0, "",
"OtherZone", 0, "", 1080, "central HPWH loop tank(s) Zone"
;1, "CentralHPWHLpTankAirSrc", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CentralHPWHAirSource",
"Required for Central HPWH Systems with Loop Tank" ; Res:
"CHPWHLoopTankSrcAirLoc" "source air for HPWH loop tank"
;;1, "CHPWHLoopTankSrcAirZone", BEMP_Obj, 1, 0, 0, "",
0, 5, "Garage", 0, "", "Zone", 0, "", "Attic", 0, "", "CrawlSpace", 0, "",
"OtherZone", 0, "", 1080, "source air Zone (for loop tank HPWH)"
;
;1, "CentralHPWHLpTankShowDetails", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CentralHPWHLoopTankShowDetails",
"" ; Res: "CHPWHLoopTankShowDtls" "Central HPWH loop tank - show details flag"
;;1, "CentralHPWHTankRValReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CentralHPWHTankRValueRequired",
"" ; Res: "CHPWHTankRValReqd" "Flag indicating central HPWH primary storage
tank insulation R-value is a required input"
;;1, "CentralHPWHLpTankRValReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CentralHPWHLoopTankRValueRequired",
"" ; Res: "CHPWHLoopTankRValReqd" "Flag indicating central HPWH loop tank
insulation R-value is a required input"
;1, "CentralHPWHErrMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "CentralHPWHErrMessge",
"" ; Res: "CHPWHErrMsg" "Err message related to Central HPWH inputs"
;1, "ValidAnalysisCentralHPWH", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ValidAnalysisCentralHPWH",
"" ; Res: "ValidAnalysisCHPWH" "flag indicating this is a valid central HPWH
system"
;
;
;1, "SysStoryCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "SystemStoryCount", ""
;1, "LivingUnitCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "LivingUnitCount", ""
;1, "SysFlrArea", BEMP_Int, 1, 0, 0, Opt, "ft2",
0, 0, 1003, "SystemFloorArea", ""
;1, "WtrHtrCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "WaterHeaterCount", ""
;1, "TotInpRating", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1003, "TotalInputRating", ""
;1, "TotTankVol", BEMP_Flt, 1, 0, 0, Opt, "gal",
0, 0, 1003, "TotalTankVolume", ""
;1, "BaseResWtrHtrRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 1003,
"BaselineResidentialWaterHeaterReference", ""
;1, "PropHPWHRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 1003, "ProposedHPWHReference", ""
;
;1, "ResLpTankHtrRef", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "ResLpTankHtr", 0, "", 1003,
"ResidentialLoopTankHeaterReference", "" ; Res: LoopHeater "Loop Water Heater -
must be electric resistance storage" ; SAC 1/11/20 (Com tic #3156)
;1, "ResLpTankHtrMult", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1003,
"ResidentialLoopTankHeaterMultiplier", "" ; Res: LoopHeaterMult "Loop Water
Heater Multiplier"
;1, "HaveLpHtr", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "HaveLoopHeater", "" ; Res:
"Loop Water Heater - must be electric resistance storage"
;
;1, "IsRecircSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "IsRecirculationSystem", ""
; IsRecircSystem in Res
; ; SAC 1/24/19 - Std design HPWH sizing additions (HPWHSIZE)
;1, "HPWHSizingReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "HPWHSizingRequired", ""
; Res: "HPWHSizingReqd", "Flag indicating whether or not HPWH sizing runs are
required (Std design central systems w/ HPWHs only)"
;1, "HPWHSizeMultGuess", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1003, "HPWHSizeMultiplierGuess", ""
; Res: "HPWHSizeMultGuess", "HPWH size multiplier guess (based on # dwelling units
served and how many heaters in system)"
;1, "StdHPWHSizingRunMults", BEMP_Flt, 6, 1, 0, NInp, "",
0, 0, 1003,
"StandarddHPWHSizingRunMultipliers", "" ; Res: "StdHPWHSzRunMlts", "HPWHSIZE
Multipliers used for each HPWH sizing run" ; SAC 1/1/19 (HPWHSIZE)
;1, "HPWHSizeMult", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1003, "HPWHSizeMultiplier", ""
; Res: "HPWHSizeMult", "HPWH size multiplier (resulting from sizing runs
triggered by HPWHSizingReqd)"
;
;1, "CompactDistAllowed", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CompactDistributionAllowed",
"" ; CmpctDistAllowed in Res
;1, "CompactDistMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "CompactDistributionMessage",
"" ; CDDistMessage in Res
;1, "CompactDistRTFFile", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003,
"CompactDistributionRichTextFormatFile", "" ; CmpctDistDescrip in Res
;
;; 15 August 2013 drh added recirculation loop stuff
;;1, "UseDefaultLps", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "UseDefaultLoops", ""
;;1, "PipeType", BEMP_Flt, 6, 1, 0, Opt, "ft",
0, 0, 1003, "PipeType", ""
;;1, "PipeLen", BEMP_Flt, 6, 1, 0, Opt, "ft",
0, 0, 1003, "PipeLength", ""
;;1, "PipeDia", BEMP_Flt, 6, 1, 0, Opt, "in",
0, 0, 1003, "PipeDiameter", ""
;1, "PipeLctn", BEMP_Sym, 1, 1, 0, Opt, "",
0, 0, 1003, "PipeLocation", ""
;1, "LpCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "LoopCount", ""
;;1, "PipeExtraIns", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "PipeExtraInsulation", ""
;;1, "IsHydronic", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "IsHydronic", ""
;;1, "HydPipeHeatLoss", BEMP_Flt, 1, 0, 0, Opt, "�Btu/hr",
0, 0, 1003, "HydronicPipeHeatLoss", ""
;
; ; SAC 1/30/20 - StdSolarSys (tic #3157)
;1, "DHWSolarSysRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "DHWSolarSys", 0, "", 1003, "DHWSolarSystemReference",
"" ; "DHWSolarSys providing inlet water to this DHWSys"
;1, "CSESolarSysSimValid", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CSESolarSystemSimulationValid",
"" ; "Whether or not CSE sim inputs are setup and valid for the assigned
DHWSolarSys"
;1, "StdDsgnSolarSysReqd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "StandardDesignSolarSystemRequired",
"" ; "Whether or not an auto-sized std design DHWSolarSys is requried"
;1, "SolFracType", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "SolarFractionType", ""
;1, "AnnualSolFrac", BEMP_Flt, 1, 0, 0, Pres, "frac",
0, 0, 3008, "AnnualSolarFraction", ""
;;1, "MonthlySolFracs", BEMP_Flt, 12, 1, 0, Opt, "%",
0, 0, 1003, "MonthlySolarFractions", ""
;;1, "AnnualSolFracRpt", BEMP_Flt, 1, 0, 0, Opt, "%",
0, 0, 1003, "AnnualSolarFractionReport", ""
;
;1, "DemRespCompat", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "DemandResponseCompatible",
"" ; "flag indicating demand response compatibility", "" ; SAC 12/03/20
;1, "DemResponsive", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "DemandResponsive",
"" ; "user selection indicating demand responsiveness", ""
;1, "DemResponseCtrl", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "DemandResponseControl",
"" ; RES: DemRespControl "Type of demand response control", ""
;1, "DRTempSetptSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 3, "Type", 3008,
"DemandResponseTemperatureSetpointScheduleReference", "" ; "Hourly demand
response temperature setpoint schedule", ""
;1, "DRSignalSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Sch", 4, "Type", 3008, "DemandResponseSignalScheduleReference",
"" ; "Hourly demand response signal (keyword) schedule", ""
;1, "DemRespValid", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "DemandResponseValid",
"" ; "flag indicating demand response compatibility + inputs valid", ""
;1, "TSetpoint_x", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "TSetpoint_x", "" ; Res: "Expression
used to simulate HPWH temperature setpoint in CSE", ""
;
;1, "Manufacturer", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "Manufacturer", ""
;1, "SolFracFluidSysName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "SolarFractionFluidSystemName", ""
;1, "Brand", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "Brand", ""
;1, "ModelNum", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "ModelNumber", ""
;1, "SRRCCertNum", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "SRRCCertificationNumber", ""
;1, "CollectorType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "CollectorType", ""
;1, "Area", BEMP_Flt, 1, 0, 0, Pres, "ft2",
0, 0, 3008, "Area", ""
;1, "RatedEffCurveSlope", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "RatedEfficiencyCurveSlope", ""
;1, "RatedEffCurveIntercept", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "RatedEfficiencyCurveIntercept", ""
;;1, "Number", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "Number", ""
;1, "SolCollectorCnt", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "SolarCollectorCount", ""
;1, "Fluid", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "Fluid", ""
;1, "AngleFromTrueNorth", BEMP_Flt, 1, 0, 0, Pres, "deg",
0, 0, 3008, "AngleFromTrueNorth", ""
;1, "SlopeFromHorizontal", BEMP_Flt, 1, 0, 0, Pres, "deg",
0, 0, 3008, "SlopeFromHorizontal", ""
;1, "NameOfProgramUsed", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "NameOfProgramUsed", ""
;1, "Version", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3008, "Version", ""
;1, "WtrHtrTankVol", BEMP_Flt, 1, 0, 0, Pres, "gal",
0, 0, 3008, "WaterHeaterTankVolume", ""
;1, "SecondaryTankVol", BEMP_Flt, 1, 0, 0, Pres, "gal",
0, 0, 3008, "SecondaryTankVolume", ""
;1, "NumOfIdenticalDwellingUnits", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "NumberOfIdenticalDwellingUnits", ""
;1, "SolFracRpt", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "SolarFractionReport", ""
;1, "PlenumReport", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "PlenumReport", ""
;1, "OutsideReport", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "OutsideReport", ""
;1, "BuriedReport", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3008, "BuriedReport", ""
;1, "SuppStorTankVol", BEMP_Flt, 1, 0, 0, Pres, "gal",
0, 0, 3008, "SupplementalStorageTankVolume", ""
;
;1, "SimStdEngyUse", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "SimulateStandardEnergyUse", ""
;1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromSizing", ""
;1, "DailyHWConsumption", BEMP_Flt, 1, 0, 0, NInp, "gal/day",
0, 0, 8004, "DailyHotWaterConsumption", "" ; "Daily
hot water consumption" ; SAC 7/7/15
;
;1, "NumSpcClothesWashers", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "NumberSpaceClothesWashers", "" ; SAC
05/31/21 (tic #3262)
;1, "NumSpcDishWashers", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "NumberSpaceDishWashers", ""
;
;// For Creating the Baseline Res Wtr Htr
;1, "ResWtrHtrRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 10001, "ResidentialWaterHeaterReference", ""
;1, "IsBaseSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsBaselineSystem", "" ; SAC 6/3/16 -
used to differentiate input vs. rule library systems
;
;1, "cseDHWSYSRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWSYS", 0, "", 7010, "cseDHWSYSReference", "" ; SAC
5/25/16
;
;1, "HaveShowerDrainHtRcvry", BEMP_Int, 1, 0, 0, Opt,
"", 0, 0, 1003,
"HaveShowerDrainHeatRecovery", "" ; Res: whether or not dwelling unit includes
shower drain heat recovery
;1, "ShowerDrainHtRcvryEff", BEMP_Flt, 1, 0, 0, Opt,
"", 0, 0, 1003,
"ShowerDrainHeatRecoveryEfficiency", ""
;;---------------------------------------------------------------------------------
---------------
;
;;---------------------------------------------------------------------------------
--------------- ResDWHRSys object added SAC 1/21/19
;; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
;0, "ResDWHRSys", "ResidentialDrainWaterHeatRecoverySystem",
"ResDrnWtrHtRecovSys <i>", 0, 0, 0, "Project", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 1, 0, 0, 0, 8000
;;
;; VType NV WA SP US UL UT NO
OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
----------------
;1, "Type", BEMP_Sym, 1, 0, 0, NInp, "", 0, 0,
1003, "Type", ""
;1, "CSARtdEff", BEMP_Flt, 1, 0, 0, Req, "%", 0, 0,
1003, "CSARatedEfficiency", "" ; Res: CSARatedEff
;;---------------------------------------------------------------------------------
---------------
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD
MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
;0, "ResWtrHtr", "ResidentialWaterHeater", "Residential Water Htr <i>", 0,
0, 0, "ResDHWSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 8000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
---------------
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
;1, "ElementType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "ElementType", ""
;1, "HPWHCat", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "HPWHCategory", "" ; RES -
HPWHCategory - SAC 02/25/21
;1, "IsUEFRtd", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "IsUniformEnergyFactorRated", ""
;1, "IsUEFRtdSim", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "IsUniformEnergyFactorRatedSimulated",
""
;1, "IsBuiltUp", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "IsBuiltUp", "" ; "flag indicating
whether CSE whType should be set to 'BuiltUp'" ; SAC 7/1/20
;1, "IsCentralHPWH", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "IsCentralHPWH", "" ; "flag indicating
whether this is a Central HPWH (to enable separate ASHP location/Tex)" ; SAC
7/1/20
;1, "HtPumpWtrHtrNEEARtd", BEMP_Int, 1, 0, 0, CReq, "",
0, 0, 1003, "HeatPumpWaterHeaterNEEARated", ""
;1, "CentralHPWHCprsrType", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3008,
"CentralHeatPumpWaterHeaterCompressorType", "" ; SAC 3/5/20
;1, "HPWHBrand", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "HeatPumpWaterHeaterBrand", ""
;1, "HPWHModel", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "HeatPumpWaterHeaterModel", ""
;1, "HPWHCommProd", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "HPWHCommProd", "" ; RES -
HPWH_ComProduct - SAC 02/25/21
;1, "HPWHCommModel", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "HPWHCommModel", "" ; RES -
HPWHComModel "Commercial model of HPWH"
;1, "AirSrcHtPumpType", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "AirSourceHeatPumpType", ""
;1, "ASHPAutoSize", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ASHPAutoSize", "" ; "flag
indicating CSE simulation DHW ASHP autosizing needed", "" ; SAC 07/05/21 (tic
#1275)
;1, "MakeAndModel", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "MakeAndModel", ""
;1, "TankCat", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "TankCategory", ""
;1, "TankZn", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "TankZone", ""
;1, "TankType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "TankType", ""
;1, "CprsrZn", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "CompressorZone", ""
;1, "InpRating", BEMP_Flt, 1, 0, 0, Req, "Btu/hr",
0, 0, 1003, "InputRating", ""
;1, "InpRatingElec", BEMP_Flt, 1, 0, 0, CReq, "W",
0, 0, 1003, "InputRatingElectric", ""
;1, "EF", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 1003, "EnergyFactor", ""
;1, "UEF", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 1003, "UniformEnergyFactor", ""
;1, "TankVol", BEMP_Flt, 1, 0, 0, CReq, "gal",
0, 0, 1003, "TankVolume", ""
;1, "NonStdTankVol", BEMP_Flt, 1, 0, 0, Opt, "gal",
0, 0, 1003, "NonStandardTankVolume", "" ; "Non-
standard tank volume for DHW loop heater tank" ; SAC 1/10/20 (Com tic #3156)
;1, "FirstHrRating", BEMP_Flt, 1, 0, 0, CReq, "gal",
0, 0, 1003, "FirstHourRating", ""
;1, "RtdFlow", BEMP_Flt, 1, 0, 0, Pres, "GPM",
0, 0, 3208, "RatedFlow", "" ; "max gpm at
67 F temp rise (required for UEF-rated equipment)" ; SAC 5/25/17
;1, "AnnualFuelUse", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 3208, "AnnualFuelUse", "" ; "'yellow
label' annual fuel use in therms (required for UEF-rated equipment)" ; SAC 5/25/17
;1, "AnnualElecUse", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 3208, "AnnualElectricUse", "" ; "'yellow
label' annual electricity use in kWh (required for UEF-rated equipment)" ; SAC
5/25/17
;1, "StdbyElec", BEMP_Flt, 1, 0, 0, Pres, "W",
0, 0, 3208, "StandbyElectric", "" ; "standby
electric power in W (optional for UEF-rated equipment)" ; SAC 5/25/17
;1, "FlowRate", BEMP_Flt, 1, 0, 0, CReq, "gal/min",
0, 0, 1003, "FlowRate", ""
;1, "TankCntSim", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "TankCntSim", "" ; "Tank count to be
simulated" ; SAC 5/28/20
;1, "TankIntInsR", BEMP_Flt, 1, 0, 0, CReq, "�F-ft2-h/Btu",
0, 0, 1003, "TankInteriorInsulationRValue", ""
;1, "TankExtInsR", BEMP_Flt, 1, 0, 0, CReq, "�F-ft2-h/Btu",
0, 0, 1003, "TankExteriorInsulationRValue", ""
;1, "InsRValSim", BEMP_Flt, 1, 0, 0, Pres, "�F-ft2-h/Btu",
0, 0, 1003, "InsRValSim", "" ; "DHW tank
insulation R-value (used in CSE simulation)" ; SAC 5/28/20
;1, "AmbCond", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 1003, "AmbientCondition", ""
;1, "StdbyLossFrac", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 1003, "StandbyLossFraction", ""
;1, "ThrmlEff", BEMP_Flt, 1, 0, 0, CReq, "",
0, 0, 1003, "ThermalEfficiency", ""
;1, "PilotEngy", BEMP_Flt, 1, 0, 0, CReq, "Btu/hr",
0, 0, 1003, "PilotEnergy", ""
;1, "RcvryEff", BEMP_Flt, 1, 0, 0, CReq, "%",
0, 0, 1003, "RecoveryEfficiency", ""
;;1, "CanBeCHWHeater", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "CanBeCombinedHydronicWaterHeater", ""
; SAC 7/8/13
;1, "Cnt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "Count", ""
;
;1, "ExcludeFromSizing", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromSizing", ""
;1, "EffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "EfficiencyReport", ""
;1, "StdbyLossRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "StandbyLossReport", ""
;1, "ElementTypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ElementTypeReport", ""
;1, "TankInsRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "TankInsulationReport", ""
;1, "InpRatingRpt", BEMP_Int, 1, 0, 0, NInp, "kBtu/hr",
0, 0, 1003, "InputRatingReport", ""
;1, "ElecMiniTank", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "ElectricMiniTank", ""
;1, "ElecMiniTankPwr", BEMP_Flt, 1, 0, 0, Opt, "W",
0, 0, 1003, "ElectricMiniTankPower", ""
;1, "TankZnRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "TankZoneReport", ""
;1, "AirSrcHtPumpTempSrc", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1003, "AirSourceHeatPumpTemperatureSource",
"" ; Res: ASHPTSrc - SAC 7/1/20
;
;1, "cseDHWHEATERRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWHEATER", 0, "", 7010, "cseDHWHEATERReference", "" ; SAC
5/28/16
;1, "cseDHWTANKRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWTANK", 0, "", 7010, "cseDHWTANKReference", "" ; SAC
5/30/16
;
;; LDH 170713 - added for UEF input method / SAC 8/21/17 - ported to Com
;1, "UEFModelDrawVar", BEMP_Sym, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelDrawVar", "" ; "Variable used
to determine draw pattern for UEF Conversion"
;1, "UEFModelDrawPattern", BEMP_Sym, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelDrawPattern", "" ; "Draw pattern
for UEF Conversion"
;1, "UEFModelHPDrawnVolume", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFModelHPDrawnVolume", "" ; "The drawn
Volume used in the Heat Pump UEFModel -> UEFNew Conversion Equation"
;
;1, "UEFNewCoef1", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFNewCoef1", "" ; "The first coefficient
in the UEFModel -> UEFNew Conversion Equation"
;1, "UEFNewCoef2", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFNewCoef2", "" ; "The first coefficient
in the UEFModel -> UEFNew Conversion Equation"
;1, "UEFNewCoef3", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFNewCoef3", "" ; "The first coefficient
in the UEFModel -> UEFNew Conversion Equation"
;
;1, "UEFModel", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFModel", "" ; "The Calculated UEF
for the UEF -> EF Conversion Equation"
;1, "UEFModelType", BEMP_Sym, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelType", "" ; "Which Equation Type
is used to determine the UEF -> EF Conversion"
;1, "UEFModelCoef1", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFModelCoef1", "" ; "The first coefficient
in the UEFModel -> EF Conversion Equation"
;1, "UEFModelCoef2", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFModelCoef2", "" ; "The first coefficient
in the UEFModel -> EF Conversion Equation"
;1, "UEFModelCoef3", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFModelCoef3", "" ; "The first coefficient
in the UEFModel -> EF Conversion Equation"
;1, "UEFModelCoef4", BEMP_Flt, 1, 1, 0, NInp, "", 0,
0, 1003, "UEFModelCoef4", "" ; "The first coefficient
in the UEFModel -> EF Conversion Equation"
;
;1, "UEFModelCalcEF", BEMP_Flt, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelCalcEF", "" ; "DHW system energy
factor calculated from UEF"
;1, "UEFModelCalcRE", BEMP_Flt, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelCalcRE", "" ; "DHW system recovery
efficiency calculated from UEF"
;1, "UEFModelCalcSL", BEMP_Flt, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelCalcSL", "" ; "DHW system recovery
efficiency calculated from UEF"
;1, "UEFModelCalcTE", BEMP_Flt, 1, 0, 0, NInp, "", 0,
0, 1003, "UEFModelCalcTE", "" ; "DHW system recovery
efficiency calculated from UEF"
;
;; LDH 170721 - added for MinUEF Calculations / SAC 8/21/17 - ported to Com
;1, "UEFMinTankVolCatIdx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "UEFMinTankVolCatIdx","" ; "Volume Category Index
for consumer UEF rated DHW Heaters"
;1, "UEFMinCoef1", BEMP_Flt, 1, 1, 0, NInp, "",
0, 0, 1003, "UEFMinCoef1", "" ; "The first coefficient
in the UEFMin eqn for conusmer UEF rated DHW Heaters"
;1, "UEFMinCoef2", BEMP_Flt, 1, 1, 0, NInp, "",
0, 0, 1003, "UEFMinCoef2", "" ; "The second
coefficient in the UEFMin eqn for conusmer UEF rated DHW Heaters"
;;---------------------------------------------------------------------------------
---------------
;
;;---------------------------------------------------------------------------------
--------------- SAC 1/10/20 (Com tic #3156)
;; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
;0, "ResLpTankHtr", "ResidentialLoopTankHeater", "Residential Loop Tank Htr
<i>", 0, 0, 0, "ResDHWSys", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 0, 8000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
---------------
;;1, "whType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3201, "whType", "" ; "Type of water
heater"
;;1, "whHeatSrc", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3201, "whHeatSrc", "" ; "Fuel source for
water heater"
;1, "whMult", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3201, "whMult", "" ; "Water heater
multiplier"
;1, "whXBUEndUse", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "whXBUEndUse", "" ; "enduse to accumulate
ASHPX backup heat elec use"
;1, "whEF", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3201, "whEF", "" ; "Water heater energy
factor (for small storage & instantaneous)"
;1, "whResHtPwr", BEMP_Flt, 1, 0, 1, NInp, "W",
0, 0, 3201, "whResHtPwr", "" ; "Water heater
resistance heat power (watts)"
;1, "whVol", BEMP_Flt, 1, 0, 1, NInp, "gal",
0, 0, 3208, "whVol", "" ; "Water heater tank
volume (must be 0 or undefined for instantaneous)"
;
;1, "TankZn", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1003, "TankZone", ""
;;1, "TankOutside", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "TankOutside", "" ; "Whether or not DHW
tank is outside"
;;1, "TankZone", BEMP_Obj, 1, 0, 0, NInp, "",
0, 5, "Garage", 0, "", "Zone", 0, "", "Attic", 0, "", "CrawlSpace", 0, "",
"OtherZone", 231, "SpcFunc", 1080, "TankZone", "" ; "Location of DHW
tank"
;;---------------------------------------------------------------------------------
---------------
;
;;---------------------------------------------------------------------------------
--------------- SAC 1/30/20 - StdSolarSys (tic #3157)
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-
;0, "DHWSolarSys", "DHW Solar System", "DHW Solar System <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 8000
;;
;; VType NV WA SP UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
---------------------
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
----------------
;1, "Manufacturer", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "Manufacturer", "" ;
"DHW solar collector manufacturer"
;1, "Brand", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "Brand", "" ;
"DHW solar collector brand"
;1, "Model", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "Model", "" ;
"DHW solar collector model"
;1, "CertID", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "CertifiedID", "" ;
"DHW solar collector SRCC/IAPMO number"
;
;1, "Cnt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1003, "Count", "" ;
"number of DHW solar collectors"
;1, "CntFlt", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1003, "CountFloat", "" ;
"number of DHW solar collectors (fractional)"
;1, "Area", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 1003, "Area", "" ;
"DHW solar collector area (converted to ft2)"
;1, "EffCurveYInt", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1003, "EfficiencyCurveYIntercept", "" ;
"DHW solar collector efficiency curve Y-intercept"

;1, "EffCurveSlope", BEMP_Flt, 1, 0, 0, NInp, "W/m2�C",


0, 0, 1003, "EfficiencyCurveSlope", "" ;
"DHW solar collector efficiency curve slope"
;
;1, "Az", BEMP_Flt, 1, 1, 0, Req, "deg",
0, 0, 1003, "Azimuth", "" ;
"DHW solar collector azimuth (in degrees, 0=N, 90=E, ...)"
;1, "Tilt", BEMP_Flt, 1, 1, 0, Req, "deg",
0, 0, 1003, "Tilt", "" ;
"DHW solar collector tilt (in degrees, 0-horizontal, 90-vertical)"
;
;1, "TankVol", BEMP_Flt, 1, 1, 0, Opt, "gal",
0, 0, 1003, "TankVolume", "" ;
"DHW solar system tank volume"
;
;1, "CalculatedSSF", BEMP_Flt, 1, 1, 0, NInp, "frac",
0, 0, 1003, "CalculatedSSF", "" ;
"Calculated annual solar savings fraction"
;
;1, "ErrID", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ErrorID", "" ; "ID
of error (in inputs)"
;1, "ErrMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ErrorMessage", "" ;
"error message"
;
;1, "FloorAreaServed", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 8008, "FloorAreaServed", "" ;
"Floor area served by this DHWSolarSys"
;1, "DwellUnitsServed", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 8008, "DwellingUnitsServed", "" ;
"Dwelling units served by this DHWSolarSys"
;1, "BedroomsServed", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 8008, "BedroomsServed", "" ;
"Bedrooms served by this DHWSolarSys"
;1, "GuestRoomsServed", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 8008, "GuestRoomsServed", "" ;
added to facilitate solar panel count defaulting for hotel/motel guest rooms - SAC
05/04/21
;
;1, "cseDHWSOLARSYSRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWSOLARSYS", 0, "", 7010, "cseDHWSOLARSYSRef", "" ;
"CSE DHWSOLARSYS component"
;1, "cseDHWSOLARCOLLECTORRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "cseDHWSOLARCOLLECTOR", 0, "", 7010, "cseDHWSOLARCOLLECTORRef", "" ;
"CSE DHWSOLARCOLLECTOR component"
;1, "CSESimValid", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "CSESimValid", "" ;
"Whether or not CSE sim inputs are setup and valid for this DHWSolarSys"

;1, "StdDsgnCntFloat", BEMP_Flt, 2, 1, 0, NInp, "",


0, 0, 1003, "StdDsgnCntFloat", "" ;
"number of Std Design DHW solar collectors (1-lo, 2-hi)"
;1, "StdDsgnSSFCalced", BEMP_Flt, 2, 1, 0, NInp, "",
0, 0, 1003, "StdDsgnSSFCalced", "" ;
"SSFs calculated in std design sizing run (1-lo, 2-hi)"
;1, "RequiredSSF", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1003, "RequiredSSF", "" ;
"SSF required by code"
;1, "IsStdSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "IsStdSys", "" ;
"flag indicating this is a std design system (needing auto-sizing)"
;1, "NumHPWHNeedingSizing", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumHPWHNeedingSizing", "" ;
"number of DHWSystems served that require CSE HPWH sizing performed" ; SAC
2/11/20 (Res tic #862)
;1, "SolarSysSzExpCol", BEMP_Obj, 10, 1, 0, NInp, "",
0, 1, "cseEXPORTCOL", 0, "", 7010, "SolarSysSzExpCol", "" ;
"cseEXPORTCOL to export DHWSys/DHWSolarSys data/results"
;1, "CSE_PropSSFExpCol", BEMP_Obj, 5, 1, 0, NInp, "",
0, 1, "cseEXPORTCOL", 0, "", 7010, "CSE_PropSSFExpCol", "" ;
"EXPORTCOLs used to export DHWSolarSys SSF results"
;;---------------------------------------------------------------------------------
---------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "DesignDay", "DesignDay", "Design Day <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Type", ""
1, "DsgnDB", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "DesignDryBulb", ""
1, "DsgnDBRng", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "DesignDryBulbRange", ""
1, "CoinWB", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "CoincidentWetBulb", ""
1, "WindSpd", BEMP_Flt, 1, 0, 0, Req, "mph",
0, 0, 1001, "WindSpeed", ""
1, "WindDirection", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "WindDirection", ""
1, "SkyClear", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 1001, "SkyClearness", ""
1, "Month", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "Month", ""
1, "Day", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "MonthDay", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3 P4
P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR
IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "Hol", "Holiday", "Holiday <i>", 300, 0, 0, "Project", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 1,
0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "SpecMthd", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 10501, "SpecificationMethod", ""
1, "DayOfWeek", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 39110, "DayOfWeek", ""
1, "Month", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 39110, "Month", ""
1, "Day", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 39110, "Day", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvLin", "CurveLinear", "Crv-Linear <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvQuad", "CurveQuadratic", "Crv-Quad <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "Coef3", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient3", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvCubic", "CurveCubic", "Crv-Cubic <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "Coef3", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient3", ""
1, "Coef4", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient4", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvDblQuad", "CurveDoubleQuadratic", "Crv-DblQuad <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "Coef3", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient3", ""
1, "Coef4", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient4", ""
1, "Coef5", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient5", ""
1, "Coef6", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient6", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MaxVar2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable2", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
1, "MinVar2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable2", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvMapSglVar", "CurveMapSingleVariable", "Crv-MapSglVar <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------

1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3004, "Type", ""
1, "InterpMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3004, "InterpolationMethod", ""
1, "NormalizationPt", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "NormalizationPoint", ""
1, "UnitTypeVar1", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "UnitTypeVariable1", ""
1, "UnitTypeOut", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "UnitTypeOutput", ""

1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "MaximumOutput", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""

1, "ArrayVar1", BEMP_Flt, 30, 1, 1, Opt, "",


0, 0, 3008, "ArrayVariable1", ""
1, "ArrayOut", BEMP_Flt, 30, 1, 1, Opt, "",
0, 0, 3008, "ArrayOutput", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvMapDblVar", "CurveMapDoubleVariable", "Crv-MapDblVar <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------

1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",


0, 0, 3004, "Type", ""
1, "InterpMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3004, "InterpolationMethod", ""
1, "NormalizationPt", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "NormalizationPoint", ""
1, "UnitTypeVar1", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "UnitTypeVariable1", ""
1, "UnitTypeVar2", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "UnitTypeVariable2", ""
1, "UnitTypeOut", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "UnitTypeOutput", ""

1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",


0, 0, 3008, "MaximumOutput", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MaxVar2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable2", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
1, "MinVar2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable2", ""

1, "ArrayVar1", BEMP_Flt, 60, 1, 1, Opt, "",


0, 0, 3008, "ArrayVariable1", ""
1, "ArrayVar2", BEMP_Flt, 60, 1, 1, Opt, "",
0, 0, 3008, "ArrayVariable2", ""
1, "ArrayOut", BEMP_Flt, 60, 1, 1, Opt, "",
0, 0, 3008, "ArrayOutput", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "EUseSummary", "EUseSummary", "Enduse Summary <i>", 6, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Title1", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; array len 10->16 to allow
for SrcEnergy & SrcEnergyPrime results - SAC 6/27/19
1, "Title2", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; array len 16->23 to allow
for C02 emissions results (Prop Elec/Fuel/Tot, Std Elec/Fuel/Tot & Margin) - SAC
9/11/19 (tic #3106)
1, "Title3", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse1", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse2", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse3", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse4", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse5", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse6", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse7", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse8", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse9", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse10", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse11", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse12", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse13", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse14", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse15", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse16", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; added Efficiency Total for
2022 - SAC 12/11/21
1, "EnduseFlex", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; Flexibility compliance
credit - SAC 9/15/20
1, "ZoneUMLHsLoaded", BEMP_Int, 2, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "ZoneUMLHs", BEMP_Str, 2, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "HaveZoneUMLHsMsg", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "ZoneUMLHsMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "ZoneUMLHsLink", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "SimSummary", BEMP_Str, 3, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "PassFail", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "MetricPassFail", BEMP_Str, 10, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "ComplyMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "StdPVBatteryMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "CommunitySolMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", "" ; SAC 06/04/22
1, "AnalysisValid", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 39110, "", "" ; SAC 05/06/23 (gh NRes PRF
schema issue #51)

1, "PctSavingsTDV", BEMP_Flt, 1, 1, 0, Pres, "%",


0, 0, 7010, "", "" ; "Percent TDV savings
(standard minus proposed / standard results)"
1, "PctSavingsEffTDV", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Efficiency TDV
savings (standard efficiency minus proposed efficiency / standard efficiency
results)" ; SAC 12/11/21
1, "PctSavingsCmpTDV", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Compliance TDV
savings (standard compliance minus proposed compliance / standard compliance
results)"
1, "PctSavTDVLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent TDV savings
(standard minus proposed / standard results)"
1, "PctSavEffTDVLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Efficiency
TDV savings (standard efficiency minus proposed efficiency / standard efficiency
results)" ; SAC 12/11/21
1, "PctSavCmpTDVLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Compliance
TDV savings (standard compliance minus proposed compliance / standard compliance
results)"

1, "PctSavingsSLCC", BEMP_Flt, 1, 1, 0, Pres, "%",


0, 0, 7010, "", "" ; "Percent SLCC savings
(standard minus proposed / standard results)" ; SAC 12/01/22
1, "PctSavingsEffSLCC", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Efficiency SLCC
savings (standard efficiency minus proposed efficiency / standard efficiency
results)" ; SAC 12/11/21
1, "PctSavingsCmpSLCC", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Compliance SLCC
savings (standard compliance minus proposed compliance / standard compliance
results)"
1, "PctSavSLCCLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent SLCC
savings (standard minus proposed / standard results)"
1, "PctSavEffSLCCLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Efficiency
SLCC savings (standard efficiency minus proposed efficiency / standard efficiency
results)" ; SAC 12/11/21
1, "PctSavCmpSLCCLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Compliance
SLCC savings (standard compliance minus proposed compliance / standard compliance
results)"

1, "PctSavingsSrc", BEMP_Flt, 1, 1, 0, Pres, "%",


0, 0, 7010, "", "" ; "Percent SourceEnergy savings
(standard minus proposed / standard results)" - SAC 6/27/19
1, "PctSavingsEffSrc", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Compliance
SourceEnergy savings (standard compliance minus proposed compliance / standard
compliance results)"
1, "PctSavingsCmpSrc", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Compliance
SourceEnergy savings (standard compliance minus proposed compliance / standard
compliance results)"
1, "PctSavSrcLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent
SourceEnergy savings (standard minus proposed / standard results)"
1, "PctSavEffSrcLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Compliance
SourceEnergy savings (standard compliance minus proposed compliance / standard
compliance results)"
1, "PctSavCmpSrcLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Compliance
SourceEnergy savings (standard compliance minus proposed compliance / standard
compliance results)"

1, "PctSavingsSrcPrm", BEMP_Flt, 1, 1, 0, Pres, "%",


0, 0, 7010, "", "" ; "Percent SourceEnergyPrime
savings (standard minus proposed / standard results)" - SAC 6/27/19
1, "PctSavingsCmpSrcPrm", BEMP_Flt, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Percent Compliance
SourceEnergyPrime savings (standard compliance minus proposed compliance / standard
compliance results)"
1, "PctSavSrcPrmLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent
SourceEnergyPrime savings (standard minus proposed / standard results)"
1, "PctSavCmpSrcPrmLbl", BEMP_Str, 1, 1, 0, Pres, "%",
0, 0, 7010, "", "" ; "Label of percent Compliance
SourceEnergyPrime savings (standard compliance minus proposed compliance / standard
compliance results)"

1, "MarginkW", BEMP_Flt, 1, 1, 0, Pres, "kW",


0, 0, 7010, "", "" ; "Electric kW margin (savings:
standard minus proposed design results)"
1, "MarginMWh", BEMP_Flt, 1, 1, 0, Pres, "MWh",
0, 0, 7010, "", "" ; "Electric kWh margin
(savings: standard minus proposed design results)"
1, "MarginMBtu", BEMP_Flt, 1, 1, 0, Pres, "MBtu",
0, 0, 7010, "", "" ; "Natural Gas Therms margin
(savings: standard minus proposed design results) (does not include Other fuel(s))"

1, "CALGreenResult", BEMP_Int, 1, 0, 0, Pres, "",


0, 0, 1001, "CALGreenResult", "" ; Undef-not
attempted / 0-unqualified / >0 meets that tier level - SAC 4/20/19 (tic #2925)
1, "CALGreenResultMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "CALGreenResultMessage", "" ; Message
describing CALGreen result
1, "PVBattResultsValid", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "PhotovoltaicBatteryResultsValid", ""
; flag 0/1 whether PV/Batt results valid - SAC 9/13/19 (tic #3106)

; SAC 1/30/20 - StdSolarSys (tic #3157)


1, "PropDHWNames_SSF", BEMP_Str, 10, 1, 0, Pres, "",
0, 0, 39110, "ProposedDHWNames_SSF", ""
1, "PropDHW_SSF", BEMP_Flt, 10, 1, 0, Pres, "frac",
0, 0, 39110, "ProposedDHW_SSF", ""
1, "StdDHW_SSF", BEMP_Flt, 1, 0, 0, Pres, "frac",
0, 0, 39110, "StandardDHW_SSF", ""
1, "DHW_SSF_Summary", BEMP_Str, 3, 1, 0, Pres, "",
0, 0, 39110, "DHW_SSF_Summary", "" ; SAC
9/17/20 (tic #3215)

; SAC 2/16/20 - add in PV export results (primarily for 2022 research)


1, "PropPV_Size", BEMP_Flt, 1, 0, 0, Pres, "kWdc",
0, 0, 39110, "ProposedPV_Size", "" ; SAC 11/21/22
1, "PropPV_SizeMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "ProposedPV_SizeMessage", ""
1, "PropPV_Total", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "ProposedPV_Total", ""
1, "PropPV_Export", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "ProposedPV_Export", ""
1, "PropPV_PctExport", BEMP_Flt, 1, 0, 0, Pres, "%",
0, 0, 39110, "ProposedPV_PercentExport", ""
1, "PropBatt_Size", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "ProposedBattery_Size", ""
1, "PropBatt_Pwr", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "ProposedBattery_Power", ""
1, "StdPV_Size", BEMP_Flt, 1, 0, 0, Pres, "kWdc",
0, 0, 39110, "StandardPV_Size", ""
1, "StdPV_Total", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "StandardPV_Total", ""
1, "StdPV_Export", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "StandardPV_Export", ""
1, "StdPV_PctExport", BEMP_Flt, 1, 0, 0, Pres, "%",
0, 0, 39110, "StandardPV_PercentExport", ""
1, "StdBatt_Size", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "StandardBattery_Size", ""
1, "StdBatt_Pwr", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "StandardBattery_Power", ""

1, "StdDHWNoSlrSysEnergy", BEMP_Flt, 3, 1, 0, Pres, "",


0, 0, 39110, "StandardDHWNoSolarSystemEnergy",
"" ; "Standard design energy use of DHW w/out SolarSys [1-ElecKWH, 2-NGasKBtu,
3-OthrKBtu]" ; SAC 9/10/20
1, "StdDHWNoSlrSysTDV", BEMP_Flt, 3, 1, 0, Pres, "kTDV",
0, 0, 39110, "StandardDHWNoSolarSystemTDV",
"" ; "Standard design kTDV of DHW w/out SolarSys [1-Elec, 2-NGas, 3-Othr]"
1, "StdDHWNoSlrSysTotTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV",
0, 0, 39110, "StandardDHWNoSolarSystemTotalTDV",
"" ; "Standard design kTDV of DHW w/out SolarSys (sum across all fuels)"
1, "StdResDHWTotTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV",
0, 0, 39110, "StandardResidentialDHWTotalTDV",
"" ; "Standard design kTDV of Residential DHW (sum across all fuels)" - SAC
10/8/20 (tic #3218)
1, "FlexibilityTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "FlexibilityTDV",
"" ; Flexibility TDV to facilitate summary results CSV export -
SAC 9/16/20
1, "TDVof1KWCFIPV", BEMP_Flt, 1, 0, 0, Pres, "kTDV",
0, 0, 39110, "TDVof1KWCFIPV",
"" ; TDV of a generic 1kW CFI PV array
1, "ReqdPV_SolThrml", BEMP_Flt, 1, 0, 0, Pres, "kWdc",
0, 0, 39110, "RequiredPV_SolarThermal",
"" ; kW of required PV array due to solar thermal credit - SAC 9/15/20
1, "CommunitySlrPVPwr", BEMP_Flt, 1, 0, 0, Pres, "kWdc",
0, 0, 1046, "Power of Community Solar system needed
to offset Standard Design", "" ; SAC 06/03/22

1, "SelfUtil_EffTDVCap", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-


yr", 0, 0, 1046, "Max Self Util credit kTDV/ft2-yr
based on StdEffTDV * GridHarmCredPk( by CZ )", "" ; SAC 06/05/22
1, "SelfUtil_EffTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-
yr", 0, 0, 1046, "Max Self Util credit TDV based on
StdEffTDV * GridHarmCredPk( by CZ )", ""
1, "SelfUtil_PropBattTDVFrac", BEMP_Flt, 1, 0, 0, Pres, "frac",
0, 0, 1046, "fraction of Proposed Battery TDV shifted
from Battery to Flexibility enduses", ""
1, "SelfUtil_PropBattTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-
yr", 0, 0, 1046, "Proposed Battery TDV shifted from
Battery to Flexibility enduses", ""
1, "SelfUtil_PropBattElec", BEMP_Flt, 1, 0, 0, Pres, "MWh",
0, 0, 1046, "Proposed Battery Elec Energy shifted from
Battery to Flexibility enduses", ""
1, "SelfUtil_PropBattDemand", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 1046, "Proposed Battery Elec Demand shifted from
Battery to Flexibility enduses", ""
1, "SelfUtil_PropBattSrc", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-
yr", 0, 0, 1046, "Proposed Battery Source Energy
shifted from Battery to Flexibility enduses", ""
1, "SelfUtil_PropBattCO2", BEMP_Flt, 1, 0, 0, Pres, "tonne",
0, 0, 1046, "Proposed Battery CO2 emissions shifted from
Battery to Flexibility enduses", ""

1, "NRCCPRFPayldTransID", BEMP_Str, 1, 0, 0, Pres, "",


0, 0, 1001, "NRCCPRFPayloadTransactionID", "" ;
report NRCC PRF report gen transaction ID & date/time to BEMBase - SAC 12/05/21
1, "NRCCPRFPayldProcDate", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "NRCCPRFPayloadProcessingDate", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "EnergyUse", "EnergyUse", "Enduse Energy Use <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "EnduseName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "EnduseName", "" ; "Primary enduse name",
""
1, "ProposedTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "ProposedTDV", "" ; "Proposed TDV run
result for this enduse", ""
1, "StandardTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StandardTDV", "" ; "Standard TDV run
result for this enduse", ""
1, "CompMarginTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "CompMarginTDV", "" ; "Difference (Std-Prop
TDV) for this enduse", ""
1, "PctImproveTDV", BEMP_Flt, 10, 1, 0, Pres, "%",
0, 0, 39110, "PctImproveTDV", "" ; "Percent improvement
(Std -> Prop TDV) for this enduse", ""
1, "PropElecEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "PropElecEnergy", "" ; "Proposed run Electric
energy use for this enduse", ""
1, "PropNatGasEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "PropNatGasEnergy", "" ; "Proposed run Natural
Gas energy use for this enduse", ""
1, "PropOtherEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "PropOtherEnergy", "" ; "Proposed run Other
Fuel energy use for this enduse", ""
1, "PropTotalEnergy", BEMP_Flt, 1, 0, 0, Pres, "kBTU/ft2-yr",
0, 0, 39110, "PropTotalEnergy", "" ; "Proposed run TOTAL
energy use for this enduse", ""
1, "PropElecDemand", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "PropElecDemand", "" ; "Proposed run Electric
demand for this enduse", ""

1, "PropElecResEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",


0, 0, 39110, "PropElecResEnergy", "" ; "Proposed run Electric
energy use for this enduse", ""
1, "PropNatGasResEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "PropNatGasResEnergy", "" ; "Proposed run Natural
Gas energy use for this enduse", ""
1, "PropOtherResEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "PropOtherResEnergy", "" ; "Proposed run Other
Fuel energy use for this enduse", ""
1, "PropTotalResEnergy", BEMP_Flt, 1, 0, 0, Pres, "kBTU/ft2-yr",
0, 0, 39110, "PropTotalResEnergy", "" ; "Proposed run TOTAL
energy use for this enduse", ""
1, "PropElecResDemand", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "PropElecResDemand", "" ; "Proposed run Electric
demand for this enduse", ""

1, "StdElecEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",


0, 0, 39110, "StdElecEnergy", "" ; "Standard run Electric
energy use for this enduse", ""
1, "StdNatGasEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "StdNatGasEnergy", "" ; "Standard run Natural
Gas energy use for this enduse", ""
1, "StdOtherEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "StdOtherEnergy", "" ; "Standard run Other
Fuel energy use for this enduse", ""
1, "StdTotalEnergy", BEMP_Flt, 1, 0, 0, Pres, "kBTU/ft2-yr",
0, 0, 39110, "StdTotalEnergy", "" ; "Standard run TOTAL
energy use for this enduse", ""
1, "StdElecDemand", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "StdElecDemand", "" ; "Standard run Electric
demand for this enduse", ""

1, "StdElecResEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",


0, 0, 39110, "StdElecResEnergy", "" ; "Standard run Electric
energy use for this enduse", ""
1, "StdNatGasResEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "StdNatGasResEnergy", "" ; "Standard run Natural
Gas energy use for this enduse", ""
1, "StdOtherResEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "StdOtherResEnergy", "" ; "Standard run Other
Fuel energy use for this enduse", ""
1, "StdTotalResEnergy", BEMP_Flt, 1, 0, 0, Pres, "kBTU/ft2-yr",
0, 0, 39110, "StdTotalResEnergy", "" ; "Standard run TOTAL
energy use for this enduse", ""
1, "StdElecResDemand", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "StdElecResDemand", "" ; "Standard run Electric
demand for this enduse", ""

1, "StdElecEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres, "kWh",


0, 0, 39110, "StdElecEnergyByOrient", "" ; "Standard run
Electric energy use for this enduse (by orientation)", ""
1, "StdNatGasEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres,
"therms", 0, 0, 39110, "StdNatGasEnergyByOrient", "" ;
"Standard run Natural Gas energy use for this enduse (by orientation)", ""
1, "StdOtherEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres,
"therms", 0, 0, 39110, "StdOtherEnergyByOrient", "" ;
"Standard run Other Fuel energy use for this enduse (by orientation)", ""
1, "StdTotalEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres,
"kBTU/ft2-yr", 0, 0, 39110, "StdTotalEnergyByOrient", "" ;
"Standard run TOTAL energy use for this enduse (by orientation)", ""
1, "StdElecDemandByOrient", BEMP_Flt, 4, 1, 0, Pres, "kW",
0, 0, 39110, "StdElecDemandByOrient", "" ; "Standard run
Electric demand for this enduse (by orientation)", ""

1, "StdElecResEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres, "kWh",


0, 0, 39110, "StdElecResEnergyByOrient", "" ; "Standard run
Electric energy use for this enduse (by orientation)", ""
1, "StdNatGasResEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres,
"therms", 0, 0, 39110, "StdNatGasResEnergyByOrient", "" ;
"Standard run Natural Gas energy use for this enduse (by orientation)", ""
1, "StdOtherResEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres,
"therms", 0, 0, 39110, "StdOtherResEnergyByOrient", "" ;
"Standard run Other Fuel energy use for this enduse (by orientation)", ""
1, "StdTotalResEnergyByOrient", BEMP_Flt, 4, 1, 0, Pres,
"kBTU/ft2-yr", 0, 0, 39110, "StdTotalResEnergyByOrient", "" ;
"Standard run TOTAL energy use for this enduse (by orientation)", ""
1, "StdElecResDemandByOrient", BEMP_Flt, 4, 1, 0, Pres, "kW",
0, 0, 39110, "StdElecResDemandByOrient", "" ; "Standard run
Electric demand for this enduse (by orientation)", ""

1, "PropElecTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",


0, 0, 39110, "PropElecTDV", "" ; "Proposed run Electric
TDV for this enduse", ""
1, "PropNatGasTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "PropNatGasTDV", "" ; "Proposed run Natural
Gas TDV for this enduse", ""
1, "PropOtherTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "PropOtherTDV", "" ; "Proposed run Other
Fuel TDV for this enduse", ""

1, "PropElecResTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",


0, 0, 39110, "PropElecResTDV", "" ; "Proposed run Electric
TDV for this enduse", ""
1, "PropNatGasResTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "PropNatGasResTDV", "" ; "Proposed run Natural
Gas TDV for this enduse", ""
1, "PropOtherResTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "PropOtherResTDV", "" ; "Proposed run Other
Fuel TDV for this enduse", ""

1, "StdElecTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",


0, 0, 39110, "StdElecTDV", "" ; "Standard run Electric
TDV for this enduse", ""
1, "StdNatGasTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StdNatGasTDV", "" ; "Standard run Natural
Gas TDV for this enduse", ""
1, "StdOtherTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StdOtherTDV", "" ; "Standard run Other
Fuel TDV for this enduse", ""

1, "StdElecResTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",


0, 0, 39110, "StdElecResTDV", "" ; "Standard run Electric
TDV for this enduse", ""
1, "StdNatGasResTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StdNatGasResTDV", "" ; "Standard run Natural
Gas TDV for this enduse", ""
1, "StdOtherResTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StdOtherResTDV", "" ; "Standard run Other
Fuel TDV for this enduse", ""

1, "PropElecSupEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",


0, 0, 39110, "PropElecSupEnergy", "" ; "Proposed run Electric
energy SUPPLY for this enduse (negative value)", "" ; SAC 9/7/18
1, "PropElecSupTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "PropElecSupTDV", "" ; "Proposed run Electric
SUPPLY TDV for this enduse (negative value)", ""
1, "PropElecSupTDS", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "PropElecSupTDS", "" ; "Proposed run Electric
SUPPLY TDS for this enduse (negative value)", ""
1, "StdElecSupEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "StdElecSupEnergy", "" ; "Standard run Electric
energy SUPPLY for this enduse (negative value)", ""
1, "StdElecSupTDV", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StdElecSupTDV", "" ; "Standard run Electric
SUPPLY TDV for this enduse (negative value)", ""
1, "StdElecSupTDS", BEMP_Flt, 1, 0, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StdElecSupTDS", "" ; "Standard run Electric
SUPPLY TDS for this enduse (negative value)", ""

1, "PropElecCost", BEMP_Flt, 1, 0, 0, Pres, "$",


0, 0, 39110, "PropElecCost", "" ; "Proposed run Electric
energy cost for this enduse", ""
1, "PropNatGasCost", BEMP_Flt, 1, 0, 0, Pres, "$",
0, 0, 39110, "PropNatGasCost", "" ; "Proposed run Natural
Gas energy cost for this enduse", ""
1, "PropOtherCost", BEMP_Flt, 1, 0, 0, Pres, "$",
0, 0, 39110, "PropOtherCost", "" ; "Proposed run Other
Fuel energy cost for this enduse", ""
1, "PropTotalCost", BEMP_Flt, 1, 0, 0, Pres, "$",
0, 0, 39110, "PropTotalCost", "" ; "Proposed run TOTAL
energy cost for this enduse", ""

1, "StdElecCost", BEMP_Flt, 1, 0, 0, Pres, "$",


0, 0, 39110, "StdElecCost", "" ; "Standard run Electric
energy cost for this enduse", ""
1, "StdNatGasCost", BEMP_Flt, 1, 0, 0, Pres, "$",
0, 0, 39110, "StdNatGasCost", "" ; "Standard run Natural
Gas energy cost for this enduse", ""
1, "StdOtherCost", BEMP_Flt, 1, 0, 0, Pres, "$",
0, 0, 39110, "StdOtherCost", "" ; "Standard run Other
Fuel energy cost for this enduse", ""
1, "StdTotalCost", BEMP_Flt, 1, 0, 0, Pres, "$",
0, 0, 39110, "StdTotalCost", "" ; "Standard run TOTAL
energy cost for this enduse", ""

1, "StdElecCostByOrient", BEMP_Flt, 4, 1, 0, Pres, "$",


0, 0, 39110, "StdElecCostByOrient", "" ; "Standard run Electric
energy cost for this enduse (by orientation)", ""
1, "StdNatGasCostByOrient", BEMP_Flt, 4, 1, 0, Pres, "$",
0, 0, 39110, "StdNatGasCostByOrient", "" ; "Standard run Natural
Gas energy cost for this enduse (by orientation)", ""
1, "StdOtherCostByOrient", BEMP_Flt, 4, 1, 0, Pres, "$",
0, 0, 39110, "StdOtherCostByOrient", "" ; "Standard run Other
Fuel energy cost for this enduse (by orientation)", ""
1, "StdTotalCostByOrient", BEMP_Flt, 4, 1, 0, Pres, "$",
0, 0, 39110, "StdTotalCostByOrient", "" ; "Standard run TOTAL
energy cost for this enduse (by orientation)", ""

1, "PropElecTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",


0, 0, 39110, "PropElecTDS", "" ; "Proposed run Electric
TDS (source energy) for this enduse", ""
1, "PropNatGasTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "PropNatGasTDS", "" ; "Proposed run Natural
Gas TDS (source energy) for this enduse", ""
1, "PropOtherTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "PropOtherTDS", "" ; "Proposed run Other
Fuel TDS (source energy) for this enduse", ""
1, "ProposedTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "ProposedTDS", "" ; "Proposed TDS (source
energy) run result for this enduse", ""

1, "StdElecTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",


0, 0, 39110, "StdElecTDS", "" ; "Standard run Electric
TDS (source energy) for this enduse", ""
1, "StdNatGasTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StdNatGasTDS", "" ; "Standard run Natural
Gas TDS (source energy) for this enduse", ""
1, "StdOtherTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StdOtherTDS", "" ; "Standard run Other
Fuel TDS (source energy) for this enduse", ""
1, "StandardTDS", BEMP_Flt, 1, 0, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StandardTDS", "" ; "Standard TDS (source
energy) run result for this enduse", ""

1, "ProposedSrc", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",


0, 0, 39110, "ProposedSrc", "" ; "Proposed SourceEnergy
run result for this enduse", ""
1, "StandardSrc", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StandardSrc", "" ; "Standard SourceEnergy
run result for this enduse", ""
1, "CompMarginSrc", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "CompMarginSrc", "" ; "Difference (Std-Prop
SourceEnergy) for this enduse", ""
1, "PctImproveSrc", BEMP_Flt, 10, 1, 0, Pres, "%",
0, 0, 39110, "PctImproveSrc", "" ; "Percent improvement
(Std -> Prop SourceEnergy) for this enduse", ""

1, "ProposedResSrc", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",


0, 0, 39110, "ProposedResSrc", "" ; "Proposed SourceEnergy
run result for this enduse", ""
1, "StandardResSrc", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StandardResSrc", "" ; "Standard SourceEnergy
run result for this enduse", ""
1, "CompMarginResSrc", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "CompMarginResSrc", "" ; "Difference (Std-Prop
SourceEnergy) for this enduse", ""
1, "PctImproveResSrc", BEMP_Flt, 10, 1, 0, Pres, "%",
0, 0, 39110, "PctImproveResSrc", "" ; "Percent improvement
(Std -> Prop SourceEnergy) for this enduse", ""

1, "ProposedSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",


0, 0, 39110, "ProposedSrcPrm", "" ; "Proposed
SourceEnergyPrime run result for this enduse", ""
1, "StandardSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StandardSrcPrm", "" ; "Standard
SourceEnergyPrime run result for this enduse", ""
1, "CompMarginSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "CompMarginSrcPrm", "" ; "Difference (Std-Prop
SourceEnergyPrime) for this enduse", ""
1, "PctImproveSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "%",
0, 0, 39110, "PctImproveSrcPrm", "" ; "Percent improvement
(Std -> Prop SourceEnergyPrime) for this enduse", ""

1, "ProposedResSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",


0, 0, 39110, "ProposedResSrcPrm", "" ; "Proposed
SourceEnergyPrime run result for this enduse", ""
1, "StandardResSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "StandardResSrcPrm", "" ; "Standard
SourceEnergyPrime run result for this enduse", ""
1, "CompMarginResSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "kBtu/ft2-yr",
0, 0, 39110, "CompMarginResSrcPrm", "" ; "Difference (Std-Prop
SourceEnergyPrime) for this enduse", ""
1, "PctImproveResSrcPrm", BEMP_Flt, 10, 1, 0, Pres, "%",
0, 0, 39110, "PctImproveResSrcPrm", "" ; "Percent improvement
(Std -> Prop SourceEnergyPrime) for this enduse", ""

; SAC 9/11/19 - added C02 emissions (tic #3106)


1, "PropElecC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropElecC02", "" ; Res: "PropElecCarbon",
"Proposed run Electric CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "PropNatGasC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropNatGasC02", "" ; Res: "PropNatGasCarbon",
"Proposed run Natural Gas CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "PropOtherC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropOtherC02", "" ; Res: "PropOtherCarbon",
"Proposed run Other Fuel CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "PropTotalC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropTotalC02", "" ; Res: "PropTotalCarbon",
"Proposed run TOTAL CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "StdElecC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdElecC02", "" ; Res: "StdElecCarbon",
"Standard run Electric CO2 emisions for this enduse"
1, "StdNatGasC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdNatGasC02", "" ; Res: "StdNatGasCarbon",
"Standard run Natural Gas CO2 emisions for this enduse"
1, "StdOtherC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdOtherC02", "" ; Res: "StdOtherCarbon",
"Standard run Other Fuel CO2 emisions for this enduse"
1, "StdTotalC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdTotalC02", "" ; Res: "StdTotalCarbon",
"Standard run TOTAL CO2 emisions for this enduse"
1, "MarginC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "MarginC02", ""

1, "PropElecResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",


0, 0, 39110, "PropElecResC02", "" ; Res: "PropElecCarbon",
"Proposed run Electric CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "PropNatGasResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropNatGasResC02", "" ; Res: "PropNatGasCarbon",
"Proposed run Natural Gas CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "PropOtherResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropOtherResC02", "" ; Res: "PropOtherCarbon",
"Proposed run Other Fuel CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "PropTotalResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "PropTotalResC02", "" ; Res: "PropTotalCarbon",
"Proposed run TOTAL CO2 emisions for this enduse - 2 runs, Comp & DRtg"
1, "StdElecResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdElecResC02", "" ; Res: "StdElecCarbon",
"Standard run Electric CO2 emisions for this enduse"
1, "StdNatGasResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdNatGasResC02", "" ; Res: "StdNatGasCarbon",
"Standard run Natural Gas CO2 emisions for this enduse"
1, "StdOtherResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdOtherResC02", "" ; Res: "StdOtherCarbon",
"Standard run Other Fuel CO2 emisions for this enduse"
1, "StdTotalResC02", BEMP_Flt, 10, 1, 0, Pres, "tonne",
0, 0, 39110, "StdTotalResC02", "" ; Res: "StdTotalCarbon",
"Standard run TOTAL CO2 emisions for this enduse"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Meter", "Meter", "Meter <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type" BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 555, "Type", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; SAC 5/17/16 - objects/properties added to support CSE DHW simulation
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
;0, "DwellUnitDHW", "DwellingUnitDHW", "DwellUnitDHW <i>", 0, 0, 0,
"Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 8000
;;
;; VType NV WA SP US UL UT
NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
----------
;1, "NumBedrooms_Init", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8005, "NumBedrooms_Init", ""
;1, "NumBedrooms", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8005, "NumBedrooms", ""
;1, "NumDHWSchShuffles", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8005, "NumDHWSchShuffles", "" ; new DHWDU
includes variable shuffles by # bedrooms - SAC 02/25/21
;1, "DHWProfileLetter", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 8005, "DHWProfileLetter", ""
;1, "CSEDayUseName", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 8005, "CSEDayUseName", ""
;; 1, "DwellUnitTypeRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "DwellUnitType", 0, "", 1080, "DwellUnitTypeRef", "" ; "DwellUnitType
object"
;; 1, "ResDHWSysRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDHWSys", 0, "", 1080, "ResidentialDHWSystemReference", ""
;1, "Area", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 1003, "Area", ""
;1, "Mult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1040, "Multiplier", ""
;1, "UsePerDay", BEMP_Flt, 1, 0, 0, NInp, "gal/day/dwelling
unit", 0, 0, 1003, "UsePerDay", ""
;;1, "LoadShareDUDHWRef", BEMP_Obj, 4, 1, 0, NInp, "",
0, 1, "DwellUnitDHW", 0, "", 1080, "LoadShareDwellUnitDHWReference", "" ;
"DwellUnitDHW object that this DwellUnitDHW shares the load of"
;1, "CompactFactor", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 8005, "CompactFactor", "" ; "Compactness
Factor (used to model 2019+ compact distribution)" ; SAC 1/23/19
;;1, "DUTypeDWHRIndex", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 7010, "DUTypeDWHRIndex", "" ; "1-based index of
DwellUnitType's DHWSysRef for setting up cseDHWHEATREC objects" ; SAC 1/23/19
;1, "ResSpcDHWFeaturesRef",BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResSpcDHWFeatures", 0, "", 3008, "ResidentialSpaceDHWFeaturesReference",
"" ; SAC 1/24/19 - to enable DWHR
;
;1, "cseDHWSYSRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "cseDHWSYS", 0, "", 7010, "cseDHWSYSRef", "" ; "CSE DHWSYS
component"
;
; ; SAC 4/14/16 - added to facilitate T24-2016 internal gains w/
DHW connections
;; 1, "GainDishwasher", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "cseGAIN", 0, "", 3208, "GainDishwasher", "" ; "Internal gain from
dishwashers"
;; 1, "GainWasher", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "cseGAIN", 0, "", 3208, "GainWasher", "" ; "Internal gain from
Clothes washer"
;; 1, "GainDryer", BEMP_Obj, 3, 1, 0, NInp, "",
0, 1, "cseGAIN", 0, "", 3208, "GainDryer", "" ; "Internal gain from
Clothes dryer - by FUEL 1-Elec, 2-NatGas, 3-Other"
;;---------------------------------------------------------------------------------
---------------

;----------------------------------------------------------------------------------
-------------- SAC 08/10/21
2, "BEMBase_CSE Top.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/31/21
2, "BEMBase_CSE Cons.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/10/21
2, "BEMBase_CSE DHW.txt"
;----------------------------------------------------------------------------------
--------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWSYS", "cseDHWSYS", "CSE DHWSys <pi>-<i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWSys", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDHWSys", 0, "", 7010, "SourceDHWSys", "" ; "ResDHWSys
object that is the source of this cseDHWSYS"
;1, "SourceSpc", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Spc", 0, "", 7010, "SourceSpace", "" ; "Spc object that
is the source of this cseDHWSYS"
;1, "SourceDwellUnitDHW", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "DwellUnitDHW", 0, "", 7010, "SourceDwellUnitDHW", "" ; "DwellUnitType
object that is the source of this cseDHWSYS"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWHEATREC", "cseDHWHEATREC", "CSE DHWHeatRecov <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDWHRSys", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDWHRSys", 0, "", 3201, "SourceDWHRSys", "" ; "DWHRSys object that
is the source of this cseDHWHEATREC"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWHEATER", "cseDHWHEATER", "CSE DHWHeater <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWHeater", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 3201, "SourceDHWHeater", "" ;
"DHWHeater object that is the source of this cseDHWHEATER"
;;---------------------------------------------------------------------------------
--------------- SAC 1/9/20 (Com tic #3156)
;; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------
;0, "cseDHWLOOPHEATER", "cseDHWLOOPHEATER", "CSE DHWLoopHeater <pi>-<i>",
0, 0, 0, "cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWLoopTankSys", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDHWSys", 0, "", 3201, "SourceDHWLoopTankSystem", "" ;
"DHWSys object that is the source of this cseDHWLOOPHEATER" ; SAC 7/1/20
;1, "SourceResLpTankHtr", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResLpTankHtr", 0, "", 3201, "SourceResidentialLoopTankHeater", "" ;
"ResLpTankHtr object that is the source of this cseDHWLOOPHEATER"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWTANK", "cseDHWTANK", "CSE DHWTank <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWHeater", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 3201, "SourceDHWHeater", "" ; "DHWHeater
object that is the source of this cseDHWHEATER"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOP", "cseDHWLOOP", "CSE DHWLoop <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOPSEG", "cseDHWLOOPSEG", "CSE DHWLoopSeg <pi>-<i>", 0, 0,
0, "cseDHWLOOP", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 3000
;;---------------------------------------------------------------------------------
---------------
;; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOPBRANCH", "cseDHWLOOPBRANCH", "CSE DHWLoopBranch <pi>-<i>",
0, 0, 0, "cseDHWLOOPSEG", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOPPUMP", "cseDHWLOOPPUMP", "CSE DHWLoopPump <pi>-<i>", 0,
0, 0, "cseDHWLOOP", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE IZXFER.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Zone.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Surface.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Door.txt"
;----------------------------------------------------------------------------------
-------------- JP 10/09/21
2, "BEMBase_Res HERS.txt"
;----------------------------------------------------------------------------------
-------------- JP 10/15/21
2, "BEMBase_Res SpeclFtr.txt"
;----------------------------------------------------------------------------------
-------------- JP 10/07/21
2, "BEMBase_Res Report.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Window-Shade.txt"
;----------------------------------------------------------------------------------
-------------- JP 08/12/21
2, "BEMBase_CSE HVACSys.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "csePVARRAY", "csePVARRAY", "CSE PVArray <i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------
1, "pvDCSysSize", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "pvDCSysSize", "" ; "Rated array output"

1, "pvModuleType", BEMP_Sym, 1, 0, 1, NInp, "",


0, 0, 3208, "pvModuleType", "" ; ""
1, "pvArrayType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3208, "pvArrayType", "" ; ""
1, "pvVertices", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "PolyLp", 0, "", 3208, "pvVertices", "" ; "PolyLp that
represents 3D geometry data"
1, "pvTilt", BEMP_Flt, 1, 0, 1, NInp, "deg",
0, 0, 3208, "pvTilt", "" ; "Array tilt (0=H,
90=V)"
1, "pvAzm", BEMP_Flt, 1, 0, 1, NInp, "deg",
0, 0, 3208, "pvAzm", "" ; "Array azimuth (0=N,
90=E, ...)"
1, "pvGrndRefl", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3208, "pvGrndRefl", "" ; "Local ground
reflectance (= albedo)"
1, "pvGCR", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3208, "pvGCR", "" ; "Ground coverage
ratio"
1, "pvDCtoACRatio", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3208, "pvDCtoACRatio", "" ; "Ratio of max DC to
max AC"
1, "pvSIF", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3208, "pvSIF", "" ; "Shading impact
factor - ratio of relative power output to fraction shaded: PwrOut = PwrSys*(1-
SIF*FracShaded)" ; APB 04/15/22 - Port CBECC-Res PV inputs (tic #3352)
1, "pvInverterEff", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3208, "pvInverterEff", "" ; "Inverter efficiency
at full load"
1, "pvSysLosses", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3208, "pvSysLosses", "" ; "Total system
losses"
1, "pvCoverRefrInd", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3208, "pvCoverRefrInd", "" ; "Refractive index of
cover glazing (only valid for ModuleType = 'Custom')"
1, "pvTempCoeff", BEMP_Flt, 1, 0, 1, NInp, "1/�F",
0, 0, 3208, "pvTempCoeff", "" ; "Temperature
coefficient of array (only valid for ModuleType = 'Custom')"
1, "pvUsePVWatts", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "pvUsePVWatts", "" ; "Yes/No - whether or
not to use PVWatts DLL to simulate PV"

1, "pvElecMtr", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "cseMETER", 0, "", 3208, "pvElecMtr", "" ; "Electric meter to
report results to"
1, "pvEndUse", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "pvEndUse", "" ; "'PV' enduse"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "cseBATTERY", "cseBATTERY", "CSE Battery <i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------
1, "btChgEff", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3208, "btChgEff", "" ; "The charging
efficiency of storing electricity into the BATTERY system"
1, "btDschgEff", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3208, "btDschgEff", "" ; "The discharge
efficiency for when the BATTERY system is discharging power"
1, "btMaxCap", BEMP_Flt, 1, 0, 1, NInp, "kWh",
0, 0, 3208, "btMaxCap", "" ; "The maximum amount
of energy that can be stored in the BATTERY system"
1, "btMaxChgPwr", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btMaxChgPwr", "" ; "The maximum rate at
which the BATTERY can be charged in kilowatts (i.e., energy flowing into the
BATTERY)"
1, "btMaxDschgPwr", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btMaxDschgPwr", "" ; "The maximum rate at
which the BATTERY can be discharged in kilowatts (i.e., energy flowing out of the
BATTERY)"
1, "btControlAlg_x", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "btControlAlg_x", "" ; "Algorithm used to
determine charge & discharge activity (expression)" ; SAC 8/4/19
1, "btChgReq", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btChgReq", "" ; "The power request to
charge (or discharge if negative) the battery"
1, "btChgReq_x", BEMP_Str, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btChgReq_x", "" ; "The power request to
charge (or discharge if negative) the battery (expression)"
1, "btUseUsrChg", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3208, "btUseUsrChg", "" ; "If YES/1, then the
user specified btChgReq will be used to set the battery's charge request; if NO/0,
the default strategy will be used"
1, "btUseUsrChg_x", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "btUseUsrChg_x", "" ; "If YES/1, then the
user specified btChgReq will be used to set the battery's charge request; if NO/0,
the default strategy will be used (expression)"

1, "btInitSOE", BEMP_Flt, 1, 0, 1, NInp, "",


0, 0, 3208, "btInitSOE", "" ; "The initial state of
energy of the BATTERY system as a fraction of the total capacity"
1, "btInitCycles", BEMP_Flt, 1, 0, 1, NInp, "# cycles",
0, 0, 3208, "btInitCycles", "" ; "The number of cycles
on the battery at the beginning of the run"

1, "btMeter", BEMP_Obj, 1, 0, 1, NInp, "",


0, 1, "cseMETER", 0, "", 3208, "btMeter", "" ; "Electric meter to
log charge/discharge to"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
0, "cseSHADEX", "cseSHADEX", "CSE ShadeX <pi>-<i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 1,
2, 0, 0, 0, 0, 7000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-
1, "sxMounting", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3208, "sxMounting", "" ; ""
1, "sxVertices", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "PolyLp", 0, "", 3208, "sxVertices", "" ; "PolyLp that represents
3D geometry data"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 10/19/21
2, "BEMBase_CSE Export.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 10/19/21
2, "BEMBase_CSE Report.txt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; SAC 9/7/18 - A2030
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "ZEROCodeResults", "ZEROCodeResults", "ZERO Code Results <i>", 1, 0,
0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "PropSiteElec", BEMP_Flt, 20, 1, 0, Pres, "kWh",
0, 0, 39110, "ProposedSiteElectric", ""
1, "PropSiteGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu",
0, 0, 39110, "ProposedSiteGas", ""
1, "PropSiteEUIElec", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSiteEUIElectric", ""
1, "PropSiteEUIGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSiteEUIGas", ""
1, "PropSiteEUITot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSiteEUITotal", ""
1, "PropSourceElec", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSourceElectric", ""
1, "PropSourceGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSourceGas", ""
1, "PropSourceTot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSourceTotal", ""
1, "PropTDVElec", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedTDVElectric", ""
1, "PropTDVGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedTDVGas", ""
1, "PropTDVTot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedTDVTotal", ""
1, "StdTDVTot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "StandardTDVTotal", ""
1, "PropEmissionsElec", BEMP_Flt, 20, 1, 0, Pres, "lb CO2/ft�-yr",
0, 0, 39110, "ProposedEmissionsElectric", ""
1, "PropEmissionsGas", BEMP_Flt, 20, 1, 0, Pres, "lb CO2/ft�-yr",
0, 0, 39110, "ProposedEmissionsGas", ""
1, "PropEmissionsTot", BEMP_Flt, 20, 1, 0, Pres, "lb CO2/ft�-yr",
0, 0, 39110, "ProposedEmissionsTotal", ""
;----------------------------------------------------------------------------------
--------------

; SAC 6/16/18 - added simplified batch processing inputs


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "BatchRuns", "BatchRuns", "BatchRuns <i>", 1, 0, 0, "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "TopLabel", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "TopLabel", "" ; "Label @ top of
screen"
1, "BatchDefsCSV", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "BatchDefsCSV", "" ; "CSV file
containing definitions of all batch runs (complete path or relative to Projects
folder)"
1, "FullBatchDefsCSV", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "FullBatchDefsCSV", "" ; "Full path of
CSV file containing definitions of all batch runs"
1, "HaveBatchDefsCSV", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "HaveBatchDefsCSV", "" ; "Flag
indicating whether BatchDefsCSV file defined and exists"
1, "BatchName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "BatchName", "" ; "Name used as
basis of log and results filenames"
1, "ProjDirectory", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "ProjDirectory", "" ; "Directory of
projects to be batch processed (complete path or relative to Projects folder)"
1, "FullProjDirectory", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "FullProjDirectory", "" ; "Full path of
projects to be batch processed"
1, "IncludeSubdirs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "IncludeSubdirs", "" ; "Flag
indicating whether BatchDefsCSV file defined and exists"
1, "ProjFileNames", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "ProjFileNames", "" ; "Character
string identifying projects to be processed (including wildcard '*')"
1, "NumProjInputs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "NumProjInputs", "" ; "Number of
project inputs based on FullProjDirectory, IncludeSubdirs & ProjFileNames"
1, "SelectedProjMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "SelectedProjMsg", "" ; "Message
describing number of projects selected for batch processing"
1, "AdditionalInputs", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "AdditionalInputs", "" ; "Whether or not
additional inputs are to be specified"
1, "StoreProjToSepDir", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "StoreProjToSepDir", "" ; "Whether or not
to store processed projects to separate directory"
1, "OutputProjDir", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "OutputProjDir", "" ; "Directory
where processed projects will be placed (complete path or relative to Projects
folder)"
1, "FullOutputProjDir", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "FullOutputProjDir", "" ; "Full path
where processed projects will be placed"
1, "ResultsFileName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "ResultsFileName", "" ; "Name of CSV
file to store/append summary results to"
1, "LogFileName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "LogFileName", "" ; "Name of log
(text) file to store/append analysis log entries to"
1, "AnalOptsINISection", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "AnalOptsINISection", "" ; "Name of INI
file section where batch processing analysis options reside"
1, "SDDXMLFilePath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "SDDXMLFilePath", "" ; "Directory to
copy simulation SDD XML files into following processing"
1, "CSEFilePath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "CSEFilePath", "" ; "Directory to
copy CSE simulation files into following processing"
1, "Comparison", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "Comparison", "" ; "Path to
command line file/directory comparison tool"
1, "RunSetFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "RunSetFile", "" ; "(relative path
and) name of RunSet CSV file" ; SAC 10/06/20
1, "RunSetFileStatus", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "HaveRunSetFile", "" ; "status of
RunSet file (0-blank, 1-not found, 2-invalid, 3-OK)"
1, "RunSetDescrip", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "RunSetDescripiton", "" ; "Description of
batch processing from RunSet file"
1, "Today", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1005, "Today", "" ; "SerialDate
value used in defaulting batch filenames"
1, "DefaultProjPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1005, "DefaultProjPath", "" ; "Program
default Projects path"
;----------------------------------------------------------------------------------
--------------

; START OF -- NRCCPRF XML schema objects --

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccComplianceDocumentPackage", "nrccComplianceDocumentPackage",
"ComplianceDocumentPackage <i>", 1, 0, 0, "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "attrib_xmlns", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns",
"" ; must be first for validation
1, "attrib_xmlns_lit", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_lit", ""
1, "attrib_xmlns_com", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_com", ""
1, "attrib_xmlns_dtyp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_dtyp", ""
1, "attrib_xmlns_bld", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_bld", ""
1, "attrib_xmlns_env", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_env", ""
1, "attrib_xmlns_hvac", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_hvac", ""
1, "attrib_xmlns_comp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_comp", ""
1, "attrib_xmlns_d", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_d", ""
1, "attrib_xmlns_altova", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_altova", ""
1, "attrib_xmlns_xsi", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_xsi", ""
1, "attrib_xsi_schemaLocation", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xsi_schemaLocation", ""
1, "attrib_revision", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_revision", ""
1, "attrib_doc", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_doc", ""

1, "afterchildren_Report", BEMP_Str, 1, 0, 0, Pres, "",


0, 0, 555, "afterchildren_Report", ""
1, "afterchildren_Report2", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "afterchildren_Report2", ""
1, "afterchildren_Input", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "afterchildren_Input", ""
; 1, "afterchildren_ProposedModel", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "afterchildren_ProposedModel", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccDocID", "nrccDocID", "DocID <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "attrib_doc", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_doc", ""
1, "attrib_docType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_docType", ""
1, "attrib_docTitle", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_docTitle", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccPayload", "nrccPayload", "Payload <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "attrib_complianceDocumentGUID", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_complianceDocumentGUID", ""
1, "attrib_complianceDocumentSchemaVersion", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_complianceDocumentSchemaVersion", ""
1, "attrib_compMgrVersion", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_compMgrVersion", ""
1, "attrib_displayTagNR", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_displayTagNR", ""
1, "attrib_payloadDocumentNR", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_payloadDocumentNR", ""
1, "attrib_processedDate", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_processedDate", ""
1, "attrib_projectID", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_projectID", ""
1, "attrib_reportRequestor", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_reportRequestor", ""
1, "attrib_reportRequestorIP_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_reportRequestorIP_Address", ""
1, "attrib_revision", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_revision", ""
1, "attrib_validates", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_validates", ""
1, "comp_footer01_RevisionDateNRCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_footer01_RevisionDateNRCC", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13
P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccDocumentData", "nrccDocumentData", "DocumentData <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "ProjectNotes", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProjectNotes",
""
;----------------------------------------------------------------------------------
--------------

;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccReport", "nrccReport", "Report <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName

;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccReport2", "nrccReport2", "Report2 <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName

;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccInputData", "nrccInputData", "InputData <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName

;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13
P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccProposedModel", "nrccProposedModel", "ProposedModel <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName

;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccHeader", "nrccHeader", "Header <i>", 1, 0, 0, "nrccDocumentData",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_header01_ProjectName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"comp_header01_ProjectName", ""
1, "comp_header02_RunDateTime", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"comp_header02_RunDateTime", ""
1, "comp_header04_InputFilename", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"comp_header04_InputFilename", ""
1, "comp_streetAddress", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "comp_streetAddress",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccnRCCPRF", "nrccnRCCPRF", "NRCCPRF <i>", 1, 0, 0, "nrccDocumentData",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "noXMLoutput_UseObjectName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "noXMLoutput_UseObjectName", "" ; SAC
10/09/22 (tic #3393)
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Info", "nrccSection_Info", "Section_Info <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Info01_ProjectName", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Info01_ProjectName",
"map from: Project:Name"
1, "Info02_RunDescription", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Info02_RunDescription",
"map from: Project:RunTitle"
1, "Info03_ProjectStreetAddress", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info03_ProjectStreetAddress", "map from: Project:StAddress"
1, "Info04_ProjectCity", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Info04_ProjectCity",
"map from: Proj:City"
1, "Info05_Title24StandardsVersion", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info05_Title24StandardsVersion", "map from: Project:StandardsVersion"
1, "Info06_ProjectZipcode", BEMP_Int, 1, 0, 1,
Pres, "", 0, 0, 555, "Info06_ProjectZipcode",
"map from: Project:ZipCode"
1, "Info07_ComplianceSoftwareVersion", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info07_ComplianceSoftwareVersion", "map from: Project:SoftwareVersion"
1, "Info07b_ComplianceSoftwareVersionDetail", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info07b_ComplianceSoftwareVersionDetail", "map from:
Project:SoftwareVersionDetail"
1, "Info08_ClimateZone", BEMP_Int, 1, 0, 1,
Pres, "", 0, 0, 555, "Info08_ClimateZone",
"map from: Project:CliZnNum"
1, "Info09_Azimuth", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "Info09_Azimuth",
"map from: Proj:Bldg:BldgAz"
1, "Info10_TopLevelOccupancy", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info10_TopLevelOccupancy", "map from: Bldg:BldgType"
1, "Info11_WeatherFile", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Info11_WeatherFile",
"map from: Proj:AnnualWeatherFileNoPath"
1, "Info12_ProjectScopeNR", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Info12_ProjectScopeNR",
"map from: Proj:PermitScope"
1, "Info13_DwellingUnitsCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info13_DwellingUnitsCount", "map from: NRCC
Proj:Bldg:HighRiseResLivingUnitCnt LMCC Proj:Bldg:LowRiseResLivingUnitCnt |
Proj:ResProj:NumDwellingUnits"
1, "Info14_TotalConditionedFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info14_TotalConditionedFloorArea", "map from: Bldg:TotCondFlrArea"
1, "Info15_HotelMotelGuestRoomCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info15_HotelMotelGuestRoomCount", "map from:
Proj:Bldg:HotelMotelGuestRmCnt"
1, "Info16_TotalUnconditionedFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info16_TotalUnconditionedFloorArea", "map from: Proj:Bldg:TotFlrArea -
Proj:Bldg:TotCondFlrArea"
1, "Info17_SiteFuelType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Info17_SiteFuelType",
"map from: Proj:GasType"
1, "Info18_NonResBuildingTotalConditionedFloorArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"Info18_NonResBuildingTotalConditionedFloorArea", "map from:
Proj:Bldg:NonResFlrArea"
1, "Info19_AboveGradeStoryCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info19_AboveGradeStoryCount", "map from: Proj:Bldg:AboveGrdStoryCnt"
1, "Info20_ResidentialBuildingTotalConditionedFloorArea", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"Info20_ResidentialBuildingTotalConditionedFloorArea", "map from:
Proj:Bldg:ResFlrArea"
1, "Info21_BuildingTotalVolume", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info21_BuildingTotalVolume", "map from: Bldg:TotCondFlrArea"
1, "Info21_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info21_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Proj", "nrccSection_Proj", "Section_Proj <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Proj01_PerfENV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj01_PerfENV",
"map from: Proj:CompPathEnv"
1, "Proj01mf_PerfENV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj01mf_PerfENV",
"map from: Proj:ResCompPathEnv"
1, "Proj02_PerfMCH", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj02_PerfMCH",
"map from: Proj:CompPathMech"
1, "Proj02mf_PerfMCH", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj02mf_PerfMCH",
"map from: Proj:ResCompPathMech"
1, "Proj03_PerfDHW", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj03_PerfDHW",
"map from: Proj:CompPathDHW"
1, "Proj03mf_PerfDHW", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj03mf_PerfDHW",
"map from: Proj:ResCompPathDHW"
1, "Proj04_PerfCondLTI", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj04_PerfCondLTI",
"map from: Proj:CompPathLtg"
1, "Proj04mf_PerfCondLTI", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj04mf_PerfCondLTI",
"map from: Proj:ResCompPathLtg"
1, "Proj05_PerfSolarWH", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj05_PerfSolarWH",
"map from: Proj:SolThrmlComp"
1, "Proj06_PerfKitchenPRC", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Proj06_PerfKitchenPRC", "map from: Proj:CompPathKit"
;1, "Proj07_PerfComputerPRC", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Proj07_PerfComputerPRC", "map from: Proj:CompPathComputerRm"
1, "Proj08_PerfLabPRC", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj08_PerfLabPRC",
"map from: Proj:CompPathLab"
1, "Proj09_PerfPV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj09_PerfPV",
"map from: Proj:PVComp"
1, "Proj10_PerfBattery", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj10_PerfBattery",
"map from: Proj:BattComp"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_DwellInfo", "cf1rSection_DwellInfo", "Section_DwellInfo <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDwellingUnits", "cf1rTableDwellingUnits", "TableDwellingUnits
<i>", 1, 0, 0, "cf1rSection_DwellInfo", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowDwellingUnit", "cf1rtblRowDwellingUnit", "tblRowDwellingUnit
<i>", 0, 0, 0, "cf1rTableDwellingUnits", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "DwellInfo01_ResidentialDwellingUnitName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "DwellInfo01_ResidentialDwellingUnitName",
""
1, "DwellInfo02_DwellingUnitType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "DwellInfo02_DwellingUnitType",
""
1, "DwellInfo02_ResidentialDwellingUnitDescriptor", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"DwellInfo02_ResidentialDwellingUnitDescriptor", ""
1, "DwellInfo03_ThermalZoneName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "DwellInfo03_ThermalZoneName",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_DwellType", "cf1rSection_DwellType", "Section_DwellType <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDwellingUnitType", "cf1rTableDwellingUnitType",
"TableDwellingUnitType <i>", 1, 0, 0, "cf1rSection_DwellType", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 1, 1000
;
;DwellUnitTypeVType NV WA SP US UL UT NO OC
CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowDwellingUnitType", "cf1rtblRowDwellingUnitType",
"tblRowDwellingUnitType <i>", 0, 0, 0, "cf1rTableDwellingUnitType", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "DwellType01_ResidentialDwellingUnitDescriptor", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:Name", ""
1, "DwellType01_DwellingUnitType", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:Name", ""
1, "DwellType02_DwellingUnitConditionedFloorArea", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:CondFlrArea", ""
1, "DwellType03_BedroomCount", BEMP_Int,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:NumBedrooms", ""
1, "DwellType04_DwellingUnitsIdenticalCount", BEMP_Int,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:NumAssigningDUs", ""
1, "DwellType05_DwellingUnitSpaceConditioningSystemName", BEMP_Str,
10, 0, 1, Pres, "", 0, 0, 555,
"map from: DwellUnitType:SCSysRptRef[] in rows", ""
1, "DwellType06_DomesticHotWaterSystemName", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:DHWSysRef", ""
1, "DwellType07_IAQ_VentilationFanName", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:IAQOption", ""
;----------------------------------------------------------------------------------
--------------

; ...
; ...

; CBECC-2022 C1. COMPLIANCE SUMMARY


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result1", "nrccSection_C22Result1", "Section_C22Result1 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "C22Result1_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PerformanceComplianceResult", ""
; <dtyp:displayterm
value="PerfComplies">COMPLIES</dtyp:displayterm>
; <dtyp:displayterm value="PerfFails">DOES NOT
COMPLY</dtyp:displayterm>
; <dtyp:displayterm value="PerfFailsUMLH">DOES NOT COMPLY -
EXCESSIVE UMLH</dtyp:displayterm>
;1, "C22Result1Col1to2Heading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col1to2Heading", ""
; <xsd:documentation source="FieldText">Time Dependent
Valuation (TDV)</xsd:documentation>
;1, "C22Result1Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1Col3Heading", ""
; <xsd:documentation source="FieldText">Source Energy
Use</xsd:documentation>
;1, "C22Result1Col1Subheading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col1Subheading", ""
; <xsd:documentation source="FieldText">Efficiency1
(kBtu/ft2-yr)</xsd:documentation>
;1, "C22Result1Col2Subheading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col2Subheading", ""
; <xsd:documentation source="FieldText">Total2 (kBtu/ft2-
yr)</xsd:documentation>
;1, "C22Result1Col2Subheading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col2Subheading", ""
; <xsd:documentation source="FieldText">Total2 (kBtu/ft2-
yr)</xsd:documentation>

;1, "C22Result1Row1Subheading", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result1Row1Subheading", ""
; <xsd:documentation source="FieldText">Standard
Design</xsd:documentation>
1, "C22Result1_StandardDesignEfficiency", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_StandardDesignEfficiency", ""
1, "C22Result1_StandardDesignTotal", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_StandardDesignTotal", ""
1, "C22Result1_StandardDesignSource", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_StandardDesignSource", ""

;1, "C22Result1Row2Subheading", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result1Row2Subheading", ""
; <xsd:documentation source="FieldText">Proposed
Design</xsd:documentation>
1, "C22Result1_ProposedDesignEfficiency", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_ProposedDesignEfficiency", ""
1, "C22Result1_ProposedDesignTotal", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_ProposedDesignTotal", ""
1, "C22Result1_ProposedDesignSource", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_ProposedDesignSource", ""

;1, "C22Result1Row3Subheading", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result1Row3Subheading", ""
; <xsd:documentation source="FieldText">Compliance
Margins</xsd:documentation>
1, "C22Result1_ComplianceMarginEfficiency", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_ComplianceMarginEfficiency", ""
1, "C22Result1_ComplianceMarginTotal", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_ComplianceMarginTotal", ""
1, "C22Result1_ComplianceMarginSource", BEMP_Flt, 1, 0, 0,
Pres, "kBtu/ft2-yr", 0, 0, 555,
"C22Result1_ComplianceMarginSource", ""

1, "C22Result1_PassFailEfficiency", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PassFailEfficiency", ""
1, "C22Result1_PassFailTotal", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PassFailTotal", ""
1, "C22Result1_PassFailSource", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PassFailSource", ""

1, "C22Result1_PerformanceComplianceValidity", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PerformanceComplianceValidity", "" ; SAC 05/05/23 (gh issue #51)
;----------------------------------------------------------------------------------
--------------

; CBECC-2022 C2. TDV ENERGY COMPLIANCE RESULTS FOR PERFORMANCE COMPONENTS (Annual
TDV Energy Use, kBtu/ft2/yr)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result2", "nrccSection_C22Result2", "Section_C22Result2 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "C22Result2_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2_PerformanceComplianceResult", ""

;1, "C22Result2ColHeading", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result2ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "C22Result2Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "C22Result2Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "C22Result2Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>

;1, "C22Result2Heat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result2Heat", ""
; <xsd:documentation source="FieldText">Space
Heating</xsd:documentation>
1, "C22Result2Heat1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Heat1_EnergyUseStandardDesign", ""
1, "C22Result2Heat1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Heat1_NotApplicableMessage", ""
1, "C22Result2Heat2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Heat2_EnergyUseProposedDesign", ""
1, "C22Result2Heat2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Heat2_NotApplicableMessage", ""
1, "C22Result2Heat3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Heat3_EnergyUseMargin", ""
1, "C22Result2Heat3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Heat3_NotApplicableMessage", ""

;1, "C22Result2Cool", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result2Heat", ""
; <xsd:documentation source="FieldText">Space
Cooling</xsd:documentation>
1, "C22Result2Cool1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Cool1_EnergyUseStandardDesign", ""
1, "C22Result2Cool1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Cool1_NotApplicableMessage", ""
1, "C22Result2Cool2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Cool2_EnergyUseProposedDesign", ""
1, "C22Result2Cool2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Cool2_NotApplicableMessage", ""
1, "C22Result2Cool3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Cool3_EnergyUseMargin", ""
1, "C22Result2Cool3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Cool3_NotApplicableMessage", ""

;1, "C22Result2Fan", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result2Fan",
""
; <xsd:documentation source="FieldText">Indoor
Fans</xsd:documentation>
1, "C22Result2Fan1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Fan1_EnergyUseStandardDesign", ""
1, "C22Result2Fan1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Fan1_NotApplicableMessage", ""
1, "C22Result2Fan2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Fan2_EnergyUseProposedDesign", ""
1, "C22Result2Fan2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Fan2_NotApplicableMessage", ""
1, "C22Result2Fan3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Fan3_EnergyUseMargin", ""
1, "C22Result2Fan3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Fan3_NotApplicableMessage", ""

;1, "C22Result2HR", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result2HR",
""
; <xsd:documentation source="FieldText">Heat
Rejection</xsd:documentation>
1, "C22Result2HR1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2HR1_EnergyUseStandardDesign", ""
1, "C22Result2HR1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2HR1_NotApplicableMessage", ""
1, "C22Result2HR2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2HR2_EnergyUseProposedDesign", ""
1, "C22Result2HR2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2HR2_NotApplicableMessage", ""
1, "C22Result2HR3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2HR3_EnergyUseMargin", ""
1, "C22Result2HR3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2HR3_NotApplicableMessage", ""

;1, "C22Result2Pump", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result2Pump", ""
; <xsd:documentation source="FieldText">Pumps &amp;amp;
Misc.</xsd:documentation>
1, "C22Result2Pump1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Pump1_EnergyUseStandardDesign", ""
1, "C22Result2Pump1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Pump1_NotApplicableMessage", ""
1, "C22Result2Pump2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Pump2_EnergyUseProposedDesign", ""
1, "C22Result2Pump2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Pump2_NotApplicableMessage", ""
1, "C22Result2Pump3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Pump3_EnergyUseMargin", ""
1, "C22Result2Pump3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Pump3_NotApplicableMessage", ""

;1, "C22Result2DHW", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result2DHW",
""
; <xsd:documentation source="FieldText">Domestic Hot
Water</xsd:documentation>
1, "C22Result2DHW1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2DHW1_EnergyUseStandardDesign", ""
1, "C22Result2DHW1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2DHW1_NotApplicableMessage", ""
1, "C22Result2DHW2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2DHW2_EnergyUseProposedDesign", ""
1, "C22Result2DHW2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2DHW2_NotApplicableMessage", ""
1, "C22Result2DHW3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2DHW3_EnergyUseMargin", ""
1, "C22Result2DHW3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2DHW3_NotApplicableMessage", ""

;1, "C22Result2Ltg", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result2Ltg",
""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "C22Result2Ltg1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Ltg1_EnergyUseStandardDesign", ""
1, "C22Result2Ltg1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Ltg1_NotApplicableMessage", ""
1, "C22Result2Ltg2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Ltg2_EnergyUseProposedDesign", ""
1, "C22Result2Ltg2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Ltg2_NotApplicableMessage", ""
1, "C22Result2Ltg3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Ltg3_EnergyUseMargin", ""
1, "C22Result2Ltg3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Ltg3_NotApplicableMessage", ""

;1, "C22Result2Flex", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result2Flex", ""
; <xsd:documentation
source="FieldText">Flexibility</xsd:documentation>
;1, NO "C22Result2Flex1_EnergyUseStandardDesign", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Flex1_EnergyUseStandardDesign", ""
1, "C22Result2Flex1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Flex1_NotApplicableMessage", ""
1, "C22Result2Flex2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Flex2_EnergyUseProposedDesign", ""
1, "C22Result2Flex2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Flex2_NotApplicableMessage", ""
1, "C22Result2Flex3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Flex3_EnergyUseMargin", ""
1, "C22Result2Flex3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Flex3_NotApplicableMessage", ""

;Efficiency Compliance (Enduse16)


;1, "C22Result2EffCompTotal", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"C22Result2EffCompTotal", ""
; <xsd:documentation source="FieldText">EFFICIENCY
COMPLIANCE TOTAL</xsd:documentation>
1, "C22Result2EffCompTotal1_EnergyUseStandardDesign", BEMP_Flt, 1,
0, 0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2EffCompTotal1_EnergyUseStandardDesign", ""
1, "C22Result2EffCompTotal2_EnergyUseProposedDesign", BEMP_Flt, 1,
0, 0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2EffCompTotal2_EnergyUseProposedDesign", ""
1, "C22Result2EffCompTotal3a_EnergyUseMargin", BEMP_Flt, 1,
0, 0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2EffCompTotal3a_EnergyUseMargin", ""
1, "C22Result2EffCompTotal3b_EnergyUseImprovementEffCompTotal", BEMP_Flt,
1, 0, 0, Pres, "%", 0, 0, 555,
"C22Result2EffCompTotal3b_EnergyUseImprovementEffCompTotal", "" ; Decimal1Place
;1, "C22Result2Footnote1", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: The number
in parenthesis following the Compliance Margin in column 4. represents the Percent
Better than Standard. </xsd:documentation>

;1, "C22Result2PV", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result2PV",
""
; <xsd:documentation
source="FieldText">Photovoltaics</xsd:documentation>
1, "C22Result2PV1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2PV1_EnergyUseStandardDesign", ""
1, "C22Result2PV1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2PV1_NotApplicableMessage", ""
1, "C22Result2PV2_EnergyUseProposedPhotovoltaic", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2PV2_EnergyUseProposedPhotovoltaic", ""
1, "C22Result2PV2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2PV2_NotApplicableMessage", ""
1, "C22Result2PV3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2PV3_EnergyUseMargin", ""
1, "C22Result2PV3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2PV3_NotApplicableMessage", ""

;1, "C22Result2Bat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result2Bat",
""
; <xsd:documentation
source="FieldText">Batteries</xsd:documentation>
1, "C22Result2Bat1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Bat1_EnergyUseStandardDesign", ""
1, "C22Result2Bat1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Bat1_NotApplicableMessage", ""
1, "C22Result2Bat2_EnergyUseProposedBattery", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Bat2_EnergyUseProposedBattery", ""
1, "C22Result2Bat2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Bat2_NotApplicableMessage", ""
1, "C22Result2Bat3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2Bat3_EnergyUseMargin", ""
1, "C22Result2Bat3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2Bat3_NotApplicableMessage", ""

;Total Compliance (Enduse8)


;1, "C22Result2TotalComp", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result2TotalComp", ""
; <xsd:documentation source="FieldText">TOTAL
COMPLIANCE</xsd:documentation>
1, "C22Result2TotalComp1_EnergyUseStandardDesign", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2TotalComp1_EnergyUseStandardDesign", ""
1, "C22Result2TotalComp2_EnergyUseProposedDesign", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2TotalComp2_EnergyUseProposedDesign", ""
1, "C22Result2TotalComp3a_EnergyUseMargin", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result2TotalComp3a_EnergyUseMargin", ""
1, "C22Result2TotalComp3b_EnergyUseImprovementTotalComp", BEMP_Flt, 1,
0, 0, Pres, "%", 0, 0, 555,
"C22Result2TotalComp3b_EnergyUseImprovementTotalComp", "" ; Decimal1Place

;1, "C22Result2Footnote1", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result2Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: This number
in parenthesis following the Compliance Margin in column 4, represents the Percent
Better than Standard. </xsd:documentation>
;----------------------------------------------------------------------------------
--------------

; CBECC-2022 C3. TDV ENERGY RESULTS FOR NON-REGULATED COMPONENTS


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result3", "nrccSection_C22Result3", "Section_C22Result3 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;1, "C22Result3ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3ColHeading", ""
; <xsd:documentation source="FieldText">Non-Regulated Energy
Component</xsd:documentation>
;1, "C22Result3Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "C22Result3Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "C22Result3Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>

;1, "C22Result3Recpt", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result3Recpt", ""
; <xsd:documentation
source="FieldText">Receptacle</xsd:documentation>
1, "C22Result3Recpt1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3Recpt1_EnergyUseStandardDesign", ""
1, "C22Result3Recpt1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Recpt1_NotApplicableMessage", ""
; <dtyp:displayterm value="NoData">---</dtyp:displayterm>
1, "C22Result3Recpt2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3Recpt2_EnergyUseProposedDesign", ""
1, "C22Result3Recpt2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Recpt2_NotApplicableMessage", ""
1, "C22Result3Recpt3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3Recpt3_EnergyUseMargin", ""
1, "C22Result3Recpt3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Recpt3_NotApplicableMessage", ""

;1, "C22Result3Proc", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result3Proc", ""
; <xsd:documentation
source="FieldText">Process</xsd:documentation>
1, "C22Result3Proc1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3Proc1_EnergyUseStandardDesign", ""
1, "C22Result3Proc1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Proc1_NotApplicableMessage", ""
1, "C22Result3Proc2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3Proc2_EnergyUseProposedDesign", ""
1, "C22Result3Proc2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Proc2_NotApplicableMessage", ""
1, "C22Result3Proc3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3Proc3_EnergyUseMargin", ""
1, "C22Result3Proc3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Proc3_NotApplicableMessage", ""

;1, "C22Result3LtgOther", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result3LtgOther", ""
; <xsd:documentation source="FieldText">Other
Ltg</xsd:documentation>
1, "C22Result3LtgOther1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3LtgOther1_EnergyUseStandardDesign", ""
1, "C22Result3LtgOther1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3LtgOther1_NotApplicableMessage", ""
1, "C22Result3LtgOther2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3LtgOther2_EnergyUseProposedDesign", ""
1, "C22Result3LtgOther2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3LtgOther2_NotApplicableMessage", ""
1, "C22Result3LtgOther3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3LtgOther3_EnergyUseMargin", ""
1, "C22Result3LtgOther3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3LtgOther3_NotApplicableMessage", ""

;1, "C22Result3ProcMotor", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result3ProcMotor", ""
; <xsd:documentation source="FieldText">Process
Motors</xsd:documentation>
1, "C22Result3ProcMotor1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3ProcMotor1_EnergyUseStandardDesign", ""
1, "C22Result3ProcMotor1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3ProcMotor1_NotApplicableMessage", ""
1, "C22Result3ProcMotor2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3ProcMotor2_EnergyUseProposedDesign", ""
1, "C22Result3ProcMotor2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3ProcMotor2_NotApplicableMessage", ""
1, "C22Result3ProcMotor3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3ProcMotor3_EnergyUseMargin", ""
1, "C22Result3ProcMotor3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3ProcMotor3_NotApplicableMessage", ""

;1, "C22Result3TotalCompPlus", BEMP_Str, 1, 0,


0, Pres, "", 0, 0, 555,
"C22Result3TotalCompPlus", ""
; <xsd:documentation source="FieldText">TOTAL (COMPLIANCE
TOTAL + NON-REGULATED COMPONENTS)</xsd:documentation>
; TOTAL</Enduse15>
1, "C22Result3TotalCompPlus1_EnergyUseStandardDesign", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3TotalCompPlus1_EnergyUseStandardDesign", ""
1, "C22Result3TotalCompPlus2_EnergyUseProposedDesign", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3TotalCompPlus2_EnergyUseProposedDesign", ""
1, "C22Result3TotalCompPlus3a_EnergyUseMargin", BEMP_Flt, 1, 0,
0, Pres, "kTDV/ft2-yr", 0, 0, 555,
"C22Result3TotalCompPlus3a_EnergyUseMargin", ""
1, "C22Result3TotalCompPlus3b_EnergyUseImprovementTotal", BEMP_Flt, 1,
0, 0, Pres, "%", 0, 0, 555,
"C22Result3TotalCompPlus3b_EnergyUseImprovementTotal", "" ; Decimal1Place

;1, "C22Result3Footnote1", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result3Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: This table
is not used for Energy Code Compliance. </xsd:documentation>
;----------------------------------------------------------------------------------
--------------
; CBECC-2022 C4. SOURCE ENERGY COMPLIANCE RESULTS FOR PERFORMANCE COMPONENTS
(Annual TDV Energy Use, kBtu/ft2/yr)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result4", "nrccSection_C22Result4", "Section_C22Result4 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "C22Result4_00_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4_00_PerformanceComplianceResult", ""

;1, "C22Result4ColHeading", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result4ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "C22Result4Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(SOURCE)</xsd:documentation>
;1, "C22Result4Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(SOURCE)</xsd:documentation>
;1, "C22Result4Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(SOURCE)<d:sup>1</d:sup>

;1, "C22Result4Heat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result4Heat", ""
; <xsd:documentation source="FieldText">Space
Heating</xsd:documentation>
1, "C22Result4Heat1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Heat1_EnergyUseStandardSource", ""
1, "C22Result4Heat1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Heat1_NotApplicableMessage", ""
1, "C22Result4Heat2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Heat2_EnergyUseProposedSource", ""
1, "C22Result4Heat2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Heat2_NotApplicableMessage", ""
1, "C22Result4Heat3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Heat3_EnergyUseMargin", ""
1, "C22Result4Heat3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Heat3_NotApplicableMessage", ""

;1, "C22Result4Cool", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result4Heat", ""
; <xsd:documentation source="FieldText">Space
Cooling</xsd:documentation>
1, "C22Result4Cool1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Cool1_EnergyUseStandardSource", ""
1, "C22Result4Cool1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Cool1_NotApplicableMessage", ""
1, "C22Result4Cool2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Cool2_EnergyUseProposedSource", ""
1, "C22Result4Cool2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Cool2_NotApplicableMessage", ""
1, "C22Result4Cool3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Cool3_EnergyUseMargin", ""
1, "C22Result4Cool3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Cool3_NotApplicableMessage", ""

;1, "C22Result4Fan", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result4Fan",
""
; <xsd:documentation source="FieldText">Indoor
Fans</xsd:documentation>
1, "C22Result4Fan1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Fan1_EnergyUseStandardSource", ""
1, "C22Result4Fan1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Fan1_NotApplicableMessage", ""
1, "C22Result4Fan2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Fan2_EnergyUseProposedSource", ""
1, "C22Result4Fan2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Fan2_NotApplicableMessage", ""
1, "C22Result4Fan3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Fan3_EnergyUseMargin", ""
1, "C22Result4Fan3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Fan3_NotApplicableMessage", ""
;1, "C22Result4HR", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "C22Result4HR",
""
; <xsd:documentation source="FieldText">Heat
Rejection</xsd:documentation>
1, "C22Result4HR1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4HR1_EnergyUseStandardSource", ""
1, "C22Result4HR1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4HR1_NotApplicableMessage", ""
1, "C22Result4HR2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4HR2_EnergyUseProposedSource", ""
1, "C22Result4HR2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4HR2_NotApplicableMessage", ""
1, "C22Result4HR3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4HR3_EnergyUseMargin", ""
1, "C22Result4HR3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4HR3_NotApplicableMessage", ""

;1, "C22Result4Pump", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result4Pump", ""
; <xsd:documentation source="FieldText">Pumps &amp;amp;
Misc.</xsd:documentation>
1, "C22Result4Pump1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Pump1_EnergyUseStandardSource", ""
1, "C22Result4Pump1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Pump1_NotApplicableMessage", ""
1, "C22Result4Pump2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Pump2_EnergyUseProposedSource", ""
1, "C22Result4Pump2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Pump2_NotApplicableMessage", ""
1, "C22Result4Pump3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Pump3_EnergyUseMargin", ""
1, "C22Result4Pump3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Pump3_NotApplicableMessage", ""

;1, "C22Result4DHW", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result4DHW",
""
; <xsd:documentation source="FieldText">Domestic Hot
Water</xsd:documentation>
1, "C22Result4DHW1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4DHW1_EnergyUseStandardSource", ""
1, "C22Result4DHW1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4DHW1_NotApplicableMessage", ""
1, "C22Result4DHW2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4DHW2_EnergyUseProposedSource", ""
1, "C22Result4DHW2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4DHW2_NotApplicableMessage", ""
1, "C22Result4DHW3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4DHW3_EnergyUseMargin", ""
1, "C22Result4DHW3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4DHW3_NotApplicableMessage", ""

;1, "C22Result4Ltg", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result4Ltg",
""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "C22Result4Ltg1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Ltg1_EnergyUseStandardSource", ""
1, "C22Result4Ltg1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Ltg1_NotApplicableMessage", ""
1, "C22Result4Ltg2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Ltg2_EnergyUseProposedSource", ""
1, "C22Result4Ltg2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Ltg2_NotApplicableMessage", ""
1, "C22Result4Ltg3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Ltg3_EnergyUseMargin", ""
1, "C22Result4Ltg3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Ltg3_NotApplicableMessage", ""

;1, "C22Result4Flex", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result4Flex", ""
; <xsd:documentation
source="FieldText">Flexibility</xsd:documentation>
;1, NO "C22Result4Flex1_EnergyUseStandardSource", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Flex1_EnergyUseStandardSource", ""
1, "C22Result4Flex1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Flex1_NotApplicableMessage", ""
1, "C22Result4Flex2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Flex2_EnergyUseProposedSource", ""
1, "C22Result4Flex2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Flex2_NotApplicableMessage", ""
1, "C22Result4Flex3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Flex3_EnergyUseMargin", ""
1, "C22Result4Flex3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Flex3_NotApplicableMessage", ""

;Efficiency Compliance (Enduse16)


;1, "C22Result4Total", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Total", ""
; <xsd:documentation source="FieldText">EFFICIENCY
COMPLIANCE TOTAL</xsd:documentation>
1, "C22Result4EffCompTotal1_EnergyUseStandardSource", BEMP_Flt, 1,
0, 0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4EffCompTotal1_EnergyUseStandardSource", ""
1, "C22Result4EffCompTotal2_EnergyUseProposedSource", BEMP_Flt, 1,
0, 0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4EffCompTotal2_EnergyUseProposedSource", ""
1, "C22Result4EffCompTotal3a_EnergyUseMargin", BEMP_Flt, 1,
0, 0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4EffCompTotal3a_EnergyUseMargin", ""
1, "C22Result4EffCompTotal3b_EnergyUseImprovementEffCompTotal", BEMP_Flt,
1, 0, 0, Pres, "%", 0, 0, 555,
"C22Result4EffCompTotal3b_EnergyUseImprovementEffCompTotal", "" ; Decimal1Place
;1, "C22Result4Footnote1", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: The number
in parenthesis following the Compliance Margin in column 4. represents the Percent
Better than Standard. </xsd:documentation>

;1, "C22Result4PV", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result4PV",
""
; <xsd:documentation
source="FieldText">Photovoltaics</xsd:documentation>
1, "C22Result4PV1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4PV1_EnergyUseStandardSource", ""
1, "C22Result4PV1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4PV1_NotApplicableMessage", ""
1, "C22Result4PV2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4PV2_EnergyUseProposedSource", ""
1, "C22Result4PV2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4PV2_NotApplicableMessage", ""
1, "C22Result4PV3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4PV3_EnergyUseMargin", ""
1, "C22Result4PV3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4PV3_NotApplicableMessage", ""

;1, "C22Result4Bat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "C22Result4Bat",
""
; <xsd:documentation
source="FieldText">Batteries</xsd:documentation>
1, "C22Result4Bat1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Bat1_EnergyUseStandardSource", ""
1, "C22Result4Bat1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Bat1_NotApplicableMessage", ""
1, "C22Result4Bat2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Bat2_EnergyUseProposedSource", ""
1, "C22Result4Bat2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Bat2_NotApplicableMessage", ""
1, "C22Result4Bat3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4Bat3_EnergyUseMargin", ""
1, "C22Result4Bat3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4Bat3_NotApplicableMessage", ""

;Total Compliance (Enduse8)


;1, "C22Result4SourceTotal", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"C22Result4SourceTotal", ""
; <xsd:documentation source="FieldText">TOTAL
COMPLIANCE</xsd:documentation>
1, "C22Result4TotalComp1_EnergyUseStandardSource", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4TotalComp1_EnergyUseStandardSource", ""
1, "C22Result4TotalComp2_EnergyUseProposedSource", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4TotalComp2_EnergyUseProposedSource", ""
1, "C22Result4TotalComp3a_EnergyUseMargin", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result4TotalComp3a_EnergyUseMargin", ""
1, "C22Result4TotalComp3b_EnergyUseImprovementTotalComp", BEMP_Flt, 1,
0, 0, Pres, "%", 0, 0, 555,
"C22Result4TotalComp3b_EnergyUseImprovementTotalComp", "" ; Decimal1Place

;1, "C22Result4Footnote1", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result4Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: This number
in parenthesis following the Compliance Margin in column 4, represents the Percent
Better than Standard. </xsd:documentation>
;----------------------------------------------------------------------------------
--------------

; CBECC-2022 C5. SOURCE ENERGY RESULTS FOR NON-REGULATED COMPONENTS


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result5", "nrccSection_C22Result5", "Section_C22Result5 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;1, "C22Result5ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5ColHeading", ""
; <xsd:documentation source="FieldText">Non-Regulated Energy
Component</xsd:documentation>
;1, "C22Result5Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(SOURCE)</xsd:documentation>
;1, "C22Result5Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(SOURCE)</xsd:documentation>
;1, "C22Result5Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(SOURCE)<d:sup>1</d:sup>

;1, "C22Result5Recpt", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result5Recpt", ""
; <xsd:documentation
source="FieldText">Receptacle</xsd:documentation>
1, "C22Result5Recpt1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5Recpt1_EnergyUseStandardSource", ""
1, "C22Result5Recpt1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Recpt1_NotApplicableMessage", ""
; <dtyp:displayterm value="NoData">---</dtyp:displayterm>
1, "C22Result5Recpt2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5Recpt2_EnergyUseProposedSource", ""
1, "C22Result5Recpt2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Recpt2_NotApplicableMessage", ""
1, "C22Result5Recpt3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5Recpt3_EnergyUseMargin", ""
1, "C22Result5Recpt3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Recpt3_NotApplicableMessage", ""

;1, "C22Result5Proc", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result5Proc", ""
; <xsd:documentation
source="FieldText">Process</xsd:documentation>
1, "C22Result5Proc1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5Proc1_EnergyUseStandardSource", ""
1, "C22Result5Proc1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Proc1_NotApplicableMessage", ""
1, "C22Result5Proc2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5Proc2_EnergyUseProposedSource", ""
1, "C22Result5Proc2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Proc2_NotApplicableMessage", ""
1, "C22Result5Proc3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5Proc3_EnergyUseMargin", ""
1, "C22Result5Proc3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Proc3_NotApplicableMessage", ""

;1, "C22Result5LtgOther", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result5LtgOther", ""
; <xsd:documentation source="FieldText">Other
Ltg</xsd:documentation>
1, "C22Result5LtgOther1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5LtgOther1_EnergyUseStandardSource", ""
1, "C22Result5LtgOther1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5LtgOther1_NotApplicableMessage", ""
1, "C22Result5LtgOther2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5LtgOther2_EnergyUseProposedSource", ""
1, "C22Result5LtgOther2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5LtgOther2_NotApplicableMessage", ""
1, "C22Result5LtgOther3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5LtgOther3_EnergyUseMargin", ""
1, "C22Result5LtgOther3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5LtgOther3_NotApplicableMessage", ""

;1, "C22Result5ProcMotor", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result5ProcMotor", ""
; <xsd:documentation source="FieldText">Process
Motors</xsd:documentation>
1, "C22Result5ProcMotor1_EnergyUseStandardSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5ProcMotor1_EnergyUseStandardSource", ""
1, "C22Result5ProcMotor1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5ProcMotor1_NotApplicableMessage", ""
1, "C22Result5ProcMotor2_EnergyUseProposedSource", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5ProcMotor2_EnergyUseProposedSource", ""
1, "C22Result5ProcMotor2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5ProcMotor2_NotApplicableMessage", ""
1, "C22Result5ProcMotor3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5ProcMotor3_EnergyUseMargin", ""
1, "C22Result5ProcMotor3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5ProcMotor3_NotApplicableMessage", ""

;1, "C22Result5TotalCompPlus", BEMP_Str, 1, 0,


0, Pres, "", 0, 0, 555,
"C22Result5TotalCompPlus", ""
; <xsd:documentation source="FieldText">TOTAL ( TOTAL
COMPLIANCE + NON-REGULATED COMPONENTS)</xsd:documentation>
; TOTAL</Enduse15>
1, "C22Result5TotalCompPlus1_EnergyUseStandardSource", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5TotalCompPlus1_EnergyUseStandardSource", ""
1, "C22Result5TotalCompPlus2_EnergyUseProposedSource", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5TotalCompPlus2_EnergyUseProposedSource", ""
1, "C22Result5TotalCompPlus3a_EnergyUseMargin", BEMP_Flt, 1, 0,
0, Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result5TotalCompPlus3a_EnergyUseMargin", ""
1, "C22Result5TotalCompPlus3b_EnergyUseImprovementTotal", BEMP_Flt, 1,
0, 0, Pres, "%", 0, 0, 555,
"C22Result5TotalCompPlus3b_EnergyUseImprovementTotal", "" ; Decimal1Place

;1, "C22Result5Footnote1", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"C22Result5Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: This table
is not used for Energy Code Compliance. </xsd:documentation>
;----------------------------------------------------------------------------------
--------------

; CBECC-2022 C6. 'ABOVE CODE' QUALIFICATIONS


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result6Tier", "nrccSection_C22Result6Tier",
"Section_C22Result6Tier <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "C22Result6Tier1_CALGreenTier1", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result6Tier1_CALGreenTier1", "boolean"
1, "C22Result6Tier2_CALGreenTier2", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result6Tier2_CALGreenTier2", "boolean"
;----------------------------------------------------------------------------------
--------------

; CBECC-2022 C7. ENERGY USE SUMMARY


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result7", "nrccSection_C22Result7", "Section_C22Result7 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;1, "C22Result7ColHeading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "C22Result7Col1Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MWh)</xsd:documentation>
;1, "C22Result7Col2Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MWh)</xsd:documentation>
;1, "C22Result7Col3Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col3Heading", ""
; <xsd:documentation source="FieldText">Margin
(MWh)<d:sup>1</d:sup>
;1, "C22Result7Col4Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col4Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MBtu)</xsd:documentation>
;1, "C22Result7Col5Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col5Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MBtu)</xsd:documentation>
;1, "C22Result7Col6Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col6Heading", ""
; <xsd:documentation source="FieldText">Margin
(MBtu)<d:sup>1</d:sup>

;1, "C22Result7Heat", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Heat", ""
; <xsd:documentation source="FieldText">Space
Heating</xsd:documentation>
1, "C22Result7Heat1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Heat1_EnergySumStandard", ""
1, "C22Result7Heat1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Heat1_NotApplicableMessage", ""
; <dtyp:displayterm value="NoData">---</dtyp:displayterm>
1, "C22Result7Heat2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Heat2_EnergySumProposed", ""
1, "C22Result7Heat2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Heat2_NotApplicableMessage", ""
1, "C22Result7Heat3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Heat3_EnergySumMargin", ""
1, "C22Result7Heat3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Heat3_NotApplicableMessage", ""
1, "C22Result7Heat4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Heat4_EnergySumStandardMBtu", ""
1, "C22Result7Heat4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Heat4_NotApplicableMessage", ""
1, "C22Result7Heat5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Heat5_EnergySumProposedMBtu", ""
1, "C22Result7Heat5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Heat5_NotApplicableMessage", ""
1, "C22Result7Heat6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Heat6_EnergySumMarginMBtu", ""
1, "C22Result7Heat6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Heat6_NotApplicableMessage", ""

;1, "C22Result7Cool", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Cool", ""
; <xsd:documentation source="FieldText">Space
Cooling</xsd:documentation>
1, "C22Result7Cool1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Cool1_EnergySumStandard", ""
1, "C22Result7Cool1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Cool1_NotApplicableMessage", ""
1, "C22Result7Cool2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Cool2_EnergySumProposed", ""
1, "C22Result7Cool2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Cool2_NotApplicableMessage", ""
1, "C22Result7Cool3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Cool3_EnergySumMargin", ""
1, "C22Result7Cool3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Cool3_NotApplicableMessage", ""
1, "C22Result7Cool4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Cool4_EnergySumStandardMBtu", ""
1, "C22Result7Cool4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Cool4_NotApplicableMessage", ""
1, "C22Result7Cool5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Cool5_EnergySumProposedMBtu", ""
1, "C22Result7Cool5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Cool5_NotApplicableMessage", ""
1, "C22Result7Cool6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Cool6_EnergySumMarginMBtu", ""
1, "C22Result7Cool6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Cool6_NotApplicableMessage", ""

;1, "C22Result7Fan", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Fan", ""
; <xsd:documentation source="FieldText">Indoor
Fans</xsd:documentation>
1, "C22Result7Fan1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Fan1_EnergySumStandard", ""
1, "C22Result7Fan1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Fan1_NotApplicableMessage", ""
1, "C22Result7Fan2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Fan2_EnergySumProposed", ""
1, "C22Result7Fan2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Fan2_NotApplicableMessage", ""
1, "C22Result7Fan3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Fan3_EnergySumMargin", ""
1, "C22Result7Fan3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Fan3_NotApplicableMessage", ""
1, "C22Result7Fan4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Fan4_EnergySumStandardMBtu", ""
1, "C22Result7Fan4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Fan4_NotApplicableMessage", ""
1, "C22Result7Fan5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Fan5_EnergySumProposedMBtu", ""
1, "C22Result7Fan5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Fan5_NotApplicableMessage", ""
1, "C22Result7Fan6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Fan6_EnergySumMarginMBtu", ""
1, "C22Result7Fan6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Fan6_NotApplicableMessage", ""

;1, "C22Result7HR", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7HR", ""
; <xsd:documentation source="FieldText">Heat
Rejection</xsd:documentation>
1, "C22Result7HR1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7HR1_EnergySumStandard", ""
1, "C22Result7HR1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7HR1_NotApplicableMessage", ""
1, "C22Result7HR2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7HR2_EnergySumProposed", ""
1, "C22Result7HR2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7HR2_NotApplicableMessage", ""
1, "C22Result7HR3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7HR3_EnergySumMargin", ""
1, "C22Result7HR3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7HR3_NotApplicableMessage", ""
1, "C22Result7HR4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7HR4_EnergySumStandardMBtu", ""
1, "C22Result7HR4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7HR4_NotApplicableMessage", ""
1, "C22Result7HR5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7HR5_EnergySumProposedMBtu", ""
1, "C22Result7HR5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7HR5_NotApplicableMessage", ""
1, "C22Result7HR6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7HR6_EnergySumMarginMBtu", ""
1, "C22Result7HR6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7HR6_NotApplicableMessage", ""

;1, "C22Result7Pump", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Pump", ""
; <xsd:documentation source="FieldText">Pumps &amp;
Misc.</xsd:documentation>
1, "C22Result7Pump1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Pump1_EnergySumStandard", ""
1, "C22Result7Pump1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Pump1_NotApplicableMessage", ""
1, "C22Result7Pump2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Pump2_EnergySumProposed", ""
1, "C22Result7Pump2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Pump2_NotApplicableMessage", ""
1, "C22Result7Pump3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Pump3_EnergySumMargin", ""
1, "C22Result7Pump3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Pump3_NotApplicableMessage", ""
1, "C22Result7Pump4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Pump4_EnergySumStandardMBtu", ""
1, "C22Result7Pump4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Pump4_NotApplicableMessage", ""
1, "C22Result7Pump5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Pump5_EnergySumProposedMBtu", ""
1, "C22Result7Pump5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Pump5_NotApplicableMessage", ""
1, "C22Result7Pump6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Pump6_EnergySumMarginMBtu", ""
1, "C22Result7Pump6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Pump6_NotApplicableMessage", ""

;1, "C22Result7DHW", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7DHW", ""
; <xsd:documentation source="FieldText">Domestic Hot
Water</xsd:documentation>
1, "C22Result7DHW1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7DHW1_EnergySumStandard", ""
1, "C22Result7DHW1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7DHW1_NotApplicableMessage", ""
1, "C22Result7DHW2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7DHW2_EnergySumProposed", ""
1, "C22Result7DHW2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7DHW2_NotApplicableMessage", ""
1, "C22Result7DHW3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7DHW3_EnergySumMargin", ""
1, "C22Result7DHW3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7DHW3_NotApplicableMessage", ""
1, "C22Result7DHW4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7DHW4_EnergySumStandardMBtu", ""
1, "C22Result7DHW4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7DHW4_NotApplicableMessage", ""
1, "C22Result7DHW5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7DHW5_EnergySumProposedMBtu", ""
1, "C22Result7DHW5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7DHW5_NotApplicableMessage", ""
1, "C22Result7DHW6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7DHW6_EnergySumMarginMBtu", ""
1, "C22Result7DHW6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7DHW6_NotApplicableMessage", ""

;1, "C22Result7Ltg", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Ltg", ""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "C22Result7Ltg1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Ltg1_EnergySumStandard", ""
1, "C22Result7Ltg1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Ltg1_NotApplicableMessage", ""
1, "C22Result7Ltg2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Ltg2_EnergySumProposed", ""
1, "C22Result7Ltg2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Ltg2_NotApplicableMessage", ""
1, "C22Result7Ltg3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Ltg3_EnergySumMargin", ""
1, "C22Result7Ltg3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Ltg3_NotApplicableMessage", ""
1, "C22Result7Ltg4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Ltg4_EnergySumStandardMBtu", ""
1, "C22Result7Ltg4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Ltg4_NotApplicableMessage", ""
1, "C22Result7Ltg5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Ltg5_EnergySumProposedMBtu", ""
1, "C22Result7Ltg5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Ltg5_NotApplicableMessage", ""
1, "C22Result7Ltg6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Ltg6_EnergySumMarginMBtu", ""
1, "C22Result7Ltg6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Ltg6_NotApplicableMessage", ""

;1, "C22Result7Flex", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Flex", ""
; <xsd:documentation
source="FieldText">Flexibility</xsd:documentation>
1, "C22Result7Flex1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Flex1_EnergySumStandard", ""
1, "C22Result7Flex1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Flex1_NotApplicableMessage", ""
1, "C22Result7Flex2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Flex2_EnergySumProposed", ""
1, "C22Result7Flex2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Flex2_NotApplicableMessage", ""
1, "C22Result7Flex3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Flex3_EnergySumMargin", ""
1, "C22Result7Flex3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Flex3_NotApplicableMessage", ""
1, "C22Result7Flex4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Flex4_EnergySumStandardMBtu", ""
1, "C22Result7Flex4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Flex4_NotApplicableMessage", ""
1, "C22Result7Flex5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Flex5_EnergySumProposedMBtu", ""
1, "C22Result7Flex5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Flex5_NotApplicableMessage", ""
1, "C22Result7Flex6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Flex6_EnergySumMarginMBtu", ""
1, "C22Result7Flex6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Flex6_NotApplicableMessage", ""

;1, "C22Result7EffTotal", BEMP_Str, 1, 0,


1, Pres, "", 0, 0, 555,
"C22Result7EffTotal", ""
; <xsd:documentation source="FieldText">EFFICIENCY
TOTAL</xsd:documentation>
; Efficiency Compliance</Enduse16>
1, "C22Result7EffTotal1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7EffTotal1_EnergySumStandard", ""
1, "C22Result7EffTotal1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7EffTotal1_NotApplicableMessage", ""
1, "C22Result7EffTotal2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7EffTotal2_EnergySumProposed", ""
1, "C22Result7EffTotal2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7EffTotal2_NotApplicableMessage", ""
1, "C22Result7EffTotal3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7EffTotal3_EnergySumMargin", ""
1, "C22Result7EffTotal3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7EffTotal3_NotApplicableMessage", ""
1, "C22Result7EffTotal4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7EffTotal4_EnergySumStandardMBtu", ""
1, "C22Result7EffTotal4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7EffTotal4_NotApplicableMessage", ""
1, "C22Result7EffTotal5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7EffTotal5_EnergySumProposedMBtu", ""
1, "C22Result7EffTotal5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7EffTotal5_NotApplicableMessage", ""
1, "C22Result7EffTotal6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7EffTotal6_EnergySumMarginMBtu", ""
1, "C22Result7EffTotal6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7EffTotal6_NotApplicableMessage", ""

;1, "C22Result7PV", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7PV", ""
; <xsd:documentation
source="FieldText">Photovoltaics</xsd:documentation>
1, "C22Result7PV1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7PV1_EnergySumStandard", ""
1, "C22Result7PV1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7PV1_NotApplicableMessage", ""
1, "C22Result7PV2_EnergySumProposedPhotovoltaic", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7PV2_EnergySumProposedPhotovoltaic", ""
1, "C22Result7PV2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7PV2_NotApplicableMessage", ""
1, "C22Result7PV3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7PV3_EnergySumMargin", ""
1, "C22Result7PV3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7PV3_NotApplicableMessage", ""
1, "C22Result7PV4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7PV4_EnergySumStandardMBtu", ""
1, "C22Result7PV4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7PV4_NotApplicableMessage", ""
1, "C22Result7PV5_EnergySumProposedPhotovoltaicMBtu", BEMP_Flt, 1, 0,
1, Pres, "MBtu", 0, 0, 555,
"C22Result7PV5_EnergySumProposedPhotovoltaicMBtu", ""
1, "C22Result7PV5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7PV5_NotApplicableMessage", ""
1, "C22Result7PV6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7PV6_EnergySumMarginMBtu", ""
1, "C22Result7PV6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7PV6_NotApplicableMessage", ""

;1, "C22Result7Bat", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Bat", ""
; <xsd:documentation
source="FieldText">Batteries</xsd:documentation>
1, "C22Result7Bat1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Bat1_EnergySumStandard", ""
1, "C22Result7Bat1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Bat1_NotApplicableMessage", ""
1, "C22Result7Bat2_EnergySumProposedBattery", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Bat2_EnergySumProposedBattery", ""
1, "C22Result7Bat2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Bat2_NotApplicableMessage", ""
1, "C22Result7Bat3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Bat3_EnergySumMargin", ""
1, "C22Result7Bat3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Bat3_NotApplicableMessage", ""
1, "C22Result7Bat4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Bat4_EnergySumStandardMBtu", ""
1, "C22Result7Bat4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Bat4_NotApplicableMessage", ""
1, "C22Result7Bat5_EnergySumProposedBatteryMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Bat5_EnergySumProposedBatteryMBtu", ""
1, "C22Result7Bat5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Bat5_NotApplicableMessage", ""
1, "C22Result7Bat6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Bat6_EnergySumMarginMBtu", ""
1, "C22Result7Bat6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Bat6_NotApplicableMessage", ""

;1, "C22Result7EnergyUseSubtotal", BEMP_Str,


1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal", ""
; <xsd:documentation source="FieldText">ENERGY USE
SUBTOTAL</xsd:documentation>
; Total Compliance</Enduse8>
1, "C22Result7EnergyUseSubtotal1_EnergySumStandard", BEMP_Flt,
1, 0, 1, Pres, "MWh", 0, 0, 555,
"C22Result7EnergyUseSubtotal1_EnergySumStandard", ""
1, "C22Result7EnergyUseSubtotal1_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal1_NotApplicableMessage", ""
1, "C22Result7EnergyUseSubtotal2_EnergySumProposed", BEMP_Flt,
1, 0, 1, Pres, "MWh", 0, 0, 555,
"C22Result7EnergyUseSubtotal2_EnergySumProposed", ""
1, "C22Result7EnergyUseSubtotal2_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal2_NotApplicableMessage", ""
1, "C22Result7EnergyUseSubtotal3_EnergySumMargin", BEMP_Flt,
1, 0, 1, Pres, "MWh", 0, 0, 555,
"C22Result7EnergyUseSubtotal3_EnergySumMargin", ""
1, "C22Result7EnergyUseSubtotal3_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal3_NotApplicableMessage", ""
1, "C22Result7EnergyUseSubtotal4_EnergySumStandardMBtu", BEMP_Flt,
1, 0, 1, Pres, "MBtu", 0, 0, 555,
"C22Result7EnergyUseSubtotal4_EnergySumStandardMBtu", ""
1, "C22Result7EnergyUseSubtotal4_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal4_NotApplicableMessage", ""
1, "C22Result7EnergyUseSubtotal5_EnergySumProposedMBtu", BEMP_Flt,
1, 0, 1, Pres, "MBtu", 0, 0, 555,
"C22Result7EnergyUseSubtotal5_EnergySumProposedMBtu", ""
1, "C22Result7EnergyUseSubtotal5_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal5_NotApplicableMessage", ""
1, "C22Result7EnergyUseSubtotal6_EnergySumMarginMBtu", BEMP_Flt,
1, 0, 1, Pres, "MBtu", 0, 0, 555,
"C22Result7EnergyUseSubtotal6_EnergySumMarginMBtu", ""
1, "C22Result7EnergyUseSubtotal6_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseSubtotal6_NotApplicableMessage", ""

;1, "C22Result7Recpt", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Recpt", ""
; <xsd:documentation
source="FieldText">Receptacle</xsd:documentation>
1, "C22Result7Recpt1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Recpt1_EnergySumStandard", ""
1, "C22Result7Recpt1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Recpt1_NotApplicableMessage", ""
1, "C22Result7Recpt2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Recpt2_EnergySumProposed", ""
1, "C22Result7Recpt2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Recpt2_NotApplicableMessage", ""
1, "C22Result7Recpt3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Recpt3_EnergySumMargin", ""
1, "C22Result7Recpt3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Recpt3_NotApplicableMessage", ""
1, "C22Result7Recpt4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Recpt4_EnergySumStandardMBtu", ""
1, "C22Result7Recpt4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Recpt4_NotApplicableMessage", ""
1, "C22Result7Recpt5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Recpt5_EnergySumProposedMBtu", ""
1, "C22Result7Recpt5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Recpt5_NotApplicableMessage", ""
1, "C22Result7Recpt6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Recpt6_EnergySumMarginMBtu", ""
1, "C22Result7Recpt6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Recpt6_NotApplicableMessage", ""

;1, "C22Result7Proc", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result7Proc", ""
; <xsd:documentation
source="FieldText">Process</xsd:documentation>
1, "C22Result7Proc1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Proc1_EnergySumStandard", ""
1, "C22Result7Proc1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Proc1_NotApplicableMessage", ""
1, "C22Result7Proc2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Proc2_EnergySumProposed", ""
1, "C22Result7Proc2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Proc2_NotApplicableMessage", ""
1, "C22Result7Proc3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7Proc3_EnergySumMargin", ""
1, "C22Result7Proc3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Proc3_NotApplicableMessage", ""
1, "C22Result7Proc4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Proc4_EnergySumStandardMBtu", ""
1, "C22Result7Proc4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Proc4_NotApplicableMessage", ""
1, "C22Result7Proc5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Proc5_EnergySumProposedMBtu", ""
1, "C22Result7Proc5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Proc5_NotApplicableMessage", ""
1, "C22Result7Proc6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7Proc6_EnergySumMarginMBtu", ""
1, "C22Result7Proc6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Proc6_NotApplicableMessage", ""
;1, "C22Result7LtgOther", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7LtgOther", ""
; <xsd:documentation source="FieldText">Other
Ltg</xsd:documentation>
1, "C22Result7LtgOther1_EnergySumStandard", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7LtgOther1_EnergySumStandard", ""
1, "C22Result7LtgOther1_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7LtgOther1_NotApplicableMessage", ""
1, "C22Result7LtgOther2_EnergySumProposed", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7LtgOther2_EnergySumProposed", ""
1, "C22Result7LtgOther2_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7LtgOther2_NotApplicableMessage", ""
1, "C22Result7LtgOther3_EnergySumMargin", BEMP_Flt, 1, 0, 1,
Pres, "MWh", 0, 0, 555,
"C22Result7LtgOther3_EnergySumMargin", ""
1, "C22Result7LtgOther3_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7LtgOther3_NotApplicableMessage", ""
1, "C22Result7LtgOther4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7LtgOther4_EnergySumStandardMBtu", ""
1, "C22Result7LtgOther4_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7LtgOther4_NotApplicableMessage", ""
1, "C22Result7LtgOther5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7LtgOther5_EnergySumProposedMBtu", ""
1, "C22Result7LtgOther5_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7LtgOther5_NotApplicableMessage", ""
1, "C22Result7LtgOther6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 1,
Pres, "MBtu", 0, 0, 555,
"C22Result7LtgOther6_EnergySumMarginMBtu", ""
1, "C22Result7LtgOther6_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7LtgOther6_NotApplicableMessage", ""

;1, "C22Result7ProcMotor", BEMP_Str, 1, 0,


1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor", ""
; <xsd:documentation source="FieldText">Process
Motors</xsd:documentation>
1, "C22Result7ProcMotor1_EnergySumStandard", BEMP_Flt, 1, 0,
1, Pres, "MWh", 0, 0, 555,
"C22Result7ProcMotor1_EnergySumStandard", ""
1, "C22Result7ProcMotor1_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor1_NotApplicableMessage", ""
1, "C22Result7ProcMotor2_EnergySumProposed", BEMP_Flt, 1, 0,
1, Pres, "MWh", 0, 0, 555,
"C22Result7ProcMotor2_EnergySumProposed", ""
1, "C22Result7ProcMotor2_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor2_NotApplicableMessage", ""
1, "C22Result7ProcMotor3_EnergySumMargin", BEMP_Flt, 1, 0,
1, Pres, "MWh", 0, 0, 555,
"C22Result7ProcMotor3_EnergySumMargin", ""
1, "C22Result7ProcMotor3_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor3_NotApplicableMessage", ""
1, "C22Result7ProcMotor4_EnergySumStandardMBtu", BEMP_Flt, 1, 0,
1, Pres, "MBtu", 0, 0, 555,
"C22Result7ProcMotor4_EnergySumStandardMBtu", ""
1, "C22Result7ProcMotor4_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor4_NotApplicableMessage", ""
1, "C22Result7ProcMotor5_EnergySumProposedMBtu", BEMP_Flt, 1, 0,
1, Pres, "MBtu", 0, 0, 555,
"C22Result7ProcMotor5_EnergySumProposedMBtu", ""
1, "C22Result7ProcMotor5_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor5_NotApplicableMessage", ""
1, "C22Result7ProcMotor6_EnergySumMarginMBtu", BEMP_Flt, 1, 0,
1, Pres, "MBtu", 0, 0, 555,
"C22Result7ProcMotor6_EnergySumMarginMBtu", ""
1, "C22Result7ProcMotor6_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"C22Result7ProcMotor6_NotApplicableMessage", ""

;1, "C22Result7EnergyUseTotal", BEMP_Str, 1,


0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal", ""
; <xsd:documentation source="FieldText">ENERGY USE
TOTAL</xsd:documentation>
; TOTAL</Enduse15>
1, "C22Result7EnergyUseTotal1_EnergySumStandard", BEMP_Flt, 1,
0, 1, Pres, "MWh", 0, 0, 555,
"C22Result7EnergyUseTotal1_EnergySumStandard", ""
1, "C22Result7EnergyUseTotal1_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal1_NotApplicableMessage", ""
1, "C22Result7EnergyUseTotal2_EnergySumProposed", BEMP_Flt, 1,
0, 1, Pres, "MWh", 0, 0, 555,
"C22Result7EnergyUseTotal2_EnergySumProposed", ""
1, "C22Result7EnergyUseTotal2_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal2_NotApplicableMessage", ""
1, "C22Result7EnergyUseTotal3_EnergySumMargin", BEMP_Flt, 1,
0, 1, Pres, "MWh", 0, 0, 555,
"C22Result7EnergyUseTotal3_EnergySumMargin", ""
1, "C22Result7EnergyUseTotal3_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal3_NotApplicableMessage", ""
1, "C22Result7EnergyUseTotal4_EnergySumStandardMBtu", BEMP_Flt, 1,
0, 1, Pres, "MBtu", 0, 0, 555,
"C22Result7EnergyUseTotal4_EnergySumStandardMBtu", ""
1, "C22Result7EnergyUseTotal4_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal4_NotApplicableMessage", ""
1, "C22Result7EnergyUseTotal5_EnergySumProposedMBtu", BEMP_Flt, 1,
0, 1, Pres, "MBtu", 0, 0, 555,
"C22Result7EnergyUseTotal5_EnergySumProposedMBtu", ""
1, "C22Result7EnergyUseTotal5_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal5_NotApplicableMessage", ""
1, "C22Result7EnergyUseTotal6_EnergySumMarginMBtu", BEMP_Flt, 1,
0, 1, Pres, "MBtu", 0, 0, 555,
"C22Result7EnergyUseTotal6_EnergySumMarginMBtu", ""
1, "C22Result7EnergyUseTotal6_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555,
"C22Result7EnergyUseTotal6_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

; CBECC-2022 C8. ENERGY USE INTENSITY (EUI)


;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result8", "nrccSection_C22Result8", "Section_C22Result8 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;1, "C22Result8Col1Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(kBtu/ft2-yr)</xsd:documentation>
;1, "C22Result8Col2Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(kBtu/ft2-yr)</xsd:documentation>
;1, "C22Result8Col3Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col3Heading", ""
; <xsd:documentation source="FieldText">Margin (kBtu/ft2-
yr)<d:sup>1</d:sup>
;1, "C22Result8Col4Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col4Heading", ""
; <xsd:documentation source="FieldText">Margin
Percentage</xsd:documentation>

;1, "C22Result8GEui", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result8GEui", ""
; <xsd:documentation source="FieldText">GROSS
EUI</xsd:documentation>
1, "C22Result8GEui1_StandardDesignGrossEUI", BEMP_Flt, 1, 0, 1,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result8GEui1_StandardDesignGrossEUI", ""
1, "C22Result8GEui2_ProposedDesignGrossEUI", BEMP_Flt, 1, 0, 1,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result8GEui2_ProposedDesignGrossEUI", ""
1, "C22Result8GEui3_MarginGrossEUI", BEMP_Flt, 1, 0, 1,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result8GEui3_MarginGrossEUI", ""
1, "C22Result8GEui4_MarginPctGrossEUI", BEMP_Flt, 1, 0, 1,
Pres, "%", 0, 0, 555,
"C22Result8GEui4_MarginPctGrossEUI", ""

;1, "C22Result8NEui", BEMP_Str, 1, 0, 1,


Pres, "", 0, 0, 555,
"C22Result8NEui", ""
; <xsd:documentation source="FieldText">NET
EUI</xsd:documentation>
1, "C22Result8NEui1_StandardDesignNetEUI", BEMP_Flt, 1, 0, 1,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result8NEui1_StandardDesignNetEUI", ""
1, "C22Result8NEui2_ProposedDesignNetEUI", BEMP_Flt, 1, 0, 1,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result8NEui2_ProposedDesignNetEUI", ""
1, "C22Result8NEui3_MarginNetEUI", BEMP_Flt, 1, 0, 1,
Pres, "kBTU/ft2-yr", 0, 0, 555,
"C22Result8NEui3_MarginNetEUI", ""
1, "C22Result8NEui4_MarginPctNetEUI", BEMP_Flt, 1, 0, 1,
Pres, "%", 0, 0, 555,
"C22Result8NEui4_MarginPctNetEUI", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_C22Result9", "nrccSection_C22Result9", "Section_C22Result9 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableUMLHC22", "nrccTableUMLHC22", "TableUMLHC22 <i>", 1, 0, 0,
"nrccSection_C22Result9", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowUMLHC22", "nrcctblRowUMLHC22", "tblRowUMLHC22 <i>", 0, 0, 0,
"nrccTableUMLHC22", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "C22Result9_01_ThermalZoneName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_01_ThermalZoneName", ""
1, "C22Result9_02_ZoneUnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_02_ZoneUnmetCoolingLoadHours", ""
1, "C22Result9_03_UnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_03_UnmetCoolingLoadHours", ""
1, "C22Result9_04_ZoneUnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_04_ZoneUnmetHeatingLoadHours", ""
1, "C22Result9_05_UnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_05_UnmetHeatingLoadHours", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Result1", "nrccSection_Result1", "Section_Result1 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Result1_00_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1_00_PerformanceComplianceResult", ""
; <dtyp:displayterm
value="PerfComplies">COMPLIES</dtyp:displayterm>
; <dtyp:displayterm value="PerfFailsUMLD">DOES NOT COMPLY -
EXCESSIVE UMLH</dtyp:displayterm>
;1, "Result1ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "Result1Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "Result1Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "Result1Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>

;1, "Result1Heat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Heat",
""
; <xsd:documentation source="FieldText">Space
Heating</xsd:documentation>
1, "Result1Heat1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Heat1_EnergyUseStandardDesign", ""
1, "Result1Heat1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Heat1_NotApplicableMessage", ""
; <dtyp:displayterm value="BlankGrayedOut"/>
; <dtyp:displayterm value="FramingNA">NA</dtyp:displayterm>
; <dtyp:displayterm value="Minimized"/>
; <dtyp:displayterm value="N/A">n/a</dtyp:displayterm>
; <dtyp:displayterm value="NoData">---</dtyp:displayterm>
; <dtyp:displayterm value="Not Applicable">Not
applicable</dtyp:displayterm>
; <dtyp:displayterm value="NotApplicable">N/A</dtyp:displayterm>
; <dtyp:displayterm value="NotApplicableRequirement">
; <d:i>This requirement does not apply.</d:i>
; </dtyp:displayterm>
; <dtyp:displayterm value="NotProvided">Not
Provided</dtyp:displayterm>
1, "Result1Heat2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Heat2_EnergyUseProposedDesign", ""
1, "Result1Heat2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Heat2_NotApplicableMessage", ""
1, "Result1Heat3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Heat3_EnergyUseMargin", ""
1, "Result1Heat3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Heat3_NotApplicableMessage", ""

;1, "Result1Cool", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Heat",
""
; <xsd:documentation source="FieldText">Space
Cooling</xsd:documentation>
1, "Result1Cool1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Cool1_EnergyUseStandardDesign", ""
1, "Result1Cool1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Cool1_NotApplicableMessage", ""
1, "Result1Cool2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Cool2_EnergyUseProposedDesign", ""
1, "Result1Cool2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Cool2_NotApplicableMessage", ""
1, "Result1Cool3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Cool3_EnergyUseMargin", ""
1, "Result1Cool3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Cool3_NotApplicableMessage", ""

;1, "Result1Fan", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Fan",
""
; <xsd:documentation source="FieldText">Indoor
Fans</xsd:documentation>
1, "Result1Fan1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Fan1_EnergyUseStandardDesign", ""
1, "Result1Fan1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Fan1_NotApplicableMessage", ""
1, "Result1Fan2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Fan2_EnergyUseProposedDesign", ""
1, "Result1Fan2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Fan2_NotApplicableMessage", ""
1, "Result1Fan3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Fan3_EnergyUseMargin", ""
1, "Result1Fan3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Fan3_NotApplicableMessage", ""

;1, "Result1HR", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1HR",
""
; <xsd:documentation source="FieldText">Heat
Rejection</xsd:documentation>
1, "Result1HR1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1HR1_EnergyUseStandardDesign", ""
1, "Result1HR1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1HR1_NotApplicableMessage", ""
1, "Result1HR2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1HR2_EnergyUseProposedDesign", ""
1, "Result1HR2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1HR2_NotApplicableMessage", ""
1, "Result1HR3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1HR3_EnergyUseMargin", ""
1, "Result1HR3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1HR3_NotApplicableMessage", ""

;1, "Result1Pump", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Pump",
""
; <xsd:documentation source="FieldText">Pumps &amp;amp;
Misc.</xsd:documentation>
1, "Result1Pump1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Pump1_EnergyUseStandardDesign", ""
1, "Result1Pump1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Pump1_NotApplicableMessage", ""
1, "Result1Pump2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Pump2_EnergyUseProposedDesign", ""
1, "Result1Pump2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Pump2_NotApplicableMessage", ""
1, "Result1Pump3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Pump3_EnergyUseMargin", ""
1, "Result1Pump3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Pump3_NotApplicableMessage", ""

;1, "Result1DHW", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1DHW",
""
; <xsd:documentation source="FieldText">Domestic Hot
Water</xsd:documentation>
1, "Result1DHW1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1DHW1_EnergyUseStandardDesign", ""
1, "Result1DHW1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1DHW1_NotApplicableMessage", ""
1, "Result1DHW2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1DHW2_EnergyUseProposedDesign", ""
1, "Result1DHW2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1DHW2_NotApplicableMessage", ""
1, "Result1DHW3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1DHW3_EnergyUseMargin", ""
1, "Result1DHW3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1DHW3_NotApplicableMessage", ""

;1, "Result1Ltg", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Ltg",
""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "Result1Ltg1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Ltg1_EnergyUseStandardDesign", ""
1, "Result1Ltg1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Ltg1_NotApplicableMessage", ""
1, "Result1Ltg2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Ltg2_EnergyUseProposedDesign", ""
1, "Result1Ltg2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Ltg2_NotApplicableMessage", ""
1, "Result1Ltg3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Ltg3_EnergyUseMargin", ""
1, "Result1Ltg3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Ltg3_NotApplicableMessage", ""

;1, "Result1Flex", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Flex",
""
; <xsd:documentation
source="FieldText">Flexibility</xsd:documentation>
;1, NO "Result1Flex1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Flex1_EnergyUseStandardDesign", ""
1, "Result1Flex1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Flex1_NotApplicableMessage", ""
1, "Result1Flex2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Flex2_EnergyUseProposedDesign", ""
1, "Result1Flex2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Flex2_NotApplicableMessage", ""
1, "Result1Flex3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Flex3_EnergyUseMargin", ""
1, "Result1Flex3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Flex3_NotApplicableMessage", ""

;1, "Result1Total", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result1Total",
""
; <xsd:documentation source="FieldText">ENERGY STANDARDS
COMPLIANCE TOTAL</xsd:documentation>
1, "Result1Total1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Total1_EnergyUseStandardDesign", ""
1, "Result1Total2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Total2_EnergyUseProposedDesign", ""
1, "Result1Total3a_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result1Total3a_EnergyUseMargin", ""
1, "Result1Total3b_EnergyUseImprovementTotal", BEMP_Flt, 1, 0, 0,
Pres, "%", 0, 0, 555,
"Result1Total3b_EnergyUseImprovementTotal", "" ; Decimal1Place

;1, "Result1Footnote1", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result1Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: This number
in parenthesis following the Compliance Margin in column 4, represents the Percent
Better than Standard. </xsd:documentation>
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Result2", "nrccSection_Result2", "Section_Result2 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;1, "Result2ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2ColHeading", ""
; <xsd:documentation source="FieldText">Miscellaneous Energy
Component</xsd:documentation>
;1, "Result2Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "Result2Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "Result2Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>

1, "Result2Tier1_CALGreenTier1", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Tier1_CALGreenTier1", "boolean"
1, "Result2Tier2_CALGreenTier2", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Tier2_CALGreenTier2", "boolean"

;1, "Result2Recpt", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result2Recpt",
""
; <xsd:documentation
source="FieldText">Receptacle</xsd:documentation>
1, "Result2Recpt1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Recpt1_EnergyUseStandardDesign", ""
1, "Result2Recpt1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Recpt1_NotApplicableMessage", ""
; <dtyp:displayterm value="NoData">---</dtyp:displayterm>
1, "Result2Recpt2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Recpt2_EnergyUseProposedDesign", ""
1, "Result2Recpt2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Recpt2_NotApplicableMessage", ""
1, "Result2Recpt3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Recpt3_EnergyUseMargin", ""
1, "Result2Recpt3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Recpt3_NotApplicableMessage", ""

;1, "Result2Proc", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result2Proc",
""
; <xsd:documentation
source="FieldText">Process</xsd:documentation>
1, "Result2Proc1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Proc1_EnergyUseStandardDesign", ""
1, "Result2Proc1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Proc1_NotApplicableMessage", ""
1, "Result2Proc2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Proc2_EnergyUseProposedDesign", ""
1, "Result2Proc2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Proc2_NotApplicableMessage", ""
1, "Result2Proc3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Proc3_EnergyUseMargin", ""
1, "Result2Proc3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Proc3_NotApplicableMessage", ""

;1, "Result2LtgOther", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result2LtgOther", ""
; <xsd:documentation source="FieldText">Other
Ltg</xsd:documentation>
1, "Result2LtgOther1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2LtgOther1_EnergyUseStandardDesign", ""
1, "Result2LtgOther1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2LtgOther1_NotApplicableMessage", ""
1, "Result2LtgOther2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2LtgOther2_EnergyUseProposedDesign", ""
1, "Result2LtgOther2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2LtgOther2_NotApplicableMessage", ""
1, "Result2LtgOther3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2LtgOther3_EnergyUseMargin", ""
1, "Result2LtgOther3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2LtgOther3_NotApplicableMessage", ""

;1, "Result2ProcMotor", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result2ProcMotor", ""
; <xsd:documentation source="FieldText">Process
Motors</xsd:documentation>
1, "Result2ProcMotor1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2ProcMotor1_EnergyUseStandardDesign", ""
1, "Result2ProcMotor1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2ProcMotor1_NotApplicableMessage", ""
1, "Result2ProcMotor2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2ProcMotor2_EnergyUseProposedDesign", ""
1, "Result2ProcMotor2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2ProcMotor2_NotApplicableMessage", ""
1, "Result2ProcMotor3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2ProcMotor3_EnergyUseMargin", ""
1, "Result2ProcMotor3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2ProcMotor3_NotApplicableMessage", ""
;1, "Result2PV", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Result2PV",
""
; <xsd:documentation
source="FieldText">Photovoltaics</xsd:documentation>
1, "Result2PV1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2PV1_EnergyUseStandardDesign", ""
1, "Result2PV1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2PV1_NotApplicableMessage", ""
1, "Result2PV2_EnergyUseProposedPhotovoltaic", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2PV2_EnergyUseProposedPhotovoltaic", ""
1, "Result2PV2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2PV2_NotApplicableMessage", ""
1, "Result2PV3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2PV3_EnergyUseMargin", ""
1, "Result2PV3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2PV3_NotApplicableMessage", ""

;1, "Result2Bat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result2Bat",
""
; <xsd:documentation
source="FieldText">Batteries</xsd:documentation>
1, "Result2Bat1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Bat1_EnergyUseStandardDesign", ""
1, "Result2Bat1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Bat1_NotApplicableMessage", ""
1, "Result2Bat2_EnergyUseProposedBattery", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Bat2_EnergyUseProposedBattery", ""
1, "Result2Bat2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Bat2_NotApplicableMessage", ""
1, "Result2Bat3_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2Bat3_EnergyUseMargin", ""
1, "Result2Bat3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Bat3_NotApplicableMessage", ""

;1, "Result2TotalPlus", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result2TotalPlus", ""
; <xsd:documentation source="FieldText">COMPLIANCE TOTAL
PLUS MISCELLANEOUS COMPONENTS</xsd:documentation>
1, "Result2TotalPlus1_EnergyUseStandardDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2TotalPlus1_EnergyUseStandardDesign", ""
1, "Result2TotalPlus2_EnergyUseProposedDesign", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2TotalPlus2_EnergyUseProposedDesign", ""
1, "Result2TotalPlus3a_EnergyUseMargin", BEMP_Flt, 1, 0, 0,
Pres, "kTDV/ft2-yr", 0, 0, 555,
"Result2TotalPlus3a_EnergyUseMargin", ""
1, "Result2TotalPlus3b_EnergyUseImprovementTotal", BEMP_Flt, 1, 0, 0,
Pres, "%", 0, 0, 555,
"Result2TotalPlus3b_EnergyUseImprovementTotal", "" ; Decimal1Place

;1, "Result2Footnote1", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result2Footnote1", ""
; <xsd:documentation source="FieldText"> Notes: This table
is used to document compliance with programs OTHER THAN Title 24 part 6, if
applicable. </xsd:documentation>
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Result3", "nrccSection_Result3", "Section_Result3 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;1, "Result3ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "Result3Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MWh)</xsd:documentation>
;1, "Result3Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MWh)</xsd:documentation>
;1, "Result3Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col3Heading", ""
; <xsd:documentation source="FieldText">Margin
(MWh)<d:sup>1</d:sup>
;1, "Result3Col4Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col4Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MBtu)</xsd:documentation>
;1, "Result3Col5Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col5Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MBtu)</xsd:documentation>
;1, "Result3Col6Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col6Heading", ""
; <xsd:documentation source="FieldText">Margin
(MBtu)<d:sup>1</d:sup>

;1, "Result3Heat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3Heat", ""
; <xsd:documentation source="FieldText">Space
Heating</xsd:documentation>
1, "Result3Heat1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Heat1_EnergySumStandard", ""
1, "Result3Heat1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Heat1_NotApplicableMessage", ""
; <dtyp:displayterm value="NoData">---</dtyp:displayterm>
1, "Result3Heat2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Heat2_EnergySumProposed", ""
1, "Result3Heat2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Heat2_NotApplicableMessage", ""
1, "Result3Heat3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Heat3_EnergySumMargin", ""
1, "Result3Heat3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Heat3_NotApplicableMessage", ""
1, "Result3Heat4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Heat4_EnergySumStandardMBtu", ""
1, "Result3Heat4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Heat4_NotApplicableMessage", ""
1, "Result3Heat5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Heat5_EnergySumProposedMBtu", ""
1, "Result3Heat5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Heat5_NotApplicableMessage", ""
1, "Result3Heat6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Heat6_EnergySumMarginMBtu", ""
1, "Result3Heat6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Heat6_NotApplicableMessage", ""

;1, "Result3Cool", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3Cool", ""
; <xsd:documentation source="FieldText">Space
Cooling</xsd:documentation>
1, "Result3Cool1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Cool1_EnergySumStandard", ""
1, "Result3Cool1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Cool1_NotApplicableMessage", ""
1, "Result3Cool2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Cool2_EnergySumProposed", ""
1, "Result3Cool2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Cool2_NotApplicableMessage", ""
1, "Result3Cool3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Cool3_EnergySumMargin", ""
1, "Result3Cool3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Cool3_NotApplicableMessage", ""
1, "Result3Cool4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Cool4_EnergySumStandardMBtu", ""
1, "Result3Cool4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Cool4_NotApplicableMessage", ""
1, "Result3Cool5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Cool5_EnergySumProposedMBtu", ""
1, "Result3Cool5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Cool5_NotApplicableMessage", ""
1, "Result3Cool6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Cool6_EnergySumMarginMBtu", ""
1, "Result3Cool6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Cool6_NotApplicableMessage", ""

;1, "Result3Fan", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result3Fan",
""
; <xsd:documentation source="FieldText">Indoor
Fans</xsd:documentation>
1, "Result3Fan1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Fan1_EnergySumStandard", ""
1, "Result3Fan1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Fan1_NotApplicableMessage", ""
1, "Result3Fan2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Fan2_EnergySumProposed", ""
1, "Result3Fan2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Fan2_NotApplicableMessage", ""
1, "Result3Fan3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Fan3_EnergySumMargin", ""
1, "Result3Fan3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Fan3_NotApplicableMessage", ""
1, "Result3Fan4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Fan4_EnergySumStandardMBtu", ""
1, "Result3Fan4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Fan4_NotApplicableMessage", ""
1, "Result3Fan5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Fan5_EnergySumProposedMBtu", ""
1, "Result3Fan5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Fan5_NotApplicableMessage", ""
1, "Result3Fan6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Fan6_EnergySumMarginMBtu", ""
1, "Result3Fan6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Fan6_NotApplicableMessage", ""

;1, "Result3HR", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "Result3HR",
""
; <xsd:documentation source="FieldText">Heat
Rejection</xsd:documentation>
1, "Result3HR1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3HR1_EnergySumStandard", ""
1, "Result3HR1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3HR1_NotApplicableMessage", ""
1, "Result3HR2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3HR2_EnergySumProposed", ""
1, "Result3HR2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3HR2_NotApplicableMessage", ""
1, "Result3HR3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3HR3_EnergySumMargin", ""
1, "Result3HR3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3HR3_NotApplicableMessage", ""
1, "Result3HR4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3HR4_EnergySumStandardMBtu", ""
1, "Result3HR4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3HR4_NotApplicableMessage", ""
1, "Result3HR5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3HR5_EnergySumProposedMBtu", ""
1, "Result3HR5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3HR5_NotApplicableMessage", ""
1, "Result3HR6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3HR6_EnergySumMarginMBtu", ""
1, "Result3HR6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3HR6_NotApplicableMessage", ""

;1, "Result3Pump", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3Pump", ""
; <xsd:documentation source="FieldText">Pumps &amp;
Misc.</xsd:documentation>
1, "Result3Pump1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Pump1_EnergySumStandard", ""
1, "Result3Pump1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Pump1_NotApplicableMessage", ""
1, "Result3Pump2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Pump2_EnergySumProposed", ""
1, "Result3Pump2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Pump2_NotApplicableMessage", ""
1, "Result3Pump3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Pump3_EnergySumMargin", ""
1, "Result3Pump3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Pump3_NotApplicableMessage", ""
1, "Result3Pump4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Pump4_EnergySumStandardMBtu", ""
1, "Result3Pump4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Pump4_NotApplicableMessage", ""
1, "Result3Pump5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Pump5_EnergySumProposedMBtu", ""
1, "Result3Pump5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Pump5_NotApplicableMessage", ""
1, "Result3Pump6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Pump6_EnergySumMarginMBtu", ""
1, "Result3Pump6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Pump6_NotApplicableMessage", ""

;1, "Result3DHW", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result3DHW",
""
; <xsd:documentation source="FieldText">Domestic Hot
Water</xsd:documentation>
1, "Result3DHW1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3DHW1_EnergySumStandard", ""
1, "Result3DHW1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3DHW1_NotApplicableMessage", ""
1, "Result3DHW2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3DHW2_EnergySumProposed", ""
1, "Result3DHW2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3DHW2_NotApplicableMessage", ""
1, "Result3DHW3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3DHW3_EnergySumMargin", ""
1, "Result3DHW3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3DHW3_NotApplicableMessage", ""
1, "Result3DHW4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3DHW4_EnergySumStandardMBtu", ""
1, "Result3DHW4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3DHW4_NotApplicableMessage", ""
1, "Result3DHW5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3DHW5_EnergySumProposedMBtu", ""
1, "Result3DHW5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3DHW5_NotApplicableMessage", ""
1, "Result3DHW6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3DHW6_EnergySumMarginMBtu", ""
1, "Result3DHW6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3DHW6_NotApplicableMessage", ""

;1, "Result3Ltg", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result3Ltg",
""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "Result3Ltg1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Ltg1_EnergySumStandard", ""
1, "Result3Ltg1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Ltg1_NotApplicableMessage", ""
1, "Result3Ltg2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Ltg2_EnergySumProposed", ""
1, "Result3Ltg2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Ltg2_NotApplicableMessage", ""
1, "Result3Ltg3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Ltg3_EnergySumMargin", ""
1, "Result3Ltg3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Ltg3_NotApplicableMessage", ""
1, "Result3Ltg4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Ltg4_EnergySumStandardMBtu", ""
1, "Result3Ltg4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Ltg4_NotApplicableMessage", ""
1, "Result3Ltg5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Ltg5_EnergySumProposedMBtu", ""
1, "Result3Ltg5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Ltg5_NotApplicableMessage", ""
1, "Result3Ltg6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Ltg6_EnergySumMarginMBtu", ""
1, "Result3Ltg6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Ltg6_NotApplicableMessage", ""

;1, "Result3Total", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3Total", ""
; <xsd:documentation source="FieldText">COMPLIANCE
TOTAL</xsd:documentation>
1, "Result3Total1_EnergySumStandard", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3Total1_EnergySumStandard", ""
1, "Result3Total1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Total1_NotApplicableMessage", ""
1, "Result3Total2_EnergySumProposed", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3Total2_EnergySumProposed", ""
1, "Result3Total2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Total2_NotApplicableMessage", ""
1, "Result3Total3_EnergySumMargin", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3Total3_EnergySumMargin", ""
1, "Result3Total3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Total3_NotApplicableMessage", ""
1, "Result3Total4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Total4_EnergySumStandardMBtu", ""
1, "Result3Total4_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Total4_NotApplicableMessage", ""
1, "Result3Total5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Total5_EnergySumProposedMBtu", ""
1, "Result3Total5_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Total5_NotApplicableMessage", ""
1, "Result3Total6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Total6_EnergySumMarginMBtu", ""
1, "Result3Total6_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Total6_NotApplicableMessage", ""

;1, "Result3Recpt", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3Recpt", ""
; <xsd:documentation
source="FieldText">Receptacle</xsd:documentation>
1, "Result3Recpt1_EnergySumStandard", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3Recpt1_EnergySumStandard", ""
1, "Result3Recpt1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Recpt1_NotApplicableMessage", ""
1, "Result3Recpt2_EnergySumProposed", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3Recpt2_EnergySumProposed", ""
1, "Result3Recpt2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Recpt2_NotApplicableMessage", ""
1, "Result3Recpt3_EnergySumMargin", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3Recpt3_EnergySumMargin", ""
1, "Result3Recpt3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Recpt3_NotApplicableMessage", ""
1, "Result3Recpt4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Recpt4_EnergySumStandardMBtu", ""
1, "Result3Recpt4_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Recpt4_NotApplicableMessage", ""
1, "Result3Recpt5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Recpt5_EnergySumProposedMBtu", ""
1, "Result3Recpt5_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Recpt5_NotApplicableMessage", ""
1, "Result3Recpt6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Recpt6_EnergySumMarginMBtu", ""
1, "Result3Recpt6_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Recpt6_NotApplicableMessage", ""

;1, "Result3Proc", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3Proc", ""
; <xsd:documentation
source="FieldText">Process</xsd:documentation>
1, "Result3Proc1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Proc1_EnergySumStandard", ""
1, "Result3Proc1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Proc1_NotApplicableMessage", ""
1, "Result3Proc2_EnergySumProposed", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Proc2_EnergySumProposed", ""
1, "Result3Proc2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Proc2_NotApplicableMessage", ""
1, "Result3Proc3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Proc3_EnergySumMargin", ""
1, "Result3Proc3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Proc3_NotApplicableMessage", ""
1, "Result3Proc4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Proc4_EnergySumStandardMBtu", ""
1, "Result3Proc4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Proc4_NotApplicableMessage", ""
1, "Result3Proc5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Proc5_EnergySumProposedMBtu", ""
1, "Result3Proc5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Proc5_NotApplicableMessage", ""
1, "Result3Proc6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Proc6_EnergySumMarginMBtu", ""
1, "Result3Proc6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Proc6_NotApplicableMessage", ""

;1, "Result3LtgOther", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3LtgOther", ""
; <xsd:documentation source="FieldText">Other
Ltg</xsd:documentation>
1, "Result3LtgOther1_EnergySumStandard", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3LtgOther1_EnergySumStandard", ""
1, "Result3LtgOther1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3LtgOther1_NotApplicableMessage", ""
1, "Result3LtgOther2_EnergySumProposed", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3LtgOther2_EnergySumProposed", ""
1, "Result3LtgOther2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3LtgOther2_NotApplicableMessage", ""
1, "Result3LtgOther3_EnergySumMargin", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3LtgOther3_EnergySumMargin", ""
1, "Result3LtgOther3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3LtgOther3_NotApplicableMessage", ""
1, "Result3LtgOther4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3LtgOther4_EnergySumStandardMBtu", ""
1, "Result3LtgOther4_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3LtgOther4_NotApplicableMessage", ""
1, "Result3LtgOther5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3LtgOther5_EnergySumProposedMBtu", ""
1, "Result3LtgOther5_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3LtgOther5_NotApplicableMessage", ""
1, "Result3LtgOther6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3LtgOther6_EnergySumMarginMBtu", ""
1, "Result3LtgOther6_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3LtgOther6_NotApplicableMessage", ""

;1, "Result3ProcMotor", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3ProcMotor", ""
; <xsd:documentation source="FieldText">Process
Motors</xsd:documentation>
1, "Result3ProcMotor1_EnergySumStandard", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3ProcMotor1_EnergySumStandard", ""
1, "Result3ProcMotor1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ProcMotor1_NotApplicableMessage", ""
1, "Result3ProcMotor2_EnergySumProposed", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3ProcMotor2_EnergySumProposed", ""
1, "Result3ProcMotor2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ProcMotor2_NotApplicableMessage", ""
1, "Result3ProcMotor3_EnergySumMargin", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3ProcMotor3_EnergySumMargin", ""
1, "Result3ProcMotor3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ProcMotor3_NotApplicableMessage", ""
1, "Result3ProcMotor4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3ProcMotor4_EnergySumStandardMBtu", ""
1, "Result3ProcMotor4_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ProcMotor4_NotApplicableMessage", ""
1, "Result3ProcMotor5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3ProcMotor5_EnergySumProposedMBtu", ""
1, "Result3ProcMotor5_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ProcMotor5_NotApplicableMessage", ""
1, "Result3ProcMotor6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3ProcMotor6_EnergySumMarginMBtu", ""
1, "Result3ProcMotor6_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ProcMotor6_NotApplicableMessage", ""

;1, "Result3PV", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "Result3PV",
""
; <xsd:documentation
source="FieldText">Photovoltaics</xsd:documentation>
1, "Result3PV1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3PV1_EnergySumStandard", ""
1, "Result3PV1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3PV1_NotApplicableMessage", ""
1, "Result3PV2_EnergySumProposedPhotovoltaic", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3PV2_EnergySumProposedPhotovoltaic", ""
1, "Result3PV2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3PV2_NotApplicableMessage", ""
1, "Result3PV3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3PV3_EnergySumMargin", ""
1, "Result3PV3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3PV3_NotApplicableMessage", ""
1, "Result3PV4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3PV4_EnergySumStandardMBtu", ""
1, "Result3PV4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3PV4_NotApplicableMessage", ""
1, "Result3PV5_EnergySumProposedPhotovoltaicMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3PV5_EnergySumProposedPhotovoltaicMBtu", ""
1, "Result3PV5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3PV5_NotApplicableMessage", ""
1, "Result3PV6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3PV6_EnergySumMarginMBtu", ""
1, "Result3PV6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3PV6_NotApplicableMessage", ""

;1, "Result3Bat", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "Result3Bat",
""
; <xsd:documentation
source="FieldText">Batteries</xsd:documentation>
1, "Result3Bat1_EnergySumStandard", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Bat1_EnergySumStandard", ""
1, "Result3Bat1_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Bat1_NotApplicableMessage", ""
1, "Result3Bat2_EnergySumProposedBattery", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Bat2_EnergySumProposedBattery", ""
1, "Result3Bat2_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Bat2_NotApplicableMessage", ""
1, "Result3Bat3_EnergySumMargin", BEMP_Flt, 1, 0, 0, Pres,
"MWh", 0, 0, 555,
"Result3Bat3_EnergySumMargin", ""
1, "Result3Bat3_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Bat3_NotApplicableMessage", ""
1, "Result3Bat4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Bat4_EnergySumStandardMBtu", ""
1, "Result3Bat4_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Bat4_NotApplicableMessage", ""
1, "Result3Bat5_EnergySumProposedBatteryMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3Bat5_EnergySumProposedBatteryMBtu", ""
1, "Result3Bat5_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Bat5_NotApplicableMessage", ""
1, "Result3Bat6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0, Pres,
"MBtu", 0, 0, 555,
"Result3Bat6_EnergySumMarginMBtu", ""
1, "Result3Bat6_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result3Bat6_NotApplicableMessage", ""

;1, "Result3TotalPlus", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555,
"Result3TotalPlus", ""
; <xsd:documentation
source="FieldText">TOTAL</xsd:documentation>
1, "Result3TotalPlus1_EnergySumStandard", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3TotalPlus1_EnergySumStandard", ""
1, "Result3TotalPlus1_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3TotalPlus1_NotApplicableMessage", ""
1, "Result3TotalPlus2_EnergySumProposed", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3TotalPlus2_EnergySumProposed", ""
1, "Result3TotalPlus2_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3TotalPlus2_NotApplicableMessage", ""
1, "Result3TotalPlus3_EnergySumMargin", BEMP_Flt, 1, 0, 0,
Pres, "MWh", 0, 0, 555,
"Result3TotalPlus3_EnergySumMargin", ""
1, "Result3TotalPlus3_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3TotalPlus3_NotApplicableMessage", ""
1, "Result3TotalPlus4_EnergySumStandardMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3TotalPlus4_EnergySumStandardMBtu", ""
1, "Result3TotalPlus4_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3TotalPlus4_NotApplicableMessage", ""
1, "Result3TotalPlus5_EnergySumProposedMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3TotalPlus5_EnergySumProposedMBtu", ""
1, "Result3TotalPlus5_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3TotalPlus5_NotApplicableMessage", ""
1, "Result3TotalPlus6_EnergySumMarginMBtu", BEMP_Flt, 1, 0, 0,
Pres, "MBtu", 0, 0, 555,
"Result3TotalPlus6_EnergySumMarginMBtu", ""
1, "Result3TotalPlus6_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3TotalPlus6_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Result4", "nrccSection_Result4", "Section_Result4 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableUMLH", "nrccTableUMLH", "TableUMLH <i>", 1, 0, 0,
"nrccSection_Result4", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowUMLH", "nrcctblRowUMLH", "tblRowUMLH <i>", 0, 0, 0,
"nrccTableUMLH", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Result4_01_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Result4_01_ThermalZoneName", ""
1, "Result4_02_ZoneUnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result4_02_ZoneUnmetCoolingLoadHours", ""
1, "Result4_03_UnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Result4_03_UnmetCoolingLoadHours", ""
1, "Result4_04_ZoneUnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result4_04_ZoneUnmetHeatingLoadHours", ""
1, "Result4_05_UnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Result4_05_UnmetHeatingLoadHours", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Except", "nrccSection_Except", "Section_Except <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Except01_ExceptionalConditionMessageCCPRFE", BEMP_Str, 40, 0, 0,
Pres, "", 0, 0, 555, "Except01_ExceptionalConditionMessageCCPRFE", "map
from: Proj:ExcptCond*"
1, "noXMLoutput_DeleteFlag", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555, "noXMLoutput_DeleteFlag", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 08/22/22 (LMCC)
; RJH 09/07/22 Section_E (cf1r) => Section_FeatMF D2. MULTIFAMILY REQUIRED SPECIAL
FEATURES (NRCC/LMCC)
; RJH 09/07/22 Section_Ea (cf1r) => Section_HersSum E1. HERS VERIFICATION SUMMARY
(LMCC)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_FeatMF", "cf1rSection_FeatMF", "Section_FeatMF <i>", 1, 0,
0, "cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "E_BeginNote1", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: anyType", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSpecialFeature", "cf1rSpecialFeature", "SpecialFeature <i>", 0, 0,
0, "cf1rSection_FeatMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Feat01_SpecialFeatureCategory", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: EnumerationConstant ->
BatterySystem CathedralCeiling CoolRoofInstalled DuctsInCrawlSpace
DuctsLessThan40ft DuctsNonstandardLocation ExposedSlabFloor HeatedSlab
HeatPumpWaterHeaterNEEA InsulationBelowRoofDeck InsulationCeiling
NoCoolingSystem NonDefaultValuesUsed NonstandardExteriorWall NoSpecialFeatures
PV2kWSystem RadiantBarriersInstalled RecirculationDemandControlMF
SlabEdgeInsulation SolarWaterHeatingCreditMF WholeHouseFan WindowOverhangsFins
ZonalHeatingControls", ""
1, "Feat01b_SpecialFeatureCategoryString", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: string", ""
1, "Feat01c_SpecialFeatureCategoryData", BEMP_Str, 10, 0, 1, Pres,
"", 0, 0, 555, "Base: token", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_HersSum", "cf1rSection_HersSum", "Section_HersSum <i>", 1, 0,
0, "cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers_beginNote1", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: anyType", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rBuildingHERS", "cf1rBuildingHERS", "Building HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers01_BuildingFeatureHERS", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base:
EnumerationConstant -> EnvelopeAirLeakageHERS IAQ_MechanicalVentilationHERS
InsulationSprayFoamHighRvalueHERS QualityInsulationInstallationHERS None", ""
1, "Hers01a_BuildingFeatureHERS_String", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: string", ""
1, "Hers01b_BuildingFeatureHERS_Data", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: token", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rCoolingHERS", "cf1rCoolingHERS", "Cooling HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Hers02_CoolingSystemFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> FanEfficacy MinimumAirflow RefrigerantCharge VerifiedEER
VerifiedSEER None", ""
1, "Hers02a_CoolingSystemFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers02b_CoolingSystemFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rHeatingHERS", "cf1rHeatingHERS", "Heating HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Hers03_HeatingSystemFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> HeatPumpHSPF HeatPumpCapacity None", ""
1, "Hers03a_HeatingSystemFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers03b_HeatingSystemFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rHvacHERS", "cf1rHvacHERS", "HVAC Dist HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Hers04_HvacDistributionFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> DuctAllInConditionedSpace DuctSealing None", ""
1, "Hers04a_HvacDistributionFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers04b_HvacDistributionFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rDHW_HERS", "cf1rDHW_HERS", "DHW HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Hers05_DomesticHotWaterFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> MultifamilyRecirculationTemperatureModulation None", ""
1, "Hers05a_DomesticHotWaterFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers05b_DomesticHotWaterFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_HERS", "nrccSection_HERS", "Section_HERS <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HERS_01_HERS_VerificationMeasure", BEMP_Str, 10, 0, 0, Pres, "",
0, 0, 555, "HERS_01_HERS_VerificationMeasure", "map from:
Proj:ExcptCondHERS*"
1, "noXMLoutput_DeleteFlag", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "noXMLoutput_DeleteFlag", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Remarks", "nrccSection_Remarks", "Section_Remarks <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Remarks01_CommentsToPermitAuthority", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Remarks01_CommentsToPermitAuthority", "map from:
Proj:ExcptCondHERS*"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
-------------- SAC 08/23/22 (LMCC)
; RJH 09/07/22 Section_Da (cf1r) => Section_PV F1. REQUIRED PV SYSTEMS (NRCC/LMCC)
; RJH 09/08/22 Section_Db (cf1r) => Section_Bat F2. ENERGY STORAGE SYSTEMS
(NRCC/LMCC)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_PV", "cf1rSection_PV", "Section_PV <i>", 1, 0, 0,
"cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTablePV", "cf1rTablePV", "TablePV <i>", 1, 0, 0,
"cf1rSection_PV", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowPV", "cf1rtblRowPV", "tblRowPV <i>", 0, 0, 0,
"cf1rTablePV", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Pv01_PV_SystemTotalRatedPowerDC", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: DecimalNonnegative ->
FractionDigits: 2", ""
1, "Pv01b_PV_StandardDesignPowerDC", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: DecimalNonnegative ->
FractionDigits: 2", "" ; SAC 01/19/23
1, "Pv02_PhotoVoltaicExceptionRes", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant ->
BatteryStorage CZ15ReducedSize HabitableStories2 HabitableStories3
NoExceptionsNA LimitedSolarAccess PlansBefore2020 CommunitySolar", ""
1, "Pv02_PVExceptionString", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: string ", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv03_ArrayModuleType", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> Custom
Premium Standard ThinFilm", ""
1, "Pv03_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv04_ArrayType", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> FixedArray
Tracking1Axis Tracking2Axis", ""
1, "Pv04_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv05_PowerElectronics", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant ->
Microinverters NoPowerElectronics PowerOptimizer", ""
1, "Pv05_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv06_CFI_PV", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: boolean -> ", ""
1, "Pv06_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv07_Azimuth", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Pv07_AzimuthRange", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> 105To300
150To270", ""
1, "Pv07_AzimuthRangeString", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: string ", ""
1, "Pv07_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv08_TiltMeasurementType", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> TiltDegrees
TiltPitch", ""
1, "Pv08_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv09_Tilt", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Project:PVWArrayTiltDeg / Base: Decimal ->
FractionDigits: 2", ""
1, "Pv09_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv10_RoofRise", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: DecimalNonnegative ->
FractionDigits: 2", ""
1, "Pv10_RoofRiseString", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: string ", ""
1, "Pv10_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv11_InverterEfficiencyPercent", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal3Places -> FractionDigits:
3", ""
1, "Pv11_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv12_AnnualSolarAccess", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal3Places -> FractionDigits:
3", ""
1, "Pv12_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccSection_PVBatBldgTypes", "nrccSection_PVBatBldgTypes",
"Section_PVBatBldgTypes <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTablePVBatBldgTypes", "nrccTablePVBatBldgTypes", "TablePVBatBldgTypes
<i>", 1, 0, 0, "nrccSection_PVBatBldgTypes", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "nrcctblRowPVBatBldgTypes", "nrcctblRowPVBatBldgTypes", "tblRowPVBatBldgTypes
<i>", 0, 0, 0, "nrccTablePVBatBldgTypes", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "PVBatBldgTypes01_BldgOccType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "PVBatBldgTypes01_BldgOccType",
"Spc:PVBattSizeBldgType"
1, "PVBatBldgTypes02_CondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "PVBatBldgTypes02_CondFloorArea",
"Proj:CondPVBattBldgTypeArea"
1, "PVBatBldgTypes03_UnCondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "PVBatBldgTypes03_UnCondFloorArea",
"Proj:UncondPVBattBldgTypeArea"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Bat", "cf1rSection_Bat", "Section_Bat <i>", 1, 0, 0,
"cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableBat", "cf1rTableBat", "TableBat <i>", 1, 0,
0, "cf1rSection_Bat", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowBat", "cf1rtblRowBat", "tblRowBat <i>", 0, 0, 0,
"cf1rTableBat", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Bat01_BatteryControl", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> AdvancedDR
Basic TOU", ""
1, "Bat02_BatteryCapacity", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat03_ChargingEfficiency", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat03_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat04_ChargingRate", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat04_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat05_DischargingEfficiency", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat05_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat06_DischargingRate", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat06_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat07_ChargeDischargeEfficiency", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat07_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccSection_BatExcept", "nrccSection_BatExcept", "Section_BatExcept <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableBatExcept", "nrccTableBatExcept", "TableBatExcept <i>", 1, 0,
0, "nrccSection_BatExcept", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "nrcctblRowBatExcept", "nrcctblRowBatExcept", "tblRowBatExcept <i>", 0, 0,
0, "nrccTableBatExcept", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "BatExcept01_SpaceName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "BatExcept01_SpaceName", "Spc:Name"
1, "BatExcept02_SpaceFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "BatExcept02_SpaceFunction", "Spc:SpcFunc"
1, "BatExcept03_SpaceFloorArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "BatExcept03_SpaceFloorArea", "Spc:Area"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------

; ...
; ...

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Env", "nrccSection_Env", "Section_Env <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--
1, "EnvNorth02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvNorth02_ExteriorSurfaceGrossArea",
"map from: Bldg:NorthCondExtWallArea"
1, "EnvNorth03_TotalGlazingAreaNorth", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvNorth03_TotalGlazingAreaNorth",
"map from: Bldg:NorthCondExtWinArea"
1, "EnvNorth04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvNorth04_WWRpct",
"map from: Bldg:NorthWWR * 100"
1, "EnvEast02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvEast02_ExteriorSurfaceGrossArea",
"map from: Bldg:EastCondExtWallArea"
1, "EnvEast03_TotalGlazingAreaEast", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvEast03_TotalGlazingAreaEast",
"map from: Bldg:EastCondExtWinArea"
1, "EnvEast04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvEast04_WWRpct",
"map from: Bldg:EastWWR * 100"
1, "EnvSouth02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvSouth02_ExteriorSurfaceGrossArea",
"map from: Bldg:SouthCondExtWallArea"
1, "EnvSouth03_TotalGlazingAreaSouth", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvSouth03_TotalGlazingAreaSouth",
"map from: Bldg:SouthCondExtWinArea"
1, "EnvSouth04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvSouth04_WWRpct",
"map from: Bldg:SouthWWR * 100"
1, "EnvWest02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvWest02_ExteriorSurfaceGrossArea",
"map from: Bldg:WestCondExtWallArea"
1, "EnvWest03_TotalGlazingAreaWest", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvWest03_TotalGlazingAreaWest",
"map from: Bldg:WestCondExtWinArea"
1, "EnvWest04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvWest04_WWRpct",
"map from: Bldg:WestWWR * 100"
1, "EnvTotal02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvTotal02_ExteriorSurfaceGrossArea",
"map from: Bldg:CondExtWallArea"
1, "EnvTotal03_TotalGlazingAreaAllOrientations", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"EnvTotal03_TotalGlazingAreaAllOrientations", "map from: Bldg:CondExtWinArea"
1, "EnvTotal04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvTotal04_WWRpct",
"map from: Bldg:WWR * 100"
1, "EnvRoof02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvRoof02_ExteriorSurfaceGrossArea",
"map from: Bldg:CondExtRoofArea"
1, "EnvRoof03_TotalSkylightArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvRoof03_TotalSkylightArea",
"map from: Bldg:CondExtSkyltArea"
1, "EnvRoof04_SRRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvRoof04_SRRpct",
"map from: Bldg:CondSRR * 100"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_CRRC", "nrccSection_CRRC", "Section_CRRC <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableCRRC", "nrccTableCRRC", "TableCRRC <i>", 1, 0, 0,
"nrccSection_CRRC", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowCRRC", "nrcctblRowCRRC", "tblRowCRRC <i>", 0, 0, 0,
"nrccTableCRRC", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "CRRC01_RoofAssemblyName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC01_RoofAssemblyName", ""
1, "CRRC02_RoofSlope", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC02_RoofSlope", ""
1, "CRRC02a_RoofRise", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC02a_RoofRise", ""
1, "CRRC02a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC02a_NotApplicableMessage", ""
1, "CRRC03_SolarReflectanceAged", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC03_SolarReflectanceAged", ""
1, "CRRC04_ThermalEmittance", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC04_ThermalEmittance", ""
1, "CRRC05_SolarReflectanceIndex", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC05_SolarReflectanceIndex", ""
1, "CRRC05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC05_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_CRRCmf", "nrccSection_CRRCmf", "Section_CRRCmf <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableCRRCmf", "nrccTableCRRCmf", "TableCRRCmf <i>", 1, 0, 0,
"nrccSection_CRRCmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowCRRCmf", "nrcctblRowCRRCmf", "tblRowCRRCmf <i>", 0, 0, 0,
"nrccTableCRRCmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "CRRC01mf_PartitionName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "CRRC01mf_PartitionName",
""
1, "CRRC02mf_RoofSlope", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "CRRC02mf_RoofSlope",
""
1, "CRRC02amf_RoofRise", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "CRRC02amf_RoofRise",
""
1, "CRRC03mf_SolarReflectanceAged", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC03mf_SolarReflectanceAged", ""
1, "CRRC04mf_ThermalEmittance", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC04mf_ThermalEmittance", ""
1, "CRRC05mf_SolarReflectanceIndex", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC05mf_SolarReflectanceIndex", ""
1, "CRRC05mf_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC05mf_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Attic", "cf1rSection_Attic", "Section_Attic <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableAttic", "cf1rTableAttic", "TableAttic <i>", 1, 0, 0,
"cf1rSection_Attic", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowAttic", "cf1rtblRowAttic", "tblRowAttic <i>", 0, 0, 0,
"cf1rTableAttic", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Attic01_AtticName", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Attic:Name", ""
1, "Attic02_ConstructionAssemblyNamePerformanceRes", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Attic:Construction:Name", ""
1, "Attic03_IsAtticVented", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Attic:Type", ""
1, "Attic07_RadiantBarrierToBeInstalled", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Cons:RadiantBarrier", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_AirBar", "nrccSection_AirBar", "Section_AirBar <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableAirBar", "nrccTableAirBar", "TableAirBar <i>", 1, 0, 0,
"nrccSection_AirBar", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowAirBar", "nrcctblRowAirBar", "tblRowAirBar <i>", 0, 0, 0,
"nrccTableAirBar", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "AirBar01_BuildingStoryName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "AirBar01_BuildingStoryName", ""
1, "AirBar02_StoryAirBarrier", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "AirBar02_StoryAirBarrier", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Opaq", "nrccSection_Opaq", "Section_Opaq <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableOpaq", "nrccTableOpaq", "TableOpaq <i>", 1, 0, 0,
"nrccSection_Opaq", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowOpaq", "nrcctblRowOpaq", "tblRowOpaq <i>", 0, 0, 0,
"nrccTableOpaq", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Opaq01_ConstructionAssemblyNameString", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Opaq01_ConstructionAssemblyNameString", ""
1, "Opaq02_CompatibleSurfaceType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq02_CompatibleSurfaceType", ""
1, "Opaq02_OpaqueSurfaceType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq02_OpaqueSurfaceType", ""
1, "Opaq03_SurfaceArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq03_SurfaceArea", ""
1, "Opaq04_PartitionFramingMaterial", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq04_PartitionFramingMaterial", ""
1, "Opaq04_ConstructionAssemblyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq04_ConstructionAssemblyType", ""
1, "Opaq04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq04_NotApplicableMessage", ""
1, "Opaq05_CavityInsulation", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq05_CavityInsulation", ""
1, "Opaq05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq05_NotApplicableMessage", ""
1, "Opaq06int_InsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06int_InsulationRValue", ""
1, "Opaq06int_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06int_NotApplicableMessage", ""
1, "Opaq06ext_InsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06ext_InsulationRValue", ""
1, "Opaq06ext_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06ext_NotApplicableMessage", ""
1, "Opaq07_ConstructionSpecificationMethod", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Opaq07_ConstructionSpecificationMethod", ""
1, "Opaq08_UFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq08_UFactor", ""
1, "Opaq08_CFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq08_CFactor", ""
1, "Opaq08_FFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq08_FFactor", ""

1, "afterchildren_Opaq10_Status", BEMP_Str, 1, 0, 0, Pres, "",


0, 0, 555, "afterchildren_Opaq10_Status", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccOpaq09", "nrccOpaq09", "Opaq09 <i>", 0, 0, 0, "nrcctblRowOpaq", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccOpaq09Slab", "nrccOpaq09Slab", "Opaq09Slab <i>", 0, 0, 0,
"nrccOpaq09", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Opaq09slab_SlabType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09slab_SlabType", ""
1, "Opaq09slab_SlabInsulationOrientation", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq09slab_SlabInsulationOrientation", ""
1, "Opaq09slab_SlabInsulationThermalResistance", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Opaq09slab_SlabInsulationThermalResistance", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccOpaq09Layers", "nrccOpaq09Layers", "Opaq09Layers <i>", 0, 0, 0,
"nrccOpaq09", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Opaq09layer1_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer1_CodeItem", ""
1, "Opaq09layer1_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer1_CodeItemGlazing", ""
1, "Opaq09layer1_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer1_MaterialName", ""
1, "Opaq09layer2_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer2_CodeItem", ""
1, "Opaq09layer2_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer2_CodeItemGlazing", ""
1, "Opaq09layer2_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer2_MaterialName", ""
1, "Opaq09layer3_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer3_CodeItem", ""
1, "Opaq09layer3_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer3_CodeItemGlazing", ""
1, "Opaq09layer3_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer3_MaterialName", ""
1, "Opaq09layer4_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer4_CodeItem", ""
1, "Opaq09layer4_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer4_CodeItemGlazing", ""
1, "Opaq09layer4_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer4_MaterialName", ""
1, "Opaq09layer5_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer5_CodeItem", ""
1, "Opaq09layer5_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer5_CodeItemGlazing", ""
1, "Opaq09layer5_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer5_MaterialName", ""
1, "Opaq09layer6_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer6_CodeItem", ""
1, "Opaq09layer6_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer6_CodeItemGlazing", ""
1, "Opaq09layer6_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer6_MaterialName", ""
1, "Opaq09layer7_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer7_CodeItem", ""
1, "Opaq09layer7_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer7_CodeItemGlazing", ""
1, "Opaq09layer7_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer7_MaterialName", ""
1, "Opaq09layer8_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer8_CodeItem", ""
1, "Opaq09layer8_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer8_CodeItemGlazing", ""
1, "Opaq09layer8_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer8_MaterialName", ""
1, "Opaq09layer9_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer9_CodeItem", ""
1, "Opaq09layer9_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer9_CodeItemGlazing", ""
1, "Opaq09layer9_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer9_MaterialName", ""
1, "Opaq09layer10_CodeItem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer10_CodeItem", ""
1, "Opaq09layer10_CodeItemGlazing", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer10_CodeItemGlazing", ""
1, "Opaq09layer10_MaterialName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq09layer10_MaterialName", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Door", "nrccSection_Door", "Section_Door <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableDoor", "nrccTableDoor", "TableDoor <i>", 1, 0, 0,
"nrccSection_Door", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowDoor", "nrcctblRowDoor", "tblRowDoor <i>", 0, 0, 0,
"nrccTableDoor", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Door01_ConstructionAssemblyNameString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Door01_ConstructionAssemblyNameString", "DrCons:Name"
1, "Door02_DoorArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Door02_DoorArea",
"DrCons:AreaNew, AreaExisting, or AreaAltered"
1, "Door03_UFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Door03_UFactor",
"DrCons:UFactor"
1, "Door04_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Door04_Status",
"DrCons:Status"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Doormf", "cf1rSection_Doormf", "Section_Doormf <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDoormf", "cf1rTableDoormf", "TableDoormf <i>", 1, 0, 0,
"cf1rSection_Doormf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowDoormf", "cf1rtblRowDoormf", "tblRowDoormf <i>", 0, 0, 0,
"cf1rTableDoormf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Door01mf_DoorName", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Name", ""
1, "Door02mf_DoorArea", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Area", ""
1, "Door03mf_UFactor", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Ufactor", ""
1, "Door04mf_Status", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Status / EnumerationConstant -> ExistingAlteration ExistingUnchanged New",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Fen", "nrccSection_Fen", "Section_Fen <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFen", "nrccTableFen", "TableFen <i>", 1, 0, 0,
"nrccSection_Fen", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFen", "nrcctblRowFen", "tblRowFen <i>", 0, 0, 0,
"nrccTableFen", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Fen01_ConstructionAssemblyNameString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen01_ConstructionAssemblyNameString", ""
1, "Fen02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen02",
""
1, "Fen02a_FenestrationType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen02a_FenestrationType",
""
1, "Fen02a1_DynamicGlazing", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen02a1_DynamicGlazing",
""
1, "Fen02b_FenestrationProductType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen02b_FenestrationProductType", ""
1, "Fen02c_FenestrationFramingNR", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen02c_FenestrationFramingNR", ""
1, "Fen02c_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen02c_NotApplicableMessage", ""
1, "Fen03_PartitionName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen03_PartitionName",
""
1, "Fen03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen03_NotApplicableMessage", ""
1, "Fen04_Azimuth", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen04_Azimuth", ""
1, "Fen04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen04_NotApplicableMessage", ""
1, "Fen05_FenestrationCertificationMethod", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen05_FenestrationCertificationMethod", ""
1, "Fen06_AssemblyContext", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen06_AssemblyContext",
""
1, "Fen07_FenestrationIdenticalCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen07_FenestrationIdenticalCount", ""
1, "Fen07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen07_NotApplicableMessage", ""
1, "Fen08_FenestrationAssemblyArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen08_FenestrationAssemblyArea", ""
1, "Fen09_FenestrationAssemblyUFactor", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen09_FenestrationAssemblyUFactor", ""
1, "Fen09_UFactorCenterOfGlass", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen09_UFactorCenterOfGlass", ""
1, "Fen10_FenestrationCertificationMethod", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen10_FenestrationCertificationMethod", ""
1, "Fen10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen10_NotApplicableMessage", ""
1, "Fen11_FenestrationAssemblySHGC", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen11_FenestrationAssemblySHGC", ""
1, "Fen11_SHGC_CenterOfGlass", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen11_SHGC_CenterOfGlass", ""
1, "Fen12_FenestrationCertificationMethod", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen12_FenestrationCertificationMethod", ""
1, "Fen12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen12_NotApplicableMessage", ""
1, "Fen13_FenestrationAssemblyVT", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen13_FenestrationAssemblyVT", ""
1, "Fen13_VT_CenterOfGlass", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen13_VT_CenterOfGlass",
""
1, "Fen14_ExternalShadingObjectType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen14_ExternalShadingObjectType", ""
1, "Fen14_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen14_NotApplicableMessage", ""
1, "Fen15_Status", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen15_Status",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Fenmf", "cf1rSection_Fenmf", "Section_Fenmf <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableFenmf", "cf1rTableFenmf", "TableFenmf <i>", 1, 0, 0,
"cf1rSection_Fenmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowFenmf", "cf1rtblRowFenmf", "tblRowFenmf <i>", 0, 0, 0,
"cf1rTableFenmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Fen01mf_FenestrationName", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Win:Name or Skylt:Name", ""
1, "Fen02amf_FenestrationType", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"VerticalFenestration or Skylight", ""
1, "Fen02a1mf_DynamicGlazing", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "false", ""
1, "Fen02a1mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen02bmf_FenestrationProductType", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "FixedWindowMF,
OperableWindowMF, or Skylight", ""
1, "Fen02bmf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen02cmf_FenestrationFramingNR", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "", ""
1, "Fen02cmf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen03mf_PartitionName", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Parent:Name", ""
1, "Fen03mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen04mf_Azimuth", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Win:Azimuth or Skylt:Azimuth", ""
1, "Fen05mf_FenestrationCertificationMethod", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
UfactorSHGCSource", ""
1, "Fen05mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen06mf_AssemblyContext", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from: ??",
""
1, "Fen06mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen07mf_FenestrationIdenticalMultiplier", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Win:Multiplier or Skylt:Multiplier", ""
1, "Fen07mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen08mf_FenestrationAssemblyArea", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from: Area
* Mult", ""
1, "Fen09mf_FenestrationAssemblyUFactor", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
NFRCUfactor", ""
1, "Fen10mf_FenestrationCertificationMethod", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
UfactorSHGCSource or exUfactorSHGCSource", ""
1, "Fen11mf_FenestrationAssemblySHGC", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
NFRCSHGC", ""
1, "Fen12mf_FenestrationCertificationMethod", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
UfactorSHGCSource or exUfactorSHGCSource", ""
1, "Fen12mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen13mf_FenestrationAssemblyVT", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from: ??",
""
1, "Fen13mf_VT_CenterOfGlass", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from: ??",
""
1, "Fen13mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen14mf_ExternalShadingObjectType", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
ExteriorShade", ""
1, "Fen14mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen15mf_Status", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_OverHang", "nrccSection_OverHang", "Section_OverHang <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableOverHang", "nrccTableOverHang", "TableOverHang <i>", 1, 0, 0,
"nrccSection_OverHang", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowOverHang", "nrcctblRowOverHang", "tblRowOverHang <i>", 0, 0,
0, "nrccTableOverHang", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "OverHang01_FenestrationName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang01_FenestrationName", ""
1, "OverHang02_Azimuth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang02_Azimuth", ""
1, "OverHang03_OverhangDepth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang03_OverhangDepth", ""
1, "OverHang04_OverhangHeight", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang04_OverhangHeight", ""
1, "OverHang05_OverhangRightExtent", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang05_OverhangRightExtent", ""
1, "OverHang06_OverhangLeftExtent", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang06_OverhangLeftExtent", ""
1, "OverHang07_OverhangFlapHeight", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang07_OverhangFlapHeight", ""
1, "OverHang07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang07_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Fins", "nrccSection_Fins", "Section_Fins <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFins", "nrccTableFins", "TableFins <i>", 1, 0, 0,
"nrccSection_Fins", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFins", "nrcctblRowFins", "tblRowFins <i>", 0, 0, 0,
"nrccTableFins", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Fins01_FenestrationName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fins01_FenestrationName", ""
1, "Fins0203Subheading", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fins0203Subheading", ""
1, "Fins02_FinDepth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins02_FinDepth", ""
1, "Fins03_FinDistanceLeft", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins03_FinDistanceLeft", ""
1, "Fins0405Subheading", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fins0405Subheading", ""
1, "Fins04_FinDepth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins04_FinDepth", ""
1, "Fins05_FinDistanceRight", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins05_FinDistanceRight", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HvacDry", "nrccSection_HvacDry", "Section_HvacDry <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacDry", "nrccTableHvacDry", "TableHvacDry <i>", 1, 0, 0,
"nrccSection_HvacDry", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacDry", "nrcctblRowHvacDry", "tblRowHvacDry <i>", 0, 0, 0,
"nrccTableHvacDry", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacDry01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry01_HvacSystemName", "AirSys
or ZnSys or VRFSys:Name"
1, "HvacDry02_AirSystemType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02_AirSystemType",
"AirSys:Type"
1, "HvacDry02_ZoneSystemType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02_ZoneSystemType",
"ZnSys:Type"
1, "HvacDry02a_AirSubType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02a_AirSubType",
"AirSys:SubType"
1, "HvacDry02a_ZoneSubType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02a_ZoneSubType",
"ZnSys:SubType"
1, "HvacDry03_HvacEquipmentCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry03_HvacEquipmentCount", "AirSys
or ZnSys or VRFSys:Cnt"
1, "HvacDry04_HeatingDesignCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry04_HeatingDesignCapacity", "AirSys
or ZnSys :HtgCap/1000 or VRFSys:HtgCapNetRtd/1000"
1, "HvacDry05_HeatingSupplementalCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacDry05_HeatingSupplementalCapacity", "AirSys or ZnSys :SuppHtgCap/1000 or NA"
1, "HvacDry05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry05_NotApplicableMessage",
"NotApplicable"
1, "HvacDry06a_EfficiencyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06a_EfficiencyType", "AirSys
or ZnSys or VRFSys:HtgEffUnitRpt"
1, "HvacDry06a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06a_NotApplicableMessage",
"NotApplicable"
1, "HvacDry06b_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyAFUE", "AirSys
or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyCOP", "AirSys
or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyHSPF", "AirSys
or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_ThermalEfficiency",
"AirSys or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_EfficiencyNA", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyNA",
"EfficiencyNA"
1, "HvacDry07_CoolingSensibleDesignCapacity", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"HvacDry07_CoolingSensibleDesignCapacity", "AirSys or ZnSys :ClgCap/1000 or
VRFSys:ClgCapNetRtd/1000"
1, "HvacDry08a_EfficiencyType", BEMP_Str, 2, 0, 0, Pres, "",
0, 0, 555, "HvacDry08a_EfficiencyType", "AirSys
or ZnSys or VRFSys:ClgEffUnitRpt"
1, "HvacDry08a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08a_NotApplicableMessage",
"NotApplicable"

1, "afterchildren_HvacDry09_EconomizerControlMethod", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_HvacDry09_EconomizerControlMethod", "AirSys:EconoCtrlRpt or
NotApplicable"
1, "afterchildren_HvacDry09_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_HvacDry09_NotApplicableMessage", "NotApplicable"
1, "afterchildren_HvacDry10_Status", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_HvacDry10_Status", "AirSys or ZnSys or
VRFSys:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacDry08b", "nrccHvacDry08b", "HvacDry08b <i>", 0, 0, 0,
"nrcctblRowHvacDry", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacDry08b_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08b_EfficiencyEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
1, "HvacDry08b_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08b_EfficiencySEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
1, "HvacDry08b_EfficiencyNA", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08b_EfficiencyNA",
"EfficiencyNA"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacDry08c", "nrccHvacDry08c", "HvacDry08c <i>", 0, 0, 0,
"nrccHvacDry08b", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacDry08c_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08c_EfficiencyEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
1, "HvacDry08c_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08c_EfficiencySEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Hvacdwell", "nrccSection_Hvacdwell", "Section_Hvacdwell <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacdwell", "nrccTableHvacdwell", "TableHvacdwell <i>", 1, 0,
0, "nrccSection_Hvacdwell", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacdwell", "nrcctblRowHvacdwell", "tblRowHvacdwell <i>", 0, 0,
0, "nrccTableHvacdwell", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell01_DwellingUnitName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell01_DwellingUnitName", ""
1, "Hvacdwell02_HvacEquipmentName", BEMP_Str, 5, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell02_HvacEquipmentName",
""
1, "Hvacdwell03_ResidentialSpaceConditioningSystemType", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"Hvacdwell03_ResidentialSpaceConditioningSystemType", ""
1, "Hvacdwell03_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell03_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell03b_ResidentialHeatingSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Hvacdwell03b_ResidentialHeatingSystemType", ""
1, "Hvacdwell03b_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell03b_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell03c_ResidentialCoolingSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Hvacdwell03c_ResidentialCoolingSystemType", ""
1, "Hvacdwell03c_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell03c_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell04_HvacEquipmentCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell04_HvacEquipmentCount",
""
1, "Hvacdwell05_SpaceConditioningDistributionSystemName", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"Hvacdwell05_SpaceConditioningDistributionSystemName", ""
1, "Hvacdwell05_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell05_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell06_FanSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell06_FanSystemName", ""
1, "Hvacdwell06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell06_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell07_HeatPumpHeatCapacity47F", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell07_HeatPumpHeatCapacity47F", ""
1, "Hvacdwell07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell07_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell08_HeatPumpHeatCapacity17F", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell08_HeatPumpHeatCapacity17F", ""
1, "Hvacdwell08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell08_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell09_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell09_EfficiencyType",
""
1, "Hvacdwell09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell09_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell10_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyCOP",
""
1, "Hvacdwell10_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyHSPF",
""
1, "Hvacdwell10_EfficiencyHSPF2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyHSPF2",
""
1, "Hvacdwell10_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyAFUE",
""
1, "Hvacdwell10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell10_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell11_HeatingSupplementalCapacity", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Hvacdwell11_HeatingSupplementalCapacity", ""
1, "Hvacdwell11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell11_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell12_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell12_EfficiencyType",
""
1, "Hvacdwell12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell12_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell13_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyCOP",
""
1, "Hvacdwell13_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyHSPF",
""
1, "Hvacdwell13_EfficiencyHSPF2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyHSPF2",
""
1, "Hvacdwell13_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyAFUE",
""
1, "Hvacdwell13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell13_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell14_CoolingTotalOutput", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell14_CoolingTotalOutput", ""
1, "Hvacdwell14_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell14_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell17_Status", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell17_Status", ""
1, "afterchildren_Hvacdwell17_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell17_NotApplicableMessage", "NotApplicable"
; RJH 10/16/22 LMCC only
1, "afterchildren_Hvacdwell18_IsAirflowVerificationRequired", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell18_IsAirflowVerificationRequired", ""
1, "afterchildren_Hvacdwell18_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell18_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell19_AirflowRequiredMinimumTarget", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell19_AirflowRequiredMinimumTarget", ""
1, "afterchildren_Hvacdwell19_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell19_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell20_EER_VerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell20_EER_VerificationRequired", ""
1, "afterchildren_Hvacdwell20_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell20_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell21_SEER_VerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell21_SEER_VerificationRequired", ""
1, "afterchildren_Hvacdwell21_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell21_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell22_RefrigerantChargeVerificationRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell22_RefrigerantChargeVerificationRequired", ""
1, "afterchildren_Hvacdwell22_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell22_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell23_VerificationRequiredHSPF", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell23_VerificationRequiredHSPF", ""
1, "afterchildren_Hvacdwell23_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell23_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell24_VerificationRequiredCapacity47F", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell24_VerificationRequiredCapacity47F", ""
1, "afterchildren_Hvacdwell24_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell24_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell25_VerificationRequiredCapacity17F", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell25_VerificationRequiredCapacity17F", ""
1, "afterchildren_Hvacdwell25_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell25_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell26_CompressorSpeedType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell26_CompressorSpeedType", ""
1, "afterchildren_Hvacdwell26_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell26_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell27_IsFanCertifiedNonContinuous", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell27_IsFanCertifiedNonContinuous", ""
1, "afterchildren_Hvacdwell27_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell27_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell28_ThermostatType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell28_ThermostatType", ""
1, "afterchildren_Hvacdwell28_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell28_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellCoolEffic", "nrccHvacdwellCoolEffic", "HvacdwellCoolEffic <i>",
0, 0, 0, "nrcctblRowHvacdwell", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellSingleEffic", "nrccHvacdwellSingleEffic", "HvacdwellSingleEffic
<i>", 0, 0, 0, "nrccHvacdwellCoolEffic", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell15_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell15_EfficiencyType",
""
1, "Hvacdwell15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell15a_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_EfficiencyTypeString", "String efficiency type for downstream
reporting"
1, "Hvacdwell15a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell16_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencySEER",
""
1, "Hvacdwell16_EfficiencySEER2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencySEER2",
""
1, "Hvacdwell16_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER",
""
1, "Hvacdwell16_EfficiencyEER2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER2",
""
1, "Hvacdwell16_EfficiencyEERa", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEERa",
""
1, "Hvacdwell16_EfficiencyEERb", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEERb",
""
1, "Hvacdwell16_EfficiencyEER2a", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER2a",
""
1, "Hvacdwell16_EfficiencyEER2b", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER2b",
""
1, "Hvacdwell16_EfficiencyCEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyCEER",
""
1, "Hvacdwell16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellEER_SEER", "nrccHvacdwellEER_SEER", "HvacdwellEER_SEER <i>",
0, 0, 0, "nrccHvacdwellCoolEffic", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell15_EfficiencyType", BEMP_Str, 2, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell15_EfficiencyType",
""
1, "Hvacdwell15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell15a_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_EfficiencyTypeString", "String efficiency type for downstream
reporting"
1, "Hvacdwell15a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell16_EfficiencyEERa_EERb", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEERa_EERb", ""
1, "Hvacdwell16_EfficiencyEER2a_EER2b", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER2a_EER2b", ""
1, "Hvacdwell16_EfficiencyEER_SEER", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER_SEER", ""
1, "Hvacdwell16_EfficiencyEER2_SEER2", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER2_SEER2", ""
1, "Hvacdwell16_EfficiencyEER_IEER", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER_IEER", ""
1, "Hvacdwell16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellCoolEffic_NotApplicable", "nrccHvacdwellCoolEffic_NotApplicable",
"HvacdwellCoolEffic_NotApplicable <i>", 0, 0, 0, "nrccHvacdwellCoolEffic", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableDFHP", "nrccTableDFHP", "TableDFHP <i>", 1, 0, 0,
"nrccSection_Hvacdwell", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowDFHP", "nrcctblRowDFHP", "tblRowHDFHP <i>", 0, 0, 0,
"nrccTableDFHP", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Dfhp01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp01_HvacSystemName", ""
1, "Dfhp02a_UnitaryHeatPumps", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02a_UnitaryHeatPumps", ""
1, "Dfhp02a_ResidentialHeatingSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02a_ResidentialHeatingSystemType",
""
1, "Dfhp02a_ResidentialCoolingSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02a_ResidentialCoolingSystemType",
""
1, "Dfhp02b_FurnaceUnitHeater", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02b_FurnaceUnitHeater", ""
1, "Dfhp03a_SizeRangeUnitaryHeatPumps", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03a_SizeRangeUnitaryHeatPumps", ""
1, "Dfhp03a_HeatPumpHeatCapacity47F", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03a_HeatPumpHeatCapacity47F", ""
1, "Dfhp03b_SizeRangeFurnaceUnitHeater", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03b_SizeRangeFurnaceUnitHeater", ""
1, "Dfhp03b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03b_NotApplicableMessage", "NotApplicable"
1, "Dfhp04a_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp04a_EfficiencyType", ""
1, "Dfhp04b_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp04b_EfficiencyType", ""
1, "Dfhp05a_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05a_EfficiencyCOP", ""
1, "Dfhp05a_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05a_EfficiencyHSPF", ""
1, "Dfhp05a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05a_NotApplicableMessage", "NotApplicable"
1, "Dfhp05b_CombustionEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_CombustionEfficiency", ""
1, "Dfhp05b_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_ThermalEfficiency", ""
1, "Dfhp05b_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_EfficiencyAFUE", ""
1, "Dfhp05b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccCoolingEfficDfhp", "nrccCoolingEfficDfhp", "CoolingEfficDfhp <i>", 0,
0, 0, "nrcctblRowDFHP", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccCoolingSingleEfficDfhp", "nrccCoolingSingleEfficDfhp",
"CoolingSingleEfficDfhp <i>", 0, 0, 0, "nrccCoolingEfficDfhp", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Dfhp06a_EfficiencyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06a_EfficiencyType", ""
1, "Dfhp06b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06b_NotApplicableMessage",
"NotApplicable"
1, "Dfhp06c_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_EfficiencyTypeString", "String
efficiency type for downstream reporting"
1, "Dfhp06c_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_NotApplicableMessage",
"NotApplicable"
1, "Dfhp07a_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyCOP", ""
1, "Dfhp07a_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER", ""
1, "Dfhp07a_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencySEER", ""
1, "Dfhp07a_EfficiencyEER2", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2", ""
1, "Dfhp07a_EfficiencySEER2", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencySEER2", ""
1, "Dfhp07a_EfficiencyEERa", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEERa", ""
1, "Dfhp07a_EfficiencyEERb", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEERb", ""
1, "Dfhp07a_EfficiencyEER2a", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2a", ""
1, "Dfhp07a_EfficiencyEER2b", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2b", ""
1, "Dfhp07a_EfficiencyCEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyCEER", ""
1, "Dfhp07b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07b_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccCoolingEER_IEER_Dfhp", "nrccCoolingEER_IEER_Dfhp", "CoolingEER_IEER_Dfhp
<i>", 0, 0, 0, "nrccCoolingEfficDfhp", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Dfhp06a_EfficiencyType", BEMP_Str, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp06a_EfficiencyType", ""
1, "Dfhp06b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06b_NotApplicableMessage",
"NotApplicable"
1, "Dfhp06c_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_EfficiencyTypeString", "String
efficiency type for downstream reporting"
1, "Dfhp06c_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_NotApplicableMessage",
"NotApplicable"
1, "Dfhp07a_EfficiencyEER_IEER", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER_IEER", ""
1, "Dfhp07a_EfficiencyEER_SEER", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER_SEER", ""
1, "Dfhp07a_EfficiencyEER2_SEER2", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2_SEER2", ""
1, "Dfhp07a_EfficiencyEERa_EERb", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEERa_EERb", ""
1, "Dfhp07a_EfficiencyEER2a_EER2b", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2a_EER2b", ""
1, "Dfhp07b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07b_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Fan", "nrccSection_Fan", "Section_Fan <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFan", "nrccTableFan", "TableFan <i>", 1, 0, 0,
"nrccSection_Fan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFan", "nrcctblRowFan", "tblRowFan <i>", 0, 0, 0,
"nrccTableFan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Fan01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan01_HvacSystemName", "AirSys or
ZnSys:Name"
1, "Fan02_FanCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "Fan02_FanCount",
"AirSys:AirSeg:Fan:SysCnt or ZnSys:Fan:SysCnt"
1, "Fan03_VentSystemOA", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan03_VentSystemOA", "AirSys or
ZnSys:SysVentFlow"
1, "Fan04_FanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan04_FanFlowCapacity", "Supply
AirSys:AirSeg:Fan:FlowCap or ZnSys:Fan:FlowCap"
1, "Fan04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan04_NotApplicableMessage",
"NotApplicable"
;1, "Fan05_ModelingMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_ModelingMethod", "Supply
AirSys:AirSeg:Fan:ModelingMthd or ZnSys:Fan:ModelingMthd"
;1, "Fan05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_NotApplicableMessage",
"NotApplicable"
1, "Fan05_MotorBHP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_MotorBHP", "Supply
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan05_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_FanPowerPerFlow", "Supply
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan05_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_TotalStaticPressure", "Supply
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_NotApplicableMessage",
"NotApplicable"
1, "Fan06_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan06_FanPowerUnits", "Supply
AirSys:AirSeg:Fan:PwrUnitRpt or ZnSys:Fan:PwrUnitRpt"
1, "Fan06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan06_NotApplicableMessage",
"NotApplicable"
1, "Fan07_ControlMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan07_ControlMethod", "Supply
AirSys:AirSeg:Fan:CtrlMthd or ZnSys:Fan:CtrlMthd"
1, "Fan07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan07_NotApplicableMessage",
"NotApplicable"
1, "Fan08_FanFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan08_FanFunction", "Supply
AirSys:AirSeg:Type or NA"
1, "Fan08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan08_NotApplicableMessage",
"NotApplicable"
1, "Fan09_FanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan09_FanFlowCapacity", "Return
AirSys:AirSeg:Fan:FlowCap or ZnSys:Fan:FlowCap"
1, "Fan09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan09_NotApplicableMessage",
"NotApplicable"
;1, "Fan10_ModelingMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_ModelingMethod", "Return
AirSys:AirSeg:Fan:ModelingMthd or ZnSys:Fan:ModelingMthd"
;1, "Fan10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_NotApplicableMessage",
"NotApplicable"
1, "Fan10_MotorBHP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_MotorBHP", "Return
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan10_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_FanPowerPerFlow", "Return
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan10_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_TotalStaticPressure", "Return
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_NotApplicableMessage",
"NotApplicable"
1, "Fan11_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan11_FanPowerUnits", "Return
AirSys:AirSeg:Fan:PwrUnitRpt or ZnSys:Fan:PwrUnitRpt"
1, "Fan11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan11_NotApplicableMessage",
"NotApplicable"
1, "Fan12_ControlMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan12_ControlMethod", "Return
AirSys:AirSeg:Fan:CtrlMthd or ZnSys:Fan:CtrlMthd"
1, "Fan12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan12_NotApplicableMessage",
"NotApplicable"
1, "Fan13_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan13_Status",
"AirSys:AirSeg:Fan:Status or ZnSys:Fan:Status"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableMFFan", "nrccTableMFFan", "TableMFFan <i>", 1, 0, 0,
"nrccSection_Fan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowMFFan", "nrcctblRowMFFan", "tblRowMFFan <i>", 0, 0, 0,
"nrccTableMFFan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "MFFan01_FanName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan01_FanName",
"ResFanSys:Name"
1, "MFFan02_ResidentialFanType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan02_ResidentialFanType",
"ResFanSys:TypeAbbrev"
1, "MFFan03_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan03_FanPowerPerFlow",
"ResFanSys:WperCFMCool"
1, "MFFan04_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan04_FanPowerUnits", "WattsPerCFM"
1, "MFFan05_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan05_Status",
"NotApplicable"
1, "MFFan05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan05_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFanIAQ", "nrccTableFanIAQ", "TableFanIAQ <i>", 1, 0, 0,
"nrccSection_Fan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFanIAQ", "nrcctblRowFanIAQ", "tblRowFanIAQ <i>", 0, 0, 0,
"nrccTableFanIAQ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "FanIAQ01_FanName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ01_FanName",
"ResIAQFan:Name"
1, "FanIAQ02_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ02_VentilationSystemType",
"ResIAQFan:IAQFanType"
1, "FanIAQ03_FanFlowCapacity", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "FanIAQ03_FanFlowCapacity",
"ResIAQFan:IAQCFM"
1, "FanIAQ04_FanPowerPerFlow", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "FanIAQ04_FanPowerPerFlow",
"ResIAQFan:WperCFMIAQ"
1, "FanIAQ05_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ05_FanPowerUnits",
"WattsPerCFM"
1, "FanIAQ06_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ06_Status",
"NotApplicable"
1, "FanIAQ06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ06_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Distmf", "cf1rSection_Distmf", "Section_Distmf <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDistributionMF", "cf1rTableDistributionMF",
"TableDistributionMF <i>", 1, 0, 0, "cf1rSection_Distmf", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowDistMF", "cf1rtblRowDistMF", "tblRowDistMF <i>", 0, 0, 0,
"cf1rTableDistributionMF", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "Distmf01_SpaceConditioningDistributionSystemName", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:Name", ""
;1, "Distmf02_SpaceConditioningDistributionSystemType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:Name", ""
1, "Distmf02_DuctLocation", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:TypeAbbrev", ""
1, "Distmf02_DuctDesignType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:TypeAbbrev", ""
1, "Distmf03Supply_DuctRValue", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Supply", ""
1, "Distmf03Supply_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf03bSupply_DuctRValueNum", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Supply", ""
1, "Distmf03bSupply_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf04Return_DuctRValue", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Return", ""
1, "Distmf04Return_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf04bReturn_DuctRValueNum", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Return", ""
1, "Distmf04bReturn_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf05Supply_DuctSpaceType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctLocation for Supply", ""
1, "Distmf06Return_DuctSpaceType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctLocation for Return", ""
1, "Distmf07Supply_DuctSurfaceArea", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:SupDuctSurfaceArea for Supply", ""
1, "Distmf07Supply_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf08Return_DuctSurfaceArea", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:RetDuctSurfaceArea for Return", ""
1, "Distmf08Return_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
; RJH 10/16/22 LMCC only taken from Section_Bb rules and HVACDist:HERSCheck
properties
1, "Distmf09_DuctLeakageTestRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf09_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf10_DuctSystemLeakageTarget", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf10_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf11_DuctSystemLeakageTargetMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf11_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf12_IsDuctLocationVerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf12_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf13_DuctsInCondExcept12CreditTaken", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf13_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf14_DuctDesignVerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf14_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf15_DuctsBuriedVerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf15_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf16_DuctsDeeplyBuriedComplianceCreditTaken", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "", ""
1, "Distmf16_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf17_LowLeakageAirHandlingUnitVerificationRequired", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "", ""
1, "Distmf17_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf18_LowLeakDuctsConditionedVerificationRequired", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "", ""
1, "Distmf18_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf19_DuctsInCondSpc", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf19_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf20_HasBypassDuct", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf20_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableDuctMF", "nrccTableDuctMF", "TableDuctMF <i>", 1, 0, 0,
"cf1rSection_Distmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowDuctMF", "nrcctblRowDuctMF", "tblRowDuctMF <i>", 0, 0, 0,
"nrccTableDuctMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
; RJH 10/31/22 LMCC only Section_Ii equivalent
1, "Ductmf01_SpaceConditioningDistributionSystemName", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "", ""
1, "Ductmf01_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf02_AirSegmentName", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf02_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf03_AirSegmentType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf03_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf04_DuctNominalDiameter", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf04_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf05_DuctRValue", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf05_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf06_DuctLength", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf06_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf07_AtticInsulationRValue", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf07_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf08_AtticInsulationThickness", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf08_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf09_AtticInsulationType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf09_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf10_DuctBuriedLevel", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf10_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf11_BuriedDuctInsulationDevice", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf11_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_FanExh", "nrccSection_FanExh", "Section_FanExh <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFanExh", "nrccTableFanExh", "TableFanExh <i>", 1, 0, 0,
"nrccSection_FanExh", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFanExh", "nrcctblRowFanExh", "tblRowFanExh <i>", 0, 0, 0,
"nrccTableFanExh", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "FanExh01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh01_HvacSystemName",
"Fan:ParentSysNameRpt"
1, "FanExh02_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh02_ThermalZoneName",
"Fan:ParentSysZnServedAsExhRpt"
1, "FanExh03_FanCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh03_FanCount",
"Fan:SysCnt"
1, "FanExh04_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh04_ExhaustFlowRate",
"Fan:FlowCap"
1, "FanExh05_MotorBHP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh05_MotorBHP",
"Fan:PwrRpt"
1, "FanExh05_MotorWatts", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh05_MotorWatts",
"Fan:PwrRpt"
1, "FanExh05_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh05_TotalStaticPressure",
"Fan:PwrRpt"
1, "FanExh06_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh06_FanPowerUnits",
"Fan:PwrUnitRpt"
1, "FanExh07_FanControl", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh07_FanControl",
"Fan:ParentSysFanCtrlRpt"
1, "FanExh08_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh08_Status",
"Fan:Status"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HvacWet", "nrccSection_HvacWet", "Section_HvacWet <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacWet", "nrccTableHvacWet", "TableHvacWet <i>", 1, 0, 0,
"nrccSection_HvacWet", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacWet", "nrcctblRowHvacWet", "tblRowHvacWet <i>", 0, 0, 0,
"nrccTableHvacWet", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacWet01_HvacEquipmentName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet01_HvacEquipmentName",
"Blr:Name, Chlr:Name, HX:Name, HtRej:Name, or ThrmlEngyStor:Name"
1, "HvacWet02_BoilerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_BoilerType",
"Blr:Type"
1, "HvacWet02_ChillerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_ChillerType",
"Chlr:Type"
1, "HvacWet02_HeatRejectionType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_HeatRejectionType",
"HtRej:Type"
1, "HvacWet02_HeatExchangerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_HeatExchangerType",
"HX:Type"
1, "HvacWet02_ThermalEnergyStorageType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet02_ThermalEnergyStorageType", "ThrmlEngyStor:Type"
1, "HvacWet02_WaterHeaterType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_WaterHeaterType",
"WtrHtr:Type"
1, "HvacWet03_FluidSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet03_FluidSystemName",
"Parent:Name"
1, "HvacWet04_HvacEquipmentCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet04_HvacEquipmentCount",
"1"
1, "HvacWet04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet04_NotApplicableMessage", "NotApplicable"
1, "HvacWet05_TEStorageCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet05_TEStorageCapacity",
"ThrmlEngyStor:StorCap or NotApplicable"
1, "HvacWet05_StorageCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet05_StorageCapacity",
"WtrHtr:StorCap or NotApplicable"
1, "HvacWet05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet05_NotApplicableMessage", "NotApplicable"
1, "HvacWet06_CapacityRated", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_CapacityRated",
"Blr:CapRtd/1000"
1, "HvacWet06_ChillerCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_ChillerCapacity",
"Chlr:CapRtd/1000"
1, "HvacWet06_CoolingTowerCapacityRated", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet06_CoolingTowerCapacityRated", "HtRej:CapRtd/1000"
1, "HvacWet06_TERatedCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_TERatedCapacity",
"ThrmlEngyStor:CapRtd/1000"
1, "HvacWet06_RatedCapacityKBtuh", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_RatedCapacityKBtuh",
"WtrHtr:CapRtd/1000"
1, "HvacWet07_CapacityUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet07_CapacityUnits",
"KBtuHr"
1, "HvacWet08_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyAFUE",
"Blr:AFUE"
1, "HvacWet08_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_ThermalEfficiency",
"Blr:ThrmlEff"
1, "HvacWet08_CombustionEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet08_CombustionEfficiency", "Blr:CombEff"
1, "HvacWet08_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyCOP",
"Chlr:COP"
1, "HvacWet08_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyEER",
"Chlr:EER"
1, "HvacWet08_EfficiencyKWperTon", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyKWperTon",
"Chlr:KwPerTon"
1, "HvacWet08_TotalFanHP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_TotalFanHP",
"HtRej:TotFanHP"
1, "HvacWet08_EfficiencyNA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyNA",
"EfficiencyNA"
1, "HvacWet09_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet09_EfficiencyType",
"EffUnitRpt"
1, "HvacWet09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet09_NotApplicableMessage", "NotApplicable"
1, "HvacWet10_Status", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet10_Status",
"Blr:Status, Chlr:Status, HX:Status, HtRej:Status, or ThrmlEngyStor:Status"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Pump", "nrccSection_Pump", "Section_Pump <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTablePump", "nrccTablePump", "TablePump <i>", 1, 0, 0,
"nrccSection_Pump", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowPump", "nrcctblRowPump", "tblRowPump <i>", 0, 0, 0,
"nrccTablePump", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "Pump01_PumpName", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump01_PumpName", "Pump:Name"
1, "Pump02_HvacEquipmentName", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump02_HvacEquipmentName", "Pump:ParentNameRpt"
1, "Pump03_PumpCount", BEMP_Int, 1, 0, 0, Pres, "", 0,
0, 555, "Pump03_PumpCount", "Pump:Cnt"
1, "Pump04_PumpMotorHP", BEMP_Flt, 1, 0, 0, Pres, "", 0,
0, 555, "Pump05_PumpMotorHP", "Pump:MtrHP"
1, "Pump05_PumpPowerUnits", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump04_PumpPowerUnits", "hp"
1, "Pump06_FlowCapacity", BEMP_Flt, 1, 0, 0, Pres, "", 0,
0, 555, "Pump06_FlowCapacity", "Pump:FlowCap"
1, "Pump07_IsVSD", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump07_IsVSD", "Pump:SpdCtrl"
1, "Pump08_Status", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump08_Status", "Pump:ParentStatusRpt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HvacSpec", "nrccSection_HvacSpec", "Section_HvacSpec <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacSpec", "nrccTableHvacSpec", "TableHvacSpec <i>", 1, 0, 0,
"nrccSection_HvacSpec", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacSpec", "nrcctblRowHvacSpec", "tblRowHvacSpec <i>", 0, 0,
0, "nrccTableHvacSpec", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacSpec01_HvacSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec01_HvacSystemName",
"AirSys or ZnSys or VRFSys or FluidSys:Name"
1, "HvacSpec02_AirSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec02_AirSystemType",
"AirSys:Type"
1, "HvacSpec02_ZoneSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec02_ZoneSystemType",
"ZnSys:Type or 'VRF' for VRFSys"
1, "HvacSpec02_FluidSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec02_FluidSystemType",
"FluidSys:Type"
1, "HvacSpec03_OperableWindowsHaveInterlock", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec03_OperableWindowsHaveInterlock",
"AirSys or ZnSys or VRFSys:OperableWinInterlockRpt"
1, "HvacSpec03_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec03_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacSpec04Choice", "nrccHvacSpec04Choice", "HvacSpec04Choice <i>", 0,
0, 0, "nrcctblRowHvacSpec", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacSpec04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacSpec04_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacSpec04", "nrccHvacSpec04", "HvacSpec04 <i>", 0, 0, 0,
"nrccHvacSpec04Choice", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacSpec04_HvacControls", BEMP_Str, 8, 0, 0, Pres,
"", 0, 0, 555, "HvacSpec04_HvacControls",
"AirSys:SysCtrlRpt[1..4,6..8] or ZnSys:SysCtrlRpt or VRFSys:SysCtrlRpt or
FluidSys:SysCtrlRpt[1..2]"
1, "HvacSpec04_EconomizerControlMethod", BEMP_Str, 8, 0, 0, Pres,
"", 0, 0, 555, "HvacSpec04_EconomizerControlMethod",
"AirSys:SysCtrlRpt[5]"
1, "HvacSpec04_EvaporativeCoolerType", BEMP_Str, 8, 0, 0, Pres,
"", 0, 0, 555, "HvacSpec04_EvaporativeCoolerType",
"AirSys:SysCtrlRpt[7]"
1, "noXMLoutput_DeleteFlag", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "noXMLoutput_DeleteFlag", ""

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_VentNR", "nrccSection_VentNR", "Section_VentNR <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableVentNR", "nrccTableVentNR", "TableVentNR <i>", 1, 0, 0,
"nrccSection_VentNR", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowVentNR", "nrcctblRowVentNR", "tblRowVentNR <i>", 0, 0, 0,
"nrccTableVentNR", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "Vent01_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent01_ThermalZoneName", "ThrmlZn:Name or +
ThrmlZn:VentStdDesc +'ventilation'"
1, "Vent01a_VentilationStandardDescription", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Vent01a_VentilationStandardDescription",
"ThrmlZn:VentStdDesc"
1, "Vent02_VentilationSpaceFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent02_VentilationSpaceFunction", "enum list Currently Not
Used"
1, "Vent02_VentilationSpaceFunctions", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent02_VentilationSpaceFunctions", "ThrmlZn:VentFuncList"
1, "Vent03_OccupancyCount", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent03_OccupancyCount", "ThrmlZn:OccNumSim"
1, "Vent03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent03_NotApplicableMessage", "NotApplicable"
1, "Vent04_VentSystemOA", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent04_VentSystemOA", "ThrmlZn:VentFlow"
1, "Vent05_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent05_ExhaustFlowRate", "If ThrmlZn:MinExhFlow >
0 then ThrmlZn:MinExhFlow else ThrmlZn:ExhFlow"
1, "Vent06_ThermalZoneFloorArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent06_ThermalZoneFloorArea", "ThrmlZn:FlrArea"
1, "Vent07_MechVentControls", BEMP_Str, 2, 0, 0, Pres, "",
0, 0, 555, "Vent07_MechVentControls", "DCV and/or
OccupantSensors"
1, "Vent07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent07_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_VentRes", "nrccSection_VentRes", "Section_VentRes <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableVentRes", "nrccTableVentRes", "TableVentRes <i>", 1, 0, 0,
"nrccSection_VentRes", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowVentRes", "nrcctblRowVentRes", "tblRowVentRes <i>", 0, 0, 0,
"nrccTableVentRes", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "VentRes01_ResidentialDwellingUnitName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes01_ResidentialDwellingUnitName",
"DwellUnitType:Name"
1, "VentRes01a_DwellingUnitConditionedFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "VentRes01a_DwellingUnitConditionedFloorArea", ""
1, "VentRes02_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes02_VentilationSystemType",
"DwellUnitType:IAQOption"
1, "VentRes02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes02_NotApplicableMessage",
"NotApplicable"
1, "VentRes03_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes03_VentilationSystemType",
"DwellUnitType:CentralVentSysRef:Type"
1, "VentRes03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes03_NotApplicableMessage",
"NotApplicable"
1, "VentRes04_FanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_FanFlowCapacity",
"DwellUnitType:CentralVentSysRef:SupFanCap"
1, "VentRes04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_NotApplicableMessage",
"NotApplicable"
1, "VentRes05_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes05_FanPowerPerFlow",
"DwellUnitType:CentralVentSysRef:SupFanPwrIdx"
1, "VentRes05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes05_NotApplicableMessage",
"NotApplicable"
1, "VentRes06_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes06_ExhaustFlowRate",
"DwellUnitType:CentralVentSysRef:ExhFanCap"
1, "VentRes06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes06_NotApplicableMessage",
"NotApplicable"
1, "VentRes07_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes07_FanPowerPerFlow",
"DwellUnitType:CentralVentSysRef:ExhFanPwrIdx"
1, "VentRes07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes07_NotApplicableMessage",
"NotApplicable"
1, "VentRes08_VentilationSystemType", BEMP_Str, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_VentilationSystemType",
"DwellUnitType:IAQFanRef[]:IAQFanType"
1, "VentRes08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_NotApplicableMessage",
"NotApplicable"
1, "VentRes09_FanCount", BEMP_Int, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes09_FanCount",
"DwellUnitType:IAQFanCnt[]"
1, "VentRes09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes09_NotApplicableMessage",
"NotApplicable"
1, "VentRes10_FanFlowCapacity", BEMP_Flt, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes10_FanFlowCapacity",
"DwellUnitType:IAQCFM[]"
1, "VentRes10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes10_NotApplicableMessage",
"NotApplicable"
1, "VentRes11_FanPowerPerFlow", BEMP_Flt, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes11_FanPowerPerFlow",
"DwellUnitType:IAQWpCFM[]"
1, "VentRes11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes11_NotApplicableMessage",
"NotApplicable"
1, "VentRes12_SensibleRecoveryEfficiency", BEMP_Flt, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes12_SensibleRecoveryEfficiency", "if
IAQFanType[] = Balanced then DwellUnitType:IAQSRE[]"
1, "VentRes12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes12_NotApplicableMessage",
"NotApplicable"
1, "VentRes13_AdjustedSensibleRecoveryEfficiency", BEMP_Flt, 4, 0, 0,
Pres, "", 0, 0, 555, "VentRes13_AdjustedSensibleRecoveryEfficiency", "if
IAQFanType[] = Balanced then DwellUnitType:IAQASRE[]"
1, "VentRes13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes13_NotApplicableMessage",
"NotApplicable"

;1, "VentRes01_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "VentRes01_ThermalZoneName", "ThrmlZn:Name"
;1, "VentRes02_ThermalZoneFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes02_ThermalZoneFloorArea",
"ThrmlZn:FlrArea"
;1, "VentRes03_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes03_VentilationSystemType", "??"
;1, "VentRes04_VentSystemOA", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_VentSystemOA",
"ThrmlZn:VentFlow"
;1, "VentRes04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_NotApplicableMessage",
"NotApplicable"
;1, "VentRes05_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes05_ExhaustFlowRate", "If
ThrmlZn:MinExhFlow > 0 then ThrmlZn:MinExhFlow else ThrmlZn:ExhFlow"
;1, "VentRes05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes05_NotApplicableMessage",
"NotApplicable"
;1, "VentRes06_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes06_FanPowerPerFlow", "??"
;1, "VentRes07_SensibleRecoveryEfficiency", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes07_SensibleRecoveryEfficiency", "??"
;1, "VentRes07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes07_NotApplicableMessage",
"NotApplicable"
;1, "VentRes08_AdjustedSensibleRecoveryEfficiency", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"VentRes08_AdjustedSensibleRecoveryEfficiency", "??"
;1, "VentRes08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_NotApplicableMessage",
"NotApplicable"

;1, "VentRes02_VentilationSpaceFunction", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "VentRes02_VentilationSpaceFunction", "enum list
Currently Not Used"
;1, "VentRes02_VentilationSpaceFunctions", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes02_VentilationSpaceFunctions",
"ThrmlZn:VentFuncList"
;1, "VentRes03_HotelMotelGuestRoomCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes03_HotelMotelGuestRoomCount",
"ThrmlZn:HotelMotelGuestRmCnt"
;1, "VentRes04_BedroomCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_BedroomCount",
"ThrmlZn:ResLivingBdrmCnt"
;1, "VentRes08_MechVentControls", BEMP_Str, 2, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_MechVentControls", "DCV and/or
OccupantSensors"
;1, "VentRes08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Zone", "nrccSection_Zone", "Section_Zone <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableZone", "nrccTableZone", "TableZone <i>", 1, 0, 0,
"nrccSection_Zone", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowZone", "nrcctblRowZone", "tblRowZone <i>", 0, 0, 0,
"nrccTableZone", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "Zone01_TerminalUnitName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone01_TerminalUnitName",
"TrmlUnit:Name"
1, "Zone01_ZoneSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone01_ZoneSystemName", "ZnSys:Name"
1, "Zone02_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone02_ThermalZoneName",
"TrmlUnit:ZnServedRef or ZnSys:CtrlZnRef"
1, "Zone03_TerminalUnitType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone03_TerminalUnitType",
"TrmlUnit:Type"
1, "Zone03_ZoneSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone03_ZoneSystemType", "ZnSys:Type"
1, "Zone04_TerminalUnitCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone04_TerminalUnitCount",
"TrmlUnit:SysCnt"
1, "Zone04_ZoneSysCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone04_ZoneSysCount", "ZnSys:Cnt"
1, "Zone05_HeatingRatedCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone05_HeatingRatedCapacity",
"TrmlUnit:CoilHtgRef:CapTotNetRtd/1000 or ZnSys:CoilHtgRef:CapTotNetRtd/1000"
1, "Zone05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone05_NotApplicableMessage",
"NotApplicable"
1, "Zone06_CoolingRatedCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone06_CoolingRatedCapacity", "UNDEFINED or
ZnSys:CoilClgRef:CapTotNetRtd/1000"
1, "Zone06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone06_NotApplicableMessage",
"NotApplicable"
1, "Zone07_RatedFlowCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone07_RatedFlowCapacity",
"TrmlUnit:PriAirFlowMax or ZnSys:FanRef:FlowCap"
1, "Zone07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone07_NotApplicableMessage",
"NotApplicable"
1, "Zone08_AirFlowMinimum", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone08_AirFlowMinimum",
"TrmlUnit:PriAirFlowMin or ZnSys:FanRef:FlowMin"
1, "Zone08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone08_NotApplicableMessage",
"NotApplicable"
1, "Zone09_DesignAirFlowMinimumRatio", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone09_DesignAirFlowMinimumRatio",
"TrmlUnit:PriAirFlowMinFrac or ZnSys:FanRef:FlowMinFrac"
1, "Zone09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone09_NotApplicableMessage",
"NotApplicable"
1, "Zone10_MotorBHP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_MotorBHP",
"TrmlUnit:FanRef:PwrRpt or ZnSys:FanRef:PwrRpt"
1, "Zone10_FanPowerModeled", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_FanPowerModeled",
"TrmlUnit:FanRef:PwrRpt or ZnSys:FanRef:PwrRpt"
1, "Zone10_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_TotalStaticPressure",
"TrmlUnit:FanRef:PwrRpt or ZnSys:FanRef:PwrRpt"
1, "Zone10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_NotApplicableMessage",
"NotApplicable"
1, "Zone11_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone11_FanPowerUnits",
"TrmlUnit:FanRef:PwrUnitRpt or ZnSys:FanRef:PwrUnitRpt"
1, "Zone11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone11_NotApplicableMessage",
"NotApplicable"
1, "Zone12_FanControl", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone12_FanControl", "UNDEFINED or
ZnSys:FanCtrl = Cycling then Cycling"
1, "Zone12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone12_NotApplicableMessage",
"NotApplicable"
1, "Zone13_IsVSD", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone13_IsVSD", "true if
TrmlUnit:FanRef:CtrlMthd or ZnSys:FanRef:CtrlMthd = VariableSpeedDrive else false"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Evap", "nrccSection_Evap", "Section_Evap <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableEvap", "nrccTableEvap", "TableEvap <i>", 1, 0, 0,
"nrccSection_Evap", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowEvap", "nrcctblRowEvap", "tblRowEvap <i>", 0, 0, 0,
"nrccTableEvap", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Evap01_EvaporativeCoolerName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap01_EvaporativeCoolerName", "EvapClr:Name"
1, "Evap02_EvaporativeCoolerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap02_EvaporativeCoolerType", "EvapClr:Type"
1, "Evap03_EvaporativeCoolerCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap03_EvaporativeCoolerCount", "EvapClr:SysCnt"
1, "Evap04_Effectiveness", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Evap04_Effectiveness",
"EvapClr:Eff"
1, "Evap05_PumpPower", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Evap05_PumpPower",
"EvapClr:PumpPwr"
1, "Evap05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap05_NotApplicableMessage", "NotApplicable"
1, "Evap06_SecondaryFanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap06_SecondaryFanFlowCapacity", "EvapClr:SecFanFlowCap"
1, "Evap06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap06_NotApplicableMessage", "NotApplicable"
1, "Evap07_SecondaryFanTotalEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap07_SecondaryFanTotalEfficiency", "EvapClr:SecFanTotEff"
1, "Evap07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap07_NotApplicableMessage", "NotApplicable"
1, "Evap08_SecondaryFanTotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap08_SecondaryFanTotalStaticPressure", "EvapClr:SecFanTotStaticPress"
1, "Evap08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap08_NotApplicableMessage", "NotApplicable"
1, "Evap09_SecondaryAirSource", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap09_SecondaryAirSource", "EvapClr:SecAirSrc"
1, "Evap09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap09_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HtRecovery", "nrccSection_HtRecovery", "Section_HtRecovery <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHtRecovery", "nrccTableHtRecovery", "TableHtRecovery <i>", 1, 0,
0, "nrccSection_HtRecovery", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHtRecovery", "nrcctblRowHtRecovery", "tblRowHtRecovery <i>", 0,
0, 0, "nrccTableHtRecovery", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HtRecovery01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery01_HvacSystemName",
"AirSys or ZnSys:Name"
1, "HtRecovery02_AirSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery02_AirSystemType",
"AirSys:Type"
1, "HtRecovery02_ZoneSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery02_ZoneSystemType",
"ZnSys:Type"
1, "HtRecovery03_HvacCertificationType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery03_HvacCertificationType",
"AirSys:HtRcvry:HtRcvryCertification or ZnSys:HtRcvryCertification"
1, "HtRecovery04_HeatingSensibleEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery04_HeatingSensibleEffectiveness100",
"AirSys:HtRcvry:HtgSensEff100 or ZnSys:HtgSensEff100"
1, "HtRecovery05_HeatingLatentEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery05_HeatingLatentEffectiveness100",
"AirSys:HtRcvry:HtgLatEff100 or ZnSys:HtgLatEff100"
1, "HtRecovery06_HeatingTotalEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery06_HeatingTotalEffectiveness100",
"AirSys:HtRcvry:HtgTotEff100 or ZnSys:HtgTotEff100"
1, "HtRecovery07_CoolingSensibleEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery07_CoolingSensibleEffectiveness100",
"AirSys:HtRcvry:ClgSensEff100 or ZnSys:ClgSensEff100"
1, "HtRecovery08_CoolingLatentEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery08_CoolingLatentEffectiveness100",
"AirSys:HtRcvry:ClgLatEff100 or ZnSys:ClgLatEff100"
1, "HtRecovery09_CoolingTotalEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery09_CoolingTotalEffectiveness100",
"AirSys:HtRcvry:ClgTotEff100 or ZnSys:ClgTotEff100"
1, "HtRecovery10_Status", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery10_Status",
"AirSys:HtRcvry:Status or ZnSys:Status"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Water", "nrccSection_Water", "Section_Water <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableWater", "nrccTableWater", "TableWater <i>", 1, 0, 0,
"nrccSection_Water", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowWater", "nrcctblRowWater", "tblRowWater <i>", 0, 0, 0,
"nrccTableWater", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Water01_WaterHeaterName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water01_WaterHeaterName", ""
1, "Water02_WaterHeaterFuelSource", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water02_WaterHeaterFuelSource", ""
1, "Water03_TankCategory", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water03_TankCategory", ""
1, "Water03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water03_NotApplicableMessage", ""
1, "Water04_WaterHeaterCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "Water04_WaterHeaterCount", ""
1, "Water05_StorageCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water05_StorageCapacity", ""
1, "Water05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water05_NotApplicableMessage", ""
1, "Water06_WaterHeaterElectricFiredRatedInput", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Water06_WaterHeaterElectricFiredRatedInput", ""
1, "Water06_WaterHeaterGasRatedInput", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water06_WaterHeaterGasRatedInput", ""
1, "Water06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water06_NotApplicableMessage", ""
1, "Water07_WaterHeaterRatedInputUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water07_WaterHeaterRatedInputUnits", ""
1, "Water07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water07_NotApplicableMessage", ""
1, "Water08_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_EfficiencyCOP", ""
1, "Water08_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_ThermalEfficiency", ""
1, "Water08_EnergyFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_EnergyFactor", ""
1, "Water08_UniformEnergyFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_UniformEnergyFactor", ""
1, "Water08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_NotApplicableMessage", ""
1, "Water09_EfficiencyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water09_EfficiencyType", ""
1, "Water09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water09_NotApplicableMessage", ""
1, "Water10_TankInteriorInsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water10_TankInteriorInsulationRValue", ""
1, "Water10_TankExteriorInsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water10_TankExteriorInsulationRValue", ""
1, "Water10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water10_NotApplicableMessage", ""
1, "Water11_WaterHeaterStandbyLossFraction", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water11_WaterHeaterStandbyLossFraction", ""
1, "Water11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water11_NotApplicableMessage", ""
1, "Water12_WaterHeaterFirstHourRating", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water12_WaterHeaterFirstHourRating", ""
1, "Water12_WaterHeaterFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water12_WaterHeaterFlowRate", ""
1, "Water12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water12_NotApplicableMessage", ""
1, "Water13_WaterHeaterTypeNR", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water13_WaterHeaterTypeNR", ""
1, "Water13_ResHPWHCategory", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water13_ResHPWHCategory", ""
1, "Water13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water13_NotApplicableMessage", ""
1, "Water14_TankLocation", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water14_TankLocation", ""
1, "Water14_TankLocationString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water14_TankLocationString", ""
1, "Water14_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water14_NotApplicableMessage", ""
; RJH 10/16/22 LMCC only Section_Tneea
1, "Water15_HeatPumpWaterHeaterBrandNEEA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water15_HeatPumpWaterHeaterBrandNEEA", ""
1, "Water15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water15_NotApplicableMessage", ""
1, "Water16_HeatPumpWaterHeaterModelNEEA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water16_HeatPumpWaterHeaterModelNEEA", ""
1, "Water16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water16_NotApplicableMessage", ""
1, "Water17_HeatPumpWaterHeaterSimulationGroup", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Water17_HeatPumpWaterHeaterSimulationGroup", ""
1, "Water17_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water17_NotApplicableMessage", ""
1, "Water18_TankLocation", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water18_TankLocation", ""
1, "Water18_TankLocationString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water18_TankLocationString", ""
1, "Water18_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water18_NotApplicableMessage", ""
1, "Water19_ResidentialWaterHeaterType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water19_ResidentialWaterHeaterType", ""
1, "Water19_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water19_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_WaterMF", "nrccSection_WaterMF", "Section_WaterMF <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableWaterMF", "nrccTableWaterMF", "TableWaterMF <i>", 1, 0, 0,
"nrccSection_WaterMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowWaterMF", "nrcctblRowWaterMF", "tblRowWaterMF <i>", 0, 0, 0,
"nrccTableWaterMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterMF01_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF01_WaterHeatingSystemName", ""
1, "WaterMF02_ResidentialWaterHeatingSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"WaterMF02_ResidentialWaterHeatingSystemType", ""
1, "WaterMF03_CentralSystem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF03_CentralSystem", ""
1, "WaterMF04_WaterHeaterTotalSystemCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterMF04_WaterHeaterTotalSystemCount", ""
1, "WaterMF05_ResidentialDHWCentralDistributionType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"WaterMF05_ResidentialDHWCentralDistributionType", ""
1, "WaterMF05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF05_NotApplicableMessage", ""
;1, "WaterMF05_ResidentialDHWSystemDistributionType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"WaterMF05_ResidentialDHWSystemDistributionType", ""
;1, "WaterMF05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF05_NotApplicableMessage", ""
1, "WaterMF06_ResidentialDHWDwellingUnitDistributionType", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF06_ResidentialDHWDwellingUnitDistributionType", ""
1, "WaterMF06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF06_NotApplicableMessage", ""
1, "WaterMF07_WaterHeaterName", BEMP_Str, 10, 0, 0, Pres, "",
0, 0, 555, "WaterMF07_WaterHeaterName", ""
1, "WaterMF07_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF07_WaterHeatingSystemName", ""
1, "WaterMF08_DHWSolarSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF08_DHWSolarSystemName", ""
1, "WaterMF08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF08_NotApplicableMessage", ""
1, "WaterMF09_IsCompactDistribution", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF09_IsCompactDistribution", ""
1, "WaterMF09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF09_NotApplicableMessage", ""
; RJH 11/02/22 LMCC only
1, "WaterMF10_PipeInsulationVerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF10_PipeInsulationVerificationRequired", ""
1, "WaterMF10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF10_NotApplicableMessage", ""
1, "WaterMF11_ParallelPipingVerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF11_ParallelPipingVerificationRequired", ""
1, "WaterMF11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF11_NotApplicableMessage", ""
1, "WaterMF12_RecirculationControlVerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF12_RecirculationControlVerificationRequired", ""
1, "WaterMF12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF12_NotApplicableMessage", ""
1, "WaterMF13_DWHR_HERS_VerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF13_DWHR_HERS_VerificationRequired", ""
1, "WaterMF13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF13_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_WaterCHPWH", "nrccSection_WaterCHPWH", "Section_WaterCHPWH <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableCHPWH", "nrccTableCHPWH", "TableCHPWH <i>", 1, 0, 0,
"nrccSection_WaterCHPWH", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowCHPWH", "nrcctblRowCHPWH", "tblRowCHPWH <i>", 0, 0, 0,
"nrccTableCHPWH", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterCHPWH01_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH01_WaterHeatingSystemName", "ResDHWSys:Name"

1, "afterchildren_WaterCHPWH02a_HeatPumpWaterHeaterSimulationGroup",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH02a_HeatPumpWaterHeaterSimulationGroup",
"ResDHWSys:CHPWHTankLoc"
1, "afterchildren_WaterCHPWH02b_WaterHeaterFuelSource", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH02b_WaterHeaterFuelSource", ""
1, "afterchildren_WaterCHPWH03_CompressorCountCHPWH", BEMP_Int, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH03_CompressorCountCHPWH", "ResDHWSys:CentralHPWHCprsrCnt"
1, "afterchildren_WaterCHPWH04_PrimaryTankCapacity", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH04_PrimaryTankCapacity", "ResDHWSys:CentralHPWHPriTankVol"
1, "afterchildren_WaterCHPWH05_TankCountCHPWH", BEMP_Int, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH05_TankCountCHPWH", "ResDHWSys:CentralHPWHPriTankCnt"
1, "afterchildren_WaterCHPWH05_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH05_NotApplicableMessage", ""
1, "afterchildren_WaterCHPWH06_PrimaryTankTotalInsulation", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH06_PrimaryTankTotalInsulation",
"ResDHWSys:CentralHPWHTankRVal"
1, "afterchildren_WaterCHPWH06_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH06_NotApplicableMessage", ""
1, "afterchildren_WaterCHPWH07_TankLocation", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH07_TankLocation", "ResDHWSys:CHPWHTankLoc"
1, "afterchildren_WaterCHPWH07_ZoneSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH07_ZoneSystemName", "ResDHWSys:CHPWHTankZone:Name"
1, "afterchildren_WaterCHPWH08_AirSource", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH08_AirSource", "ResDHWSys:CHPWHSrcAirLoc"
1, "afterchildren_WaterCHPWH08_ZoneSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH08_ZoneSystemName", "ResDHWSys:CHPWHSrcAirZone:Name"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccWaterCHPWH02", "nrccWaterCHPWH02", "WaterCHPWH02 <i>", 0, 0, 0,
"nrcctblRowCHPWH", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterCHPWH02_CentralHPWHCompressorType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH02_CentralHPWHCompressorType", ""
1, "WaterCHPWH02_HeatPumpWaterHeaterBrand", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH02_HeatPumpWaterHeaterBrand", ""
1, "WaterCHPWH02_HeatPumpWaterHeaterModel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH02_HeatPumpWaterHeaterModel", ""
1, "WaterCHPWH02_HeatPumpWaterHeaterBrandModel", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"WaterCHPWH02_HeatPumpWaterHeaterBrandModel", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LpTank", "nrccSection_LpTank", "Section_LpTank <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLpTank", "nrccTableLpTank", "TableLpTank <i>", 1, 0, 0,
"nrccSection_LpTank", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLpTank", "nrcctblRowLpTank", "tblRowLpTank <i>", 0, 0, 0,
"nrccTableLpTank", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LpTank01_LoopTankType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "LpTank01_LoopTankType",
"ResDHWSys:CentralHPWHLpTankType"
1, "LpTank01a_LoopTankConfig", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "LpTank01a_LoopTankConfig",
"ResDHWSys:CHPWHLoopTankConfig"
1, "LpTank01b_WaterHeatingSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"LpTank01b_WaterHeatingSystemName", "ResDHWSys:Name"

1, "afterchildren_LpTank03_CompressorCountCHPWH", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank03_CompressorCountCHPWH",
"ResDHWSys:CentralHPWHLpTankCprsrCnt"
1, "afterchildren_LpTank04_LoopTankCapacity", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank04_LoopTankCapacity", "ResDHWSys:CentralHPWHLpTankVol"
1, "afterchildren_LpTank05_TankCountCHPWH", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank05_TankCountCHPWH", "ResDHWSys:CentralHPWHLpTankCnt"
1, "afterchildren_LpTank05_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank05_NotApplicableMessage", ""
1, "afterchildren_LpTank06_LoopTankTotalInsulation", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_LpTank06_LoopTankTotalInsulation", "ResDHWSys:CentralHPWHLpTankRVal"
1, "afterchildren_LpTank06_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank06_NotApplicableMessage", ""
1, "afterchildren_LpTank07_LoopTankLocation", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank07_LoopTankLocation", "ResDHWSys:CentralHPWHLpTankLctn"
1, "afterchildren_LpTank08_AirSource", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank08_AirSource", "ResDHWSys:CentralHPWHLpTankAirSrc"
1, "afterchildren_LpTank08_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank08_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccLpTank02", "nrccLpTank02", "LpTank02 <i>", 0, 0, 0,
"nrcctblRowLpTank", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LpTank02_CentralHPWHCompressorType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LpTank02_CentralHPWHCompressorType", ""
1, "LpTank02_HeatPumpWaterHeaterBrand", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LpTank02_HeatPumpWaterHeaterBrand", ""
1, "LpTank02_HeatPumpWaterHeaterModel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LpTank02_HeatPumpWaterHeaterModel", ""
1, "LpTank02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "LpTank02_NotApplicableMessage",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_RecircLp", "nrccSection_RecircLp", "Section_RecircLp <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableRecircLp", "nrccTableRecircLp", "TableLpTank <i>", 1, 0, 0,
"nrccSection_RecircLp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowRecircLp", "nrcctblRowRecircLp", "tblRowRecircLp <i>", 0, 0,
0, "nrccTableRecircLp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "RecircLp01_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp01_WaterHeatingSystemName", "ResDHWSys:Name"
1, "RecircLp02_RecirculationLoopCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp02_RecirculationLoopCount", "ResDHWSys:LpCnt"
1, "RecircLp03_PipeInsulationThickness", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp03_PipeInsulationThickness", "ResDHWSys:LpPipeInsThkns[0]"
1, "RecircLp04_PipeLocation", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "RecircLp04_PipeLocation",
"ResDHWSys:PipeLctn"
1, "RecircLp05_RecirculationPumpPower", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp05_RecirculationPumpPower", "ResDHWSys:RecircPumpPwr"
1, "RecircLp06_PumpPowerUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "RecircLp06_PumpPowerUnits",
"ResDHWSys:RecircPumpPwrUnits"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_WaterSolar", "nrccSection_WaterSolar", "Section_WaterSolar <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableWaterSolar", "nrccTableWaterSolar", "TableWaterSolar <i>", 1, 0,
0, "nrccSection_WaterSolar", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowWaterSolar", "nrcctblRowWaterSolar", "tblRowWaterSolar <i>", 0,
0, 0, "nrccTableWaterSolar", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterSolar01_DHWSolarSystemName", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar01_DHWSolarSystemName", "ResDHWSys:DHWSolarSysRef"
1, "WaterSolar02_Manufacturer", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar02_Manufacturer", "DHWSolarSys:Manufacturer"
1, "WaterSolar03_Brand", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555, "WaterSolar03_Brand",
"DHWSolarSys:Brand"
1, "WaterSolar04_Model", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555, "WaterSolar04_Model",
"DHWSolarSys:Model"
1, "WaterSolar05_SolarWaterHeatingCollectorCount", BEMP_Int,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar05_SolarWaterHeatingCollectorCount", "DHWSolarSys:Count"
1, "WaterSolar06_SolarWaterHeatingCollectorArea", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar06_SolarWaterHeatingCollectorArea", "DHWSolarSys:Area"
1, "WaterSolar07_SolarWaterHeatingSavingsFraction", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar07_SolarWaterHeatingSavingsFraction", "DHWSolarSys:CalculatedSSF"
1, "WaterSolar07_NotApplicableMessage", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterSolar07_NotApplicableMessage", ""
1, "WaterSolar08_SolarWaterHeatingCollectorAngleFromNorth", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar08_SolarWaterHeatingCollectorAngleFromNorth", "DHWSolarSys:Azimuth"
1, "WaterSolar09_SolarWaterHeatingCollectorSlope", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar09_SolarWaterHeatingCollectorSlope", "DHWSolarSys:Tilt"
1, "WaterSolar10_SolarWaterHeatingPerformanceSoftware", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar10_SolarWaterHeatingPerformanceSoftware", "CSE"
1, "WaterSolar11_SolarWaterHeatingPerformanceSoftwareVersion", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar11_SolarWaterHeatingPerformanceSoftwareVersion", "Proj:CSEVersion"
1, "WaterSolar12_VolumeCapacity", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar12_VolumeCapacity", "DHWSolarSys:TankVol"
1, "WaterSolar13_DHWSystemDwellingUnitsCount", BEMP_Int,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar13_DHWSystemDwellingUnitsCount", "DHWSolarSys:DwellUnitsServed"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_WaterCompact", "cf1rSection_WaterCompact", "Section_WaterCompact
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableCompact", "cf1rTableCompact",
"TableCompact <i>", 1, 0, 0, "cf1rSection_WaterCompact", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowCompact", "cf1rtblRowCompact", "tblRowCompact <i>", 0, 0,
0, "cf1rTableCompact", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "WaterCompact01_ResidentialDwellingUnitDescriptor", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact02_DwellingUnitType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact03_WaterHeatingSystemName", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact04_WaterHeaterToBath", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact04_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact05_WaterHeaterToKitchen", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact05_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact06_WaterHeaterToFurthest3rdFixture", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact06_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact07_CompactFactor", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact07_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
"" ; SAC 10/02/21
1, "WaterCompact08_CompactDistributionVerificationRequired", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact08_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact08a_CompactDistributionType", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact08a_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact09_WaterHeaterWeightedDistance", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact09_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact10_WaterHeaterQualificationDistance", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact10_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_WaterDWHR", "cf1rSection_WaterDWHR", "Section_WaterDWHR <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDWHR", "cf1rTableDWHR", "TableDWHR <i>", 1,
0, 0, "cf1rSection_WaterDWHR", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowDWHR", "cf1rtblRowDWHR", "tblRowDWHR <i>", 0, 0, 0,
"cf1rTableDWHR", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "WaterDWHR01_ResidentialDwellingUnitDescriptor", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR01a_DwellingUnitType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR02_DWHR_Name", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR03_DWHR_Configuration", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> EqualFlow UnequalFlowShower UnequalFlowWaterHeater", ""
1, "WaterDWHR04_DWHR_DrainCount", BEMP_Int, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR05_DWHR_HERS_VerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR06_DWHR_RatedEffectiveness", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR06_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", "NotApplicable"
1, "WaterDWHR07_DWHR_PercentShowerServed", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR07_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", "NotApplicable"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcGarage", "nrccSection_ProcGarage", "Section_ProcGarage <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcGarage", "nrccTableProcGarage", "TableProcGarage <i>", 1, 0,
0, "nrccSection_ProcGarage", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcGarage", "nrcctblRowProcGarage", "tblRowProcGarage <i>", 0,
0, 0, "nrccTableProcGarage", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcGarage01_ExhaustFanName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage01_ExhaustFanName", "AirSys:Name or ZnSys:Name"
1, "ProcGarage02_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage02_ExhaustFlowRate", "ExhFanCap"
1, "ProcGarage03_AirFlowMinimum", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage03_AirFlowMinimum", "ExhFlowMin"
1, "ProcGarage04_FanPowerModeled", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage04_FanPowerModeled", "ExhFanPwr"
1, "ProcGarage05_MonitoringCO", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage05_MonitoringCO", "COCtrlRpt"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcKitch", "nrccSection_ProcKitch", "Section_ProcKitch <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcKitch", "nrccTableProcKitch", "TableProcKitch <i>", 1, 0,
0, "nrccSection_ProcKitch", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcKitch", "nrcctblRowProcKitch", "tblRowProcKitch <i>", 0, 0,
0, "nrccTableProcKitch", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcKitch01_SpaceName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch01_SpaceName", "Spc:Name"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableKitchHoods", "nrccTableKitchHoods", "TableKitchHoods <i>", 0, 0,
0, "nrcctblRowProcKitch", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowKitchHoods", "nrcctblRowKitchHoods", "tblRowKitchHoods <i>", 0,
0, 0, "nrccTableKitchHoods", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "ProcKitch02_KitchenExhaustHoodStyle", BEMP_Str, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch02_KitchenExhaustHoodStyle",
"Spc:KitExhHoodStyle"
1, "ProcKitch02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch02_NotApplicableMessage", ""
1, "ProcKitch03_KitchenExhaustHoodDuty", BEMP_Str, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch03_KitchenExhaustHoodDuty",
"Spc:KitExhHoodDuty"
1, "ProcKitch03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch03_NotApplicableMessage", ""
1, "ProcKitch04_KitchenExhaustHoodLength", BEMP_Flt, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch04_KitchenExhaustHoodLength",
"Spc:KitExhHoodLen"
1, "ProcKitch04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch04_NotApplicableMessage", ""
1, "ProcKitch05_KitchenExhaustHoodFlow", BEMP_Flt, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch05_KitchenExhaustHoodFlow",
"Spc:KitExhHoodFlow"
1, "ProcKitch05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch05_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

; RJH 9/19/22 Section_ProcComp removed from NRCC/LMCC 2022, remains in NRCC 2019
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcComp", "nrccSection_ProcComp", "Section_ProcComp <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcComp", "nrccTableProcComp", "TableProcComp <i>", 1, 0, 0,
"nrccSection_ProcComp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcComp", "nrcctblRowProcComp", "tblRowProcComp <i>", 0, 0,
0, "nrccTableProcComp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcComp01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp01_HvacSystemName", "AirSys:Name"
1, "ProcComp02_CoolingTonCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp02_CoolingTonCapacity",
"AirSys:AirSeg:CoilClg:CapTotNetRtd or AirSys:AirSeg:CoilClg:CapTotGrossRtd"
1, "ProcComp03_ProjectHasAirEconomizer", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp03_ProjectHasAirEconomizer",
"AirSys:EconoTypeRpt"
1, "ProcComp04_FanPowerModeled", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp04_FanPowerModeled",
"AirSys:SupFanPwr"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcLab", "nrccSection_ProcLab", "Section_ProcLab <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcLab", "nrccTableProcLab", "TableProcLab <i>", 1, 0, 0,
"nrccSection_ProcLab", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcLab", "nrcctblRowProcLab", "tblRowProcLab <i>", 0, 0, 0,
"nrccTableProcLab", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcLab01_SpaceName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab01_SpaceName", "Spc:Name"
1, "ProcLab02_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab02_ExhaustFlowRate", "Spc:ExhFlow"
1, "ProcLab03_AirFlowMinimum", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab03_AirFlowMinimum",
"Spc:PropMinExhFlow"
1, "ProcLab04_LaboratoryFumeHoodLength", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab04_LaboratoryFumeHoodLength",
"Spc:LabFumeHoodLen"
1, "ProcLab05_LaboratoryFumeHoodVerticalSashExhaustFlow", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"ProcLab05_LaboratoryFumeHoodVerticalSashExhaustFlow",
"Spc:LabFumeHoodVertSashExhFlow"
1, "ProcLab05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab05_NotApplicableMessage", ""
1, "ProcLab06_LaboratoryFumeHoodVerticalAutomaticSashControlFraction",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"ProcLab06_LaboratoryFumeHoodVerticalAutomaticSashControlFraction",
"Spc:LabFumeHoodVertAutoSashCtrlFrac"
1, "ProcLab06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab06_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgInfo", "nrccSection_LtgInfo", "Section_LtgInfo <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV
WA SP UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "afterchildren_LtgInfo01TotalLabel", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo01TotalLabel", ""
1, "afterchildren_LtgInfo02Total_SpacesConditionedArea", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo02Total_SpacesConditionedArea", ""
1, "afterchildren_LtgInfo03Total_LightingPowerInstalledTotalConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo03Total_LightingPowerInstalledTotalConditioned", ""
1, "afterchildren_LtgInfo04Total_TotalPAF_AllowedAllAreas", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo04Total_TotalPAF_AllowedAllAreas", ""
1,
"afterchildren_LtgInfo05Total_AreaAdditionalLightingPowerAllowedConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo05Total_AreaAdditionalLightingPowerAllowedConditioned",
""
1,
"afterchildren_LtgInfo06Total_TailoredTotalLightingPowerAllowedConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo06Total_TailoredTotalLightingPowerAllowedConditioned", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgInfo", "nrccTableLtgInfo", "TableLtgInfo <i>", 1, 0, 0,
"nrccSection_LtgInfo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgInfo", "nrcctblRowLtgInfo", "tblRowLtgInfo <i>", 0, 0, 0,
"nrccTableLtgInfo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgInfo01_SpaceFunction", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "LtgInfo01_SpaceFunction",
"Spc:SpcFunc"
1, "LtgInfo02_SpaceFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo02_SpaceFloorArea", "Spc:CondFlrAreaWithMult"
1, "LtgInfo03_AllLuminairePowerInArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo03_AllLuminairePowerInArea", "Spc:CondRegInstLtgPwrWithMult"
1, "LtgInfo04_PAF_AllowedInArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo04_PAF_AllowedInArea", "Spc:CondPAFCtrlCredWithMult"
1, "LtgInfo05Label", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "LtgInfo05Label",
"Spc:??"
1, "LtgInfo05_ExtraPowerCalculatedForArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo05_ExtraPowerCalculatedForArea", "Spc:CondACMTotAllowPwrWithMult"
1, "LtgInfo06_TailoredPowerInArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo06_TailoredPowerInArea", "Spc:CondTMTotAllowPwrWithMult"
1, "LtgInfo06_VerifedByInspector", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo06_VerifedByInspector", "Spc:??"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgSched", "nrccSection_LtgSched", "Section_LtgSched <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgSched", "nrccTableLtgSched", "TableLtgSched <i>", 1, 0, 0,
"nrccSection_LtgSched", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgSched", "nrcctblRowLtgSched", "tblRowLtgSched <i>", 0, 0,
0, "nrccTableLtgSched", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgSched01_LuminaireName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched01_LuminaireName", ""
1, "LtgSched02_LuminaireDescription", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched02_LuminaireDescription", ""
1, "LtgSched02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched02_NotApplicableMessage", "NoData"
1, "LtgSched03_LuminairePower", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched03_LuminairePower", ""
1, "LtgSched04_LuminaireSpecSource", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched04_LuminaireSpecSource", ""
1, "LtgSched05_LuminaireCountByType", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched05_LuminaireCountByType", ""
1, "LtgSched06_LuminairePowerByType", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched06_LuminairePowerByType", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgCredits", "nrccSection_LtgCredits", "Section_LtgCredits <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "afterchildren_LtgCredits09Total_TotalPAF_AllowedAllAreas", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgCredits09Total_TotalPAF_AllowedAllAreas", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgCredits", "nrccTableLtgCredits", "TableLtgCredits <i>", 1, 0,
0, "nrccSection_LtgCredits", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgCredits", "nrcctblRowLtgCredits", "tblRowLtgCredits <i>", 0,
0, 0, "nrccTableLtgCredits", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgCredits01_SpaceName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits01_SpaceName", ""
1, "LtgCredits02_SpaceFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits02_SpaceFunction", ""
1, "LtgCredits03_PAFCreditType", BEMP_Str, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits03_PAFCreditType", ""
1, "LtgCredits03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits03_NotApplicableMessage", ""
1, "LtgCredits04_LightingPAF", BEMP_Flt, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits04_LightingPAF", ""
1, "LtgCredits04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits04_NotApplicableMessage", ""
1, "afterchildren_LtgCredits08_LuminairePowerInArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_LtgCredits08_LuminairePowerInArea", ""
1, "afterchildren_LtgCredits09_PAF_AllowedInArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_LtgCredits09_PAF_AllowedInArea", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesCredits", "nrccTableLuminairesCredits",
"TableLuminairesCredits <i>", 0, 0, 0, "nrcctblRowLtgCredits", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesCredits", "nrcctblRowLuminairesCredits",
"tblRowLuminairesCredits <i>", 0, 0, 0, "nrccTableLuminairesCredits", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "LtgCredits05_LuminaireName", BEMP_Str, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits05_LuminaireName", ""
1, "LtgCredits06_LuminairePower", BEMP_Flt, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits06_LuminairePower", ""
1, "LtgCredits07_LuminaireCountByType", BEMP_Int, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits07_LuminaireCountByType", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgControls", "nrccSection_LtgControls", "Section_LtgControls
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgControls01_MandatoryBuildingDemandResponseControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls01_MandatoryBuildingDemandResponseControlRequired",
"Proj:MandatoryLtgCtrlIsBldgDemandResponseCtrlRpt"
1, "LtgControls02_MandatoryBuildingShutOffControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls02_MandatoryBuildingShutOffControlRequired",
"Proj:MandatoryLtgCtrlIsBldgShutOffCtrlRpt"
1, "LtgControlsNA",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555, "LtgControlsNA", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgControls", "nrccTableLtgControls", "TableLtgControls <i>", 1,
0, 0, "nrccSection_LtgControls", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgControls", "nrcctblRowLtgControls", "tblRowLtgControls <i>",
0, 0, 0, "nrccTableLtgControls", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType
NV WA SP US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "LtgControls03_SpaceDescription",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls03_SpaceDescription", ""
1, "LtgControls04_SpaceFunction",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls04_SpaceFunction", ""
1, "LtgControls05_MandatoryAreaControlsRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls05_MandatoryAreaControlsRequired", ""
1, "LtgControls06_MandatoryMultiLevelControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls06_MandatoryMultiLevelControlRequired", ""
1, "LtgControls07_MandatoryShutOffControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls07_MandatoryShutOffControlRequired", ""
1, "LtgControls08_MandatoryPrimaryDaylightingControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls08_MandatoryPrimaryDaylightingControlRequired", ""
1, "LtgControls09_MandatorySecondaryDaylightingControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls09_MandatorySecondaryDaylightingControlRequired", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_TailoredSum", "nrccSection_TailoredSum", "Section_TailoredSum
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType
NV WA SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--
1, "TailoredSum01_TailoredPowerAllowedGeneral",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"TailoredSum01_TailoredPowerAllowedGeneral", "Bldg:CondTMBaseGenlPwr"
1, "TailoredSum02_PowerAllowedUseLoseTotal",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"TailoredSum02_PowerAllowedUseLoseTotal", ""
1, "TailoredSum03_TailoredTotalLightingPowerAllowedConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"TailoredSum03_TailoredTotalLightingPowerAllowedConditioned", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredGen", "nrccSection_TailoredGen", "Section_TailoredGen
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType
NV WA SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--
1, "afterchildren_TailoredGen08Totals_TailoredPowerAllowedGeneral",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredGen08Totals_TailoredPowerAllowedGeneral", "SUM ALL
TailoredGen08_TailoredPowerAllowedForArea"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredGen", "nrccTableTailoredGen", "TableTailoredGen <i>", 1,
0, 0, "nrccSection_TailoredGen", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredGen", "nrcctblRowTailoredGen", "tblRowTailoredGen <i>",
0, 0, 0, "nrccTableTailoredGen", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredGen01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen01_SpaceDescription", "Spc:Name"
1, "TailoredGen02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredGen02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen02_NotApplicableMessage", ""
1, "TailoredGen03_SpaceIlluminationLevel", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen03_SpaceIlluminationLevel", "Spc:TMGenlIlumRnd"
1, "TailoredGen04_RoomCavityRatio", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen04_RoomCavityRatio", "Spc:RCR"
1, "TailoredGen05_TailoredGeneralLPD", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen05_TailoredGeneralLPD", "Spc:TMBaseGenlLPD"
1, "TailoredGen06_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen06_SpaceFloorArea", "Spc:FlrArea"
1, "TailoredGen07_PowerAllowedUseLoseTotal", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen07_PowerAllowedUseLoseTotal", "Spc:TMTotAllowPwr"
1, "TailoredGen08_TailoredPowerAllowedForArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen08_TailoredPowerAllowedForArea", "Spc:TMBaseGenlPwr"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredRCR", "nrccSection_TailoredRCR", "Section_TailoredRCR
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredRCR", "nrccTableTailoredRCR", "TableTailoredRCR <i>", 1,
0, 0, "nrccSection_TailoredRCR", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredRCR", "nrcctblRowTailoredRCR", "tblRowTailoredRCR <i>",
0, 0, 0, "nrccTableTailoredRCR", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredRCR01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR01_SpaceDescription", "Spc:Name"
1, "TailoredRCR02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredRCR02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR02_NotApplicableMessage", ""
1, "TailoredRCR03_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR03_SpaceFloorArea", "Spc:FlrArea"
1, "TailoredRCR04_SpacePerimeter", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR04_SpacePerimeter", "Spc:Perim"
1, "TailoredRCR05_Height", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR05_Height", "Spc:TaskHgt"
1, "TailoredRCR06_RoomCavityRatio", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR06_RoomCavityRatio", "Spc:RCR"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredWall", "nrccSection_TailoredWall", "Section_TailoredWall
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredWall", "nrccTableTailoredWall", "TableTailoredWall <i>",
1, 0, 0, "nrccSection_TailoredWall", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredWall", "nrcctblRowTailoredWall", "tblRowTailoredWall <i>",
0, 0, 0, "nrccTableTailoredWall", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredWall01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall01_SpaceDescription", "Spc:Name"
1, "TailoredWall02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredWall02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall02_NotApplicableMessage", ""
1, "TailoredWall03_WallDisplayLength", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall03_WallDisplayLength", "Spc:TMWallDispAllowLen"
1, "TailoredWall04_TailoredWallLightingPowerPerFoot", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredWall04_TailoredWallLightingPowerPerFoot", ""
1, "TailoredWall05_TailoredPowerCalculatedForArea", BEMP_Flt, 5, 0,
0, Pres, "", 0, 0, 555,
"TailoredWall05_TailoredPowerCalculatedForArea", "Spc:TMWallDispMax"
1, "afterchildren_TailoredWall12_TailoredPowerInArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredWall12_TailoredPowerInArea", "Spc:TMWallDispDsgn"
1, "afterchildren_TailoredWall13_PowerAllowedWallDisplay", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredWall13_PowerAllowedWallDisplay", "Spc:TMWallDispAllow"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableIntLtgSysWall", "nrccTableIntLtgSysWall", "TableIntLtgSysWall <i>",
1, 0, 0, "nrcctblRowTailoredWall", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowIntLtgSysWall", "nrcctblRowIntLtgSysWall", "tblRowIntLtgSysWall
<i>", 0, 0, 0, "nrccTableIntLtgSysWall", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredWall06_InteriorLightingSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall06_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
1, "TailoredWall07_TailoredMountingHeight", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall07_TailoredMountingHeight", "Spc:IntLtgSys:LumMntgHgt"
1, "TailoredWall08_MountingHeightFactor", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall08_MountingHeightFactor", "Spc:IntLtgSys:TMWallFlrDispHtMult"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesWall", "nrccTableLuminairesWall", "TableLuminairesWall
<i>", 0, 0, 0, "nrcctblRowIntLtgSysWall", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesWall", "nrcctblRowLuminairesWall", "tblRowLuminairesWall
<i>", 0, 0, 0, "nrccTableLuminairesWall", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredWall09_LuminaireName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall09_LuminaireName", "Spc:IntLtgSys:LumRef[]"
1, "TailoredWall10_LuminairePower", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall10_LuminairePower", "Spc:IntLtgSys:LumPwr[]"
1, "TailoredWall11_LuminaireCountByType", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall11_LuminaireCountByType", "Spc:IntLtgSys:LumCnt[]"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredFloor", "nrccSection_TailoredFloor",
"Section_TailoredFloor <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredFloor", "nrccTableTailoredFloor", "TableTailoredFloor <i>",
1, 0, 0, "nrccSection_TailoredFloor", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredFloor", "nrcctblRowTailoredFloor", "tblRowTailoredFloor
<i>", 0, 0, 0, "nrccTableTailoredFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredFloor01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor01_SpaceDescription", "Spc:Name"
1, "TailoredFloor02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredFloor02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor02_NotApplicableMessage", ""
1, "TailoredFloor03_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor03_SpaceFloorArea", "Spc:TMCmbdFlrDispTaskAllowArea"
1, "TailoredFloor04_TailoredFloorTaskLPD", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor04_TailoredFloorTaskLPD", ""
1, "TailoredFloor05_TailoredPowerCalculatedForArea", BEMP_Flt, 5, 0,
0, Pres, "", 0, 0, 555,
"TailoredFloor05_TailoredPowerCalculatedForArea", "Spc:TMCmbdFlrDispTaskMax"
1, "afterchildren_TailoredFloor12_TailoredPowerInArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredFloor12_TailoredPowerInArea", "Spc:TMCmbdFlrDispTaskDsgn"
1, "afterchildren_TailoredFloor13_PowerAllowedFloorDisplayOrTask",
BEMP_Flt, 5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredFloor13_PowerAllowedFloorDisplayOrTask",
"Spc:TMCmbdFlrDispTaskAllow"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13
P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableIntLtgSysFloor", "nrccTableIntLtgSysFloor", "TableIntLtgSysFloor
<i>", 0, 0, 0, "nrcctblRowTailoredFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowIntLtgSysFloor", "nrcctblRowIntLtgSysFloor", "tblRowIntLtgSysFloor
<i>", 0, 0, 0, "nrccTableIntLtgSysFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredFloor06_InteriorLightingSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor06_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
1, "TailoredFloor07_TailoredMountingHeight", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor07_TailoredMountingHeight", "Spc:IntLtgSys:LumMntgHgt"
1, "TailoredFloor08_MountingHeightFactor", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor08_MountingHeightFactor", "Spc:IntLtgSys:TMWallFlrDispHtMult"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesFloor", "nrccTableLuminairesFloor", "TableLuminairesFloor
<i>", 0, 0, 0, "nrcctblRowIntLtgSysFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesFloor", "nrcctblRowLuminairesFloor",
"tblRowLuminairesFloor <i>", 0, 0, 0, "nrccTableLuminairesFloor", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredFloor09_LuminaireName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor09_LuminaireName", "Spc:IntLtgSys:LumRef[]"
1, "TailoredFloor10_LuminairePower", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor10_LuminairePower", "Spc:IntLtgSys:LumPwr[]"
1, "TailoredFloor11_LuminaireCountByType", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor11_LuminaireCountByType", "Spc:IntLtgSys:LumCnt[]"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredOrnamental", "nrccSection_TailoredOrnamental",
"Section_TailoredOrnamental <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1,
1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredOrnamental", "nrccTableTailoredOrnamental",
"TableTailoredOrnamental <i>", 1, 0, 0, "nrccSection_TailoredOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredOrnamental", "nrcctblRowTailoredOrnamental",
"tblRowTailoredOrnamental <i>", 0, 0, 0, "nrccTableTailoredOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredOrnamental01_SpaceDescription", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental01_SpaceDescription", "Spc:Name"
1, "TailoredOrnamental02_SpaceFunctionTailored", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredOrnamental02_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental02_NotApplicableMessage", ""
1, "TailoredOrnamental03_SpaceFloorArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental03_SpaceFloorArea", "Spc:TMOrnAndSpclEftAllowArea"
1, "TailoredOrnamental04_TailoredOrnamentalLPD", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredOrnamental04_TailoredOrnamentalLPD", ""
1, "TailoredOrnamental05_TailoredPowerCalculatedForArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"TailoredOrnamental05_TailoredPowerCalculatedForArea", "Spc:TMOrnAndSpclEftMax"
1, "afterchildren_TailoredOrnamental12_TailoredPowerInArea", BEMP_Flt,
5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredOrnamental12_TailoredPowerInArea",
"Spc:TMOrnAndSpclEftDsgn"
1,
"afterchildren_TailoredOrnamental13_PowerAllowedOrnamentalSpecialEffects",
BEMP_Flt, 5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredOrnamental13_PowerAllowedOrnamentalSpecialEffects",
"Spc:TMOrnAndSpclEftAllow"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableIntLtgSysOrnamental", "nrccTableIntLtgSysOrnamental",
"TableIntLtgSysOrnamental <i>", 0, 0, 0, "nrcctblRowTailoredOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowIntLtgSysOrnamental", "nrcctblRowIntLtgSysOrnamental",
"tblRowIntLtgSysOrnamental <i>", 0, 0, 0, "nrccTableIntLtgSysOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredOrnamental06_InteriorLightingSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental06_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesOrnamental", "nrccTableLuminairesOrnamental",
"TableLuminairesOrnamental <i>", 0, 0, 0, "nrcctblRowIntLtgSysOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesOrnamental", "nrcctblRowLuminairesOrnamental",
"tblRowLuminairesOrnamental <i>", 0, 0, 0, "nrccTableLuminairesOrnamental",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredOrnamental09_LuminaireName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental09_LuminaireName", "Spc:IntLtgSys:LumRef[]"
1, "TailoredOrnamental10_LuminairePower", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental10_LuminairePower", "Spc:IntLtgSys:LumPwr[]"
1, "TailoredOrnamental11_LuminaireCountByType", BEMP_Int, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental11_LuminaireCountByType", "Spc:IntLtgSys:LumCnt[]"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredValuable", "nrccSection_TailoredValuable",
"Section_TailoredValuable <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1,
1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredValuable", "nrccTableTailoredValuable",
"TableTailoredValuable <i>", 1, 0, 0, "nrccSection_TailoredValuable", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredValuable", "nrcctblRowTailoredValuable",
"tblRowTailoredValuable <i>", 0, 0, 0, "nrccTableTailoredValuable", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredValuable01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable01_SpaceDescription", "Spc:Name"
1, "TailoredValuable02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredValuable02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable02_NotApplicableMessage", ""
1, "TailoredValuable03_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable03_SpaceFloorArea", "Spc:FlrArea"
1, "TailoredValuable04_PowerAllowedVeryValuableDisplay", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"TailoredValuable04_PowerAllowedVeryValuableDisplay", "0.55"
1, "TailoredValuable05_TailoredPowerCalculatedForArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"TailoredValuable05_TailoredPowerCalculatedForArea", "Spc:FlrArea * 0.55"
1, "afterchildren_TailoredValuable11_TailoredPowerInArea", BEMP_Flt,
5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredValuable11_TailoredPowerInArea", "Spc:TMVeryValDispDsgn"
1, "afterchildren_TailoredValuable12_TailoredPowerAllowedForArea",
BEMP_Flt, 5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredValuable12_TailoredPowerAllowedForArea",
"Spc:TMVeryValDispAllow"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredCase", "nrccTableTailoredCase", "TableTailoredCase <i>",
1, 0, 0, "nrcctblRowTailoredValuable", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredCase", "nrcctblRowTailoredCase", "tblRowTailoredCase <i>",
0, 0, 0, "nrccTableTailoredCase", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "TailoredValuable06_VeryValuableDisplayDescription", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredValuable06_VeryValuableDisplayDescription",
"Spc:IntLtgSys:VeryValDispDesc"
1, "TailoredValuable06_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555, "TailoredValuable06_NotApplicableMessage",
"NoData"
1, "TailoredValuable07_InteriorLightingSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredValuable07_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
1, "TailoredValuable08_DisplayCaseArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555, "TailoredValuable08_DisplayCaseArea", ""
1, "TailoredValuable09_TailoredValuablesDisplayCaseLPD", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"TailoredValuable09_TailoredValuablesDisplayCaseLPD", ""
1, "TailoredValuable10_TailoredPowerCalculatedForDisplayCase", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"TailoredValuable10_TailoredPowerCalculatedForDisplayCase", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Nrci", "nrccSection_Nrci", "Section_Nrci <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Nrci00_NoRequiredCI", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci00_NoRequiredCI",
"Empty section table = true"
;1, "NrciBeginNote1", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrciBeginNote1",
""
;1, "NrciLabel01", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrciLabel01",
""
; <xsd:documentation source="FieldText">Building
Component</xsd:documentation>
;1, "NrciLabel02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrciLabel02",
""
; <xsd:documentation
source="FieldText">Form/Title</xsd:documentation>

;1, "NrciEnvLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrciEnvLabel",
""
; <xsd:documentation
source="FieldText">Envelope</xsd:documentation>
1, "Nrci01_RequireNRCIEnv01E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci01_RequireNRCIEnv01E",
"NRCIEnv01E boolean"
1, "Nrci01a_RequireNRCIEnvE", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci01a_RequireNRCIEnvE",
"NRCIEnv01E boolean"

;1, "NrciMchLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrciMchLabel",
""
; <xsd:documentation
source="FieldText">Mechanical</xsd:documentation>
1, "Nrci02_RequireNRCIMch01E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci02_RequireNRCIMch01E",
"NRCIMch01E boolean"
1, "Nrci02a_RequireNRCIMchE", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci02a_RequireNRCIMchE",
"NRCIMch01E boolean"

;1, "NrciPlbLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrciPlbLabel",
""
; <xsd:documentation
source="FieldText">Plumbing</xsd:documentation>
1, "Nrci03_RequireNRCIPlb01E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci03_RequireNRCIPlb01E",
"NRCIPlb01E boolean"
1, "Nrci03a_RequireNRCIPlbE", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci03a_RequireNRCIPlbE",
"NRCIPlb01E boolean"
1, "Nrci04_RequireNRCIPlb02E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci04_RequireNRCIPlb02E",
"NRCIPlb02E boolean"
1, "Nrci05_RequireNRCIPlb03E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci05_RequireNRCIPlb03E",
"NRCIPlb03E boolean"
1, "Nrci06_RequireNRCIPlb21E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci06_RequireNRCIPlb21E",
"NRCIPlb21E boolean"
1, "Nrci07_RequireNRCIPlb22E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci07_RequireNRCIPlb22E",
"NRCIPlb22E boolean"
1, "Nrci08_RequireNRCISth01E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci08_RequireNRCISth01E",
"NRCISth01E boolean"
1, "Nrci08a_RequireNRCISabE", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci08a_RequireNRCISabE",
"NRCISth01E boolean"

;1, "NrciLtiLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrciLtiLabel",
""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "Nrci09_RequireNRCILti01E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci09_RequireNRCILti01E",
"NRCILti01E boolean"
1, "Nrci09a_RequireNRCILtiE", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci09a_RequireNRCILtiE",
"NRCILti01E boolean"
1, "Nrci10_RequireNRCILti02E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci10_RequireNRCILti02E",
"NRCILti02E boolean"
1, "Nrci11_RequireNRCILti04E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci11_RequireNRCILti04E",
"NRCILti04E boolean"
1, "Nrci12_RequireNRCILti05E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci12_RequireNRCILti05E",
"NRCILti05E boolean"
1, "Nrci13_RequireNRCILti06E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci13_RequireNRCILti06E",
"NRCILti06E boolean"

;1, "NrciPrcLabel", BEMP_Str, 1, 0, 0,


Pres, "", 0, 0, 555, "NrciPrcLabel",
""
; <xsd:documentation source="FieldText">Covered
Process</xsd:documentation>
1, "Nrci14_RequireNRCIPrc01E", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci14_RequireNRCIPrc01E",
"NRCIPrc01E boolean"
1, "Nrci14a_RequireNRCIPrcE", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci14a_RequireNRCIPrcE",
"NRCIPrc01E boolean"
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Nrca", "nrccSection_Nrca", "Section_Nrca <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Nrca00_NoRequiredCA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca00_NoRequiredCA",
"Empty section table = true"
;1, "NrcaBeginNote1", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcaBeginNote1",
""
;1, "NrcaLabel01", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcaLabel01",
""
; <xsd:documentation source="FieldText">Building
Component</xsd:documentation>
;1, "NrcaLabel02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcaLabel02",
""
; <xsd:documentation
source="FieldText">Form/Title</xsd:documentation>

;1, "NrcaEnvLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrcaEnvLabel",
""
; <xsd:documentation
source="FieldText">Envelope</xsd:documentation>
1, "Nrca01_RequireNRCAEnv02F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca01_RequireNRCAEnv02F",
"NRCAEnv02F boolean"
1, "Nrca02_RequireNRCAEnv03F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca02_RequireNRCAEnv03F",
"NRCAEnv03F boolean"

;1, "NrcaLtiLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrcaLtiLabel",
""
; <xsd:documentation source="FieldText">Indoor
Lighting</xsd:documentation>
1, "Nrca03_RequireNRCALti02A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca03_RequireNRCALti02A",
"NRCALti02A boolean"
1, "Nrca04_RequireNRCALti03A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca04_RequireNRCALti03A",
"NRCALti03A boolean"
1, "Nrca05_RequireNRCALti04A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca05_RequireNRCALti04A",
"NRCALti04A boolean"
1, "Nrca06_RequireNRCALti05A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca06_RequireNRCALti05A",
"NRCALti05A boolean"

;1, "NrcaPrcLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrcaPrcLabel",
""
; <xsd:documentation source="FieldText">Covered
Process</xsd:documentation>
1, "Nrca07_RequireNRCAPrc02F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca07_RequireNRCAPrc02F",
"NRCAPrc02F boolean"
1, "Nrca08_RequireNRCAPrc03F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca08_RequireNRCAPrc03F",
"NRCAPrc03F boolean"

1, "Nrca09_RequireNRCAPrc12F", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "Nrca09_RequireNRCAPrc12F",
"NRCAPrc12F boolean"
1, "Nrca10_RequireNRCAPrc13F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca10_RequireNRCAPrc13F",
"NRCAPrc13F boolean"
1, "Nrca11_RequireNRCAPrc14F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca11_RequireNRCAPrc14F",
"NRCAPrc14F boolean"
1, "Nrca12_RequireNRCAPrc15F", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca12_RequireNRCAPrc15F",
"NRCAPrc15F boolean"

;1, "NrcaMchLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrcaMchLabel",
""
; <xsd:documentation
source="FieldText">Mechanical</xsd:documentation>
1, "Nrca13_RequireNRCAMch02A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca13_RequireNRCAMch02A",
"NRCAMch02A boolean"
1, "Nrca14_RequireNRCAMch03A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca14_RequireNRCAMch03A",
"NRCAMch03A boolean"
1, "Nrca15_RequireNRCAMch04H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca15_RequireNRCAMch04H",
"NRCAMch04H boolean"
;1, "Nrca16_RequireNRCAMch04A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca16_RequireNRCAMch04A",
"NRCAMch04A boolean"
1, "Nrca17_RequireNRCAMch05A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca17_RequireNRCAMch05A",
"NRCAMch05A boolean"
1, "Nrca18_RequireNRCAMch06A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca18_RequireNRCAMch06A",
"NRCAMch06A boolean"
1, "Nrca19_RequireNRCAMch07A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca19_RequireNRCAMch07A",
"NRCAMch07A boolean"
1, "Nrca20_RequireNRCAMch08A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca20_RequireNRCAMch08A",
"NRCAMch08A boolean"
1, "Nrca21_RequireNRCAMch09A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca21_RequireNRCAMch09A",
"NRCAMch09A boolean"
1, "Nrca22_RequireNRCAMch10A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca22_RequireNRCAMch10A",
"NRCAMch10A boolean"
1, "Nrca23_RequireNRCAMch11A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca23_RequireNRCAMch11A",
"NRCAMch11A boolean"
1, "Nrca24_RequireNRCAMch12A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca24_RequireNRCAMch12A",
"NRCAMch12A boolean"
1, "Nrca25_RequireNRCAMch13A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca25_RequireNRCAMch13A",
"NRCAMch13A boolean"
1, "Nrca26_RequireNRCAMch14A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca26_RequireNRCAMch14A",
"NRCAMch14A boolean"
1, "Nrca27_RequireNRCAMch15A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca27_RequireNRCAMch15A",
"NRCAMch15A boolean"
1, "Nrca28_RequireNRCAMch16A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca28_RequireNRCAMch16A",
"NRCAMch16A boolean"
1, "Nrca29_RequireNRCAMch17A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca29_RequireNRCAMch17A",
"NRCAMch17A boolean"
1, "Nrca30_RequireNRCAMch18A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca30_RequireNRCAMch18A",
"NRCAMch18A boolean"
1, "Nrca31_RequireNRCAMch19A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca31_RequireNRCAMch19A",
"NRCAMch19A boolean"
1, "Nrca32_RequireNRCAMch20H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca32_RequireNRCAMch20H",
"NRCAMch20H boolean"
1, "Nrca33_RequireNRCAMch21H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca33_RequireNRCAMch21H",
"NRCAMch21H boolean"
1, "Nrca34_RequireNRCAMch22A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca34_RequireNRCAMch22A",
"NRCAMch21H boolean"
1, "Nrca35_RequireNRCAMch23A", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca35_RequireNRCAMch23A",
"NRCAMch21H boolean"

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Nrcv", "nrccSection_Nrcv", "Section_Nrcv <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Nrcv00_NoRequiredNRCV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv00_NoRequiredNRCV",
"Empty section table = true"
;1, "NrcvBeginNote1", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcvBeginNote1",
""
;1, "NrcvLabel01", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcvLabel01",
""
; <xsd:documentation source="FieldText">Building
Component</xsd:documentation>
;1, "NrcvLabel02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcvLabel02",
""
; <xsd:documentation
source="FieldText">Form/Title</xsd:documentation>

;1, "NrcvMchLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrcvMchLabel",
""
; <xsd:documentation
source="FieldText">Mechanical</xsd:documentation>
1, "Nrcv01_RequireNRCVMch04H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv01_RequireNRCVMch04H",
"NRCVMch04H boolean"
1, "Nrcv02_RequireNRCVMch24H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv02_RequireNRCVMch24H",
"NRCVMch24H boolean"
1, "Nrcv03_RequireNRCVMch27H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv03_RequireNRCVMch27H",
"NRCVMch27H boolean"
1, "Nrcv04_RequireNRCVMch32H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv04_RequireNRCVMch32H",
"NRCVMch32H boolean"

;1, "NrcvPlbLabel", BEMP_Str, 1, 0, 0, Pres,


"", 0, 0, 555, "NrcvPlbLabel",
""
; <xsd:documentation
source="FieldText">Plumbing</xsd:documentation>
1, "Nrcv05_RequireNRCVPlb21H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv05_RequireNRCVPlb21H",
"NRCVPlb21H boolean"
1, "Nrcv06_RequireNRCVPlb22H", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv06_RequireNRCVPlb22H",
"NRCVPlb22H boolean"

;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccDeclarationsBlock", "nrccDeclarationsBlock", "DeclarationsBlock <i>",
1, 0, 0, "nrccDocumentData", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_DocumentAuthorNRCC", "nrcccomp_DocumentAuthorNRCC",
"DocumentAuthorNRCC <i>", 1, 0, 0, "nrccDeclarationsBlock", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1,
1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_documentAuthor01Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor01Name", "Proj:DocAuthName"
1, "comp_documentAuthor02ElectronicSignature", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor02ElectronicSignature", ""
1, "comp_documentAuthor03Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor03Company", ""
1, "comp_documentAuthor04SignatureDate", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor04SignatureDate", ""
1, "comp_documentAuthor05Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor05Address", ""
1, "comp_documentAuthor06Certification", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor06Certification", ""
1, "comp_documentAuthor07CityDA", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor07CityDA", ""
1, "comp_documentAuthor08State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor08State", ""
1, "comp_documentAuthor09Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor09Zipcode", ""
1, "comp_documentAuthor10Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor10Phone", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3 P4
P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR
IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonNRCCPRF", "nrcccomp_ResponsiblePersonNRCCPRF",
"ResponsiblePersonNRCCPRF <i>", 1, 0, 0, "nrccDeclarationsBlock", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonDesigner", "nrcccomp_ResponsiblePersonDesigner",
"ResponsiblePersonDesigner <i>", 7, 0, 0, "nrcccomp_ResponsiblePersonNRCCPRF",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleDesigner01_NameNRCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleDesigner01_NameNRCC", ""
1, "comp_responsibleDesigner01_ScopeCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleDesigner01_ScopeCC", ""
1, "comp_responsibleDesigner02_SignatureNRCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonEnvelopeDesigner",
"nrcccomp_ResponsiblePersonEnvelopeDesigner", "ResponsiblePersonEnvelopeDesigner
<i>", 1, 0, 0, "nrcccomp_ResponsiblePersonNRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleEnvelopeDesigner01_Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleEnvelopeDesigner01_Name", ""
1, "comp_responsibleEnvelopeDesigner02_SignatureNRCC", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"comp_responsibleEnvelopeDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonLightingDesigner",
"nrcccomp_ResponsiblePersonLightingDesigner", "ResponsiblePersonLightingDesigner
<i>", 1, 0, 0, "nrcccomp_ResponsiblePersonNRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleLightingDesigner01_Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleLightingDesigner01_Name", ""
1, "comp_responsibleLightingDesigner02_SignatureNRCC", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"comp_responsibleLightingDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonMechanicalDesigner",
"nrcccomp_ResponsiblePersonMechanicalDesigner",
"ResponsiblePersonMechanicalDesigner <i>", 1, 0, 0,
"nrcccomp_ResponsiblePersonNRCCPRF", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleMechanicalDesigner01_Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleMechanicalDesigner01_Name", ""
1, "comp_responsibleMechanicalDesigner02_SignatureNRCC", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"comp_responsibleMechanicalDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------

;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccFooter", "nrccFooter", "Footer <i>", 1, 0, 0, "nrccDocumentData",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName

;
-----------------------------------------------------------------------------------
--------
1, "comp_complianceDocumentStandardsTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_complianceDocumentStandardsTitle", ""
;----------------------------------------------------------------------------------
--------------

; END OF -- NRCCPRF XML schema objects --

;----------------------------------------------------------------------------------
-------------- SAC 07/15/22 - switched to *_noLMCC to include all NON-LMCC objects
needed for ruleset compilation - SAC 08/22/22 (LMCC)
2, "BEMBase_CF1RPRF01E_noLMCC.txt"
;----------------------------------------------------------------------------------
--------------

; FOLLOWING OBJECT TYPE HAS SPECIAL USE - ENABLES UI ACCESS TO INI FILE SETTINGS
; PROJECT FILES SHOULD NEVER STORE THESE OBJECTS - THEY SHOULD BE CREATED AND
DELETED DURING UI SESSION
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "INISettings", "INISettings", "INISettings <i>", 1, 0, 0, "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "SimulationStorage", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "SimulationStorage", ""
1, "AnalysisStorage", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "AnalysisStorage", ""
1, "AnalysisThruStep", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "AnalysisThruStep", ""
1, "DontAbortOnErrorsThruStep", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "DontAbortOnErrorsThruStep", ""

;----------------------------------------------------------------------------------
--------------

; FOLLOWING OBJECT TYPE HAS SPECIAL USE - TRACKS VERSION OF BEM (BUILDING DATA
MODEL)
; VERSION INDEX EQUAL TO NUMBER OF PROPERTIES IN THIS OBJECT, AND PROPERTY LONG
NAMES USED TO DESCRIBE UPDATES SINCE PREVIOUS VERSION
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "BEMVersion", "BEMVersion", "BEMVersion <i>", 1, 0, 0, "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "BEMVer1_1d_521", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion1_thruVer1d_521", ""
1, "BEMVer2_1e_540", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion2_thruVer1e_540", ""
1, "BEMVer3_1f_552", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion3_thruVer1f_552", ""
1, "BEMVer4_1f_560", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion4_thruVer1f_560", ""
1, "BEMVer5_2_600", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion5_thruVer2_600", ""
1, "BEMVer6_2_600b", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion6_thruVer2_600b", ""
1, "BEMVer7_3_632", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion7_thruVer3_632", ""
1, "BEMVer8_3a_679", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion8_thruVer3a_679", ""
1, "BEMVer9_3b_71X", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion9_thruVer3b_71X", ""
1, "BEMVer10_3c_75X", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion10_thruVer3c_75X", ""
1, "BEMVer11_3e_41xx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion11_thruVer3e_41xx", ""
1, "BEMVer12_3e_41xx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion12_thruVer3e_41xx", ""
1, "BEMVer13_16_3_47xx",BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion13_thruVer16_3_47xx", ""
1, "BEMVer14_16_3_50xx",BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion14_thruVer16_3_50xx", ""
1, "BEMVer15_19_2_0", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion15_thruVer19_2_0", ""
1, "BEMVer16_19_2_0", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion16_thruVer19_2_0", "" ;
final release - SAC 09/30/21
1, "BEMVer17_22_2_0", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion17_thruVer22_2_0", "" ;
SAC 10/06/22
;----------------------------------------------------------------------------------
--------------

-1

You might also like