Skip to content

Commit

Permalink
Merge pull request #266 from kbrunik/profast
Browse files Browse the repository at this point in the history
ProFAST Example
  • Loading branch information
kbrunik authored Jan 17, 2024
2 parents 6a67706 + 04136f5 commit 43c1af4
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 1 deletion.
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

0 comments on commit 43c1af4

Please sign in to comment.