Skip to content

Commit b096535

Browse files
committed
new weather for Potsdam 2017/18 and long file with 2009 to 2018
1 parent 016ba51 commit b096535

11 files changed

+105205
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
within BuildingSystems.Climate.WeatherDataDWD;
2+
block Germany_Potsdam2009to2018_DWD_NetCDF
3+
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileNetCDF(
4+
info="Source: DWD",
5+
fileName=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2009_to_2018_DWD.nc"))
6+
annotation(Documentation(info="<html>source: Deutscher Wetterdienst</html>"));
7+
end Germany_Potsdam2009to2018_DWD_NetCDF;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
within BuildingSystems.Climate.WeatherDataDWD;
2+
block Germany_Potsdam2017_DWD_NetCDF
3+
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileNetCDF(
4+
info="Source: DWD",
5+
fileName=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2017_DWD.nc"))
6+
annotation(Documentation(info="<html>source: Deutscher Wetterdienst</html>"));
7+
end Germany_Potsdam2017_DWD_NetCDF;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
within BuildingSystems.Climate.WeatherDataDWD;
2+
block Germany_Potsdam2018_DWD_NetCDF
3+
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileNetCDF(
4+
info="Source: DWD",
5+
fileName=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2018_DWD.nc"))
6+
annotation(Documentation(info="<html>source: Deutscher Wetterdienst</html>"));
7+
end Germany_Potsdam2018_DWD_NetCDF;
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
within BuildingSystems.Climate;
2-
package WeatherDataDWD
3-
"Data sets with weather data from German meteorological service DWD"
2+
package WeatherDataDWD "Data sets with weather data from German meteorological service DWD"
43
extends Modelica.Icons.VariantsPackage;
54

65
end WeatherDataDWD;

BuildingSystems/Climate/WeatherDataDWD/package.order

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ Germany_Potsdam2014_DWD_NetCDF
1313
Germany_Potsdam2015_DWD_NetCDF
1414
Germany_Potsdam2016_DWD_ASCII
1515
Germany_Potsdam2016_DWD_NetCDF
16+
Germany_Potsdam2017_DWD_NetCDF
17+
Germany_Potsdam2018_DWD_NetCDF
18+
Germany_Potsdam2009to2018_DWD_NetCDF

BuildingSystems/Climate/weather/Germany_Potsdam_2009_to_2018_DWD.dat

Lines changed: 87652 additions & 0 deletions
Large diffs are not rendered by default.
6.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)