- Posts: 1
Determining percentage of PV power produced in each time-of-use rate period
- burkeoneal
- Topic Author
Less
More
02 Jul 2019 17:59 #7499
by burkeoneal
Determining percentage of PV power produced in each time-of-use rate period was created by burkeoneal
Hello,
I'm trying to determine the approximate percentage of PV power that would be produced in each time-of-use rate period for each month. I thought maybe if I specified no energy consumption and buy all/sell all I would get the energy produced in each time-of-use rate period by month under Electricity Rate Data by Tier/Electricity Exports with System. From that, I could determine percentage of PV power produced in each time-of-use rate period per month. Tried this and selecting other combinations with no success. Any suggestions?
Thank you!
I'm trying to determine the approximate percentage of PV power that would be produced in each time-of-use rate period for each month. I thought maybe if I specified no energy consumption and buy all/sell all I would get the energy produced in each time-of-use rate period by month under Electricity Rate Data by Tier/Electricity Exports with System. From that, I could determine percentage of PV power produced in each time-of-use rate period per month. Tried this and selecting other combinations with no success. Any suggestions?
Thank you!
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
03 Jul 2019 09:47 - 03 Jul 2019 09:53 #7505
by pgilman
Replied by pgilman on topic Determining percentage of PV power produced in each time-of-use rate period
Hi Burke,
The rate data by tier/period tables do not include output of the PV system. However, you could use the hourly data table to determine the system's output (or any other time series value) by month and TOU period:
If you are handy with coding, you could also use SAM's built-in LK scripting language to generate a table using the gen and year1_hourly_ec_tou_schedule output variables. The hourly_time_stamps.lk and hourly_to_monthly_totals.lk sample LK scripts might be useful references if you decide to write a script.
Best regards,
Paul.
The rate data by tier/period tables do not include output of the PV system. However, you could use the hourly data table to determine the system's output (or any other time series value) by month and TOU period:
- On the Results page, click Data tables.
- Expand the Hourly Data list.
- Choose the "System power generated" and "TOU period for energy charges" variables.
- Click Copy to clipboard (above the table).
- Open a spreadsheet program and paste the data.
If you are handy with coding, you could also use SAM's built-in LK scripting language to generate a table using the gen and year1_hourly_ec_tou_schedule output variables. The hourly_time_stamps.lk and hourly_to_monthly_totals.lk sample LK scripts might be useful references if you decide to write a script.
Best regards,
Paul.
Last edit: 03 Jul 2019 09:53 by pgilman.
Please Log in or Create an account to join the conversation.
Moderators: pgilman