Weather Processor
Goal
- Retrieves weather data for the location of the model.
- Creates synthetic hourly values from monthly means.
Technical information
| Class | WeatherProcessor | 
| Superclass | WorkflowStepWithSimStadtGraphics | 
| Author | |
| Maintainer | |
| Source location | simstadt/src/main/java/eu/simstadt/workflowsteps/WeatherProcessor.java | 
| Package | eu.simstadt.workflowsteps | 
| Project | simstadt | 
Dependencies
Parameters
Weather data source (weatherData)
Available weather data sources:
* Monthly global horizontal irradiance and ambient temperature from PVGIS online database (https://re.jrc.ec.europa.eu/pvg_tools/en/tools.html) * Monthly global horizontal irradiance and ambient temperature from INSEL offline database * Hourly global horizontal irradiance and ambient temperature from local TMY3 file * Monthly global horizontal irradiance and ambient temperature from local TMY3 file
- Type : WeatherDataSource
- Default : INSEL_Database
- Possible values : PVGIS_Database, INSEL_Database, TMY3_Hourly_File, TMY3_Monthly_File
- Getter : getWeatherData()
- Setter : setWeatherData(WeatherDataSource)
TMY3 filename (weatherFile)
Meteonorm TMY3 filename, with either hourly or monthly values.
The corresponding file should be present somewhere in :
* the repository folder * the project folder * or the workflowstep folder.
- Type : String
- Default : Stuttgart-hour.tmy3
- Getter : getWeatherFile()
- Setter : setWeatherFile(String)
Used in
- Biomass Analysis
- District Heating Network Analysis
- Environmental Analysis
- Environmental Analysis With Refurbishment Strategy
- Heat Demand Analysis
- Heat Demand Analysis With Energy ADEWriter
- Heat Demand Analysis With Refurbishment Strategy
- Hourly Heat Demand Analysis
- Hourly Heat Demand Analysis With Energy System
- Photovoltaic Potential Analysis
- Photovoltaic Potential Financial Analysis
- Solar Potential Analysis
- Water Food Demand Analysis