Dataset Open Access

Data accompanying "European wind and solar power generation variability over a century"

Wohland, Jan; Brayshaw, David; Pfenninger, Stefan


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/3830c36f-873b-410f-8967-6b398a492ea9/data.zip"
      }, 
      "checksum": "md5:dba3002da0b574c8c1672dc8ec03e286", 
      "bucket": "3830c36f-873b-410f-8967-6b398a492ea9", 
      "key": "data.zip", 
      "type": "zip", 
      "size": 18525446215
    }, 
    {
      "links": {
        "self": "https://zenodo.org/api/files/3830c36f-873b-410f-8967-6b398a492ea9/example_plot.jpeg"
      }, 
      "checksum": "md5:d28fb57c8eb72232dcc0bd62f7a09419", 
      "bucket": "3830c36f-873b-410f-8967-6b398a492ea9", 
      "key": "example_plot.jpeg", 
      "type": "jpeg", 
      "size": 1880056
    }, 
    {
      "links": {
        "self": "https://zenodo.org/api/files/3830c36f-873b-410f-8967-6b398a492ea9/example.py"
      }, 
      "checksum": "md5:908b09673aebb727fecfe2b4d8b81d94", 
      "bucket": "3830c36f-873b-410f-8967-6b398a492ea9", 
      "key": "example.py", 
      "type": "py", 
      "size": 2015
    }
  ], 
  "owners": [
    155050
  ], 
  "doi": "10.5281/zenodo.4280851", 
  "stats": {
    "version_unique_downloads": 41.0, 
    "unique_views": 203.0, 
    "views": 222.0, 
    "version_views": 222.0, 
    "unique_downloads": 41.0, 
    "version_unique_views": 203.0, 
    "volume": 463168150582.0, 
    "version_downloads": 59.0, 
    "downloads": 59.0, 
    "version_volume": 463168150582.0
  }, 
  "links": {
    "thumb250": "https://zenodo.org/api/iiif/v2/3830c36f-873b-410f-8967-6b398a492ea9:30b53238-b520-4fb0-a681-439c893a52a8:example_plot.jpeg/full/250,/0/default.jpg", 
    "doi": "https://doi.org/10.5281/zenodo.4280851", 
    "thumbs": {
      "10": "https://zenodo.org/record/4280851/thumb10", 
      "750": "https://zenodo.org/record/4280851/thumb750", 
      "50": "https://zenodo.org/record/4280851/thumb50", 
      "1200": "https://zenodo.org/record/4280851/thumb1200", 
      "100": "https://zenodo.org/record/4280851/thumb100", 
      "250": "https://zenodo.org/record/4280851/thumb250"
    }, 
    "conceptdoi": "https://doi.org/10.5281/zenodo.4280850", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.4280850.svg", 
    "latest_html": "https://zenodo.org/record/4280851", 
    "bucket": "https://zenodo.org/api/files/3830c36f-873b-410f-8967-6b398a492ea9", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.4280851.svg", 
    "html": "https://zenodo.org/record/4280851", 
    "latest": "https://zenodo.org/api/records/4280851"
  }, 
  "conceptdoi": "10.5281/zenodo.4280850", 
  "created": "2021-04-27T13:51:05.408039+00:00", 
  "updated": "2023-02-06T14:43:42.538155+00:00", 
  "conceptrecid": "4280850", 
  "revision": 3, 
  "id": 4280851, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.4280851", 
    "description": "<p><strong>Data accompanying &quot;European wind and solar power generation variability over a century&quot;</strong></p>\n\n<p>&nbsp;\n</p><p>We provide wind and solar wind power generation on a gridbox level as netcdf files and country level generation timeseries as a dictionary of pandas timeseries. Due to storage size limitation, only the ensemble means are available.</p>\n<p></p>\n\n<p>The data is compressed and needs to be unzipped first.</p>\n\n<p>The folder <strong>Solar</strong> contains three subfolders, each representing one panel orientation scenario. For each scenario, data is available from 1901 to 2009 in seperate files. Each file contains 3h data on the CERA20C grid over Europe.</p>\n\n<p>The folder <strong>Wind</strong> contains three subfolders, each representing different wind turbines. Data is available from summer 1905 to 2005. The wind data does not cover the same time period as the solar data because we only report it where the Lanczos filter is fully defined and this leads to a shorter covered timeperiod.</p>\n\n<p>The folder <strong>countrygroup</strong> contains a pickled dictionary of generation timeseries in the country groups defined in the publication. It is structured as follows:</p>\n\n<p>1)</p>\n\n<pre><code class=\"language-python\">country_generation['seasonal']</code></pre>\n\n<p>is based on monthly mean generation from 1980 to 2000 while</p>\n\n<pre><code class=\"language-python\">country_generation['multidecadal']</code></pre>\n\n<p>is based on 20 year running mean generation that is available from 1917 to 1996.</p>\n\n<p>2) For both timescales (&#39;seasonal&#39; and &#39;multidecadal&#39;), data is available for each of the country groups defined in Table 1 of the publication.</p>\n\n<p>3) For each country group and timescale, generation data is available seperately for wind and solar power. For illustration,</p>\n\n<p>For illustration,</p>\n\n<pre><code class=\"language-python\">country_generation['multidecadal']['Portugal, Spain']['wind']</code></pre>\n\n<p>contains 20 year running means of wind power generation in Portugal and Spain covering 1917 to 1996.</p>\n\n<p>The dictionary can be loaded in python as</p>\n\n<pre><code class=\"language-python\">import pickle  \nBASE_PATH = \"\"  # add path to data  \nwith open(BASE_PATH + \"country_generation.pickle\", \"rb\") as handle:\n    country_generation = pickle.load(handle)</code></pre>\n\n<p><strong>Input data from centennial reanalyses</strong></p>\n\n<p>Our work relies on input data from the National Oceanic and Atmospheric Administration (NOAA) and the Cooperative Institute for Research in Environmental Sciences (CIRES),&nbsp; and the European Centre for Medium Range Weather Prediction (ECMWF). We use the centennial reanalyses 20CRv3 from NOAA-CIRES and CERA20C from ECMWF. For a documentation of the datasets please read:</p>\n\n<p>Slivinski, L. C. <em>et al.</em> Towards a more reliable historical reanalysis: Improvements for version 3 of the Twentieth Century Reanalysis system. <em>Q.J.R. Meteorol. Soc.</em> qj.3598 (2019).</p>\n\n<p>Laloyaux, P. <em>et al.</em> CERA-20C: A Coupled Reanalysis of the Twentieth Century. <em>J. Adv. Model. Earth Syst.</em> <strong>10</strong>, 1172&ndash;1195 (2018).</p>", 
    "license": {
      "id": "CC-BY-4.0"
    }, 
    "title": "Data accompanying \"European wind and solar power generation variability over a century\"", 
    "notes": "Production of this dataset and the corresponding publication was made possible through an ETH Fellowship funded by the Uniscientia foundation and the ETH foundation.", 
    "relations": {
      "version": [
        {
          "count": 1, 
          "index": 0, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "4280850"
          }, 
          "is_last": true, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "4280851"
          }
        }
      ]
    }, 
    "version": "v0", 
    "keywords": [
      "wind energy", 
      "solar energy", 
      "renewable energy", 
      "climate variability", 
      "reanalysis"
    ], 
    "publication_date": "2021-04-27", 
    "creators": [
      {
        "orcid": "0000-0001-8336-0009", 
        "affiliation": "ETH Zurich", 
        "name": "Wohland, Jan"
      }, 
      {
        "orcid": "0000-0002-3927-4362", 
        "affiliation": "University of Reading", 
        "name": "Brayshaw, David"
      }, 
      {
        "orcid": "0000-0002-8420-9498", 
        "affiliation": "TU Delft & ETH Zurich", 
        "name": "Pfenninger, Stefan"
      }
    ], 
    "access_right": "open", 
    "resource_type": {
      "type": "dataset", 
      "title": "Dataset"
    }, 
    "related_identifiers": [
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.4280850", 
        "relation": "isVersionOf"
      }
    ]
  }
}
222
59
views
downloads
All versions This version
Views 222222
Downloads 5959
Data volume 463.2 GB463.2 GB
Unique views 203203
Unique downloads 4141

Share

Cite as