Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add potentials for rooftop PV #544

Closed
nworbmot opened this issue May 13, 2020 · 10 comments
Closed

Add potentials for rooftop PV #544

nworbmot opened this issue May 13, 2020 · 10 comments

Comments

@nworbmot
Copy link
Member

nworbmot commented May 13, 2020

Since we separated low- and high-voltage nodes, we've been optimizing utility PV and rooftop PV separately. The PV installable potentials were set based on land use, but we should develop separate installable potentials for rooftop PV.

According to this JRC paper EU28 rooftops could produce 680 TWh/a but this summary of other JRC work suggests 1500 TWh/a for the EU28?

Are they distinguishing between residential, tertiary and industrial properties?

@martavp Do you have any good sources for this?

@fneum
Copy link
Member

fneum commented May 13, 2020

Would also impact build_renewable_profiles rule in PyPSA-Eur, right?

@nworbmot
Copy link
Member Author

Yes you're right. I think the main issue is the distribution of angles to the azimuth etc, which will be varied for rooftop, versus fairly uniform for utility PV.

@martavp
Copy link
Member

martavp commented May 14, 2020

The usual proxy is to estimate rooftop potential based on population density.

A per-capita rooftop PV potential of 1kW/person can be estimated with reasonable assumptions:
10m2/person * 150W/m2 (15% efficiency) * 0.9 inverter efficiency * 0.75 (of the rooftop space useful) = 1 kW/person

This JRC-TIMES report also assumes 10m2 per capita, and the total rooftop area of 7935 km2 estimated with the high-resolution geospatial assessment [same paper linked by @nworbmot above] also fits well with that number.

This approach results in a potential capacity of 740 GW, with 1100 equivalent hours, this will produce 800 TWh/a which is similar to the figures that you have found Tom.

For the time series, what ninja does, and what I did in this paper, is assuming that tilt and orientation angles of installations follow two Gaussian distributions whose average are the optimum values (tilt=latitude, orientation=south). This creates some smoothing of the peak capacity factors which slightly increases the smoothing that is already created by spatial integration.

@nworbmot
Copy link
Member Author

Brilliant, thank you @martavp! @lisazeyen and I have seen big swings between rooftop and utility depending on the grid connection costs, but given that the rooftop potential is lower than half the total PV we see installed with the sector-coupled model, I think we can just max out the rooftop potential and then do the rest utility (also with agrovoltaics). We can ditch the 50-50% split from previous work.

@martavp
Copy link
Member

martavp commented May 14, 2020

Yes, I agree. Rooftop should be prioritized and Agrivoltaics is the way to go in southern Europe, it saves water and reduces land competition.

In the future, we can estimate the potential of agrivoltaics assuming a lower power density and considering the Corine Land Cover categories 21 (Land principally occupied by agriculture, with significant areas of natural vegetation ) and 22 (Agro-forestry areas ). Those are currently excluded when the available land for PV is estimated.

@euronion
Copy link
Contributor

The usual proxy is to estimate rooftop potential based on population density.

Corine also includes "Continuous urban fabric" and "Discontinuous urban fabric". Could this somehow be more accurate (or less)?

@martavp
Copy link
Member

martavp commented May 18, 2020

That will be less accurate since they include areas identified as "urban", but not the rooftop area available.

@lisazeyen
Copy link
Contributor

For calculating the retrofitting potentials per country I was using data from the hotmaps project, which does include also informations about roofs for EU countries (percentage of flat/tilted roofs/ number of dwellings per building type / type of buildings (Multi-family, apartment, office). Maybe one could use also this data to calculate the potential? You can find the data in the branch retrofitting, under data/retro/data_building_stock.csv

@nworbmot
Copy link
Member Author

nworbmot commented May 30, 2020

Another reference: https://doi.org/10.1016/j.esr.2019.100388, implemented in https://github.com/timtroendle/euro-calliope, uses satellite pictures to assess rooftop potentials. "Two studies assess the technical potential of roof-mounted PV at the continental level, finding potentials of 840 TWh/a [26] and 1500 TWh/a [28]." The potentials in that paper look much higher, but I only find country-level results in the Appendix, not the totals.

@nworbmot
Copy link
Member Author

This was done with a simplified assumption of 1 kWp/m² in PyPSA/pypsa-eur-sec#66.

@fneum fneum transferred this issue from PyPSA/pypsa-eur-sec Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants