Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rätz committed May 10, 2024
1 parent 90937b5 commit 1de6c8f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 12 deletions.
27 changes: 27 additions & 0 deletions Joss_Paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,30 @@ @Article{WetterZuoNouiduiPang.2014
doi = {10.1080/19401493.2013.765506},
url = "https://doi.org/10.1080/19401493.2013.765506"
}

@Article{PVGIS.2023,
AUTHOR = {Huld, Thomas and Paietta, Elena and Zangheri, Paolo and Pinedo Pascua, Irene},
TITLE = {Assembling Typical Meteorological Year Data Sets for Building Energy Performance Using Reanalysis and Satellite-Based Data},
JOURNAL = {Atmosphere},
VOLUME = {9},
YEAR = {2018},
NUMBER = {2},
ARTICLE-NUMBER = {53},
URL = {https://www.mdpi.com/2073-4433/9/2/53},
ISSN = {2073-4433},
ABSTRACT = {We present a method to generate Typical Meteorological Year (TMY) data sets for use in calculations of the energy performance of buildings, based on satellite derived solar radiation data and other meteorological parameters obtained from reanalysis products. The great advantage of this method is the availability of data over large geographical regions, giving global coverage for the reanalysis and continental-scale coverage for the solar radiation data, making it possible to generate TMY data for nearly any location, independent of the availability of meteorological measurement stations in the area. The TMY data generated with this method have been validated against 487 meteorological stations in Europe, by calculating heating and cooling degree days, and by running building energy performance simulations using EnergyPlus. Results show that the generated data sets using a long time series perform better than the TMY data generated from station measurements for building heating calculations and nearly as well for cooling calculations, with relative standard deviations remaining below 6% for heating calculations. TMY data constructed using the proposed method yield somewhat larger deviations compared to TMY data constructed from station data. We outline a number of possibilities for further improvement using data sets that will become available in the near future.},
DOI = {10.3390/atmos9020053}
}


@misc{EnergyPlus.2017,
title = {EnergyPlus™, Version 00},
author = {},
abstractNote = {Originally developed in 1999, an updated version 8.8.0 with bug fixes was released on September 30th, 2017. EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption—for heating, cooling, ventilation, lighting and plug and process loads—and water use in buildings. EnergyPlus is a console-based program that reads input and writes output to text files. It ships with a number of utilities including IDF-Editor for creating input files using a simple spreadsheet-like interface, EP-Launch for managing input and output files and performing batch simulations, and EP-Compare for graphically comparing the results of two or more simulations. Several comprehensive graphical interfaces for EnergyPlus are also available. DOE does most of its work with EnergyPlus using the OpenStudio® software development kit and suite of applications. DOE releases major updates to EnergyPlus twice annually.},
url = {https://www.osti.gov//servlets/purl/1395882},
doi = {},
url = {https://www.osti.gov/biblio/1395882}, year = {2017},
month = {9},
note =
}

36 changes: 24 additions & 12 deletions Joss_Paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ bibliography: paper.bib
AixWeather is a tool for generating weather data for building energy system simulations.
It can be used to retrieve, format, enrich and ultimately export weather data in various file formats,
including .epw (EnergyPlus) and .mos (AixLib).

[//]: # (AixWeather is a weather data generation tool designed to simplify the process of retrieving, )
[//]: # (formatting, enriching and ultimately exporting weather data for building energy system simulations. )
It addresses the challenges researchers and industry players face in obtaining accurate and standardized weather
data by providing a user-friendly platform.
data by providing a streamlined process.

Key features of AixWeather:
**Key features of AixWeather**:

*Data retrieval*: AixWeather can directly retrieve data from the german weather provider DWD, and
supports historical, recent and forecasted weather data retrieval. It also supports the upload
Expand Down Expand Up @@ -66,7 +63,12 @@ AixWeather empowers researchers and professionals working in building energy sys
the weather data generation process. It ensures the availability of high-quality weather data,
enabling researchers to focus on their essential work in the field of building energy systems.

Figure \autoref{fig:AixWeatherStructure} shows the current structure of AixWeather.
Figure \autoref{fig:AixWeatherStructure} shows the current structure of AixWeather.
Starting from the import layer, the data is transformed into a core format, and from there into the
desired export format. The core format is a standardized format that allows for easy conversion to
different export formats. The pass-through handling avoids avoidable interpolation-related
smoothing, through storing the original unsmoothed time series and, if the shifting sequence
allows, overwriting the smoothed time series in the output file.

![Structure of AixWeather.\label{fig:AixWeatherStructure}](Overview_WeatherTool.png)

Expand All @@ -76,16 +78,26 @@ Figure \autoref{fig:AixWeatherStructure} shows the current structure of AixWeath
Building energy simulations, crucial for research in building energy systems,
often rely on specific weather data formats. Creating such weather data can be a
labor-intensive and error-prone task. AixWeather addresses these challenges by offering
a comprehensive solution for pulling, transforming, and exporting weather data from various sources and formats.

There are limited tools available for importing and converting real weather data or Test Reference Years (TRY).
Also, there is a lack of tools supporting the ReaderTMY3 format.
AixWeather offers a practical solution to a critical need in the field, making it a
valuable tool for researchers working with this specific output format.
a comprehensive solution for pulling, transforming, enriching and exporting weather data from
various sources and formats.

There are tools that focus on generating typical meteorological year (TMY) data, like the PVGIS [@PVGIS.2023]
from the European Commission, providing TMY exports as .csv, .json and in the .epw format.
EnergyPlus [@EnergyPlus.2017], a widely used building energy simulation tool, also provides a
weather data converter to cover the needs of its users, again only supporting the .epw format.
There exist only limited tools for importing and converting real, historic or forecast, weather
data to building energy simulation formats.
The same holds true for Test Reference Years (TRY) from the german weather service (DWD).
Also, there is a lack of tools supporting conversions to the ReaderTMY3 format.
The ReaderTMY3 is a modelica model of the well established open source library Buildings
[@WetterZuoNouiduiPang.2014].
Other libraries such as the open source library AixLib [@Maier.2023] import this model
to handle weather data.
Often user of these libraries, which do not have an TMY3 file at hand, get stuck or invest a lot of
time to convert their weather data to the required format.
Solving this problem, was the initial motivation to develop AixWeather.
Now AixWeather also covers the aforementioned needs, making
it a valuable tool not only for researchers that work with the ReaderTMY3 format.

# Acknowledgements

Expand Down
Binary file added docs/Overview_WeatherTool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1de6c8f

Please sign in to comment.