Skip to content

Commit 99d5a66

Browse files
committed
bug fix in block name
1 parent 83adfc9 commit 99d5a66

17 files changed

+34
-34
lines changed

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2003_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2003_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2003_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2003_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2004_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2004_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2004_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2004_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2005_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2005_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2005_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2005_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2006_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2006_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2006_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2006_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2007_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2007_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2007_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2007_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2008_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2008_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2008_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2008_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2009_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2009_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2009_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2009_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2009to2018_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2009to2018_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2009_to_2018_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2009to2018_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2009to2018andTRY_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2009to2018andTRY_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2009_to_2018_and_TRY_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2009to2018andTRY_DWD_ASCII;

BuildingSystems/Climate/WeatherDataDWD/Germany_Potsdam2010_DWD_ASCII.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within BuildingSystems.Climate.WeatherDataDWD;
2-
block Germany_Potsdam2016_DWD_ASCII
2+
block Germany_Potsdam2010_DWD_ASCII
33
extends BuildingSystems.Climate.WeatherData.BaseClasses.WeatherDataFileASCII(
44
info="Source: DWD",
55
filNam=Modelica.Utilities.Files.loadResource("modelica://BuildingSystems/Climate/weather/Germany_Potsdam_2010_DWD.txt"),
@@ -20,4 +20,4 @@ block Germany_Potsdam2016_DWD_ASCII
2020
final longitudeDeg = 13.4,
2121
final longitudeDeg_0 = 1.0);
2222
annotation(Documentation(info="<html>source: DWD</html>"));
23-
end Germany_Potsdam2016_DWD_ASCII;
23+
end Germany_Potsdam2010_DWD_ASCII;

0 commit comments

Comments
 (0)