File:Klimadiagramm Braunschweig.svg

Original file(SVG file, nominally 648 × 432 pixels, file size: 16 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Climate diagram from Braunschweig, mean values 1981-2010
Deutsch: Klimadiagramm Braunschweig, Mittelwerte von 1981 bis 2010
Date
Source Selbst erstellt; Daten vom Deutschen Wetterdienst
Author M.J.
#!/usr/bin/octave
function klima_nds
% Daten vom DWD, von 1981-2010
% https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/multi_annual/mean_81-10/
Ort='Hannover';
Regen=[57;44;54;44;56;65;67;70;57;52;55;59]; Temp=[1.6;1.9;5;8.9;13.4;16;18.4;17.9;14.1;9.9;5.5;2.3];
fcn(Regen,Temp,Ort);
%
Ort='Braunschweig';
Regen=[50;37;51;42;53;65;62;68;55;50;51;53]; % mm/Monat
Temp= [1.3;1.7;4.9;9;13.4;16;18.3;18;14.2;9.9;5.3;2]; % °C
fcn(Regen,Temp,Ort);
%
Ort='Oldenburg';
Temp=[2;2.2;5;8.7;12.9;15.5;17.8;17.4;13.9;10;5.7;2.6];
Regen=[74;54;66;44;58;79;81;76;74;70;72;75];
fcn(Regen,Temp,Ort);
%
Ort='Osnabrück';
Temp=[2;2.3;5.5;9.1;13.4;15.8;18.1;17.8;14.2;9.9;5.9;3];
Regen=[88;62;71;47;60;68;78;81;71;74;76;85];
fcn(Regen,Temp,Ort);
%
Ort='Göttingen';
Temp=[0.9;1.4;4.8;8.6;13;15.6;17.8;17.6;13.8;9.5;5.1;1.8;9.2];
Regen=[52;39;52;41;65;66;66;58;56;46;54;56];
fcn(Regen,Temp,Ort);
end
%
%
function fcn(Regen,Temp,Ort)
clf
t=1:12;
%ax=plotyy(t,Temp,t,Regen);
t=0:13;
area(t,Regen([12,1:12,1]),'facecolor',[.5,.5,1])
hold on
scale=2;
plot(t,scale*Temp([12,1:12,1]),'r','linewidth',3)
%
set(gca,'xtick',1:12)
xlabel 'Monat'
xlim([.5,12.5])
%
set(gca,'yaxislocation','right')
y=get(gca,'ytick');
for j=y
  text(0.4,j,num2str(j/scale),'horizontalalignment','right','color',[1,0,0])
end
ylabel ('Niederschlag in mm','color',[0,0,1])
set(gca,'ycolor',[0,0,1])
text(-0.2,mean(y),'Temperatur in °C','rotation',90,'horizontalalignment','center','color',[1,0,0])
%
% ygrid on über den Plot
for j=y
  plot(t,j+0*t,'k:')
end
%
set(gcf,'paperposition',[.25 .25 9 6])
print(['Klimadiagramm_' Ort '.svg'],'-dsvg')
end

Licensing edit

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:35, 16 November 2019Thumbnail for version as of 17:35, 16 November 2019648 × 432 (16 KB)M.J. (talk | contribs)
12:05, 16 November 2019Thumbnail for version as of 12:05, 16 November 2019576 × 432 (16 KB)M.J. (talk | contribs){{Information |description ={{en|1=Climate diagram from Braunschweig, mean values 1981-2010}} {{de|1=Klimadiagramm Braunschweig, Mittelwerte von 1981 bis 2010}} |date =2019-11-16 |source =Selbst erstellt; Daten vom Deutschen Wetterdienst |author =User:M.J. }} #!/usr/bin/octave % Daten vom DWD, von 1981-2010 % https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/multi_annual/mean_81-10/Niederschlag_1981-2010_festerStandort.txt % https://ope...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata