Skip to content

Commit

Permalink
add tech notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adfarth committed Feb 24, 2025
1 parent 0c3ad3f commit 189bd3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/pv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
utility_ibi_max::Real = 1.0e10,
utility_rebate_per_kw::Real = 0.0,
utility_rebate_max::Real = 1.0e10,
production_incentive_per_kwh::Real = 0.0,
production_incentive_per_kwh::Real = 0.0, # Applies to total estimated production, including curtailed energy.
production_incentive_max_benefit::Real = 1.0e9,
production_incentive_years::Int = 1,
production_incentive_max_kw::Real = 1.0e9,
Expand Down
2 changes: 1 addition & 1 deletion src/core/wind.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
utility_ibi_max = 1.0e10,
utility_rebate_per_kw = 0.0,
utility_rebate_max = 1.0e10,
production_incentive_per_kwh = 0.0,
production_incentive_per_kwh = 0.0, # Applies to total estimated production, including curtailed energy.
production_incentive_max_benefit = 1.0e9,
production_incentive_years = 1,
production_incentive_max_kw = 1.0e9,
Expand Down
2 changes: 1 addition & 1 deletion src/results/pv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- `size_kw` Optimal PV DC capacity
- `lifecycle_om_cost_after_tax` Lifecycle operations and maintenance cost in present value, after tax
- `year_one_energy_produced_kwh` Energy produced over the first year
- `annual_energy_produced_kwh` Average annual energy produced when accounting for degradation
- `annual_energy_produced_kwh` Average annual energy produced, accounting for degradation. Includes curtailed energy.
- `lcoe_per_kwh` Levelized Cost of Energy produced by the PV system
- `electric_to_load_series_kw` Vector of power used to meet load over an average year
- `electric_to_storage_series_kw` Vector of power used to charge the battery over an average year
Expand Down
2 changes: 1 addition & 1 deletion src/results/wind.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- `electric_to_grid_series_kw` Vector of power exported to the grid over an average year
- `annual_energy_exported_kwh` Average annual energy exported to the grid
- `electric_to_load_series_kw` Vector of power used to meet load over an average year
- `annual_energy_produced_kwh` Average annual energy produced
- `annual_energy_produced_kwh` Average annual energy produced, accounting for degradation. Includes curtailed energy.
- `lcoe_per_kwh` Levelized Cost of Energy produced by the PV system
- `electric_curtailed_series_kw` Vector of power curtailed over an average year
- `production_factor_series` Wind production factor in each time step, either provided by user or obtained from SAM
Expand Down

0 comments on commit 189bd3f

Please sign in to comment.