Split Meter Data
Key Considerations
Energy Conservation: All generated energy is accounted for; no energy is lost or unassociated.
Time Association: Energy remains linked to the specific hour(s) it was generated, even when used to complete a full MWh REC with energy from other hours.
Carryover Continuity: Carryover values are continuously adjusted and passed to subsequent hours until sufficient energy is accumulated.
Record Traceability: Each record should include references to the hours and energy amounts involved, ensuring transparency.
Record Types and Definitions
"Whole": Represents a full 1.0 MWh generated within a single hour.
"Remainder": The fractional MWh remaining in an hour after accounting for whole MWh.
"Filler": Energy from subsequent hours, when combined with the remainder, completes a full 1.0 MWh. This allows all GCs to be associated with an EAC.
Overview of the Process
For each hour in the generation data:
Step 1: Identify and create records for each whole 1.0 MWh of energy generated.
Step 2: Identify and create records for any partial MWh ("Remainder")
Step 3: Calculate a "Filler" value needed to form a full MWh when combined with the "Remainder" value.
Step 4: Process the next hour's data to fulfill the "Filler" requirement, ensuring all energy is accounted for without losing its time association.
Process Details
For every hour in the dataset:
Step 1: Calculate Whole Energy
Where is the total energy generated in hour .
Record Creation:
If , create a record for each 1.0 MWh labeled "Whole".
Step 2: Calculate Remainder Energy
Record Creation:
If , create a record labeled "Remainder" for this partial MWh.
Step 3: Calculate Filler Value
Process Filler with Subsequent Hours
If there is sufficient energy to satisfy the filler :
Record Creation:
Create a record labeled "Filler" for in hour .
Use for further processing in hour .
If there is insufficient energy to satisfy filler :
Record Creation:
Create a record labeled "Remainder" for in hour .
Adjust Filler Value:
Pass Adjusted Filler Forward:
The adjusted carryover is carried over to hour .
Iterative Filler Handling
Continue Processing:
Repeat the process for subsequent hours until the Filler value is satisfied.
If there are no intervals left :
Record Creation:
Create a record labeled "Final Remainder" for in hour .
Create a record labeled "Final Filler" for in hour .
Example
Raw data:
1
3.5
2
2.6
3
0
4
0.1
5
1.5
Results Table:
1
1
whole
1
1
whole
1
1
whole
1
0.5
remainder
2
0.5
filler
2
1
whole
2
1
whole
2
0.1
remainder
3
0
= 0.9
4
0.1
remainder
4
0
= 0.8
5
0.8
carryover
5
0.3
remainder
6
0
= 0.7

Conclusion
This methodology ensures that all generated energy is meticulously accounted for in the GC issuance process. By handling whole and partial MWh and carefully managing filler values between hours, we maintain the integrity and accuracy of the registry. This process also upholds the temporal association of energy generation, which is crucial for the GC registry.
Last updated
Was this helpful?