{
"denominator": {
"id": "peak",
"resolution": "yearly",
"unit": "kW"
},
"numerator": {
"id": "energy",
"resolution": "yearly",
"unit": "kWh"
},
"output": {
"id": "hours",
"resolution": "yearly",
"unit": "hours"
},
"type": "divide"
}Functions
Function: Divide
Element-wise division of numerator / denominator.
Numerator and denominator are required to have the same resolution.
The output dataset will have a unit that follows the following algebra:
Unit algebra:
-
kW / kW = %
-
kWh / hours = kW
-
kWh / kW = hours
-
any / % = same as numerator
Output Dataset produced by this function, a local name used by subsequent functions to reference this result
Show child attributes
Show child attributes
Example:
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}
Allowed value:
"divide"Was this page helpful?