Skip to content

Commit

Permalink
journal cleanups 10-11
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Jul 13, 2021
1 parent 1b87254 commit b6033f5
Show file tree
Hide file tree
Showing 15 changed files with 57,351 additions and 60,250 deletions.
26,287 changes: 13,547 additions & 12,740 deletions docs/tutorials/10 - Duramat Webinar Simulations.html

Large diffs are not rendered by default.

136 changes: 25 additions & 111 deletions docs/tutorials/10 - Duramat Webinar Simulations.ipynb

Large diffs are not rendered by default.

31 changes: 7 additions & 24 deletions docs/tutorials/10 - Duramat Webinar Simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

# # Duramat Webinar: US NREL Electric Futures 2021
#
# Simulate REference and High Electrification scenarios, comparing to a glass baseline with High bifacial future projection.
# This journal simulates the Reference and High Electrification scenarios from Electrification Futures, and comparing to a glass baseline with High bifacial future projection.
#
# Installed Capacity considerations from bifacial installations are not considered here.
#
# Results from this journal were presented during Duramat's webinar April 2021 – “The Impacts of Module Reliability and Lifetime on PV in the Circular Economy" presented by Teresa Barnes, Silvana Ayala, and Heather Mirletz, NREL.
#

# In[1]:

Expand Down Expand Up @@ -269,17 +274,7 @@
scenarios = ['base', 'high']


# In[20]:


# PLOTTING GALORE


# In[21]:


USyearly.keys()

# ## PLOTTING GALORE

# In[22]:

Expand Down Expand Up @@ -444,12 +439,6 @@
dfcumulations2050[['glass','silicon','silver','copper','aluminium_frames']].sum(axis=1)


# In[ ]:





# ### Bonus: Bifacial Trend Cumulative Virgin Needs (not plotted, just values)

# In[24]:
Expand Down Expand Up @@ -679,9 +668,3 @@
print("Cumulative Eol Only Waste by 2050 Million Tones by case")
dfcumulations2050[['glass','silicon','silver','copper','aluminium_frames']].sum(axis=1)


# In[ ]:




Loading

0 comments on commit b6033f5

Please sign in to comment.