Utilityrate3
Utilityrate3
- PySAM.Utilityrate3.default(config) Utilityrate3
Load defaults for the configuration
config
. Available configurations are:None
Note
Some inputs do not have default values and may be assigned a value from the variable’s Required attribute. See variable attribute descriptions below.
- PySAM.Utilityrate3.from_existing(data, optional config) Utilityrate3
Share data with an existing PySAM class. If
optional config
is a valid configuration name, load the module’s defaults for that configuration.
- PySAM.Utilityrate3.new() Utilityrate3
- PySAM.Utilityrate3.wrap(ssc_data_t) Utilityrate3
Load data from a PySSC object.
Warning
Do not call PySSC.data_free on the ssc_data_t provided to
wrap()
Utilityrate3 is a wrapper for the SSC compute module cmod_utilityrate3.cpp
Interdependent Variables
The variables listed below are interdependent with other variables. If you change the value of one of these variables, you may need to change values of other variables. The SAM user interface manages these interdependent variables, but in PySAM, it is up to you change the value of all interdependent variables so they are consistent. See Interdependent Variables for examples and details.
None
Functions
- class PySAM.Utilityrate3.Utilityrate3
This class contains all the variable information for running a simulation. Variables are grouped together in the subclasses as properties. If property assignments are the wrong type, an error is thrown.
- assign(dict) None
Assign attributes from nested dictionary, except for Outputs
nested_dict = { 'Common': { var: val, ...}, ...}
- execute(int verbosity) None
Execute simulation with verbosity level 0 (default) or 1
- export() dict
Export attributes into nested dictionary
- get_data_ptr() Pointer
Get ssc_data_t pointer
- replace(dict) None
Replace attributes from nested dictionary, except for Outputs. Unassigns all values in each Group then assigns from the input dict.
nested_dict = { 'Common': { var: val, ...}, ...}
- unassign(name) None
Unassign a value in any of the variable groups.
- value(name, optional value) None | float | dict | sequence | str
Get or set by name a value in any of the variable groups.
Common Group
- class PySAM.Utilityrate3.Utilityrate3.Common
- assign(dict) None
Assign attributes from dictionary, overwriting but not removing values.
Common_vals = { var: val, ...}
- export() dict
Export attributes into dictionary.
- replace(dict) None
Replace attributes from dictionary, unassigning values not present in input
dict
.Common_vals = { var: val, ...}
- analysis_period
Number of years in analysis [years]
Constraints: INTEGER,POSITIVE
Required: True
- Type:
float
- load_escalation
Annual load escalation [%/year]
Required: False. Automatically set to 0 if not assigned explicitly or loaded from defaults.
- Type:
sequence
- rate_escalation
Annual utility rate escalation [%/year]
Required: False. Automatically set to 0 if not assigned explicitly or loaded from defaults.
- Type:
sequence
- system_use_lifetime_output
Lifetime hourly system outputs [0/1]
Options: 0=hourly first year,1=hourly lifetime
Constraints: INTEGER,MIN=0,MAX=1
Required: True
- Type:
float
- ur_annual_min_charge
Annual minimum charge [$]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t1_dc
April Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t1_ub
April Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t2_dc
April Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t2_ub
April Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t3_dc
April Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t3_ub
April Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t4_dc
April Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t4_ub
April Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t5_dc
April Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t5_ub
April Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t6_dc
April Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_apr_t6_ub
April Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t1_dc
August Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t1_ub
August Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t2_dc
August Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t2_ub
August Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t3_dc
August Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t3_ub
August Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t4_dc
August Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t4_ub
August Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t5_dc
August Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t5_ub
August Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t6_dc
August Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_aug_t6_ub
August Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t1_dc
December Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t1_ub
December Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t2_dc
December Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t2_ub
December Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t3_dc
December Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t3_ub
December Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t4_dc
December Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t4_ub
December Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t5_dc
December Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t5_ub
December Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t6_dc
December Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_dec_t6_ub
December Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_enable
Enable Demand Charge [0/1]
Constraints: BOOLEAN
Required: False. Automatically set to 0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t1_dc
February Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t1_ub
February Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t2_dc
February Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t2_ub
February Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t3_dc
February Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t3_ub
February Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t4_dc
February Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t4_ub
February Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t5_dc
February Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t5_ub
February Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t6_dc
February Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_feb_t6_ub
February Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t1_dc
January Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t1_ub
January Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t2_dc
January Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t2_ub
January Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t3_dc
January Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t3_ub
January Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t4_dc
January Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t4_ub
January Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t5_dc
January Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t5_ub
January Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t6_dc
January Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jan_t6_ub
January Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t1_dc
July Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t1_ub
July Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t2_dc
July Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t2_ub
July Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t3_dc
July Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t3_ub
July Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t4_dc
July Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t4_ub
July Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t5_dc
July Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t5_ub
July Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t6_dc
July Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jul_t6_ub
July Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t1_dc
June Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t1_ub
June Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t2_dc
June Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t2_ub
June Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t3_dc
June Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t3_ub
June Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t4_dc
June Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t4_ub
June Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t5_dc
June Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t5_ub
June Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t6_dc
June Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_jun_t6_ub
June Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t1_dc
March Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t1_ub
March Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t2_dc
March Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t2_ub
March Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t3_dc
March Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t3_ub
March Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t4_dc
March Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t4_ub
March Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t5_dc
March Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t5_ub
March Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t6_dc
March Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_mar_t6_ub
March Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t1_dc
May Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t1_ub
May Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t2_dc
May Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t2_ub
May Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t3_dc
May Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t3_ub
May Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t4_dc
May Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t4_ub
May Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t5_dc
May Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t5_ub
May Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t6_dc
May Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_may_t6_ub
May Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t1_dc
November Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t1_ub
November Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t2_dc
November Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t2_ub
November Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t3_dc
November Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t3_ub
November Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t4_dc
November Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t4_ub
November Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t5_dc
November Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t5_ub
November Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t6_dc
November Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_nov_t6_ub
November Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t1_dc
October Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t1_ub
October Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t2_dc
October Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t2_ub
October Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t3_dc
October Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t3_ub
October Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t4_dc
October Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t4_ub
October Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t5_dc
October Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t5_ub
October Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t6_dc
October Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_oct_t6_ub
October Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t1_dc
Period 10 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t1_ub
Period 10 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t2_dc
Period 10 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t2_ub
Period 10 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t3_dc
Period 10 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t3_ub
Period 10 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t4_dc
Period 10 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t4_ub
Period 10 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t5_dc
Period 10 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t5_ub
Period 10 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t6_dc
Period 10 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p10_t6_ub
Period 10 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t1_dc
Period 11 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t1_ub
Period 11 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t2_dc
Period 11 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t2_ub
Period 11 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t3_dc
Period 11 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t3_ub
Period 11 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t4_dc
Period 11 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t4_ub
Period 11 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t5_dc
Period 11 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t5_ub
Period 11 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t6_dc
Period 11 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p11_t6_ub
Period 11 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t1_dc
Period 12 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t1_ub
Period 12 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t2_dc
Period 12 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t2_ub
Period 12 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t3_dc
Period 12 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t3_ub
Period 12 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t4_dc
Period 12 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t4_ub
Period 12 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t5_dc
Period 12 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t5_ub
Period 12 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t6_dc
Period 12 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p12_t6_ub
Period 12 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t1_dc
Period 1 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t1_ub
Period 1 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t2_dc
Period 1 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t2_ub
Period 1 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t3_dc
Period 1 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t3_ub
Period 1 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t4_dc
Period 1 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t4_ub
Period 1 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t5_dc
Period 1 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t5_ub
Period 1 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t6_dc
Period 1 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p1_t6_ub
Period 1 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t1_dc
Period 2 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t1_ub
Period 2 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t2_dc
Period 2 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t2_ub
Period 2 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t3_dc
Period 2 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t3_ub
Period 2 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t4_dc
Period 2 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t4_ub
Period 2 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t5_dc
Period 2 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t5_ub
Period 2 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t6_dc
Period 2 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p2_t6_ub
Period 2 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t1_dc
Period 3 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t1_ub
Period 3 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t2_dc
Period 3 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t2_ub
Period 3 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t3_dc
Period 3 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t3_ub
Period 3 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t4_dc
Period 3 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t4_ub
Period 3 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t5_dc
Period 3 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t5_ub
Period 3 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t6_dc
Period 3 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p3_t6_ub
Period 3 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t1_dc
Period 4 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t1_ub
Period 4 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t2_dc
Period 4 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t2_ub
Period 4 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t3_dc
Period 4 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t3_ub
Period 4 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t4_dc
Period 4 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t4_ub
Period 4 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t5_dc
Period 4 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t5_ub
Period 4 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t6_dc
Period 4 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p4_t6_ub
Period 4 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t1_dc
Period 5 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t1_ub
Period 5 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t2_dc
Period 5 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t2_ub
Period 5 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t3_dc
Period 5 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t3_ub
Period 5 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t4_dc
Period 5 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t4_ub
Period 5 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t5_dc
Period 5 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t5_ub
Period 5 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t6_dc
Period 5 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p5_t6_ub
Period 5 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t1_dc
Period 6 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t1_ub
Period 6 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t2_dc
Period 6 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t2_ub
Period 6 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t3_dc
Period 6 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t3_ub
Period 6 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t4_dc
Period 6 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t4_ub
Period 6 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t5_dc
Period 6 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t5_ub
Period 6 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t6_dc
Period 6 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p6_t6_ub
Period 6 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t1_dc
Period 7 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t1_ub
Period 7 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t2_dc
Period 7 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t2_ub
Period 7 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t3_dc
Period 7 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t3_ub
Period 7 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t4_dc
Period 7 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t4_ub
Period 7 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t5_dc
Period 7 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t5_ub
Period 7 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t6_dc
Period 7 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p7_t6_ub
Period 7 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t1_dc
Period 8 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t1_ub
Period 8 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t2_dc
Period 8 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t2_ub
Period 8 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t3_dc
Period 8 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t3_ub
Period 8 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t4_dc
Period 8 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t4_ub
Period 8 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t5_dc
Period 8 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t5_ub
Period 8 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t6_dc
Period 8 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p8_t6_ub
Period 8 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t1_dc
Period 9 Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t1_ub
Period 9 Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t2_dc
Period 9 Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t2_ub
Period 9 Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t3_dc
Period 9 Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t3_ub
Period 9 Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t4_dc
Period 9 Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t4_ub
Period 9 Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t5_dc
Period 9 Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t5_ub
Period 9 Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t6_dc
Period 9 Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_p9_t6_ub
Period 9 Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sched_weekday
Demend Charge Weekday Schedule
Info: 12x24
- Type:
sequence[sequence]
- ur_dc_sched_weekend
Demend Charge Weekend Schedule
Info: 12x24
- Type:
sequence[sequence]
- ur_dc_sep_t1_dc
September Tier 1 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t1_ub
September Tier 1 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t2_dc
September Tier 2 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t2_ub
September Tier 2 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t3_dc
September Tier 3 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t3_ub
September Tier 3 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t4_dc
September Tier 4 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t4_ub
September Tier 4 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t5_dc
September Tier 5 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t5_ub
September Tier 5 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t6_dc
September Tier 6 Demand Charge [$/kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_dc_sep_t6_ub
September Tier 6 Peak Demand [kW]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_enable
Enable energy charge [0/1]
Constraints: BOOLEAN
Required: False. Automatically set to 0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t1_br
Period 10 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t1_sr
Period 10 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t1_ub
Period 10 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t2_br
Period 10 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t2_sr
Period 10 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t2_ub
Period 10 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t3_br
Period 10 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t3_sr
Period 10 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t3_ub
Period 10 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t4_br
Period 10 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t4_sr
Period 10 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t4_ub
Period 10 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t5_br
Period 10 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t5_sr
Period 10 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t5_ub
Period 10 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t6_br
Period 10 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t6_sr
Period 10 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p10_t6_ub
Period 10 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t1_br
Period 11 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t1_sr
Period 11 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t1_ub
Period 11 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t2_br
Period 11 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t2_sr
Period 11 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t2_ub
Period 11 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t3_br
Period 11 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t3_sr
Period 11 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t3_ub
Period 11 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t4_br
Period 11 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t4_sr
Period 11 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t4_ub
Period 11 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t5_br
Period 11 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t5_sr
Period 11 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t5_ub
Period 11 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t6_br
Period 11 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t6_sr
Period 11 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p11_t6_ub
Period 11 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t1_br
Period 12 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t1_sr
Period 12 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t1_ub
Period 12 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t2_br
Period 12 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t2_sr
Period 12 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t2_ub
Period 12 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t3_br
Period 12 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t3_sr
Period 12 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t3_ub
Period 12 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t4_br
Period 12 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t4_sr
Period 12 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t4_ub
Period 12 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t5_br
Period 12 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t5_sr
Period 12 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t5_ub
Period 12 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t6_br
Period 12 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t6_sr
Period 12 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p12_t6_ub
Period 12 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t1_br
Period 1 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t1_sr
Period 1 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t1_ub
Period 1 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t2_br
Period 1 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t2_sr
Period 1 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t2_ub
Period 1 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t3_br
Period 1 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t3_sr
Period 1 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t3_ub
Period 1 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t4_br
Period 1 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t4_sr
Period 1 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t4_ub
Period 1 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t5_br
Period 1 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t5_sr
Period 1 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t5_ub
Period 1 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t6_br
Period 1 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t6_sr
Period 1 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p1_t6_ub
Period 1 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t1_br
Period 2 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t1_sr
Period 2 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t1_ub
Period 2 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t2_br
Period 2 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t2_sr
Period 2 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t2_ub
Period 2 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t3_br
Period 2 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t3_sr
Period 2 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t3_ub
Period 2 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t4_br
Period 2 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t4_sr
Period 2 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t4_ub
Period 2 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t5_br
Period 2 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t5_sr
Period 2 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t5_ub
Period 2 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t6_br
Period 2 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t6_sr
Period 2 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p2_t6_ub
Period 2 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t1_br
Period 3 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t1_sr
Period 3 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t1_ub
Period 3 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t2_br
Period 3 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t2_sr
Period 3 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t2_ub
Period 3 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t3_br
Period 3 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t3_sr
Period 3 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t3_ub
Period 3 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t4_br
Period 3 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t4_sr
Period 3 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t4_ub
Period 3 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t5_br
Period 3 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t5_sr
Period 3 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t5_ub
Period 3 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t6_br
Period 3 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t6_sr
Period 3 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p3_t6_ub
Period 3 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t1_br
Period 4 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t1_sr
Period 4 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t1_ub
Period 4 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t2_br
Period 4 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t2_sr
Period 4 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t2_ub
Period 4 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t3_br
Period 4 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t3_sr
Period 4 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t3_ub
Period 4 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t4_br
Period 4 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t4_sr
Period 4 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t4_ub
Period 4 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t5_br
Period 4 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t5_sr
Period 4 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t5_ub
Period 4 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t6_br
Period 4 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t6_sr
Period 4 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p4_t6_ub
Period 4 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t1_br
Period 5 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t1_sr
Period 5 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t1_ub
Period 5 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t2_br
Period 5 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t2_sr
Period 5 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t2_ub
Period 5 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t3_br
Period 5 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t3_sr
Period 5 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t3_ub
Period 5 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t4_br
Period 5 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t4_sr
Period 5 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t4_ub
Period 5 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t5_br
Period 5 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t5_sr
Period 5 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t5_ub
Period 5 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t6_br
Period 5 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t6_sr
Period 5 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p5_t6_ub
Period 5 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t1_br
Period 6 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t1_sr
Period 6 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t1_ub
Period 6 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t2_br
Period 6 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t2_sr
Period 6 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t2_ub
Period 6 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t3_br
Period 6 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t3_sr
Period 6 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t3_ub
Period 6 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t4_br
Period 6 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t4_sr
Period 6 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t4_ub
Period 6 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t5_br
Period 6 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t5_sr
Period 6 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t5_ub
Period 6 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t6_br
Period 6 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t6_sr
Period 6 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p6_t6_ub
Period 6 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t1_br
Period 7 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t1_sr
Period 7 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t1_ub
Period 7 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t2_br
Period 7 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t2_sr
Period 7 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t2_ub
Period 7 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t3_br
Period 7 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t3_sr
Period 7 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t3_ub
Period 7 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t4_br
Period 7 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t4_sr
Period 7 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t4_ub
Period 7 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t5_br
Period 7 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t5_sr
Period 7 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t5_ub
Period 7 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t6_br
Period 7 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t6_sr
Period 7 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p7_t6_ub
Period 7 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t1_br
Period 8 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t1_sr
Period 8 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t1_ub
Period 8 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t2_br
Period 8 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t2_sr
Period 8 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t2_ub
Period 8 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t3_br
Period 8 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t3_sr
Period 8 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t3_ub
Period 8 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t4_br
Period 8 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t4_sr
Period 8 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t4_ub
Period 8 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t5_br
Period 8 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t5_sr
Period 8 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t5_ub
Period 8 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t6_br
Period 8 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t6_sr
Period 8 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p8_t6_ub
Period 8 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t1_br
Period 9 Tier 1 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t1_sr
Period 9 Tier 1 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t1_ub
Period 9 Tier 1 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t2_br
Period 9 Tier 2 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t2_sr
Period 9 Tier 2 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t2_ub
Period 9 Tier 2 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t3_br
Period 9 Tier 3 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t3_sr
Period 9 Tier 3 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t3_ub
Period 9 Tier 3 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t4_br
Period 9 Tier 4 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t4_sr
Period 9 Tier 4 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t4_ub
Period 9 Tier 4 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t5_br
Period 9 Tier 5 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t5_sr
Period 9 Tier 5 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t5_ub
Period 9 Tier 5 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t6_br
Period 9 Tier 6 Energy Buy Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t6_sr
Period 9 Tier 6 Energy Sell Rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_p9_t6_ub
Period 9 Tier 6 Maximum Energy Usage [kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_ec_sched_weekday
Energy Charge Weekday Schedule
Info: 12x24
Required: Required if ur_ec_enable=1
- Type:
sequence[sequence]
- ur_ec_sched_weekend
Energy Charge Weekend Schedule
Info: 12x24
Required: Required if ur_ec_enable=1
- Type:
sequence[sequence]
- ur_enable_net_metering
Enable net metering [0/1]
Info: Enforce net metering
Constraints: BOOLEAN
Required: False. Automatically set to 1 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_excess_monthly_energy_or_dollars
Net metering handling of monthly excess [0=Rollover energy,1=Rollover dollars]
Info: Net metering monthly excess
Constraints: INTEGER
Required: False. Automatically set to 0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_flat_buy_rate
Flat rate (buy) [$/kWh]
Required: True
- Type:
float
- ur_flat_sell_rate
Flat rate (sell) [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_monthly_fixed_charge
Monthly fixed charge [$]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_monthly_min_charge
Monthly minimum charge [$]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
- ur_nm_yearend_sell_rate
Year end sell rate [$/kWh]
Required: False. Automatically set to 0.0 if not assigned explicitly or loaded from defaults.
- Type:
float
TimeSeries Group
- class PySAM.Utilityrate3.Utilityrate3.TimeSeries
- assign(dict) None
Assign attributes from dictionary, overwriting but not removing values.
TimeSeries_vals = { var: val, ...}
- export() dict
Export attributes into dictionary.
- replace(dict) None
Replace attributes from dictionary, unassigning values not present in input
dict
.TimeSeries_vals = { var: val, ...}
- gen
System power generated [kW]
Required: True
- Type:
sequence
- load
Electricity load (year 1) [kW]
Required: True
- Type:
sequence
Financials Group
- class PySAM.Utilityrate3.Utilityrate3.Financials
- assign(dict) None
Assign attributes from dictionary, overwriting but not removing values.
Financials_vals = { var: val, ...}
- export() dict
Export attributes into dictionary.
- replace(dict) None
Replace attributes from dictionary, unassigning values not present in input
dict
.Financials_vals = { var: val, ...}
- inflation_rate
Inflation rate [%]
Constraints: MIN=-99
Required: True
- Type:
float
AnnualOutput Group
- class PySAM.Utilityrate3.Utilityrate3.AnnualOutput
- assign(dict) None
Assign attributes from dictionary, overwriting but not removing values.
AnnualOutput_vals = { var: val, ...}
- export() dict
Export attributes into dictionary.
- replace(dict) None
Replace attributes from dictionary, unassigning values not present in input
dict
.AnnualOutput_vals = { var: val, ...}
- degradation
Annual energy degradation [%]
Required: True
- Type:
sequence
Outputs Group
- class PySAM.Utilityrate3.Utilityrate3.Outputs
- assign(dict) None
Assign attributes from dictionary, overwriting but not removing values.
Outputs_vals = { var: val, ...}
- export() dict
Export attributes into dictionary.
- replace(dict) None
Replace attributes from dictionary, unassigning values not present in input
dict
.Outputs_vals = { var: val, ...}
- annual_electric_load
Total electric load in each year [kWh]
- Type:
sequence
- annual_energy_value
Energy value in each year [$]
- Type:
sequence
- charge_w_sys_dc_fixed
Demand charge with system (fixed) [$]
- Type:
sequence
- charge_w_sys_dc_fixed_apr
Demand charge with system (fixed) in Apr [$]
- Type:
sequence
- charge_w_sys_dc_fixed_aug
Demand charge with system (fixed) in Aug [$]
- Type:
sequence
- charge_w_sys_dc_fixed_dec
Demand charge with system (fixed) in Dec [$]
- Type:
sequence
- charge_w_sys_dc_fixed_feb
Demand charge with system (fixed) in Feb [$]
- Type:
sequence
- charge_w_sys_dc_fixed_jan
Demand charge with system (fixed) in Jan [$]
- Type:
sequence
- charge_w_sys_dc_fixed_jul
Demand charge with system (fixed) in Jul [$]
- Type:
sequence
- charge_w_sys_dc_fixed_jun
Demand charge with system (fixed) in Jun [$]
- Type:
sequence
- charge_w_sys_dc_fixed_mar
Demand charge with system (fixed) in Mar [$]
- Type:
sequence
- charge_w_sys_dc_fixed_may
Demand charge with system (fixed) in May [$]
- Type:
sequence
- charge_w_sys_dc_fixed_nov
Demand charge with system (fixed) in Nov [$]
- Type:
sequence
- charge_w_sys_dc_fixed_oct
Demand charge with system (fixed) in Oct [$]
- Type:
sequence
- charge_w_sys_dc_fixed_sep
Demand charge with system (fixed) in Sep [$]
- Type:
sequence
- charge_w_sys_dc_tou
Demand charge with system (TOU) [$]
- Type:
sequence
- charge_w_sys_dc_tou_apr
Demand charge with system (TOU) in Apr [$]
- Type:
sequence
- charge_w_sys_dc_tou_aug
Demand charge with system (TOU) in Aug [$]
- Type:
sequence
- charge_w_sys_dc_tou_dec
Demand charge with system (TOU) in Dec [$]
- Type:
sequence
- charge_w_sys_dc_tou_feb
Demand charge with system (TOU) in Feb [$]
- Type:
sequence
- charge_w_sys_dc_tou_jan
Demand charge with system (TOU) in Jan [$]
- Type:
sequence
- charge_w_sys_dc_tou_jul
Demand charge with system (TOU) in Jul [$]
- Type:
sequence
- charge_w_sys_dc_tou_jun
Demand charge with system (TOU) in Jun [$]
- Type:
sequence
- charge_w_sys_dc_tou_mar
Demand charge with system (TOU) in Mar [$]
- Type:
sequence
- charge_w_sys_dc_tou_may
Demand charge with system (TOU) in May [$]
- Type:
sequence
- charge_w_sys_dc_tou_nov
Demand charge with system (TOU) in Nov [$]
- Type:
sequence
- charge_w_sys_dc_tou_oct
Demand charge with system (TOU) in Oct [$]
- Type:
sequence
- charge_w_sys_dc_tou_sep
Demand charge with system (TOU) in Sep [$]
- Type:
sequence
- charge_w_sys_ec
Energy charge with system (TOU) [$]
- Type:
sequence
- charge_w_sys_ec_apr
Energy charge with system (TOU) in Apr [$]
- Type:
sequence
- charge_w_sys_ec_apr_p1
Energy charge with system (TOU) in Apr for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p10
Energy charge with system (TOU) in Apr for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p11
Energy charge with system (TOU) in Apr for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p12
Energy charge with system (TOU) in Apr for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p2
Energy charge with system (TOU) in Apr for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p3
Energy charge with system (TOU) in Apr for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p4
Energy charge with system (TOU) in Apr for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p5
Energy charge with system (TOU) in Apr for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p6
Energy charge with system (TOU) in Apr for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p7
Energy charge with system (TOU) in Apr for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p8
Energy charge with system (TOU) in Apr for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_apr_p9
Energy charge with system (TOU) in Apr for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug
Energy charge with system (TOU) in Aug [$]
- Type:
sequence
- charge_w_sys_ec_aug_p1
Energy charge with system (TOU) in Aug for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p10
Energy charge with system (TOU) in Aug for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p11
Energy charge with system (TOU) in Aug for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p12
Energy charge with system (TOU) in Aug for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p2
Energy charge with system (TOU) in Aug for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p3
Energy charge with system (TOU) in Aug for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p4
Energy charge with system (TOU) in Aug for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p5
Energy charge with system (TOU) in Aug for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p6
Energy charge with system (TOU) in Aug for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p7
Energy charge with system (TOU) in Aug for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p8
Energy charge with system (TOU) in Aug for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_aug_p9
Energy charge with system (TOU) in Aug for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec
Energy charge with system (TOU) in Dec [$]
- Type:
sequence
- charge_w_sys_ec_dec_p1
Energy charge with system (TOU) in Dec for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p10
Energy charge with system (TOU) in Dec for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p11
Energy charge with system (TOU) in Dec for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p12
Energy charge with system (TOU) in Dec for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p2
Energy charge with system (TOU) in Dec for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p3
Energy charge with system (TOU) in Dec for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p4
Energy charge with system (TOU) in Dec for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p5
Energy charge with system (TOU) in Dec for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p6
Energy charge with system (TOU) in Dec for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p7
Energy charge with system (TOU) in Dec for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p8
Energy charge with system (TOU) in Dec for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_dec_p9
Energy charge with system (TOU) in Dec for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb
Energy charge with system (TOU) in Feb [$]
- Type:
sequence
- charge_w_sys_ec_feb_p1
Energy charge with system (TOU) in Feb for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p10
Energy charge with system (TOU) in Feb for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p11
Energy charge with system (TOU) in Feb for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p12
Energy charge with system (TOU) in Feb for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p2
Energy charge with system (TOU) in Feb for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p3
Energy charge with system (TOU) in Feb for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p4
Energy charge with system (TOU) in Feb for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p5
Energy charge with system (TOU) in Feb for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p6
Energy charge with system (TOU) in Feb for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p7
Energy charge with system (TOU) in Feb for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p8
Energy charge with system (TOU) in Feb for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_feb_p9
Energy charge with system (TOU) in Feb for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_flat
Energy charge with system (flat) [$]
- Type:
sequence
- charge_w_sys_ec_flat_apr
Energy charge with system (flat) in Apr [$]
- Type:
sequence
- charge_w_sys_ec_flat_aug
Energy charge with system (flat) in Aug [$]
- Type:
sequence
- charge_w_sys_ec_flat_dec
Energy charge with system (flat) in Dec [$]
- Type:
sequence
- charge_w_sys_ec_flat_feb
Energy charge with system (flat) in Feb [$]
- Type:
sequence
- charge_w_sys_ec_flat_jan
Energy charge with system (flat) in Jan [$]
- Type:
sequence
- charge_w_sys_ec_flat_jul
Energy charge with system (flat) in Jul [$]
- Type:
sequence
- charge_w_sys_ec_flat_jun
Energy charge with system (flat) in Jun [$]
- Type:
sequence
- charge_w_sys_ec_flat_mar
Energy charge with system (flat) in Mar [$]
- Type:
sequence
- charge_w_sys_ec_flat_may
Energy charge with system (flat) in May [$]
- Type:
sequence
- charge_w_sys_ec_flat_nov
Energy charge with system (flat) in Nov [$]
- Type:
sequence
- charge_w_sys_ec_flat_oct
Energy charge with system (flat) in Oct [$]
- Type:
sequence
- charge_w_sys_ec_flat_sep
Energy charge with system (flat) in Sep [$]
- Type:
sequence
- charge_w_sys_ec_jan
Energy charge with system (TOU) in Jan [$]
- Type:
sequence
- charge_w_sys_ec_jan_p1
Energy charge with system (TOU) in Jan for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p10
Energy charge with system (TOU) in Jan for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p11
Energy charge with system (TOU) in Jan for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p12
Energy charge with system (TOU) in Jan for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p2
Energy charge with system (TOU) in Jan for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p3
Energy charge with system (TOU) in Jan for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p4
Energy charge with system (TOU) in Jan for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p5
Energy charge with system (TOU) in Jan for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p6
Energy charge with system (TOU) in Jan for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p7
Energy charge with system (TOU) in Jan for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p8
Energy charge with system (TOU) in Jan for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jan_p9
Energy charge with system (TOU) in Jan for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul
Energy charge with system (TOU) in Jul [$]
- Type:
sequence
- charge_w_sys_ec_jul_p1
Energy charge with system (TOU) in Jul for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p10
Energy charge with system (TOU) in Jul for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p11
Energy charge with system (TOU) in Jul for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p12
Energy charge with system (TOU) in Jul for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p2
Energy charge with system (TOU) in Jul for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p3
Energy charge with system (TOU) in Jul for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p4
Energy charge with system (TOU) in Jul for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p5
Energy charge with system (TOU) in Jul for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p6
Energy charge with system (TOU) in Jul for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p7
Energy charge with system (TOU) in Jul for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p8
Energy charge with system (TOU) in Jul for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jul_p9
Energy charge with system (TOU) in Jul for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun
Energy charge with system (TOU) in Jun [$]
- Type:
sequence
- charge_w_sys_ec_jun_p1
Energy charge with system (TOU) in Jun for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p10
Energy charge with system (TOU) in Jun for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p11
Energy charge with system (TOU) in Jun for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p12
Energy charge with system (TOU) in Jun for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p2
Energy charge with system (TOU) in Jun for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p3
Energy charge with system (TOU) in Jun for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p4
Energy charge with system (TOU) in Jun for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p5
Energy charge with system (TOU) in Jun for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p6
Energy charge with system (TOU) in Jun for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p7
Energy charge with system (TOU) in Jun for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p8
Energy charge with system (TOU) in Jun for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_jun_p9
Energy charge with system (TOU) in Jun for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar
Energy charge with system (TOU) in Mar [$]
- Type:
sequence
- charge_w_sys_ec_mar_p1
Energy charge with system (TOU) in Mar for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p10
Energy charge with system (TOU) in Mar for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p11
Energy charge with system (TOU) in Mar for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p12
Energy charge with system (TOU) in Mar for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p2
Energy charge with system (TOU) in Mar for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p3
Energy charge with system (TOU) in Mar for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p4
Energy charge with system (TOU) in Mar for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p5
Energy charge with system (TOU) in Mar for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p6
Energy charge with system (TOU) in Mar for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p7
Energy charge with system (TOU) in Mar for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p8
Energy charge with system (TOU) in Mar for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_mar_p9
Energy charge with system (TOU) in Mar for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may
Energy charge with system (TOU) in May [$]
- Type:
sequence
- charge_w_sys_ec_may_p1
Energy charge with system (TOU) in May for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p10
Energy charge with system (TOU) in May for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p11
Energy charge with system (TOU) in May for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p12
Energy charge with system (TOU) in May for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p2
Energy charge with system (TOU) in May for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p3
Energy charge with system (TOU) in May for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p4
Energy charge with system (TOU) in May for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p5
Energy charge with system (TOU) in May for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p6
Energy charge with system (TOU) in May for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p7
Energy charge with system (TOU) in May for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p8
Energy charge with system (TOU) in May for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_may_p9
Energy charge with system (TOU) in May for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov
Energy charge with system (TOU) in Nov [$]
- Type:
sequence
- charge_w_sys_ec_nov_p1
Energy charge with system (TOU) in Nov for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p10
Energy charge with system (TOU) in Nov for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p11
Energy charge with system (TOU) in Nov for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p12
Energy charge with system (TOU) in Nov for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p2
Energy charge with system (TOU) in Nov for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p3
Energy charge with system (TOU) in Nov for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p4
Energy charge with system (TOU) in Nov for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p5
Energy charge with system (TOU) in Nov for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p6
Energy charge with system (TOU) in Nov for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p7
Energy charge with system (TOU) in Nov for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p8
Energy charge with system (TOU) in Nov for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_nov_p9
Energy charge with system (TOU) in Nov for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct
Energy charge with system (TOU) in Oct [$]
- Type:
sequence
- charge_w_sys_ec_oct_p1
Energy charge with system (TOU) in Oct for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p10
Energy charge with system (TOU) in Oct for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p11
Energy charge with system (TOU) in Oct for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p12
Energy charge with system (TOU) in Oct for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p2
Energy charge with system (TOU) in Oct for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p3
Energy charge with system (TOU) in Oct for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p4
Energy charge with system (TOU) in Oct for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p5
Energy charge with system (TOU) in Oct for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p6
Energy charge with system (TOU) in Oct for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p7
Energy charge with system (TOU) in Oct for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p8
Energy charge with system (TOU) in Oct for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_oct_p9
Energy charge with system (TOU) in Oct for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep
Energy charge with system (TOU) in Sep [$]
- Type:
sequence
- charge_w_sys_ec_sep_p1
Energy charge with system (TOU) in Sep for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p10
Energy charge with system (TOU) in Sep for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p11
Energy charge with system (TOU) in Sep for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p12
Energy charge with system (TOU) in Sep for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p2
Energy charge with system (TOU) in Sep for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p3
Energy charge with system (TOU) in Sep for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p4
Energy charge with system (TOU) in Sep for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p5
Energy charge with system (TOU) in Sep for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p6
Energy charge with system (TOU) in Sep for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p7
Energy charge with system (TOU) in Sep for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p8
Energy charge with system (TOU) in Sep for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_ec_sep_p9
Energy charge with system (TOU) in Sep for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_w_sys_fixed
Fixed charge with system [$]
- Type:
sequence
- charge_w_sys_fixed_apr
Fixed charge with system in Apr [$]
- Type:
sequence
- charge_w_sys_fixed_aug
Fixed charge with system in Aug [$]
- Type:
sequence
- charge_w_sys_fixed_dec
Fixed charge with system in Dec [$]
- Type:
sequence
- charge_w_sys_fixed_feb
Fixed charge with system in Feb [$]
- Type:
sequence
- charge_w_sys_fixed_jan
Fixed charge with system in Jan [$]
- Type:
sequence
- charge_w_sys_fixed_jul
Fixed charge with system in Jul [$]
- Type:
sequence
- charge_w_sys_fixed_jun
Fixed charge with system in Jun [$]
- Type:
sequence
- charge_w_sys_fixed_mar
Fixed charge with system in Mar [$]
- Type:
sequence
- charge_w_sys_fixed_may
Fixed charge with system in May [$]
- Type:
sequence
- charge_w_sys_fixed_nov
Fixed charge with system in Nov [$]
- Type:
sequence
- charge_w_sys_fixed_oct
Fixed charge with system in Oct [$]
- Type:
sequence
- charge_w_sys_fixed_sep
Fixed charge with system in Sep [$]
- Type:
sequence
- charge_w_sys_minimum
Minimum charge with system [$]
- Type:
sequence
- charge_w_sys_minimum_apr
Minimum charge with system in Apr [$]
- Type:
sequence
- charge_w_sys_minimum_aug
Minimum charge with system in Aug [$]
- Type:
sequence
- charge_w_sys_minimum_dec
Minimum charge with system in Dec [$]
- Type:
sequence
- charge_w_sys_minimum_feb
Minimum charge with system in Feb [$]
- Type:
sequence
- charge_w_sys_minimum_jan
Minimum charge with system in Jan [$]
- Type:
sequence
- charge_w_sys_minimum_jul
Minimum charge with system in Jul [$]
- Type:
sequence
- charge_w_sys_minimum_jun
Minimum charge with system in Jun [$]
- Type:
sequence
- charge_w_sys_minimum_mar
Minimum charge with system in Mar [$]
- Type:
sequence
- charge_w_sys_minimum_may
Minimum charge with system in May [$]
- Type:
sequence
- charge_w_sys_minimum_nov
Minimum charge with system in Nov [$]
- Type:
sequence
- charge_w_sys_minimum_oct
Minimum charge with system in Oct [$]
- Type:
sequence
- charge_w_sys_minimum_sep
Minimum charge with system in Sep [$]
- Type:
sequence
- charge_wo_sys_dc_fixed
Demand charge without system (fixed) [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_apr
Demand charge without system (fixed) in Apr [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_aug
Demand charge without system (fixed) in Aug [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_dec
Demand charge without system (fixed) in Dec [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_feb
Demand charge without system (fixed) in Feb [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_jan
Demand charge without system (fixed) in Jan [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_jul
Demand charge without system (fixed) in Jul [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_jun
Demand charge without system (fixed) in Jun [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_mar
Demand charge without system (fixed) in Mar [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_may
Demand charge without system (fixed) in May [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_nov
Demand charge without system (fixed) in Nov [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_oct
Demand charge without system (fixed) in Oct [$]
- Type:
sequence
- charge_wo_sys_dc_fixed_sep
Demand charge without system (fixed) in Sep [$]
- Type:
sequence
- charge_wo_sys_dc_tou
Demand charge without system (TOU) [$]
- Type:
sequence
- charge_wo_sys_dc_tou_apr
Demand charge without system (TOU) in Apr [$]
- Type:
sequence
- charge_wo_sys_dc_tou_aug
Demand charge without system (TOU) in Aug [$]
- Type:
sequence
- charge_wo_sys_dc_tou_dec
Demand charge without system (TOU) in Dec [$]
- Type:
sequence
- charge_wo_sys_dc_tou_feb
Demand charge without system (TOU) in Feb [$]
- Type:
sequence
- charge_wo_sys_dc_tou_jan
Demand charge without system (TOU) in Jan [$]
- Type:
sequence
- charge_wo_sys_dc_tou_jul
Demand charge without system (TOU) in Jul [$]
- Type:
sequence
- charge_wo_sys_dc_tou_jun
Demand charge without system (TOU) in Jun [$]
- Type:
sequence
- charge_wo_sys_dc_tou_mar
Demand charge without system (TOU) in Mar [$]
- Type:
sequence
- charge_wo_sys_dc_tou_may
Demand charge without system (TOU) in May [$]
- Type:
sequence
- charge_wo_sys_dc_tou_nov
Demand charge without system (TOU) in Nov [$]
- Type:
sequence
- charge_wo_sys_dc_tou_oct
Demand charge without system (TOU) in Oct [$]
- Type:
sequence
- charge_wo_sys_dc_tou_sep
Demand charge without system (TOU) in Sep [$]
- Type:
sequence
- charge_wo_sys_ec
Energy charge without system (TOU) [$]
- Type:
sequence
- charge_wo_sys_ec_apr
Energy charge without system (TOU) in Apr [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p1
Energy charge without system (TOU) in Apr for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p10
Energy charge without system (TOU) in Apr for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p11
Energy charge without system (TOU) in Apr for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p12
Energy charge without system (TOU) in Apr for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p2
Energy charge without system (TOU) in Apr for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p3
Energy charge without system (TOU) in Apr for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p4
Energy charge without system (TOU) in Apr for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p5
Energy charge without system (TOU) in Apr for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p6
Energy charge without system (TOU) in Apr for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p7
Energy charge without system (TOU) in Apr for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p8
Energy charge without system (TOU) in Apr for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_apr_p9
Energy charge without system (TOU) in Apr for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug
Energy charge without system (TOU) in Aug [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p1
Energy charge without system (TOU) in Aug for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p10
Energy charge without system (TOU) in Aug for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p11
Energy charge without system (TOU) in Aug for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p12
Energy charge without system (TOU) in Aug for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p2
Energy charge without system (TOU) in Aug for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p3
Energy charge without system (TOU) in Aug for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p4
Energy charge without system (TOU) in Aug for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p5
Energy charge without system (TOU) in Aug for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p6
Energy charge without system (TOU) in Aug for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p7
Energy charge without system (TOU) in Aug for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p8
Energy charge without system (TOU) in Aug for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_aug_p9
Energy charge without system (TOU) in Aug for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec
Energy charge without system (TOU) in Dec [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p1
Energy charge without system (TOU) in Dec for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p10
Energy charge without system (TOU) in Dec for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p11
Energy charge without system (TOU) in Dec for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p12
Energy charge without system (TOU) in Dec for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p2
Energy charge without system (TOU) in Dec for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p3
Energy charge without system (TOU) in Dec for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p4
Energy charge without system (TOU) in Dec for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p5
Energy charge without system (TOU) in Dec for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p6
Energy charge without system (TOU) in Dec for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p7
Energy charge without system (TOU) in Dec for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p8
Energy charge without system (TOU) in Dec for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_dec_p9
Energy charge without system (TOU) in Dec for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb
Energy charge without system (TOU) in Feb [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p1
Energy charge without system (TOU) in Feb for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p10
Energy charge without system (TOU) in Feb for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p11
Energy charge without system (TOU) in Feb for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p12
Energy charge without system (TOU) in Feb for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p2
Energy charge without system (TOU) in Feb for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p3
Energy charge without system (TOU) in Feb for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p4
Energy charge without system (TOU) in Feb for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p5
Energy charge without system (TOU) in Feb for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p6
Energy charge without system (TOU) in Feb for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p7
Energy charge without system (TOU) in Feb for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p8
Energy charge without system (TOU) in Feb for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_feb_p9
Energy charge without system (TOU) in Feb for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_flat
Energy charge without system (flat) [$]
- Type:
sequence
- charge_wo_sys_ec_flat_apr
Energy charge without system (flat) in Apr [$]
- Type:
sequence
- charge_wo_sys_ec_flat_aug
Energy charge without system (flat) in Aug [$]
- Type:
sequence
- charge_wo_sys_ec_flat_dec
Energy charge without system (flat) in Dec [$]
- Type:
sequence
- charge_wo_sys_ec_flat_feb
Energy charge without system (flat) in Feb [$]
- Type:
sequence
- charge_wo_sys_ec_flat_jan
Energy charge without system (flat) in Jan [$]
- Type:
sequence
- charge_wo_sys_ec_flat_jul
Energy charge without system (flat) in Jul [$]
- Type:
sequence
- charge_wo_sys_ec_flat_jun
Energy charge without system (flat) in Jun [$]
- Type:
sequence
- charge_wo_sys_ec_flat_mar
Energy charge without system (flat) in Mar [$]
- Type:
sequence
- charge_wo_sys_ec_flat_may
Energy charge without system (flat) in May [$]
- Type:
sequence
- charge_wo_sys_ec_flat_nov
Energy charge without system (flat) in Nov [$]
- Type:
sequence
- charge_wo_sys_ec_flat_oct
Energy charge without system (flat) in Oct [$]
- Type:
sequence
- charge_wo_sys_ec_flat_sep
Energy charge without system (flat) in Sep [$]
- Type:
sequence
- charge_wo_sys_ec_jan
Energy charge without system (TOU) in Jan [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p1
Energy charge without system (TOU) in Jan for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p10
Energy charge without system (TOU) in Jan for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p11
Energy charge without system (TOU) in Jan for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p12
Energy charge without system (TOU) in Jan for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p2
Energy charge without system (TOU) in Jan for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p3
Energy charge without system (TOU) in Jan for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p4
Energy charge without system (TOU) in Jan for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p5
Energy charge without system (TOU) in Jan for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p6
Energy charge without system (TOU) in Jan for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p7
Energy charge without system (TOU) in Jan for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p8
Energy charge without system (TOU) in Jan for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jan_p9
Energy charge without system (TOU) in Jan for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul
Energy charge without system (TOU) in Jul [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p1
Energy charge without system (TOU) in Jul for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p10
Energy charge without system (TOU) in Jul for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p11
Energy charge without system (TOU) in Jul for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p12
Energy charge without system (TOU) in Jul for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p2
Energy charge without system (TOU) in Jul for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p3
Energy charge without system (TOU) in Jul for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p4
Energy charge without system (TOU) in Jul for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p5
Energy charge without system (TOU) in Jul for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p6
Energy charge without system (TOU) in Jul for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p7
Energy charge without system (TOU) in Jul for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p8
Energy charge without system (TOU) in Jul for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jul_p9
Energy charge without system (TOU) in Jul for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun
Energy charge without system (TOU) in Jun [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p1
Energy charge without system (TOU) in Jun for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p10
Energy charge without system (TOU) in Jun for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p11
Energy charge without system (TOU) in Jun for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p12
Energy charge without system (TOU) in Jun for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p2
Energy charge without system (TOU) in Jun for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p3
Energy charge without system (TOU) in Jun for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p4
Energy charge without system (TOU) in Jun for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p5
Energy charge without system (TOU) in Jun for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p6
Energy charge without system (TOU) in Jun for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p7
Energy charge without system (TOU) in Jun for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p8
Energy charge without system (TOU) in Jun for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_jun_p9
Energy charge without system (TOU) in Jun for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar
Energy charge without system (TOU) in Mar [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p1
Energy charge without system (TOU) in Mar for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p10
Energy charge without system (TOU) in Mar for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p11
Energy charge without system (TOU) in Mar for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p12
Energy charge without system (TOU) in Mar for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p2
Energy charge without system (TOU) in Mar for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p3
Energy charge without system (TOU) in Mar for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p4
Energy charge without system (TOU) in Mar for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p5
Energy charge without system (TOU) in Mar for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p6
Energy charge without system (TOU) in Mar for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p7
Energy charge without system (TOU) in Mar for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p8
Energy charge without system (TOU) in Mar for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_mar_p9
Energy charge without system (TOU) in Mar for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may
Energy charge without system (TOU) in May [$]
- Type:
sequence
- charge_wo_sys_ec_may_p1
Energy charge without system (TOU) in May for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p10
Energy charge without system (TOU) in May for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p11
Energy charge without system (TOU) in May for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p12
Energy charge without system (TOU) in May for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p2
Energy charge without system (TOU) in May for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p3
Energy charge without system (TOU) in May for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p4
Energy charge without system (TOU) in May for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p5
Energy charge without system (TOU) in May for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p6
Energy charge without system (TOU) in May for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p7
Energy charge without system (TOU) in May for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p8
Energy charge without system (TOU) in May for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_may_p9
Energy charge without system (TOU) in May for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov
Energy charge without system (TOU) in Nov [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p1
Energy charge without system (TOU) in Nov for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p10
Energy charge without system (TOU) in Nov for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p11
Energy charge without system (TOU) in Nov for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p12
Energy charge without system (TOU) in Nov for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p2
Energy charge without system (TOU) in Nov for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p3
Energy charge without system (TOU) in Nov for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p4
Energy charge without system (TOU) in Nov for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p5
Energy charge without system (TOU) in Nov for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p6
Energy charge without system (TOU) in Nov for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p7
Energy charge without system (TOU) in Nov for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p8
Energy charge without system (TOU) in Nov for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_nov_p9
Energy charge without system (TOU) in Nov for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct
Energy charge without system (TOU) in Oct [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p1
Energy charge without system (TOU) in Oct for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p10
Energy charge without system (TOU) in Oct for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p11
Energy charge without system (TOU) in Oct for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p12
Energy charge without system (TOU) in Oct for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p2
Energy charge without system (TOU) in Oct for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p3
Energy charge without system (TOU) in Oct for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p4
Energy charge without system (TOU) in Oct for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p5
Energy charge without system (TOU) in Oct for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p6
Energy charge without system (TOU) in Oct for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p7
Energy charge without system (TOU) in Oct for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p8
Energy charge without system (TOU) in Oct for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_oct_p9
Energy charge without system (TOU) in Oct for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep
Energy charge without system (TOU) in Sep [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p1
Energy charge without system (TOU) in Sep for period 1 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p10
Energy charge without system (TOU) in Sep for period 10 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p11
Energy charge without system (TOU) in Sep for period 11 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p12
Energy charge without system (TOU) in Sep for period 12 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p2
Energy charge without system (TOU) in Sep for period 2 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p3
Energy charge without system (TOU) in Sep for period 3 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p4
Energy charge without system (TOU) in Sep for period 4 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p5
Energy charge without system (TOU) in Sep for period 5 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p6
Energy charge without system (TOU) in Sep for period 6 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p7
Energy charge without system (TOU) in Sep for period 7 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p8
Energy charge without system (TOU) in Sep for period 8 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_ec_sep_p9
Energy charge without system (TOU) in Sep for period 9 and tiers 1 through 6 [$]
- Type:
sequence
- charge_wo_sys_fixed
Fixed charge without system [$]
- Type:
sequence
- charge_wo_sys_fixed_apr
Fixed charge without system in Apr [$]
- Type:
sequence
- charge_wo_sys_fixed_aug
Fixed charge without system in Aug [$]
- Type:
sequence
- charge_wo_sys_fixed_dec
Fixed charge without system in Dec [$]
- Type:
sequence
- charge_wo_sys_fixed_feb
Fixed charge without system in Feb [$]
- Type:
sequence
- charge_wo_sys_fixed_jan
Fixed charge without system in Jan [$]
- Type:
sequence
- charge_wo_sys_fixed_jul
Fixed charge without system in Jul [$]
- Type:
sequence
- charge_wo_sys_fixed_jun
Fixed charge without system in Jun [$]
- Type:
sequence
- charge_wo_sys_fixed_mar
Fixed charge without system in Mar [$]
- Type:
sequence
- charge_wo_sys_fixed_may
Fixed charge without system in May [$]
- Type:
sequence
- charge_wo_sys_fixed_nov
Fixed charge without system in Nov [$]
- Type:
sequence
- charge_wo_sys_fixed_oct
Fixed charge without system in Oct [$]
- Type:
sequence
- charge_wo_sys_fixed_sep
Fixed charge without system in Sep [$]
- Type:
sequence
- charge_wo_sys_minimum
Minimum charge without system [$]
- Type:
sequence
- charge_wo_sys_minimum_apr
Minimum charge without system in Apr [$]
- Type:
sequence
- charge_wo_sys_minimum_aug
Minimum charge without system in Aug [$]
- Type:
sequence
- charge_wo_sys_minimum_dec
Minimum charge without system in Dec [$]
- Type:
sequence
- charge_wo_sys_minimum_feb
Minimum charge without system in Feb [$]
- Type:
sequence
- charge_wo_sys_minimum_jan
Minimum charge without system in Jan [$]
- Type:
sequence
- charge_wo_sys_minimum_jul
Minimum charge without system in Jul [$]
- Type:
sequence
- charge_wo_sys_minimum_jun
Minimum charge without system in Jun [$]
- Type:
sequence
- charge_wo_sys_minimum_mar
Minimum charge without system in Mar [$]
- Type:
sequence
- charge_wo_sys_minimum_may
Minimum charge without system in May [$]
- Type:
sequence
- charge_wo_sys_minimum_nov
Minimum charge without system in Nov [$]
- Type:
sequence
- charge_wo_sys_minimum_oct
Minimum charge without system in Oct [$]
- Type:
sequence
- charge_wo_sys_minimum_sep
Minimum charge without system in Sep [$]
- Type:
sequence
- elec_cost_with_system
Electricity cost with system [$/yr]
- Type:
sequence
- elec_cost_with_system_year1
Electricity cost with system [$/yr]
- Type:
float
- elec_cost_without_system
Electricity cost without system [$/yr]
- Type:
sequence
- elec_cost_without_system_year1
Electricity cost without system [$/yr]
- Type:
float
- energy_w_sys_ec_apr_p1
Energy with system (TOU) in Apr for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p10
Energy with system (TOU) in Apr for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p11
Energy with system (TOU) in Apr for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p12
Energy with system (TOU) in Apr for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p2
Energy with system (TOU) in Apr for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p3
Energy with system (TOU) in Apr for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p4
Energy with system (TOU) in Apr for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p5
Energy with system (TOU) in Apr for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p6
Energy with system (TOU) in Apr for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p7
Energy with system (TOU) in Apr for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p8
Energy with system (TOU) in Apr for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_apr_p9
Energy with system (TOU) in Apr for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p1
Energy with system (TOU) in Aug for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p10
Energy with system (TOU) in Aug for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p11
Energy with system (TOU) in Aug for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p12
Energy with system (TOU) in Aug for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p2
Energy with system (TOU) in Aug for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p3
Energy with system (TOU) in Aug for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p4
Energy with system (TOU) in Aug for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p5
Energy with system (TOU) in Aug for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p6
Energy with system (TOU) in Aug for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p7
Energy with system (TOU) in Aug for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p8
Energy with system (TOU) in Aug for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_aug_p9
Energy with system (TOU) in Aug for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p1
Energy with system (TOU) in Dec for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p10
Energy with system (TOU) in Dec for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p11
Energy with system (TOU) in Dec for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p12
Energy with system (TOU) in Dec for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p2
Energy with system (TOU) in Dec for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p3
Energy with system (TOU) in Dec for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p4
Energy with system (TOU) in Dec for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p5
Energy with system (TOU) in Dec for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p6
Energy with system (TOU) in Dec for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p7
Energy with system (TOU) in Dec for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p8
Energy with system (TOU) in Dec for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_dec_p9
Energy with system (TOU) in Dec for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p1
Energy with system (TOU) in Feb for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p10
Energy with system (TOU) in Feb for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p11
Energy with system (TOU) in Feb for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p12
Energy with system (TOU) in Feb for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p2
Energy with system (TOU) in Feb for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p3
Energy with system (TOU) in Feb for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p4
Energy with system (TOU) in Feb for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p5
Energy with system (TOU) in Feb for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p6
Energy with system (TOU) in Feb for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p7
Energy with system (TOU) in Feb for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p8
Energy with system (TOU) in Feb for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_feb_p9
Energy with system (TOU) in Feb for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p1
Energy with system (TOU) in Jan for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p10
Energy with system (TOU) in Jan for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p11
Energy with system (TOU) in Jan for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p12
Energy with system (TOU) in Jan for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p2
Energy with system (TOU) in Jan for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p3
Energy with system (TOU) in Jan for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p4
Energy with system (TOU) in Jan for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p5
Energy with system (TOU) in Jan for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p6
Energy with system (TOU) in Jan for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p7
Energy with system (TOU) in Jan for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p8
Energy with system (TOU) in Jan for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jan_p9
Energy with system (TOU) in Jan for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p1
Energy with system (TOU) in Jul for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p10
Energy with system (TOU) in Jul for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p11
Energy with system (TOU) in Jul for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p12
Energy with system (TOU) in Jul for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p2
Energy with system (TOU) in Jul for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p3
Energy with system (TOU) in Jul for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p4
Energy with system (TOU) in Jul for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p5
Energy with system (TOU) in Jul for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p6
Energy with system (TOU) in Jul for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p7
Energy with system (TOU) in Jul for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p8
Energy with system (TOU) in Jul for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jul_p9
Energy with system (TOU) in Jul for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p1
Energy with system (TOU) in Jun for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p10
Energy with system (TOU) in Jun for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p11
Energy with system (TOU) in Jun for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p12
Energy with system (TOU) in Jun for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p2
Energy with system (TOU) in Jun for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p3
Energy with system (TOU) in Jun for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p4
Energy with system (TOU) in Jun for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p5
Energy with system (TOU) in Jun for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p6
Energy with system (TOU) in Jun for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p7
Energy with system (TOU) in Jun for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p8
Energy with system (TOU) in Jun for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_jun_p9
Energy with system (TOU) in Jun for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p1
Energy with system (TOU) in Mar for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p10
Energy with system (TOU) in Mar for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p11
Energy with system (TOU) in Mar for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p12
Energy with system (TOU) in Mar for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p2
Energy with system (TOU) in Mar for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p3
Energy with system (TOU) in Mar for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p4
Energy with system (TOU) in Mar for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p5
Energy with system (TOU) in Mar for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p6
Energy with system (TOU) in Mar for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p7
Energy with system (TOU) in Mar for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p8
Energy with system (TOU) in Mar for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_mar_p9
Energy with system (TOU) in Mar for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p1
Energy with system (TOU) in May for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p10
Energy with system (TOU) in May for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p11
Energy with system (TOU) in May for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p12
Energy with system (TOU) in May for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p2
Energy with system (TOU) in May for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p3
Energy with system (TOU) in May for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p4
Energy with system (TOU) in May for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p5
Energy with system (TOU) in May for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p6
Energy with system (TOU) in May for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p7
Energy with system (TOU) in May for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p8
Energy with system (TOU) in May for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_may_p9
Energy with system (TOU) in May for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p1
Energy with system (TOU) in Nov for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p10
Energy with system (TOU) in Nov for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p11
Energy with system (TOU) in Nov for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p12
Energy with system (TOU) in Nov for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p2
Energy with system (TOU) in Nov for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p3
Energy with system (TOU) in Nov for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p4
Energy with system (TOU) in Nov for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p5
Energy with system (TOU) in Nov for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p6
Energy with system (TOU) in Nov for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p7
Energy with system (TOU) in Nov for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p8
Energy with system (TOU) in Nov for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_nov_p9
Energy with system (TOU) in Nov for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p1
Energy with system (TOU) in Oct for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p10
Energy with system (TOU) in Oct for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p11
Energy with system (TOU) in Oct for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p12
Energy with system (TOU) in Oct for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p2
Energy with system (TOU) in Oct for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p3
Energy with system (TOU) in Oct for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p4
Energy with system (TOU) in Oct for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p5
Energy with system (TOU) in Oct for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p6
Energy with system (TOU) in Oct for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p7
Energy with system (TOU) in Oct for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p8
Energy with system (TOU) in Oct for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_oct_p9
Energy with system (TOU) in Oct for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p1
Energy with system (TOU) in Sep for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p10
Energy with system (TOU) in Sep for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p11
Energy with system (TOU) in Sep for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p12
Energy with system (TOU) in Sep for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p2
Energy with system (TOU) in Sep for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p3
Energy with system (TOU) in Sep for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p4
Energy with system (TOU) in Sep for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p5
Energy with system (TOU) in Sep for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p6
Energy with system (TOU) in Sep for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p7
Energy with system (TOU) in Sep for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p8
Energy with system (TOU) in Sep for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_w_sys_ec_sep_p9
Energy with system (TOU) in Sep for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p1
Energy without system (TOU) in Apr for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p10
Energy without system (TOU) in Apr for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p11
Energy without system (TOU) in Apr for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p12
Energy without system (TOU) in Apr for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p2
Energy without system (TOU) in Apr for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p3
Energy without system (TOU) in Apr for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p4
Energy without system (TOU) in Apr for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p5
Energy without system (TOU) in Apr for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p6
Energy without system (TOU) in Apr for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p7
Energy without system (TOU) in Apr for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p8
Energy without system (TOU) in Apr for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_apr_p9
Energy without system (TOU) in Apr for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p1
Energy without system (TOU) in Aug for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p10
Energy without system (TOU) in Aug for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p11
Energy without system (TOU) in Aug for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p12
Energy without system (TOU) in Aug for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p2
Energy without system (TOU) in Aug for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p3
Energy without system (TOU) in Aug for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p4
Energy without system (TOU) in Aug for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p5
Energy without system (TOU) in Aug for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p6
Energy without system (TOU) in Aug for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p7
Energy without system (TOU) in Aug for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p8
Energy without system (TOU) in Aug for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_aug_p9
Energy without system (TOU) in Aug for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p1
Energy without system (TOU) in Dec for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p10
Energy without system (TOU) in Dec for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p11
Energy without system (TOU) in Dec for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p12
Energy without system (TOU) in Dec for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p2
Energy without system (TOU) in Dec for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p3
Energy without system (TOU) in Dec for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p4
Energy without system (TOU) in Dec for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p5
Energy without system (TOU) in Dec for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p6
Energy without system (TOU) in Dec for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p7
Energy without system (TOU) in Dec for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p8
Energy without system (TOU) in Dec for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_dec_p9
Energy without system (TOU) in Dec for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p1
Energy without system (TOU) in Feb for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p10
Energy without system (TOU) in Feb for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p11
Energy without system (TOU) in Feb for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p12
Energy without system (TOU) in Feb for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p2
Energy without system (TOU) in Feb for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p3
Energy without system (TOU) in Feb for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p4
Energy without system (TOU) in Feb for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p5
Energy without system (TOU) in Feb for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p6
Energy without system (TOU) in Feb for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p7
Energy without system (TOU) in Feb for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p8
Energy without system (TOU) in Feb for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_feb_p9
Energy without system (TOU) in Feb for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p1
Energy without system (TOU) in Jan for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p10
Energy without system (TOU) in Jan for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p11
Energy without system (TOU) in Jan for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p12
Energy without system (TOU) in Jan for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p2
Energy without system (TOU) in Jan for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p3
Energy without system (TOU) in Jan for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p4
Energy without system (TOU) in Jan for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p5
Energy without system (TOU) in Jan for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p6
Energy without system (TOU) in Jan for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p7
Energy without system (TOU) in Jan for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p8
Energy without system (TOU) in Jan for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jan_p9
Energy without system (TOU) in Jan for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p1
Energy without system (TOU) in Jul for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p10
Energy without system (TOU) in Jul for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p11
Energy without system (TOU) in Jul for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p12
Energy without system (TOU) in Jul for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p2
Energy without system (TOU) in Jul for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p3
Energy without system (TOU) in Jul for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p4
Energy without system (TOU) in Jul for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p5
Energy without system (TOU) in Jul for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p6
Energy without system (TOU) in Jul for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p7
Energy without system (TOU) in Jul for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p8
Energy without system (TOU) in Jul for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jul_p9
Energy without system (TOU) in Jul for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p1
Energy without system (TOU) in Jun for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p10
Energy without system (TOU) in Jun for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p11
Energy without system (TOU) in Jun for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p12
Energy without system (TOU) in Jun for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p2
Energy without system (TOU) in Jun for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p3
Energy without system (TOU) in Jun for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p4
Energy without system (TOU) in Jun for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p5
Energy without system (TOU) in Jun for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p6
Energy without system (TOU) in Jun for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p7
Energy without system (TOU) in Jun for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p8
Energy without system (TOU) in Jun for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_jun_p9
Energy without system (TOU) in Jun for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p1
Energy without system (TOU) in Mar for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p10
Energy without system (TOU) in Mar for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p11
Energy without system (TOU) in Mar for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p12
Energy without system (TOU) in Mar for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p2
Energy without system (TOU) in Mar for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p3
Energy without system (TOU) in Mar for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p4
Energy without system (TOU) in Mar for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p5
Energy without system (TOU) in Mar for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p6
Energy without system (TOU) in Mar for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p7
Energy without system (TOU) in Mar for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p8
Energy without system (TOU) in Mar for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_mar_p9
Energy without system (TOU) in Mar for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p1
Energy without system (TOU) in May for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p10
Energy without system (TOU) in May for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p11
Energy without system (TOU) in May for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p12
Energy without system (TOU) in May for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p2
Energy without system (TOU) in May for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p3
Energy without system (TOU) in May for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p4
Energy without system (TOU) in May for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p5
Energy without system (TOU) in May for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p6
Energy without system (TOU) in May for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p7
Energy without system (TOU) in May for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p8
Energy without system (TOU) in May for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_may_p9
Energy without system (TOU) in May for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p1
Energy without system (TOU) in Nov for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p10
Energy without system (TOU) in Nov for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p11
Energy without system (TOU) in Nov for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p12
Energy without system (TOU) in Nov for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p2
Energy without system (TOU) in Nov for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p3
Energy without system (TOU) in Nov for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p4
Energy without system (TOU) in Nov for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p5
Energy without system (TOU) in Nov for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p6
Energy without system (TOU) in Nov for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p7
Energy without system (TOU) in Nov for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p8
Energy without system (TOU) in Nov for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_nov_p9
Energy without system (TOU) in Nov for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p1
Energy without system (TOU) in Oct for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p10
Energy without system (TOU) in Oct for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p11
Energy without system (TOU) in Oct for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p12
Energy without system (TOU) in Oct for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p2
Energy without system (TOU) in Oct for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p3
Energy without system (TOU) in Oct for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p4
Energy without system (TOU) in Oct for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p5
Energy without system (TOU) in Oct for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p6
Energy without system (TOU) in Oct for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p7
Energy without system (TOU) in Oct for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p8
Energy without system (TOU) in Oct for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_oct_p9
Energy without system (TOU) in Oct for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p1
Energy without system (TOU) in Sep for period 1 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p10
Energy without system (TOU) in Sep for period 10 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p11
Energy without system (TOU) in Sep for period 11 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p12
Energy without system (TOU) in Sep for period 12 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p2
Energy without system (TOU) in Sep for period 2 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p3
Energy without system (TOU) in Sep for period 3 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p4
Energy without system (TOU) in Sep for period 4 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p5
Energy without system (TOU) in Sep for period 5 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p6
Energy without system (TOU) in Sep for period 6 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p7
Energy without system (TOU) in Sep for period 7 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p8
Energy without system (TOU) in Sep for period 8 and tiers 1 through 6 [kWh]
- Type:
sequence
- energy_wo_sys_ec_sep_p9
Energy without system (TOU) in Sep for period 9 and tiers 1 through 6 [kWh]
- Type:
sequence
- lifetime_load
Lifetime electricity load [kW]
- Type:
sequence
- savings_year1
Electricity savings [$/yr]
- Type:
float
- utility_bill_w_sys
Utility bill with system [$]
- Type:
sequence
- utility_bill_w_sys_apr
Utility bill with system in Apr [$]
- Type:
sequence
- utility_bill_w_sys_aug
Utility bill with system in Aug [$]
- Type:
sequence
- utility_bill_w_sys_dec
Utility bill with system in Dec [$]
- Type:
sequence
- utility_bill_w_sys_feb
Utility bill with system in Feb [$]
- Type:
sequence
- utility_bill_w_sys_jan
Utility bill with system in Jan [$]
- Type:
sequence
- utility_bill_w_sys_jul
Utility bill with system in Jul [$]
- Type:
sequence
- utility_bill_w_sys_jun
Utility bill with system in Jun [$]
- Type:
sequence
- utility_bill_w_sys_mar
Utility bill with system in Mar [$]
- Type:
sequence
- utility_bill_w_sys_may
Utility bill with system in May [$]
- Type:
sequence
- utility_bill_w_sys_nov
Utility bill with system in Nov [$]
- Type:
sequence
- utility_bill_w_sys_oct
Utility bill with system in Oct [$]
- Type:
sequence
- utility_bill_w_sys_sep
Utility bill with system in Sep [$]
- Type:
sequence
- utility_bill_wo_sys
Utility bill without system [$]
- Type:
sequence
- utility_bill_wo_sys_apr
Utility bill without system in Apr [$]
- Type:
sequence
- utility_bill_wo_sys_aug
Utility bill without system in Aug [$]
- Type:
sequence
- utility_bill_wo_sys_dec
Utility bill without system in Dec [$]
- Type:
sequence
- utility_bill_wo_sys_feb
Utility bill without system in Feb [$]
- Type:
sequence
- utility_bill_wo_sys_jan
Utility bill without system in Jan [$]
- Type:
sequence
- utility_bill_wo_sys_jul
Utility bill without system in Jul [$]
- Type:
sequence
- utility_bill_wo_sys_jun
Utility bill without system in Jun [$]
- Type:
sequence
- utility_bill_wo_sys_mar
Utility bill without system in Mar [$]
- Type:
sequence
- utility_bill_wo_sys_may
Utility bill without system in May [$]
- Type:
sequence
- utility_bill_wo_sys_nov
Utility bill without system in Nov [$]
- Type:
sequence
- utility_bill_wo_sys_oct
Utility bill without system in Oct [$]
- Type:
sequence
- utility_bill_wo_sys_sep
Utility bill without system in Sep [$]
- Type:
sequence
- year1_electric_load
Electricity load [kWh/yr]
- Type:
float
- year1_hourly_dc_peak_per_period
Electricity from grid peak per TOU period [kW]
- Type:
sequence
- year1_hourly_dc_tou_schedule
Electricity TOU period for demand charges
- Type:
sequence
- year1_hourly_dc_with_system
Electricity demand charge with system [$]
- Type:
sequence
- year1_hourly_dc_without_system
Electricity demand charge without system [$]
- Type:
sequence
- year1_hourly_e_tofromgrid
Electricity to/from grid [kWh]
- Type:
sequence
- year1_hourly_ec_tou_schedule
Electricity TOU period for energy charges
- Type:
sequence
- year1_hourly_ec_with_system
Electricity energy charge with system [$]
- Type:
sequence
- year1_hourly_ec_without_system
Electricity energy charge without system [$]
- Type:
sequence
- year1_hourly_load
Electricity load (year 1) [kW]
- Type:
sequence
- year1_hourly_p_system_to_load
Electricity peak load met by system [kW]
- Type:
sequence
- year1_hourly_p_tofromgrid
Electricity to/from grid peak [kW]
- Type:
sequence
- year1_hourly_salespurchases_with_system
Electricity sales/purchases with sytem [$]
- Type:
sequence
- year1_hourly_salespurchases_without_system
Electricity sales/purchases without sytem [$]
- Type:
sequence
- year1_monthly_cumulative_excess_dollars
Dollar net metering credit [$/mo]
- Type:
sequence
- year1_monthly_cumulative_excess_generation
Electricity net metering credit [kWh/mo]
- Type:
sequence
- year1_monthly_dc_fixed_with_system
Electricity demand charge (fixed) with system [$/mo]
- Type:
sequence
- year1_monthly_dc_fixed_without_system
Electricity demand charge (fixed) without system [$/mo]
- Type:
sequence
- year1_monthly_dc_tou_with_system
Electricity demand charge (TOU) with system [$/mo]
- Type:
sequence
- year1_monthly_dc_tou_without_system
Electricity demand charge (TOU) without system [$/mo]
- Type:
sequence
- year1_monthly_ec_charge_flat_with_system
Electricity energy charge (flat) with system [$/mo]
- Type:
sequence
- year1_monthly_ec_charge_flat_without_system
Electricity energy charge (flat) without system [$/mo]
- Type:
sequence
- year1_monthly_ec_charge_with_system
Electricity energy charge (TOU) with system [$/mo]
- Type:
sequence
- year1_monthly_ec_charge_without_system
Electricity energy charge (TOU) without system [$/mo]
- Type:
sequence
- year1_monthly_electricity_to_grid
Electricity to/from grid [kWh/mo]
- Type:
sequence
- year1_monthly_fixed_with_system
Electricity charge (fixed) with system [$/mo]
- Type:
sequence
- year1_monthly_fixed_without_system
Electricity charge (fixed) without system [$/mo]
- Type:
sequence
- year1_monthly_load
Electricity load [kWh/mo]
- Type:
sequence
- year1_monthly_minimum_with_system
Electricity charge (minimum) with system [$/mo]
- Type:
sequence
- year1_monthly_minimum_without_system
Electricity charge (minimum) without system [$/mo]
- Type:
sequence
- year1_monthly_utility_bill_w_sys
Utility bill with system [$/mo]
- Type:
sequence
- year1_monthly_utility_bill_wo_sys
Utility bill without system [$/mo]
- Type:
sequence