Advanced search in Research products
Research products
arrow_drop_down
Searching FieldsTerms
Author ORCID
arrow_drop_down
is
arrow_drop_down

Filters

  • Access
  • Type
  • Year range
  • Field of Science
  • Funder
  • SDG [Beta]
  • Country
  • Language
  • Source
  • Research community
  • Organization
The following results are related to Energy Research. Are you interested to view more results? Visit OpenAIRE - Explore.
26 Research products (1 rule applied)
Relevance
arrow_drop_down
unfold_lessCompact results

  • Energy Research

  • image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Authors: orcid LOMBARDI, FRANCESCO;
    LOMBARDI, FRANCESCO
    ORCID
    Harvested from ORCID Public Data File

    LOMBARDI, FRANCESCO in OpenAIRE
    orcid bw RIVA, FABIO;
    RIVA, FABIO
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    RIVA, FABIO in OpenAIRE
    BONAMINI, GIORGIO; orcid bw BARBIERI, JACOPO;
    BARBIERI, JACOPO
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    BARBIERI, JACOPO in OpenAIRE
    +1 Authors

    Abstract Around 2.7 billion people rely on biomass fuelled inefficient devices for cooking and heating. Improved Cooking Stoves are promoted as a means to mitigate the economic, environmental and social implications of this practice. However, their diffusion is hindered by a number of factors, including in particular the lack of agreement on performance evaluation methodologies. Laboratory protocols are designed to give useful indications to cookstoves developers, in order to improve their performance under controlled conditions, while field protocols provide the assessment of real performance of a cookstove in a given context. However, due to high time and finance requirements of the latter, lab results are often used also for stoves selection, also because of a general misunderstanding regarding their correct utilisation. In this work, we provide a review of all lab protocols officially published to date, comparing conceptual and technical aspects. We find that no protocol takes into account all the relevant factors at once. As a result, lab tests carry little information about real field performance, and can be misleading regarding stoves optimisation. Therefore, the analysis reveals the need to define better standards, regarding: (i) repeatability, metrics and statistical analysis of results; (ii) burn sequences calibrated from time to time according to the specific user.

    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Biomass and Bioenerg...arrow_drop_down
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Biomass and Bioenergy
    Article . 2017 . Peer-reviewed
    License: Elsevier TDM
    Data sources: Crossref
    addClaim
    52
    citations52
    popularityTop 10%
    influenceTop 10%
    impulseTop 10%
    BIP!Powered by BIP!
    more_vert
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Biomass and Bioenerg...arrow_drop_down
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      Biomass and Bioenergy
      Article . 2017 . Peer-reviewed
      License: Elsevier TDM
      Data sources: Crossref
      addClaim
  • image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Authors: orcid bw Francesco Lombardi;
    Francesco Lombardi
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    Francesco Lombardi in OpenAIRE

    Customised pre-built Sector-coupled Euro-Calliope Model - Focus on the power sector and additional SPORES options Based on the pre-built Sector-coupled Euro-Calliope model developed by Bryn Pickering This model is pre-packaged and ready to be loaded into Calliope, based on 2015 input data. To run the model as done in the associated publication you will need to do the following: Install a specific conda environment to be working with the correct version of Calliope ( conda env create -f requirements.yml ) Run the model including only those scenarios that relate to the power sector and SPORES Main and parallel batches of SPORES To facilitate this second point and the reproduction of results, you'll find some pre-packaged python script with all and only those model scenarios that allow you to run either the "main batch" of SPORES (spores_model_run.py) or any of the "parallel batches" of SPORES (e.g., excl_bio and max_bio, which generate SPORES while minimising and, respectively, maximising bioenergy deployment). Strength of the anchoring to extremes of the decision space To tweak the strength of the anchoring to a specific technology feature, as we do in the paper, you need to modify the euro_calliope/spores.yaml override file. More precisely, you need to change the excl_score parameter in the objective function at the end of the file: max_mode.run.spores_options.objective_cost_class: {'spores_score': 1, 'monetary': 0, 'excl_score': -1} excl_mode.run.spores_options.objective_cost_class: {'spores_score': 1, 'monetary': 0, 'excl_score': 1} A value of 1 (for maximisation) or -1 (for minimisation) is the default by which we generate the primary results in the paper. By changing it to 0.1, you can reproduce as well the secondary results that we use as a sensitivity for a "weaker anchoring" to extreme technology features of the decision space. Weight-assignment method Finally, to change the weight-assignment method, you need to modify the euro_calliope/eurospores/model.yaml file. More precisely, the scoring_method parameter, which can be one of the following: integer, relative_deployment, random or evolving_average. run.spores_options.scoring_method: integer Hard-coded changes to be aware of The files in this model theoretically allow accounting for all energy sectors (power, heat, transport, industry). Yet, we subset the analysis in the associated publication to only the power sector. To this end, we have modified the original electricity demand file (euro_calliope/eurospores/electricity-demand.csv). In fact, the original file did not account for the fraction of electricity associated with heat, transport or industry consumption, which was instead allocated to sector-specific demand files. In such a way, the model was free to decide whether to electrify these sectoral demands or not. In the present study, instead, we wanted to run our analysis based on the current electricity demand, inclusive of the currently electrified sector-specific demand. Therefore, we have replaced the original file with a new one that includes the present-day electricity demand, with no subtractions. If you want to run the analysis for all sectors, unlike we do in the study, you'll first need to recover the original file. You'll quickly find it in the same folder, named as __electricity-demand.csv. Summary of results from the paper The folder paper_summary_results features some CSV files that summarise the results we obtained for our study across all the different tested search strategies.

    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    ZENODO
    Dataset . 2022
    License: CC BY
    Data sources: Datacite
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    ZENODO
    Dataset . 2022
    License: CC BY
    Data sources: Datacite
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    ZENODO
    Dataset . 2022
    License: CC BY
    Data sources: ZENODO
    addClaim
    0
    citations0
    popularityAverage
    influenceAverage
    impulseAverage
    BIP!Powered by BIP!
    visibility20
    visibilityviews20
    downloaddownloads6
    Powered by Usage counts
    more_vert
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      ZENODO
      Dataset . 2022
      License: CC BY
      Data sources: Datacite
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      ZENODO
      Dataset . 2022
      License: CC BY
      Data sources: Datacite
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      ZENODO
      Dataset . 2022
      License: CC BY
      Data sources: ZENODO
      addClaim
  • image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Authors: orcid Mark M. Dekker;
    Mark M. Dekker
    ORCID
    Harvested from ORCID Public Data File

    Mark M. Dekker in OpenAIRE
    orcid Vassilis Daioglou;
    Vassilis Daioglou
    ORCID
    Harvested from ORCID Public Data File

    Vassilis Daioglou in OpenAIRE
    orcid Robert Pietzcker;
    Robert Pietzcker
    ORCID
    Harvested from ORCID Public Data File

    Robert Pietzcker in OpenAIRE
    orcid Renato Rodrigues;
    Renato Rodrigues
    ORCID
    Harvested from ORCID Public Data File

    Renato Rodrigues in OpenAIRE
    +21 Authors

    AbstractEnergy models are used to study emissions mitigation pathways, such as those compatible with the Paris Agreement goals. These models vary in structure, objectives, parameterization and level of detail, yielding differences in the computed energy and climate policy scenarios. To study model differences, diagnostic indicators are common practice in many academic fields, for example, in the physical climate sciences. However, they have not yet been applied systematically in mitigation literature, beyond addressing individual model dimensions. Here we address this gap by quantifying energy model typology along five dimensions: responsiveness, mitigation strategies, energy supply, energy demand and mitigation costs and effort, each expressed through several diagnostic indicators. The framework is applied to a diagnostic experiment with eight energy models in which we explore ten scenarios focusing on Europe. Comparing indicators to the ensemble yields comprehensive ‘energy model fingerprints’, which describe systematic model behaviour and contextualize model differences for future multi-model comparison studies.

    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ IIASA PUREarrow_drop_down
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Nature Energy
    Article . 2023 . Peer-reviewed
    License: CC BY
    Data sources: Crossref
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    https://doi.org/10.21203/rs.3....
    Article . 2023 . Peer-reviewed
    License: CC BY
    Data sources: Crossref
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Nature Energy
    Article . 2023
    License: CC BY
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Nature Energy
    Article . 2023 . Peer-reviewed
    addClaim
    Access Routes
    Green
    hybrid
    20
    citations20
    popularityTop 10%
    influenceTop 10%
    impulseTop 10%
    BIP!Powered by BIP!
    visibility7
    visibilityviews7
    downloaddownloads2
    Powered by Usage counts
    more_vert
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ IIASA PUREarrow_drop_down
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Nature Energy
      Article . 2023 . Peer-reviewed
      License: CC BY
      Data sources: Crossref
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      https://doi.org/10.21203/rs.3....
      Article . 2023 . Peer-reviewed
      License: CC BY
      Data sources: Crossref
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Nature Energy
      Article . 2023
      License: CC BY
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      Nature Energy
      Article . 2023 . Peer-reviewed
      addClaim
  • image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Authors: orcid Lombardi, Francesco;
    Lombardi, Francesco
    ORCID
    Harvested from ORCID Public Data File

    Lombardi, Francesco in OpenAIRE
    orcid Colombo, Luigi;
    Colombo, Luigi
    ORCID
    Harvested from ORCID Public Data File

    Colombo, Luigi in OpenAIRE
    orcid Colombo, Emanuela;
    Colombo, Emanuela
    ORCID
    Harvested from ORCID Public Data File

    Colombo, Emanuela in OpenAIRE

    Abstract Laboratory protocols based on water heating procedures represent the most widespread tool for the evaluation of Improved Cooking Stoves (ICSs) thermal performance. Nevertheless, the performance of the cooking system can vary substantially when the boundary conditions – ambient conditions, burn sequence – differ from those experienced in a specific lab. Consequently, we developed and experimentally validated a Cooking Stoves Thermal Performance Simulator (Cook-STePS), based on a 1-D heat and mass transfer model and implemented in an Excel® and VBA environment, in order to provide additional information about how the performance of a cooking system would change, in selected conditions, as compared to the baseline laboratory performance. The study shows how the tool can be effectively applied to a generic cooking system through a two-steps procedure, based on (i) a preliminary set of experimental tests in controlled conditions and (ii) the simulation of performance in the desired conditions.

    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Energy
    Article . 2017 . Peer-reviewed
    License: Elsevier TDM
    Data sources: Crossref
    addClaim
    7
    citations7
    popularityTop 10%
    influenceAverage
    impulseAverage
    BIP!Powered by BIP!
    more_vert
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      Energy
      Article . 2017 . Peer-reviewed
      License: Elsevier TDM
      Data sources: Crossref
      addClaim
  • image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Authors: Chiara Magni; orcid Francesco Lombardi;
    Francesco Lombardi
    ORCID
    Harvested from ORCID Public Data File

    Francesco Lombardi in OpenAIRE
    Francesco Lombardi; orcid Ludovico Danza;
    Ludovico Danza
    ORCID
    Harvested from ORCID Public Data File

    Ludovico Danza in OpenAIRE
    +3 Authors

    The decarbonisation of residential heat through integration with the power system and deployment of refurbishment policies is at the core of European energy policies. Yet, heat-electricity integration may be challenged, in practice, by the large variability of heat demand across weather years. Current approaches for residential heat demand simulation fail to provide insights about the extent of such variability across many weather years and about the benefits potentially brought about by nearly zero-energy buildings. To fill this gap, this work develops an open-source space-heating demand simulation workflow that is applicable to any country's building stock. The workflow, based on a well-established lumped-parameter thermodynamic model, allows capturing sub-national weather-year variability and the mitigation effects of refurbishment. For Italy, different weather years lead to variations in heat demand up to 2 TWh/day, lasting for several days. Moreover, some weather regimes produce spatial asymmetries that may further complicate heat-electricity integration. The refurbishment of about 55% of buildings constructed before 1975 could substantially mitigate such oscillations, leading to a 31-37% reduction of yearly heat demand, primarily in colder regions. Intra-day heat demand variations, driven by user behaviour, are not substantially impacted by refurbishment, calling for the simultaneous deployment of flexible heat generating technologies.

    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ IRIS Cnrarrow_drop_down
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Energy
    Article . 2022 . Peer-reviewed
    License: CC BY
    Data sources: Crossref
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Energy
    Article
    License: CC BY
    Data sources: UnpayWall
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    CNR ExploRA
    Article . 2022
    Data sources: CNR ExploRA
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    addClaim
    Access Routes
    Green
    hybrid
    12
    citations12
    popularityTop 10%
    influenceAverage
    impulseTop 10%
    BIP!Powered by BIP!
    visibility11
    visibilityviews11
    downloaddownloads1
    Powered by Usage counts
    more_vert
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ IRIS Cnrarrow_drop_down
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Energy
      Article . 2022 . Peer-reviewed
      License: CC BY
      Data sources: Crossref
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Energy
      Article
      License: CC BY
      Data sources: UnpayWall
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      CNR ExploRA
      Article . 2022
      Data sources: CNR ExploRA
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      addClaim
  • image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Authors: orcid Del Pero C.;
    Del Pero C.
    ORCID
    Harvested from ORCID Public Data File

    Del Pero C. in OpenAIRE
    orcid bw Leonforte F.;
    Leonforte F.
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    Leonforte F. in OpenAIRE
    orcid Lombardi F.;
    Lombardi F.
    ORCID
    Harvested from ORCID Public Data File

    Lombardi F. in OpenAIRE
    orcid Stevanato N.;
    Stevanato N.
    ORCID
    Harvested from ORCID Public Data File

    Stevanato N. in OpenAIRE
    +4 Authors

    Distributed Generation is driving a paradigm shift in traditional power systems, allowing the production of renewable electricity and thermal energy close to the main energy consumption nodes (e.g., buildings). In this sense, thermal networks and electrical grids for Smart districts /cities have a key role, allowing the interconnections of distributed energy resources (renewables, combined heat and power generators, etc storage systems, and loads (electrical and thermal), locally dispatching supply and demand. In the present work, a multi-energy system for a new nearly zero energy and low carbon district near Milan (Italy) is proposed and analysed. After the evaluation of thermal and electrical energy needs of the district, an innovative thermal and electrical multi-energy system is designed with the specific aim to integrate multiple renewable energy sources (i.e., photovoltaics and groundwater energy) and energy storage technologies (i.e., sensible thermal storages), obtaining the best matching with thermal and electrical loads. Final results demonstrate the achievable benefits of the proposed solution, which can be successfully applied in several contexts.

    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    https://doi.org/10.1109/iccep....
    Conference object . 2019 . Peer-reviewed
    License: IEEE Copyright
    Data sources: Crossref
    addClaim
    5
    citations5
    popularityTop 10%
    influenceAverage
    impulseAverage
    BIP!Powered by BIP!
    more_vert
  • image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Authors: orcid Pavicevic M.;
    Pavicevic M.
    ORCID
    Harvested from ORCID Public Data File

    Pavicevic M. in OpenAIRE
    Mangipinto A.; Nijs W.; orcid Lombardi F.;
    Lombardi F.
    ORCID
    Harvested from ORCID Public Data File

    Lombardi F. in OpenAIRE
    +4 Authors

    The relevance of sector coupling is increasing when shifting from the current highly centralised and mainly fossil fuel-based energy system to a more decentralized and renewable energy system. Cross-sectoral linkages are already recognized as a cost-effective decarbonisation strategy that provides significant flexibility to the system. Modelling such cross-sectoral interconnections is thus highly relevant. In this work, these interactions are considered in a long-term perspective by uni-directional soft-linking of two models: JRC-EU-TIMES, a long term planning multisectoral model, and Dispa-SET, a unit commitment and optimal dispatch model covering multiple energy sectors such as power, heating & cooling, transportation etc. The impact of sector coupling in future Europe-wide energy systems with high shares of renewables is evaluated through five scenarios. Results show that the contributions of individual sectors are quite diverse. The transport sector provides the highest flexibility potential in terms of power curtailment, load shedding, congestion in the interconnection lines and resulting greenhouse gas emissions reduction. Nevertheless, allowing combinations of multiple flexibility options such as hydro for the long-term, electric vehicles and flexible thermal units for the short-term provides the best solution in terms of system adequacy, greenhouse gas emissions and operational costs. Comisión Europea

    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ RE.PUBLIC@POLIMI Res...arrow_drop_down
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Applied Energy
    Article
    Data sources: UnpayWall
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Applied Energy
    Article . 2020 . Peer-reviewed
    License: Elsevier TDM
    Data sources: Crossref
    addClaim
    Access Routes
    Green
    bronze
    90
    citations90
    popularityTop 1%
    influenceTop 10%
    impulseTop 1%
    BIP!Powered by BIP!
    more_vert
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ RE.PUBLIC@POLIMI Res...arrow_drop_down
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Applied Energy
      Article
      Data sources: UnpayWall
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      Applied Energy
      Article . 2020 . Peer-reviewed
      License: Elsevier TDM
      Data sources: Crossref
      addClaim
  • image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Authors: orcid Stevanato N.;
    Stevanato N.
    ORCID
    Harvested from ORCID Public Data File

    Stevanato N. in OpenAIRE
    orcid Lombardi F.;
    Lombardi F.
    ORCID
    Harvested from ORCID Public Data File

    Lombardi F. in OpenAIRE
    orcid bw Colombo E.;
    Colombo E.
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    Colombo E. in OpenAIRE
    Balderrama S.; +1 Authors

    Robust sizing of rural micro-grids is hindered by uncertainty associated with the expected load demand and its potential evolution over time. This study couples a stochastic load generation model with a two-stage stochastic micro-grid sizing model to take into account multiple probabilistic load scenarios within a single optimisation problem. As a result, the stochastic-optimal sizing of the system ensures an increased robustness to shocks in the expected load compared to a best-case (lowest-demand) sizing, though with a lower cost and better dispatch flexibility compared to a worst-case (highest-demand) sizing. What is more, allowing just a 1% unmet demand enables to significantly improve the cost-competitiveness and the renewables penetration as all the not supplied energy is located in a negligible fraction of the unlikeliest highest demand scenarios.

    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    https://doi.org/10.1109/ptc.20...
    Conference object . 2019 . Peer-reviewed
    License: IEEE Copyright
    Data sources: Crossref
    ResearchGate Data
    Presentation . 2019
    Data sources: Datacite
    addClaim
    13
    citations13
    popularityTop 10%
    influenceAverage
    impulseTop 10%
    BIP!Powered by BIP!
    more_vert
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      https://doi.org/10.1109/ptc.20...
      Conference object . 2019 . Peer-reviewed
      License: IEEE Copyright
      Data sources: Crossref
      ResearchGate Data
      Presentation . 2019
      Data sources: Datacite
      addClaim
  • image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Authors: Hidde Vos; orcid Francesco Lombardi;
    Francesco Lombardi
    ORCID
    Harvested from ORCID Public Data File

    Francesco Lombardi in OpenAIRE
    Rishikesh Joshi; orcid Roland Schmehl;
    Roland Schmehl
    ORCID
    Harvested from ORCID Public Data File

    Roland Schmehl in OpenAIRE
    +1 Authors

    Abstract Novel wind technologies, in particular airborne wind energy (AWE) and floating offshore wind turbines, have the potential to unlock untapped wind resources and contribute to power system stability in unique ways. So far, the techno-economic potential of both technologies has only been investigated at a small scale, whereas the most significant benefits will likely play out on a system scale. Given the urgency of the energy transition, the possible contribution of these novel technologies should be addressed. Therefore, we investigate the main system-level trade-offs in integrating AWE systems and floating wind turbines into a highly renewable future energy system. To do so, we develop a modelling workflow that integrates wind resource assessment and future cost and performance estimations into a large-scale energy system model, which finds cost-optimal system designs that are operationally feasible with hourly temporal resolution across ten countries in the North Sea region. Acknowledging the uncertainty on AWE systems’ future costs and performance and floating wind turbines, we examine a broad range of cost and technology development scenarios and identify which insights are consistent across different possible futures. We find that onshore AWE outperforms conventional onshore wind regarding system-wide benefits due to higher wind resource availability and distinctive hourly generation profiles, which are sometimes complementary to conventional onshore turbines. The achievable power density per ground surface area is the main limiting factor in large-scale onshore AWE deployment. Offshore AWE, in contrast, provides system benefits similar to those of offshore wind alternatives. Therefore, deployment is primarily driven by cost competitiveness. Floating wind turbines achieve higher performance than conventional wind turbines, so they can cost more and remain competitive. AWE, in particular, might be able to play a significant role in a climate-neutral European energy supply and thus warrants further study.

    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ Environmental Resear...arrow_drop_down
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Environmental Research: Energy
    Article . 2024 . Peer-reviewed
    License: CC BY
    Data sources: Crossref
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Environmental Research: Energy
    Article . 2024
    Data sources: DOAJ
    image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
    Environmental Research: Energy
    Article
    License: CC BY
    Data sources: Sygma
    Environmental Research: Energy
    Article . 2024 . Peer-reviewed
    addClaim
    3
    citations3
    popularityAverage
    influenceAverage
    impulseAverage
    BIP!Powered by BIP!
    more_vert
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ Environmental Resear...arrow_drop_down
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Environmental Research: Energy
      Article . 2024 . Peer-reviewed
      License: CC BY
      Data sources: Crossref
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Environmental Research: Energy
      Article . 2024
      Data sources: DOAJ
      image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
      Environmental Research: Energy
      Article
      License: CC BY
      Data sources: Sygma
      Environmental Research: Energy
      Article . 2024 . Peer-reviewed
      addClaim
  • image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Authors: orcid bw Giulia Guidicini;
    Giulia Guidicini
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    Giulia Guidicini in OpenAIRE
    orcid Francesco Lombardi;
    Francesco Lombardi
    ORCID
    Harvested from ORCID Public Data File

    Francesco Lombardi in OpenAIRE
    orcid bw Emanuela Colombo;
    Emanuela Colombo
    ORCID
    Derived by OpenAIRE algorithms or harvested from 3rd party repositories

    Emanuela Colombo in OpenAIRE
    orcid Sylvain Quoilin;
    Sylvain Quoilin
    ORCID
    Harvested from ORCID Public Data File

    Sylvain Quoilin in OpenAIRE
    +5 Authors

    Abstract Hybrid microgrids represent a cost-effective and viable option to ensure access to energy in rural areas located far from the main grid. Nonetheless, the sizing of rural microgrids is complicated by the lack of models capable of accounting for the evolution of the energy demand over time, which is likely to occur in such contexts as a result of the modification of users' lifestyles. To tackle this issue, the present study aims at developing a novel, long-term optimisation model formulation, capable of accounting for load evolution and performing suitable investment decisions for capacity expansion along the time horizon. Multiple scenarios of load evolution are considered to evaluate the beneficial effects of this novel approach, through the coupling of the model with a tool for stochastic load profiles generation. The results show how this implementation brings lower Net Present Cost to the project and improved correspondence between actual electricity demand and microgrid sizing. Finally, a sensitivity analysis evaluates the robustness of the approach with respect to input data variability and the Loss of Load parameter.

    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
    Energy for Sustainable Development
    Article . 2020 . Peer-reviewed
    License: Elsevier TDM
    Data sources: Crossref
    addClaim
    42
    citations42
    popularityTop 10%
    influenceTop 10%
    impulseTop 10%
    BIP!Powered by BIP!
    more_vert
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao RE.PUBLIC@POLIMI Res...arrow_drop_down
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      image/svg+xml Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao Closed Access logo, derived from PLoS Open Access logo. This version with transparent background. http://commons.wikimedia.org/wiki/File:Closed_Access_logo_transparent.svg Jakob Voss, based on art designer at PLoS, modified by Wikipedia users Nina and Beao
      Energy for Sustainable Development
      Article . 2020 . Peer-reviewed
      License: Elsevier TDM
      Data sources: Crossref
      addClaim
  • chevron_left
  • 1
  • 2
  • 3
  • chevron_right
Powered by OpenAIRE graph