Skip to content

Commit

Permalink
#34 patch but not complete fix.
Browse files Browse the repository at this point in the history
This will remove the error when importing PV_ICE, but now the plots wil not show the eta sign so need a better solution
  • Loading branch information
shirubana committed Sep 12, 2024
1 parent 8450a76 commit ed20017
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions PV_ICE/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _unitReferences(keyword):
'year': {'unit': 'Years', 'source': 'input'},
'new_Installed_Capacity_[MW]': {'unit': 'Power [MW]',
'source': 'input'},
'mod_eff': {'unit': 'Efficiency $\eta$ [%]',
'mod_eff': {'unit': 'Efficiency [%]',
'source': 'input'},
'mod_reliability_t50': {'unit': 'Years',
'source': 'input'},
Expand All @@ -88,9 +88,9 @@ def _unitReferences(keyword):
'source': 'input'},
'mod_lifetime': {'unit': 'Years',
'source': 'input'},
'mod_MFG_eff': {'unit': 'Efficiency $\eta$ [%]',
'mod_MFG_eff': {'unit': 'Efficiency [%]',
'source': 'input'},
'mod_EOL_collection_eff': {'unit': 'Efficiency $\eta$ [%]',
'mod_EOL_collection_eff': {'unit': 'Efficiency [%]',
'source': ' input'},
'mod_EOL_collected_recycled': {'unit': 'Percentage [%]',
'source': 'input'},
Expand Down Expand Up @@ -173,19 +173,19 @@ def _unitReferences(keyword):

materialDictionary = {
'year': {'unit': 'Years', 'source': 'input'},
'mat_virgin_eff': {'unit': 'Efficiency $\eta$ [%]', 'source': 'input'},
'mat_virgin_eff': {'unit': 'Efficiency [%]', 'source': 'input'},
'mat_massperm2': {'unit': 'Mass [g]', 'source': 'input'},
'mat_MFG_eff': {'unit': 'Efficiency $\eta$ [%]', 'source': 'input'},
'mat_MFG_eff': {'unit': 'Efficiency [%]', 'source': 'input'},
'mat_MFG_scrap_recycled': {'unit': 'Percentage [%]',
'source': 'input'},
'mat_MFG_scrap_Recycled': {'unit': 'Efficiency $\eta$ [%]',
'mat_MFG_scrap_Recycled': {'unit': 'Efficiency [%]',
'source': 'input'},
'mat_MFG_scrap_Recycled_into_HQ': {'unit': 'Percentage [%]',
'source': 'input'},
'mat_MFG_scrap_Recycled_into_HQ_Reused4MFG': {'unit': 'Percentage [%]',
'source': 'input'},
'mod_EOL_p5_recycled': {'unit': 'Percentage [%]', 'source': 'input'},
'mat_EOL_Recycling_yield': {'unit': 'Efficiency $\eta$ [%]',
'mat_EOL_Recycling_yield': {'unit': 'Efficiency [%]',
'source': 'input'},
'mat_EOL_Recycled_into_HQ': {'unit': 'Percentage [%]',
'source': 'input'},
Expand Down

0 comments on commit ed20017

Please sign in to comment.