Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProFAST Example #266

Merged
merged 4 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
720 changes: 720 additions & 0 deletions examples/08-wind-solar-battery-profast.ipynb

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions examples/inputs/08-wind-solar-battery-profast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: "Example 08"

# SiteInfo
site:
data:
lat: 35.2018863
lon: -101.945027
elev: 1099
year: 2012
tz: -6
site_boundaries:
verts:
- [3.06, 288.87]
- [0.0, 1084.03]
- [1784.05, 1084.24]
- [1794.09, 999.64]
- [1494.34, 950.97]
- [712.64, 262.8]
- [1216.98, 272.36]
- [1217.76, 151.62]
- [708.14, 0.0]
urdb_label: "5ca4d1175457a39b23b3d45e"
hub_height: 97.0
solar_resource_file: "resource_files/solar/35.2018863_-101.945027_psmv3_60_2012.csv"
wind_resource_file: "resource_files/wind/35.2018863_-101.945027_windtoolkit_2012_60min_80m_100m.srw"
grid_resource_file: "resource_files/grid/pricing-data-2015-IronMtn-002_factors.csv"
solar: true
wind: true
wave: false

# Technologies
technologies:
pv:
system_capacity_kw: 50000
dc_degradation: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
wind:
num_turbines: 10
turbine_rating_kw: 5000
battery:
system_capacity_kwh: 20000
system_capacity_kw: 80000
grid:
interconnect_kw: 50000
ppa_price: 0.04
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pytest-subtests
responses
sphinx
sphinx-rtd-theme
sphinx-copybutton
sphinx-copybutton
Plotly
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Cython
NREL-PySAM==4.2.0
Pillow
Plotly
Pyomo>=6.1.2
diskcache
fastkml
Expand Down Expand Up @@ -42,3 +43,4 @@ CoolProp
attrs
utm
pyyaml-include
xlwings
Loading