-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi @philouhawi,
Yuchi shared with me the repo. First of all, congrats on the work!
I have compiled below a list of enhancements, which can help model better the true cost of LCOX:
- The wind and solar patterns are slightly over-simplified by using same daily pattern for the whole year. You may want to switch to using hourly pattern instead. You can download this information from renewable.ninjas for wind and pvgis (https://re.jrc.ec.europa.eu/pvg_tools/en/#api_5.2) for solar (From my experience, pvgis provide more close-to-reality irradiation for solar).
- Is there a reason why you use
overwrite=Truein every.addoperation? I would suggest removing them. - You assumed the lifetime of
WTONto be 20 years, which is even lower than solar PV. In my opinion, the technical lifetime of wind turbine should be at least equal to solar PV of 25 or even higher. In other modelling studies, we used 30 years for wind turbine lifetime. - The fix cost is calculated as % of investment (not annualised capex). Therefore,
FOM/100 * annualized_capexshould be corrected toFOM/100 *Capex. - Is there a reason why you use
e_cyclic=Falsefor your store component? I would suggest having all stores to be cyclic to avoid dumping energy. - If I remember correctly, the Haber-Bosch process takes nitrogen and hydrogen as input to produce Amonia. In that case, the Haber-Bosch link you created should have
Hydrogenas bus0 (for input) andAmmoniaas bus1 (output) andElectricityas bus2 with negative efficiency (side input). Please refer to this small example how we model Direct air capture in our model, which consists of multiple input-single output set up (https://sefep.sharepoint.com/:u:/s/IEDM-06_Modelling/EYrvvzf0TABFps72TPejcogBkuFBYRaCCK7Eb6txuCWOGw?e=ZKGCLV). If you look at the current diagram, it looks like your Haber-Bosch link is taking in electricity to produce hydrogen and ammonia at the same time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels