Vous êtes sur la page 1sur 2

TUGAS RENEWEBLE ENERGY

Putty Ika Dharmawati (2208100020)


TUGAS I
Irradiance vs Time

Hasil Simulasi

TUGAS II
Sunpath Diagram Digram 5 April 2012 dengan Latitude 40
clear
clc
L = 40;
x = 96;
%tanggal 5 april 2012
del = 23.45*sin(pi/180*(360/365*(x-81)));
H(1) = 0;
n = 1;
n = 1:17;
H = [120 105 90 75 60 45 30 15 0 -15 -30 -45 -60 -75 -90 -105 -120];
B(n)=180/pi*asin(cos(pi/180*L)*cos(pi/180*del)*cos(pi/180*H(n))
+sin(pi/180*L)*sin(pi/180*del));
plot (H,B(n));
xlabel('Solar Azimuth');
ylabel('Solar Altitude');
grid on;
title('Sun Path Diagram 5 April 2012 Latitude 40');

Hasil Simulasi

Vous aimerez peut-être aussi