Skip to content

Some suggestions for model refinement #1

@nhlong2701

Description

@nhlong2701

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=True in every .add operation? I would suggest removing them.
  • You assumed the lifetime of WTON to 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_capex should be corrected to FOM/100 *Capex.
  • Is there a reason why you use e_cyclic=False for 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 Hydrogen as bus0 (for input) and Ammonia as bus1 (output) and Electricity as 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions