Skip to content

Commit

Permalink
Deactivating ReOpt and adding lcoe to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin4nrel committed Dec 8, 2021
1 parent 37f6027 commit 860e3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/H2 Analysis/h2_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def establish_save_output_dict():
sample_site['year'] = year
useful_life = 30
critical_load_factor_list = [0.9]
run_reopt_flag = True
run_reopt_flag = False
custom_powercurve = True
storage_used = True
battery_can_grid_charge = False
Expand Down
2 changes: 1 addition & 1 deletion examples/H2 Analysis/single_scenario.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Scenario Number,Scenario Name,Site Name,Force Plant Size,Force Electrolyzer Cost,Wind Size MW,Solar Size MW,Storage Size MW,Storage Size MWh,Lat,Long,ATB Year,Powercurve File,PTC Available,ITC Available,Debt Equity,Turbine Rating,Tower Height,Rotor Diameter,Wind Cost KW,Solar Cost KW,Storage Cost kW,Storage Cost kWh,Electrolyzer Cost KW,Buy From Grid ($/kWh),Sell To Grid ($/kWh)
9,2018 COE 90HH High TX,North TX High Resource,False,TRUE,150,50,50,0,35.23328,-102.287,2030,powercurve_2018_COE,no,no,90,2.43,90,116,1454,1080,101,116,461,FALSE,FALSE
9,2018 COE 90HH High TX,North TX High Resource,TRUE,TRUE,150,50,50,0,35.23328,-102.287,2030,powercurve_2018_COE,no,no,90,2.43,90,116,1454,1080,101,116,461,FALSE,FALSE
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ scipy
shapely
timezonefinder
urllib3
python-dotenv
python-dotenv
lcoe

0 comments on commit 860e3c9

Please sign in to comment.