pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
207 stars 167 forks source link

Generalize CSP model #1038

Open davide-f opened 3 weeks ago

davide-f commented 3 weeks ago

Describe the feature you'd like to see

Extend the csp modelling to support:

To tackled this, the code shall be revised to support "csp-{technology}" options

davide-f commented 3 weeks ago

FYI @pz-max @ekatef @GbotemiB

ekatef commented 3 weeks ago

@davide-f thanks a lot for the issue 🙂

Do you think it makes sense add also the points to consider more advanced modelling features, as we discussed:

davide-f commented 3 weeks ago

Good point! The slope issue I think deserve an issue per se, as it applies also to other technologies beyond csp. For the second point, as well I think it can be a different issue and treated separately. What do you think?

ekatef commented 3 weeks ago
  • Land-use availability for CSP should include the slope, which can be implemented using gebco dataset.

True, both points have appeared in a discussion around CSP but are actually of different nature. Added as #1039 and #1040 🙂