Development and Validation of Flat-Plate Collector Testing Procedures

Size: px
Start display at page:

Download "Development and Validation of Flat-Plate Collector Testing Procedures"

Transcription

1 Development and Validation of Flat-Plate Collector Testing Procedures Report for January, 2007 Focus on Energy (FOE) supports solar thermal systems that displace conventional fuels by offering cash-back rebates that provide an incentive for residents to invest in this renewable energy technology. To be eligible for rebates, FOE requires solar collectors to be certified by the Solar Rating and Certification Corporation (SRCC). The certification program involves testing of the solar collectors in accordance with ASHRAE Standard Currently, these tests are only provided in Florida (outdoors) by the Florida Solar Energy Center (FSEC). Wisconsin s flat plate collector testing program will be done at Madison Area Technical College (MATC). The UW-Solar Energy Laboratory is assisting MATC personnel in establishing a suitable implementation of the ASHRAE test method. The UW further intends to identify alternative test methods that can be done indoors or under conditions that are more suitable to Wisconsin weather, but still provide the information required by the ASHRAE test. What follows is the fourth report of this activity.

2 Table of contents 1. Data analysis thermal efficiency test (TestAnalyzer.m) Overview Generation of the mean matrix (MeanMatrix.m) Average values Time Gallons counter Temperatures, pressures, solar irradiance, wind speed Volume flow rate Mass flow rate Specific heat Useful energy gain and incident solar energy Instantaneous thermal efficiency Incident angle and solar time ISIS data Total solar irradiance normal to sun Diffuse irradiance upon collector plane Diffuse irradiance fraction upon collector plane Wind direction Summary Determination of the fluid density (Density.m) Determination of the specific heat (SpecHeat.m) Determination of incident angle and solar time (IncidentAngle.m) Reading ISIS radiation data (ISISread.m) Importing ISIS radiation data files (ISISimport.m) Total solar irradiance normal to sun (TotalNormal.m) Test conditions check (TCC.m) Test periods and test conditions Efficiency calculation (EffCalc.m) Matrix results Symmetry to solar noon Conclusion Results of the first collector tests Solar Energy Laboratory Page 2 2/2/2007

3 2.1. Introduction Results Conclusion Quality of total radiation measurements Introduction Calculations Results Clear days Overcast days Discussion Conclusion Pyranometer calibration Experimental Determination of the Ground Reflectance at the MATC Collector Test Site Description of the experiment Pictures Results Literature list Collector Test Standards Test Results Literature Solar Energy Laboratory Page 3 2/2/2007

4 1. Data analysis thermal efficiency test (TestAnalyzer.m) The thermal efficiency test has been described in Report 2 (November 2006). To analyze the test data the software TestAnalyzer has been developed. TestAnalyzer generates a test report based on the test data production files. The first section of this report describes how the actual version software works. 17 test days have been performed at MATC in October, November, and December TestAnalyzer has been used to analyze the test data produced during these tests. The first results of the analysis are presented in the second section of this report Overview The test data are analyzed in four steps which are visualized in Figure 1. First the production file generated during the collector tests is prepared for the analysis. The module MeanMatrix.m determines all required values and adds external data. The result of this step is the matrix meanmatrix. During the second step the module TCC.m identifies valid data points within meanmatrix. This is done by performing test condition checks based on the test conditions defined in the ASHRAE Standard The result of the second step is a matrix datapoints which contains all valid data points for the test day. During the third step the efficiencies for the data points are calculated and saved in the matrix results. The last step generates a report which contains all required data and plots including the efficiency curve of the collector. All steps and the related program modules are described below. Solar Energy Laboratory Page 4 2/2/2007

5 MATC test data production file ISIS radiation data file MeanMatrix.m TestAnalyzer meanmatrix TCC.m datapoints Efficiency.m efficiencies Report.m report Figure 1 TestAnalyzer data analysis process 1.2. Generation of the mean matrix (MeanMatrix.m) Before the procedure of test condition check and efficiency calculation begins, all required variables are calculated and saved in the matrix meanmatrix Average values TestAnalyzer allows averaging the values in the original test data file. This is done by setting the parameter interval to the number of rows for which one average value should be calculated. In the following this interval is called average interval. It is important to mention that this interval is not a time interval but a number of measurements or rows in the test data file. If the parameter interval is set to 10, for each 10 measurements one average value in meanmatrix is generated. This method works only for measurements which are taken in approximately equal time steps. Solar Energy Laboratory Page 5 2/2/2007

6 Time The time reported in the generated matrix meanmatrix is the time of day in seconds at the end of each average interval. The time is saved in the first column of meanmatrix. To simplify further calculations the length of the average interval in seconds is calculated and reported in the second column. This is important for data files where the measurements are not taken over exactly constant time intervals. If measurements were taken in constant intervals, this column should contain equal values in every row Gallons counter The value of the gallons counter at the end of each average interval is saved in the third column of meanmatrix. The increase of the gallons counter during the average interval is saved in the fourth column of meanmatrix Temperatures, pressures, solar irradiance, wind speed Columns 5 through 11 are filled with the average values of inlet, outlet and ambient temperature, inlet and outlet pressure, solar irradiance, and wind speed Volume flow rate The volume flow rate is calculated by dividing the increase in gallons (column 2 of meanmatrix) by the increase in seconds (column 4 of meanmatrix). The result is divided by 60 to obtain a value in gallons per minute and saved in column 12 of meanmatrix Mass flow rate The volume flow rate value is converted to liters per second, multiplied with the density of the heat transfer fluid, and saved in column 13 of meanmatrix. The density is determined in a separate module Density.m described in chapter 1.3 of this report Specific heat The specific heat of the heat transfer fluid is calculated in a separate module SpecHeat.m described in chapter 1.4 of this report. It is saved in column 14 of meanmatrix. The ASHRAE Standard mentions the temperature dependence of the specific heat in chapter 5.1.3, but does not specify which temperature shall be used for the calculation of the specific heat. For the analysis in MeanMatrix.m the mean values of the collector inlet and outlet temperatures (the mean fluid temperature) are used Useful energy gain and incident solar energy At this point the useful energy gain and the incident solar energy for the average interval are calculated based on the values already contained in meanmatrix and saved in columns 15 and 16, respectively. The useful energy gain is the product of the time interval (2), the mass flow rate (13), the difference between inlet temperature (5) and outlet temperature (6) and the specific heat (14). The incident solar radiation is the product of the time Solar Energy Laboratory Page 6 2/2/2007

7 interval (2) and the solar irradiance (10). The numbers in brackets are the related columns of meanmatrix Instantaneous thermal efficiency The ratio of useful energy gain and incident solar energy is a measure of the instantaneous thermal efficiency of the collector during the average interval. It is saved in column 17 of meanmatrix Incident angle and solar time The incident angle and solar time are calculated in a separate module IncidentAngle.m, based on the local time and the collector orientation, and saved in columns 18 and 19, respectively. This information is important for tests with a fixed mount in order to check whether the incident angle is within the allowed range and whether the data points are symmetric to solar noon ISIS data As only one pyranometer is installed at the MATC test facility, only total solar irradiance is measured. Additionally solar beam radiation measurements are required by the test method. The required data are obtained from ISIS 1 radiation measurements in Madison. The following variables are added to meanmatrix (column numbers in brackets): total solar radiation on a horizontal surface (20), beam radiation normal to sun (21), diffuse radiation (22), and solar zenith angle (23). A separate module ISISread.m is used for extracting the values from the ISIS data files. The module is described in Chapter 1.6 of this report Total solar irradiance normal to sun The total solar irradiance normal to sun is calculated with the module TotalNormal.m described in chapter 1.7 and saved in column 24 of meanmatrix Diffuse irradiance upon collector plane The diffuse irradiance upon the collector plane G d is calculated with the following equation (ASHRAE , Equation (8.19)): G = G G cos( θ ) (1.1) d t DN where G t is the total irradiance upon the collector plane (meanmatrix column 10), G DN is the beam radiation normal to sun (meanmatrix column 21) and θ is the incidence angle of the beam radiation with respect to the normal of the collector plane (meanmatrix column 18) and saved in column 25 of meanmatrix Diffuse irradiance fraction upon collector plane The diffuse irradiance fraction upon the collector plane is the diffuse irradiance upon the collector plane (meanmatrix column 25) divided by the total irradiance upon the collector 1 Integrated Surface Irradiance Study (ISIS) Network, Solar Energy Laboratory Page 7 2/2/2007

8 plane (meanmatrix column 10). To obtain values in % the result is multiplied with 100. It is saved in column 26 of meanmatrix Wind direction The mean value of the wind direction is calculated from the test data file and saved in column 27 of meanmatrix Summary Table 1 summarizes all variables saved in the mean matrix. Solar Energy Laboratory Page 8 2/2/2007

9 Table 1 Structure of mean matrix Column Variable Units 1 Time of day sec 2 Length of average interval sec 3 Gallons counter gal 4 Increase of gallons counter 1) gal 5 Collector inlet temperature F 6 Collector outlet temperature F 7 Ambient temperature F 8 Collector inlet pressure PSI 9 Collector outlet pressure PSI 10 Solar irradiance W/m 2 11 Wind speed m/s 12 Volume flow rate gpm 13 Mass flow rate kg/s 14 Specific heat of heat transfer fluid kj/kg-k 15 Useful energy gain 1) kj 16 Incident solar energy 1) kj 17 Instantaneous thermal efficiency 1) - 18 Incident angle at the end of average interval deg 19 Solar time at the end of average interval sec 20 Total radiation on horizontal surface (ISIS) W/m 2 21 Beam radiation normal to sun (ISIS) W/m 2 22 Diffuse radiation on horizontal surface (ISIS) W/m 2 23 Solar zenith angle (ISIS) deg 24 Total solar irradiance normal to sun W/m 2 25 Diffuse radiation upon collector plane W/m 2 26 Diffuse fraction % 27 Wind direction deg 1) during average interval 1.3. Determination of the fluid density (Density.m) In order to calculate the mass flow rate through collector from the measured volume flow rate, the determination of the fluid density is required. Generally the density of a fluid depends on its pressure and temperature. This chapter evaluates the relevance of these dependencies for the analysis of the test data and derives a calculation method for the fluid density. Solar Energy Laboratory Page 9 2/2/2007

10 The test setup used at MATC is an open system. Fluid pressures are measured at collector inlet and outlet. The heated water leaving the collector is dumped to the surroundings. Tests have shown that the measured gauge pressure values vary between - 2 and 5 PSI. The fluid temperature ranges between 3 and 96 C. The pressure dependence of the density of water has been calculated for four temperatures using EES 2. The results are shown in Table 2. These results show that there is no change in density over the relevant pressure range for a constant temperature. Consequently the density determination used in Density.m is not based on the measured pressure but on a pressure of one atmosphere throughout all the test data analysis. This approximation simplifies the analysis without reducing the quality of the results. Of course, the assumption of pressure independence is only valid if the water remains liquid. Otherwise a significant change in density occurs. So during the test the outlet pressure should be maintained above zero gauge pressure as soon as the outlet temperature exceeds a value of 95 C. Table 2 Pressure dependency of the density of water P_gauge P_gauge_kPa P_abs Density 3 C Density 30 C Density 60 C Density 90 C [PSI] [kpa] [kpa] [kg/m^3] [kg/m^3] [kg/m^3] [kg/m^3] If the test setup is changed to a closed loop system the fluid can be pressurized. For the new situation with possibly increased pressure values compared to those observed during the open loop tests the considerations for pressure dependence must not be repeated. Table 3 shows the density for pressures up to 1000 kpa. 2 Engineering Equation Solver, Solar Energy Laboratory Page 10 2/2/2007

11 Table 3 Pressure dependence of the density of water for pressurized system P_abs Density 3 C Density 30 C Density 60 C Density 60 C [kpa] [kg/m^3] [kg/m^3] [kg/m^3] [kg/m^3] The relevant temperature for the density determination is the collector inlet temperature, as the volume flow rate is measured at the collector inlet. The density of water has been calculated for a temperature range from 1 to 100 C using EES. The results are presented in Table 4. It is obvious that the density of water depends significantly on the temperature over the given range. Consequently Density.m determines the density with respect to the collector inlet temperature. Table 4 Temperature dependence of the density of water calculated with EES T Density [C] [kg/m^3] Determination of the specific heat (SpecHeat.m) The specific heat of a fluid generally depends on temperature and pressure. This section describes how the specific heat for water is handled during the analysis process. Solar Energy Laboratory Page 11 2/2/2007

12 The test setup used at MATC is an open system. Pressures are measured at collector inlet and outlet. The heated water is dumped to the surroundings. Tests have shown that the measured gauge pressure values vary between -2 and 5 PSI. The fluid temperature range is 3 to 96 C. The pressure dependence of the specific heat of water has been calculated for four temperatures using EES. The results are shown in Table 5. These results show that there is no change in specific heat over the relevant pressure range. Consequently the heat capacity calculations are based on a pressure of one atmosphere in SpecHeat.m, just as for density. Of course, the assumption of pressure independence is only valid if the water remains liquid. So during the test the outlet pressure should be maintained above zero gauge pressure as soon as the outlet temperature exceeds a value of 95 C. Furthermore, if the test setup is changed to a closed loop system the fluid can be pressurized. For the new situation with possibly increased pressure values compared to those observed during the open loop tests the considerations for pressure dependence must be repeated and the module SpechHeat.m must be adapted if required. Table 5 Pressure dependence of the specific heat of water at 3 C, 30 C, 60 C, 90 C and 1 atm calculated with EES P_gauge P_gauge P_abs cp 3 C cp 30 C cp 60 C cp 90 C [PSI] [kpa] [kpa] [kj/kg-k] [kj/kg-k] [kj/kg-k] [kj/kg-k] The specific heat of water has been calculated for a temperature range from 1 to 100 C using EES. The results are presented in Table 6. SpechHeat.m determines the specific heat with respect to the temperature provided as parameter. Solar Energy Laboratory Page 12 2/2/2007

13 Table 6 Temperature dependence of the specific heat capacity of water calculated with EES T cp [C] [kj/kg-k] Determination of incident angle and solar time (IncidentAngle.m) The module IncidentAngle.m returns the incident angle on a tilted surface and the solar time for the following parameters (definitions taken from Duffie, Beckman (2006)): Table 7 Parameters of the module IncidentAngle.m n nth day of the year ( ) phi Latitude, the angular location north or south of the equator, north positive; - 90 <=phi<=90 beta gamma localtime daylightsaving L_st L_loc Slope, the angle between the plane of the surface in question and the horizontal; 0 <=beta<=180 (beta>90 means that the surface has a downward-facing component. Surface azimuth angle, the deviation of the projection on a horizontal plane of the normal to the surface from the local meridian, with zero due south, east negative, and west positive; -180 <= gamma <=180 local time in seconds 1 if localtime is daylight saving time and 0 if localtime is no daylight saving time Standard meridian for local time zone Longitude of the location, in degress west; 0 <L_loc<360 The following calculations are performed (all equations taken from Duffie, Beckman (2006)) to return the incidence angle and solar time: Solar Energy Laboratory Page 13 2/2/2007

14 B=(n-1)*(360/365); %Degree per day - SETP(1.4.2) E=229.2*( *cosd(B) *sind(B) *cosd(2*B) *sind(2*B)); %Equation of time - SETP(1.5.3) standardtime=localtime-daylightsaving*3600; %Local time is given in seconds, 1 hour = 3600 sec must be subtracted during DST solartime=standardtime+(4*(l_st-l_loc)+ E)*60; %Solar time = standard time + difference in minutes * 60 - SETP(1.5.2) omega=15*(solartime/ ); %Hour angle, the angular displacement of the sun east or west of the local meridian due to rotation of the earth on its axis at 15 per hour; morning negative, afternoon positive. delta= *cosd(b) *sind(b) *cosd(2*B) *sind(2*B) *cosd(3*B) *sind(3*B); %Declination equation from Spencer(1971) - SETP(1.61b) theta=acosd(sind(delta)*sind(phi)*cosd(beta)- sind(delta)*cosd(phi)*sind(beta)*cosd(gamma)+cosd(delta)*cosd(phi)*co sd(beta)*cosd(omega)+cosd(delta)*sind(phi)*sind(beta)*cosd(gamma)*cos d(omega)+cosd(delta)*sind(beta)*sind(gamma)*sind(omega)); %Equation for the angle of incidence - SETP(1.6.2) Figure 2 Matlab code of IncidentAngle.m 1.6. Reading ISIS radiation data (ISISread.m) ISISread.m returns the following values for a given year, day of year, location and the time of day in seconds in Universal Coordinated Time (UTC): total Total radiation on a horizontal surface in W/m 2 beam Beam radiation normal to sun in W/m 2 diffuse Diffuse radiation on a horizontal surface in W/m 2 zenith Solar zenith angle in degree ISISread searches for the proper data file in the ISIS data directory, loads the file using the module ISISimport.m (Chapter 1.7), goes through the rows of the loaded ISIS data file until the time given as parameter is within the 3-minute interval of the actual row. Then the data listed above are read from this row and returned to the calling instance. The following columns in the ISIS data file are relevant: Column number Table 8 Structure of ISIS data files Variable 7 Time of day as decimal number 8 Solar zenith angle 9 Total radiation (horizontal) 11 Beam radiation (normal) 13 Diffuse radiation (horizontal) Solar Energy Laboratory Page 14 2/2/2007

15 1.7. Importing ISIS radiation data files (ISISimport.m) ISISimport.m imports the ISIS data file for the given year, day and location and loads the contained data into a structure array containing two matrices. The matrix data contains the measurements while the matrix textdata contains the two header lines. The matrices can be accessed as follows (example for year 2006, day 300, and location Madison): A=ISISimport(2006,300, msn ) B=A.data C=A.textdata The data files are provided by ISIS in the following ftp directory: ftp://ftp.srrb.noaa.gov/pub/data/isis/ A local mirror of the ftp directory has been created; the path of the local directory must be defined within the ISISimport.m code Total solar irradiance normal to sun (TotalNormal.m) At the MATC test facility only one pyranometer is installed to measure the total solar irradiance upon the collector plane. From this information alone the total solar irradiance normal to the sun can not be determined, as required in the test standard. This is why values for the irradiance normal to the sun are derived from ISIS data. The total solar irradiance on a horizontal plane I, the total diffuse radiation on a horizontal plane I d and the beam radiation normal to the sun I bn are measured and published as data files for each day of the year. These measurements are taken on top of the Engineering Research Building in Madison, which is about 5 miles from the MATC test site. Based on these measurements, the Liu and Jordan method is used to calculate the total solar irradiance normal to the sun I n (Equation (1.2)): 1+ cos( β ) 1 cos( β ) In = Ibn + Id + Iρ 2 2 (1.2) Figure 3 shows that the tilt angle β is always equal to the solar zenith angle θ z, so β is given by Equation (1.3). θ z β Figure 3 Tilt angle of a surface orientated normal to beam radiation Solar Energy Laboratory Page 15 2/2/2007

16 β = θ z (1.3) The ground reflectance must be determined at the test site. The ground reflectance is not constant throughout the year. A snow cover on the ground increases the ground reflectance significantly. As long as the ground reflectance is not known, a value of 0.3 is used as a reasonable value. All three required radiation variables I bn, I d, and I are provided by ISIS. However, the three variables are dependent through Equations (1.4) and (1.5). I = I cos( β ) (1.4) b d bn I = I I (1.5) As the beam and diffuse radiation measurements are typically of higher accuracy, the total radiation values are calculated from the beam and diffuse radiation measurements by using Equations (1.4) and (1.5). A separate chapter in one of the next reports will deal with the quality of total radiation measurements and discuss this issue in more detail. The ISIS data is reported in average values over 3-minute-intervals. This means that a case as shown in Figure 4 can occur. While the mean value reported by ISIS is greater than the required lower limit, the actual total irradiance falls below the lower limit within the considered interval. If one were using the actual data instead of the three minute average values the sudden irradiance drop would cause a failure in the hard condition check. However, as the ASHRAE standard does prescribe the time intervals for calculating average values or taking measurements, the 3-minute ISIS data is used for the hard condition check and the possibility of a situation such as shown in Figure 4 is accepted. Still the data from the MATC pyranometer, which measures the irradiance every second, is used to check for soft conditions. So steady state behavior, as defined in ASHRAE Standard , is guaranteed. b Total irradiance Mean value Lower limit 0 Time (min) 3 Figure 4 3-minutes-mean value and check for lower limits Solar Energy Laboratory Page 16 2/2/2007

17 1.9. Test conditions check (TCC.m) Test periods and test conditions In order to calculate the efficiencies, valid test periods within the test data must be identified. A test period contains a pre-data period and a data period as shown in Figure 1 of Report 2 (November 2006). A test period is valid if all requirements for the test conditions defined in the ASHRAE Standard are met. Test conditions have been described in Section 3 of Report 2 (November 2006), all of the following considerations refer to that section. For the processing of the data, it is convenient to distinguish between two groups of test conditions. The first group contains the hard conditions. Hard conditions define absolute limits for a variable. Four hard test conditions for the thermal efficiency test are defined in the ASHRAE Standard and presented in Table 9. Table 9 Hard conditions Variable Steady State Condition Total solar irradiance normal to sun (Maximum/Minimum values) Minimum 790 W/m 2 Fraction of diffuse radiation Maximum 20% Wind speed Wind speed Minimum 2.2 m/s Maximum 4.5 m/s The second group of test conditions contains soft conditions. Soft conditions define the maximum allowed range of a variable. Four soft conditions for the thermal efficiency test are defined in the ASHRAE Standard and presented in Table 10. Table 10 Soft conditions Variable Steady State Condition Total solar irradiance upon aperture plane (Maximum variation) ±32 W/m 2 Ambient temperature ±1.5 C Volume flow rate ±2 % or ±0.005 gpm Inlet temperature ±2 % or ±1 C 1) 1) The greater one of both listed variations must be applied 1) TCC.m first checks a measurement for hard conditions and then for soft conditions. The process is visualized in Figure 5. If a measurement meets all test conditions, it is put into Solar Energy Laboratory Page 17 2/2/2007

18 the test period array and TCC proceeds with the next measurement. If the required amount of valid measurements has been collected, the row indices in meanmatrix of the data in the test period array are stored in the matrix datapoints. So datapoints does not contain the test data itself, but pointers to the valid dat apoints in meanmatrix. Table 11 shows the contents of the matrix datapoints. Table 11 Variables in matrix datapoints Column no Variable Units 1 Pre-data period start row in meanmatrix 2 Data period start row in meanmatrix 3 Test period end row in meanmatrix Production Data File Test Conditions Check Hard conditions check Soft conditions check Test Period Array Figure 5 Data analysis: test conditions check, every number represents a single measurement A distinction between hard and soft conditions has been introduced. This distinction is directly reflected in the way TCC handles these conditions. To check for the hard conditions, TCC.m compares the values of the measurements with the limits listed in Table 9. If a measurement does not meet all the hard conditions, the test period array is emptied, as it does not contain enough valid measurements for a complete test period. So if the hard conditions check is not passed all proceeding measurements for the actual test period are lost. To check for the soft conditions, TCC calculates the mean value from all measurements in the test period array (measurements 1 to 5 in Figure 5) and the actual measurement (measurement 6 in Figure 5). Then the allowed interval for the measurements is set to the calculated mean value plus the allowed variation range as presented in Table 10. To pass the soft condition check, the value of all measurements in the test period array and the actual measurement must be within this allowed interval. If a measurement does not meet all the soft conditions, the test period array is not completely emptied, but only the first measurement (Measurement 1 in Figure 5) is removed. Then the mean value of the Solar Energy Laboratory Page 18 2/2/2007

19 modified test period array (measurements 2 to 5 in Figure 5) and the actual measurement is determined and the check for soft conditions is repeated with this new mean value. This process is repeated until the actual measurement passes the check. In the worst case, the test period array becomes completely emptied. Then the actual measurement, which has already passed the hard conditions check, also passes the soft conditions check as the mean value of single measurement is equal to the value of the measurement and so automatically lies within the allowed variation range. TCC.m proceeds then with the hard condition check for the next measurement in the production data file Efficiency calculation (EffCalc.m) The result of the check on test condition described in the previous section is the matrix datapoints that contain pointers to valid test periods in meanmatrix. Figure 6 shows an example of a part of meanmatrix that contains a valid test period. At this point the efficiency for a test period can be calculated. The product of mass flow, heat capacity of the heat transfer fluid and the temperature difference between collector inlet and outlet is integrated with respect to time to calculate the useful energy gain of the collector. The global solar irradiance upon the aperture plane of the collector measured by the pyranometer is integrated over time and multiplied with the gross collector area to quantify the energy incident upon the collector during the data period. The ratio of the two calculated values represents the thermal efficiency of the collector. It is important to mention that the integration interval contains only the data period, not the pre-data period. The calculated efficiency is plotted with respect to the related temperature difference-irradiance ratio in C per W/m 2. The temperature difference is the average inlet temperature minus the average ambient temperature. Solar Energy Laboratory Page 19 2/2/2007

20 No Δ T m c p t f,e t f,i G t n-d n n Pre-data period Data period Calculation of Thermal Efficiency η g = T2 T1 mc p ( t A f, e T2 g T1 t G dt t f, i ) dt = n ( mc p ( t f, e t f, i ) ΔT ) k = n d A n g k = n d G ΔT t k Calculation of temperature difference irradiance ratio x n ( t f, e t f, i ) ΔT ) k = n d = n k = n d ΔT k The results are generated! datapoint = ( x, η g ) Figure 6 Computation of thermal efficiency and temperature difference irradiance ratio Matrix results The result matrix results contain the following information: Table 12 Variables in matrix results Column number Variable Units 1 Day of year days 2 Start time of data period (local time) sec 3 Useful energy gain kj 4 Solar Irradiance energy kj Solar Energy Laboratory Page 20 2/2/2007

21 5 Efficiency - 6 Average inlet temperature F 7 Average ambient temperature F 8 Average solar irradiance W/m 2 9 Temperature-irradiance ratio C/(W/m 2 ) 10 Start row predata period row 11 Start row data period row 12 Stop row test period row 13 Average interval rows 14 Deviation from solar noon, morning negative, afternoon positive min Symmetry to solar noon One of the test conditions required that has not yet been discussed is symmetry to solar noon. For each inlet temperature level, two measurements shall be taken before solar noon and two after solar noon. According to the Standard, this procedure is intended to avoid any kind of transient effects that could bias the test results (ASHRAE Standard , section ). However, it would seem that the procedure is really intended to minimize incidence angle effects. The check for symmetry is done manually in this version of the software. Two data points are symmetric if one is before and the other one is after solar noon and their deviations from solar noon differ by no more than 15 minutes. However, this value is not defined in the ASHRAE standard but chosen arbitrarily Conclusion The software TestAnalyzer will be intensively tested during the next weeks to ensure that all of its components work properly. Also another module will be added that generates a final report as required by the ASHRAE Standard Solar Energy Laboratory Page 21 2/2/2007

22 2. Results of the first collector tests 2.1. Introduction TestAnalyzer has been used to analyze the data of all thermal efficiency tests performed at MATC thus far. The original data have been averaged over intervals of 10 measurements, which corresponds to a time interval of approximately 10 seconds. The test condition check has found 18 valid data points. A total of 10 out of these 18 data points are symmetric to solar noon. To meet the ASHRAE Standard requirements, 6 more data points symmetric to solar noon are required. Thus, the results presented below are not in conformance with ASHRAE Standard However, they do provide a good indication whether or not the test facility and the data analysis procedures are yielding reasonable test results Results Figure 7 shows the efficiency curve of the collector based on 10 data points. These data points contain five pairs which are symmetric to solar noon as described in Chapter Two different methods have been used to fit a linear curve to the data points. The green line has been created using the standard technique of a least-squares fit. This method is prescribed by the ASHRAE Standard in Chapter 8.5. For the red curve the linear fit with bivariate regression has been used. Figure 7 shows that both methods lead to almost identical curves. Solar Energy Laboratory Page 22 2/2/2007

23 Figure 7 Collector test results, 10 data points symmetric to solar noon Figure 8 contains the same information as Figure 7, but instead of using only the 10 symmetric data points, all 18 data points are used. This time the curves based on different method for fitting the data differ. According to the linear least squares method dictated in the Standard, the intercept is at 64.6 % efficiency with a slope of while the bivariate regression methods results in an intercept of 67.3% efficiency and a slope of Solar Energy Laboratory Page 23 2/2/2007

24 2.3. Conclusion Figure 8 Collector test results, 18 data points, not symmetric to solar noon The results presented above are typical for flat plate collectors of the type tested at MATC. This results show that the test facility at MATC does have the capability to provide reasonable test data. Applying another fitting method than that one required by ASHRAE Standard can result in different results for the same data points, as Figure 8 shows. Solar Energy Laboratory Page 24 2/2/2007

25 3. Quality of total radiation measurements 3.1. Introduction The total radiation on a horizontal surface is required for the analysis of the collector test data. This value can be measured directly with a horizontal pyranometer (direct method) or it can be calculated from beam radiation measured by a sun tracking pyrheliometer and the diffuse radiation measured by a horizontal pyranometer with a sun tracking shading disc (combined method). The objective of this section is to evaluate the accuracy of the two methods. In case there is a difference in quality between the two methods, the method with higher quality will be chosen. The first step is to compare results of the direct and the combined method, based on real measurements Calculations The total solar irradiance on a horizontal plane I, the total diffuse radiation on a horizontal plane I d and the beam radiation normal to the sun I bn are measured on the roof of the University of Wisconsin-Madison s Engineering Research Building in Madison and published as data files for each day of the year by the ISIS data monitoring project 3. The total radiation measurements have larger uncertainty for large values of the solar zenith angle. The total radiation is measured on a horizontal surface so that at times near sunrise and sunset, the incidence angle upon the pyranometer plane is close to 90 degree. While the diffuse part of the total radiation should be measured nearly independently of the zenith angle, the beam part is expected to be measured to low for values close to 90 degree. However, the direct beam radiation is measured separately by a sun tracking pyrheliometer and the diffuse radiation by a horizontal pyranometer with a shading disc. Based on the two latter measurements the value for the total radiation will be calculated and compared to the pyranometer-measured value. The difference between measured and calculated values of total radiation will be called error in the following. The three radiation variables I bn, I d, and I are related according to Equations (1.4) and (1.5). I = I cos( β ) (1.6) b bn I = I + I (1.7) b I bn is the beam radiation on a surface normal to the sun. Figure 3 shows that the tilt angle β of a surface normal to the sun is always equal to the solar zenith angle θ z. So β is given by Equation (1.3). Solar zenith angle values are provided within the ISIS data files. d 3 Integrated Surface Irradiance Study (ISIS) Network, Solar Energy Laboratory Page 25 2/2/2007

26 θ z β Figure 9 Tilt angle of a surface orientated normal to beam radiation β = θ z (1.8) As a result of the shown dependency, the measured values of beam and diffuse radiation can be used to check the measured values of total radiation. Assuming that the measurements of beam and diffuse radiation are correct, the absolute and relative errors of the total radiation measurements can be calculated. This is done by calculating the total radiation with Equation (1.5), the absolute error with Equation (1.9), and the relative error with Equation (1.10) Results absolute _ error = Imeasured Icalculated (1.9) relative I I error = (1.10) I _ measured calculated calculated The ISIS radiation data and the relative error with respect to the solar zenith angle have been plotted for four days in 2006, two clear days and two overcast days. For both kinds of weather one day before ISIS performed sensor calibration on Jul 13, 2006, and one day after the calibration has been chosen. The ISIS irradiance plots for each pair of days are followed by a plot which compares the absolute and relative error before and after calibration. Finally, the uncertainty of the absolute error (due to uncertainty in zenith angle, beam, and diffuse radiation measurements) has been calculated and plotted for both days. Solar Energy Laboratory Page 26 2/2/2007

27 Clear days Figure 10 ISIS irradiance plot, clear day, before calibration Figure 11 ISIS irradiance plot, clear day, after calibration Solar Energy Laboratory Page 27 2/2/2007

28 Figure 12 Relative and absolute error of measured and calculated total irradiance; clear day; red before calibration (Jun 4, 2006), blue after calibration (Jul 15, 2006) Solar Energy Laboratory Page 28 2/2/2007

29 Figure 13 Uncertainty of absolute error, clear day, before calibration Figure 14 Uncertainty of absolute error, clear day, after calibration Solar Energy Laboratory Page 29 2/2/2007

30 Overcast days Figure 15 ISIS irradiance plot, overcast day, before calibration Figure 16 ISIS irradiance plot, overcast day, after calibration Solar Energy Laboratory Page 30 2/2/2007

31 Figure 17 Relative and absolute error of measured and calculated total irradiance; clear day; red before calibration (May 14, 2006), blue after calibration (Jul 21, 2006) Solar Energy Laboratory Page 31 2/2/2007

32 Figure 18 Uncertainty of absolute error, overcast day, before calibration Figure 19 Uncertainty of absolute error, overcast day, after calibration Solar Energy Laboratory Page 32 2/2/2007

33 3.4. Discussion For solar zenith angle greater than 80 degrees, the relative error is greater than 10% for all considered days - as expected. Looking at the uncertainty plot for July 15 (Figure 11), the difference between measured and calculated total irradiance seems to be small in the range from 50 to 65 degree zenith angle, but for smaller zenith angles (20-50 degree) calculations and measurements do not agree, even with consideration of uncertainty, as shown in Figure 14. Three possible reasons are: 1. The beam radiation measurements are inaccurate for degrees. 2. The total radiation measurements are inaccurate for degrees. 3. The diffuse radiation measurements are inaccurate for degrees. The diffuse and total radiation measurements agree very well on overcast days as shown in Figure 17. The absolute and relative errors on Jul 21, 2006 (after calibration) do not show the tendency to higher errors for lower zenith angles in the range between 20 and 50 degrees. On this day, the beam radiation is measured to be nearly zero, so the beam radiation measurement cannot affect the error. Consequently the measurement of beam radiation by the pyrheliometer or, as a fraction of total radiation, by the pyranometer must cause the errors Conclusion The results presented above have shown that direct measurements of total radiation with a pyranometer do not lead to the same results as the combined measurements of direct normal and diffuse radiation with the current instruments. The analysis of the test results leads to the conclusion that the measurement of beam radiation causes the deviation in values for total radiation between direct and combined method. The pyrheliometer measures only the beam radiation while the pyranometer measures the total radiation which includes beam and diffuse radiation. From the results presented above it can not be derived whether the pyrheliometer or the pyranometer measures the beam radiation more accurate. At this point John Augustine of the National Oceanic & Atmospheric Administration (NOAA) has provided help and suggestions. He is responsible for ISIS program and is therefore involved in solar radiation measurements. The question which of the two instruments and therefore which of the two methods is more accurate has already been analyzed. Michaelsky et al. (1999) have shown that the combined method using beam and diffuse measurements is more accurate than the direct measurement of total radiation with a pyranometer 4. Two major errors reduce the accuracy of the pyranometer measurements, the cosine error and the temperature offset. Figure 12 shows the cosine error of the pyranometer. Figure 17 shows the temperature offset, which was reduced by the calibration of the pyranometer. The cosine error occurs only if beam radiation is 4 Michalsky et al. (1999) Optimal Measurement of Surface Shortwave Irradiance Using Current Instrumentation, J. Atmos. and Ocean Tech., 16, Solar Energy Laboratory Page 33 2/2/2007

34 present. Consequently, the measurement of diffuse radiation by a pyranometer does not exhibit the cosine error. This conclusion agrees with the results presented above. For the described reasons the combined method will be used for determining the total radiation whenever possible. A pyranometer is used to measure the irradiance upon the collector during the tests. This measurement is very important as it significantly affects the test results. As a fixed test mount is used during the tests, the incidence angle upon the pyranometer changes. It will be analyzed in how far the cosine error reduces the quality of the test results.. Solar Energy Laboratory Page 34 2/2/2007

35 4. Pyranometer calibration A Precision Spectral Pyranometer, model PSP, manufactured by The Eppley Laboratory, Inc., is installed at the MATC collector test mount to measure the total irradiance upon the collector aperture plane. The MATC PSP has been calibrated by the manufacturer. As the test analysis is based not only on the measurements of the MATC PSP but also on ISIS radiation measurements, it is desirable to check in how far the MATC and ISIS measurements agree with each other. For this purpose the MATC PSP has been orientated horizontally facing the sky to measure total solar irradiance on a horizontal surface. The results have been compared to ISIS measurements. Two methods have been used to receive total radiation from ISIS data. The direct method uses the measurements of a single pyranometer (total radiation on horizontal surface is measured directly) while the combined method combines the separate measurements of beam radiation and diffuse radiation. The calculations required for the latter method are the same as described in Section 3.2 of this report. The MATC measurements have been averaged over the same 3 minutes periods as the provided ISIS data to allow comparison. 525 ISIS Combined beam and diffuse Total Irradiance [W/m2] ISIS Total Horizontal MATC Total Horizontal localtime [h] Figure 20 Irradiance measurements from MATC and ISIS Solar Energy Laboratory Page 35 2/2/2007

36 0-10 MATC total - ISIS total DELTA [W/m2] MATC total - ISIS combined beam and diffuse localtime [h] Figure 21 Absolute deviation of the MATC pyranometer compared to ISIS pyranometer (1, black) and ISIS beam and diffuse (2, blue) DELTA [%] MATC total - ISIS total -8-9 MATC total - ISIS combined beam and diffuse localtime [h] Figure 22 Relative deviation of the MATC pyranometer compared to ISIS pyranometer (1, black) and ISIS beam and diffuse (2, blue) Solar Energy Laboratory Page 36 2/2/2007

37 The data were taken on Jan 25, The MATC measurements have been performed at the test site where usually the collector test mount is positioned. The pyranometer has been placed on an elevated position two meters above ground, as shown in Figure 25 through Figure 27. The ISIS instruments are positioned on the roof of the ERB building in Madison. The linear distance between the two locations is about 8.3 kilometers. Figure 20 show that the MATC and ISIS total radiation measurements have the same gradient on slightly different levels. So, as expected, the distance between the two locations is negligible on clear days like the one considered. The MATC pyranometer measures the total irradiance to be 23.4 W/m 2 or 5.4% (on average) less than the measurements of the ISIS pyranometer. The deviation from the total irradiance calculated from ISIS beam and diffuse measurements is even greater, MATC measurements are on average 28 W/m2 or 6.4% below ISIS measurements. A difference in the order of 8% is significant. Many factors can influence the measurements, like reflections of the surroundings, unclean instruments, etc. The question is whether the MATC or the ISIS are closer to the true total irradiance value, or whether both measurements are good and the actual irradiance differs at both locations. Solar Energy Laboratory Page 37 2/2/2007

38 5. Experimental Determination of the Ground Reflectance at the MATC Collector Test Site 5.1. Description of the experiment The total solar irradiance upon a point 2 meters above the ground (A in Figure 23) can be divided into two fractions. The first one is irradiance coming from the sky I sky (B in Figure 23), the second one irradiance coming from the ground I ground (C in Figure 23). A: Total Horizontal (2m above ground) B: Sky Horizontal (2m above ground) C: Ground Horizontal (2m above ground) Figure 23 The different origins of irradiance The ground reflectance ρ g is the ratio of the ground irradiance and the total irradiance as shown in Equation (1.11). ρ g = I I ground ground + I sky (1.11) To determine the ground reflectance at the MATC collector test facility, the irradiance from the sky and the irradiance from the ground have been measured with the test setup shown in Figure 24. Only one pyranometer has been used. The sky and ground irradiance have been measured over two successive periods of 6 minutes. This sequence has been repeated three times before and three times after solar noon. Sky Ground 2m 2m Figure 24 Test setup for ground reflectance determination The test was performed on Jan 25, The ground at the test site was partly covered with snow, as shown in Figure 25. The test has been performed at the same position the collector test mount is placed during the collector tests. The irradiance measurements have been averaged over a 5 minutes interval within the 6 minute test periods. The one minute difference allows excepting measurements during turning the pyranometer. Solar Energy Laboratory Page 38 2/2/2007

39 5.2. Pictures Figure 25 Total radiation on horizontal measurements, picture in direction south-east, ground partly snow covered, Thomas Kaminski Figure 26 Total radiation on horizontal measurements, picture in direction north-west, showing closest building, Thomas Kaminski Solar Energy Laboratory Page 39 2/2/2007

40 Figure 27 Total radiation on horizontal measurements, picture of pyranometer and measure showing height above ground, Thomas Kaminski 5.3. Results The results are presented in Table 13. The first column contains the start time of the test period and the orientation of the pyranometer. The second column shows the averaged irradiance. The third column contains the calculated ground reflectance based on the irradiance in the same row and the preceding row. Table 13 Ground reflectance results on Jan 25, 2007 Test period start time Orientation Average irradiance [W/m 2 ] Ground reflectance 11:48:45 up :54:20 down :00:32 up :05:49 down :11:19 up :18:35 down Average 0.20 The ground reflectance was found to be 0.2 for the partly snow covered ground. This value is below the expected typical range from 0.3 to 0.7. Additional tests will be co nducted to on a day with no snow cover and on a day with full snow cover to show the range of ground reflectance at the test site. Solar Energy Laboratory Page 40 2/2/2007

Development and Validation of Flat-Plate Collector Testing Procedures

Development and Validation of Flat-Plate Collector Testing Procedures Development and Validation of Flat-Plate Collector Testing Procedures Report for March, 2007 Focus on Energy (FOE) supports solar thermal systems that displace conventional fuels by offering cash-back

More information

Development and Validation of Flat-Plate Collector Testing Procedures

Development and Validation of Flat-Plate Collector Testing Procedures Development and Validation of Flat-Plate Collector Testing Procedures Report for February, 2007 Focus on Energy (FOE) supports solar thermal systems that displace conventional fuels by offering cash-back

More information

Simplified Collector Performance Model

Simplified Collector Performance Model Simplified Collector Performance Model Prediction of the thermal output of various solar collectors: The quantity of thermal energy produced by any solar collector can be described by the energy balance

More information

ME 476 Solar Energy UNIT THREE SOLAR RADIATION

ME 476 Solar Energy UNIT THREE SOLAR RADIATION ME 476 Solar Energy UNIT THREE SOLAR RADIATION Unit Outline 2 What is the sun? Radiation from the sun Factors affecting solar radiation Atmospheric effects Solar radiation intensity Air mass Seasonal variations

More information

EE Properties of Sunlight. Y. Baghzouz Professor of Electrical Engineering

EE Properties of Sunlight. Y. Baghzouz Professor of Electrical Engineering EE 495-695 2.2 Properties of Sunlight Y. Baghzouz Professor of Electrical Engineering Azimuth angle The azimuth angle is the compass direction from which the sunlight is coming. At the equinoxes, the sun

More information

Sunlight and its Properties II. EE 446/646 Y. Baghzouz

Sunlight and its Properties II. EE 446/646 Y. Baghzouz Sunlight and its Properties II EE 446/646 Y. Baghzouz Solar Time (ST) and Civil (clock) Time (CT) There are two adjustments that need to be made in order to convert ST to CT: The first is the Longitude

More information

EAS 535 Laboratory Exercise Solar Radiation

EAS 535 Laboratory Exercise Solar Radiation EAS 535 Laboratory Exercise Solar Radiation Lab Objectives: Estimate the atmospheric optical depth and solar constant from a set of measurements of the total and diffuse solar radiation at the surface.

More information

Chapter 1 Solar Radiation

Chapter 1 Solar Radiation Chapter 1 Solar Radiation THE SUN The sun is a sphere of intensely hot gaseous matter with a diameter of 1.39 10 9 m It is, on the average, 1.5 10 11 m away from the earth. The sun rotates on its axis

More information

Calculating equation coefficients

Calculating equation coefficients Solar Energy 1 Calculating equation coefficients Construction Conservation Equation Surface Conservation Equation Fluid Conservation Equation needs flow estimation needs radiation and convection estimation

More information

Chapter 2 Available Solar Radiation

Chapter 2 Available Solar Radiation Chapter 2 Available Solar Radiation DEFINITIONS Figure shows the primary radiation fluxes on a surface at or near the ground that are important in connection with solar thermal processes. DEFINITIONS It

More information

Feasibility study of one axis three positions tracking solar PV with low concentration ratio reflector

Feasibility study of one axis three positions tracking solar PV with low concentration ratio reflector Energy Conversion and Management 48 (27) 1273 128 www.elsevier.com/locate/enconman Feasibility study of one axis three positions tracking solar PV with low concentration ratio reflector B.J. Huang *, F.S.

More information

Motion of the Sun. View Comments

Motion of the Sun. View Comments Login 2017 Survey to Improve Photovoltaic Education Christiana Honsberg and Stuart Bowden View Comments Instructions 1. Introduction 2. Properties of Sunlight 2.1. Basics of Light Properties of Light Energy

More information

ISO/TC 180/SC. Date: ISO/xxxx yyyy. Secretariat: SA. Solar energy Collector fields Check of performance. Énergie solaire xxx yyy

ISO/TC 180/SC. Date: ISO/xxxx yyyy. Secretariat: SA. Solar energy Collector fields Check of performance. Énergie solaire xxx yyy ISO/TC 180/SC Date: 2017-09-20 ISO/xxxx yyyy ISO/TC 180/SC /WG Secretariat: SA Solar energy Collector fields Check of performance Énergie solaire xxx yyy JEN/version 06, 2018-09-07 Document type: Fejl!

More information

Chapter Seven. Solar Energy

Chapter Seven. Solar Energy Chapter Seven Solar Energy Why Studying Solar energy To know the heat gain or heat loss in a building In making energy studies In the design of solar passive homes. Thermal Radiation Solar spectrum is

More information

Optimizing the Photovoltaic Solar Energy Capture on Sunny and Cloudy Days Using a Solar Tracking System

Optimizing the Photovoltaic Solar Energy Capture on Sunny and Cloudy Days Using a Solar Tracking System Optimizing the Photovoltaic Solar Energy Capture on Sunny and Cloudy Days Using a Solar Tracking System Nelson A. Kelly and Thomas L. Gibson Chemical Sciences and Material Systems Laboratory General Motors

More information

4. Solar radiation on tilted surfaces

4. Solar radiation on tilted surfaces 4. Solar radiation on tilted surfaces Petros Axaopoulos TEI of Athens Greece Learning Outcomes After studying this chapter, readers will be able to: define the direct, diffuse and reflected solar radiation

More information

Modeling of the Optimum Tilt of a Solar Collector to Receive Maximum Radiation

Modeling of the Optimum Tilt of a Solar Collector to Receive Maximum Radiation Nigerian Journal of Solar Energy, Vol. 25, 14. Solar Energy Society of Nigeria (SESN) 14. All rights reserved. Modeling of the Optimum Tilt of a Solar Collector to Receive Maximum Radiation 1 Garba, I.

More information

GHI CORRELATIONS WITH DHI AND DNI AND THE EFFECTS OF CLOUDINESS ON ONE-MINUTE DATA

GHI CORRELATIONS WITH DHI AND DNI AND THE EFFECTS OF CLOUDINESS ON ONE-MINUTE DATA GHI CORRELATIONS WITH DHI AND DNI AND THE EFFECTS OF CLOUDINESS ON ONE-MINUTE DATA Frank Vignola Department of Physics 1274 University of Oregon Eugene, OR 97403-1274 e-mail: fev@uoregon.edu ABSTRACT The

More information

Contents... 1 Intro... 1 Giving guarantees... 2

Contents... 1 Intro... 1 Giving guarantees... 2 Guaranteed power output IEA SHC TECH SHEETS 45.A.3.1, page 1 of 12 Subject: Description: Guarantee power output of large collector fields Procedures to give power output guarantees for large collector

More information

The Comparison between the Effects of Using Two Plane Mirrors Concentrator and that without Mirror on the Flat- Plate Collector

The Comparison between the Effects of Using Two Plane Mirrors Concentrator and that without Mirror on the Flat- Plate Collector ICCHT2010 5 th International Conference on Cooling and Heating Technologies, Bandung, Indonesia 911 December 2010 The Comparison beteen the ffects of Using To Plane Mirrors Concentrator and that ithout

More information

Correcting Global Shortwave Irradiance Measurements for Platform Tilt

Correcting Global Shortwave Irradiance Measurements for Platform Tilt Correcting Global Shortwave Irradiance Measurements for Platform Tilt R. Michael Reynolds RMR Company, Brookhaven NY 11719 USA January 11, 2007 Abstract This technical memo describes an algorithm for correcting

More information

Construction and performance analysis of a three dimensional compound parabolic concentrator for a spherical absorber

Construction and performance analysis of a three dimensional compound parabolic concentrator for a spherical absorber 558 Journal of Scientific & Industrial Research J SCI IND RES VOL 66 JULY 2007 Vol. 66, July 2007, pp. 558-564 Construction and performance analysis of a three dimensional compound parabolic concentrator

More information

Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS

Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS NAME(S)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ASTRONOMY 25 Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS SECTION DAY/TIME S. V. LLOYD Overview The seasonal variation in temperature is due to two changes

More information

AVAILABLE SOLAR RADIATION THEORETICAL BACKGROUND

AVAILABLE SOLAR RADIATION THEORETICAL BACKGROUND AVAILABLE SOLAR RADIATION THEORETICAL BACKGROUND DETERMINING THE OPTIMUM ORIENTATION OF A GREENHOUSE ON THE BASIS OF THE TOTAL SOLAR RADIATION AVAILABILITY THE SOLAR CONSTANT At a distance of one astronomical

More information

ME 430 Fundamentals of Solar Energy Conversion for heating and Cooling Applications

ME 430 Fundamentals of Solar Energy Conversion for heating and Cooling Applications ME 430 Fundamentals of Solar Energy Conversion for heating and Cooling Applications Lecture (1 of 2) Solar Energy Resource and Availability C. Cruickshank and S. Harrison 2008 The Solar Constant 1 Variation

More information

EGEE 437: HWK #2. Brownson. Yaqdaan Alkayyoomi, Mackenzie Ailes, Nicholas Minutillo, Sheel Vora. Group 17. Due on Thursday, Feb.

EGEE 437: HWK #2. Brownson. Yaqdaan Alkayyoomi, Mackenzie Ailes, Nicholas Minutillo, Sheel Vora. Group 17. Due on Thursday, Feb. EGEE 437: HWK #2 Group 17 Due on Thursday, Feb. 18, 2016 Brownson Yaqdaan Alkayyoomi, Mackenzie Ailes, Nicholas Minutillo, Sheel Vora Contents Problem 5.1............................................ 2

More information

Solar Energy Technology Prof. V. V. Satyamurty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Solar Energy Technology Prof. V. V. Satyamurty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Solar Energy Technology Prof. V. V. Satyamurty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 7 Evaluation of the Apparent Sunrise and Sunset Hour Angles (Refer

More information

Basic information about developed Calculator for solar / wind hybrid power supply

Basic information about developed Calculator for solar / wind hybrid power supply Basic information about developed Calculator for solar / wind hybrid power supply It simulates behavior of the system for off grid power supply (components: solar panels, wind generator, batteries and

More information

LECTURE 3 - SOLAR ENERGY AND SOLAR RADIATION -

LECTURE 3 - SOLAR ENERGY AND SOLAR RADIATION - LECTURE 3 - SOLAR ENERGY AND SOLAR RADIATION - Prof. Marco Perino DENER Politecnico di Torino C.so Duca degli Abruzzi 24 10129 Torino e-mail: marco.perino@polito.it http://areeweb.polito.it/ricerca/tebe/

More information

Principles of Energy Conversion Part 11A. Solar Energy Insolation

Principles of Energy Conversion Part 11A. Solar Energy Insolation Principles of Energy Conversion Part 11A. Solar Energy Insolation April 19, 2018 19 Solar Radiation 3 19.1 Overview and Background.............................. 3 19.2 Solar Energy......................................

More information

OPTIMIZATION of the GEOMETRY & MATERIAL of SOLAR WATER HEATERS.

OPTIMIZATION of the GEOMETRY & MATERIAL of SOLAR WATER HEATERS. OPTIMIZATION of the GEOMETRY & MATERIAL of SOLAR WATER HEATERS. FLAT PLATE COLLECTORS ABSORBER PLATES OPTIMIZATION OF GEOMETRY SELECTIVE SURFACES METHODS OF TESTING TO DETERMINE THE THERMAL PERFORMANCE

More information

Solar Radiation 1.1 THE SUN

Solar Radiation 1.1 THE SUN 1 Solar Radiation The sun s structure and characteristics determine the nature of the energy it radiates into space. The first major topic in this chapter concerns the characteristics of this energy outside

More information

XI. DIFFUSE GLOBAL CORRELATIONS: SEASONAL VARIATIONS

XI. DIFFUSE GLOBAL CORRELATIONS: SEASONAL VARIATIONS XI. DIFFUSE GLOBAL CORRELATIONS: SEASONAL VARIATIONS Estimating the performance of a solar system requires an accurate assessment of incident solar radiation. Ordinarily, solar radiation is measured on

More information

Observer-Sun Angles. ), Solar altitude angle (α s. ) and solar azimuth angle (γ s )). θ z. = 90 o α s

Observer-Sun Angles. ), Solar altitude angle (α s. ) and solar azimuth angle (γ s )). θ z. = 90 o α s Observer-Sun Angles Direction of Beam Radiation: The geometric relationships between a plane of any particular orientation relative to the earth at any time and the incoming beam solar radiation can be

More information

Chapter 6. Solar Geometry. Contents

Chapter 6. Solar Geometry. Contents Chapter 6. Solar Geometry Contents 6.1 Introduction 6.2 The Sun 6.3 Elliptical Orbit 6.4 Tilt of the Earth s Axis 6.5 Consequences of the Altitude Angle 6.6 Winter 6.7 The Sun Revolves Around the Earth!

More information

Collector test according to EN ,2:2002

Collector test according to EN ,2:2002 Test Report: KTB Nr. 2003-18-b-en Collector test according to EN 12975-1,2:2002 for: RM Solar Ltd Brand Name: S-Class Responsible for Testing: Dipl.-Ing. (FH) A. Schäfer Date: 17th July 2006 Address: Fraunhofer-Institute

More information

Exercise 6. Solar Panel Orientation EXERCISE OBJECTIVE DISCUSSION OUTLINE. Introduction to the importance of solar panel orientation DISCUSSION

Exercise 6. Solar Panel Orientation EXERCISE OBJECTIVE DISCUSSION OUTLINE. Introduction to the importance of solar panel orientation DISCUSSION Exercise 6 Solar Panel Orientation EXERCISE OBJECTIVE When you have completed this exercise, you will understand how the solar illumination at any location on Earth varies over the course of a year. You

More information

Estimation of Hourly Solar Radiation on Horizontal and Inclined Surfaces in Western Himalayas

Estimation of Hourly Solar Radiation on Horizontal and Inclined Surfaces in Western Himalayas Smart Grid and Renewable Energy, 2011, 2, 45-55 doi:10.4236/sgre.2011.21006 Published Online February 2011 (http://www.scirp.org/journal/sgre) 45 Estimation of Hourly Solar Radiation on Horizontal and

More information

TRENDS IN DIRECT NORMAL SOLAR IRRADIANCE IN OREGON FROM

TRENDS IN DIRECT NORMAL SOLAR IRRADIANCE IN OREGON FROM TRENDS IN DIRECT NORMAL SOLAR IRRADIANCE IN OREGON FROM 1979-200 Laura Riihimaki Frank Vignola Department of Physics University of Oregon Eugene, OR 970 lriihim1@uoregon.edu fev@uoregon.edu ABSTRACT To

More information

AME LEX-4 Solar Panels Week 2-3

AME LEX-4 Solar Panels Week 2-3 AME 20213 LEX-4 Solar Panels Week 2-3 TA: Dustin Coleman Email: dcolema4@nd.edu LEX-4 website : www.nd.edu/ dcolema4/homepage/ame 20213.html Report Due: May 3, 2011 Last Revised: April 18, 2011 Overview

More information

VARIABILITY OF SOLAR RADIATION OVER SHORT TIME INTERVALS

VARIABILITY OF SOLAR RADIATION OVER SHORT TIME INTERVALS VARIABILITY OF SOLAR RADIATION OVER SHORT TIME INTERVALS Frank Vignola Department of Physics 1274-University of Oregon Eugene, OR 9743-1274 fev@darkwing.uoregon.edu ABSTRACT In order to evaluate satellite

More information

EELE408 Photovoltaics Lecture 04: Apparent Motion of the Sum

EELE408 Photovoltaics Lecture 04: Apparent Motion of the Sum EELE408 Photovoltaics Lecture 04: Apparent Motion of the um Dr. Todd J. Kaiser tjkaiser@ece.montana.edu Apparent motion of the sun EAT Department of Electrical and Computer Engineering Montana tate University

More information

Astron 104 Laboratory #2 The Celestial Sphere

Astron 104 Laboratory #2 The Celestial Sphere Name: Date: Section: Astron 104 Laboratory #2 The Celestial Sphere Basic Setup Once the celestial sphere is properly setup, it will serve as an exact model of the heavens relative to your location on Earth.

More information

Solar Time, Angles, and Irradiance Calculator: User Manual

Solar Time, Angles, and Irradiance Calculator: User Manual Solar Time, Angles, and Irradiance Calculator: User Manual Circular 674 Thomas Jenkins and Gabriel Bolivar-Mendoza 1 Cooperative Extension Service Engineering New Mexico Resource Network College of Agricultural,

More information

Sunlight and its Properties Part I. EE 446/646 Y. Baghzouz

Sunlight and its Properties Part I. EE 446/646 Y. Baghzouz Sunlight and its Properties Part I EE 446/646 Y. Baghzouz The Sun a Thermonuclear Furnace The sun is a hot sphere of gas whose internal temperatures reach over 20 million deg. K. Nuclear fusion reaction

More information

Report of Performance Test according to EN for a Glazed Solar Collector

Report of Performance Test according to EN for a Glazed Solar Collector Institut für Solarenergieforschung GmbH Hameln / Emmerthal Test Centre for Solar Thermal Components and Systems Am Ohrberg 1. 31860 Emmerthal. Germany Report of Performance Test according to EN 12975-2

More information

Report of Performance Test according to EN for a Glazed Solar Collector

Report of Performance Test according to EN for a Glazed Solar Collector Institut für Solarenergieforschung GmbH Hameln / Emmerthal Test Centre for Solar Thermal Components and Systems Am Ohrberg 1. 31860 Emmerthal. Germany Report of Performance Test according to EN 12975-2

More information

ASSESSMENT OF SOLAR RADIATION DATA USED IN ANALYSES OF SOLAR ENERGY SYSTEMS

ASSESSMENT OF SOLAR RADIATION DATA USED IN ANALYSES OF SOLAR ENERGY SYSTEMS ASSESSMENT OF SOLAR RADIATION DATA USED IN ANALYSES OF SOLAR ENERGY SYSTEMS by Gayathri Vijayakumar A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science (Mechanical

More information

Model 3024 Albedometer. User s Manual 1165 NATIONAL DRIVE SACRAMENTO, CALIFORNIA WWW. ALLWEATHERINC. COM

Model 3024 Albedometer. User s Manual 1165 NATIONAL DRIVE SACRAMENTO, CALIFORNIA WWW. ALLWEATHERINC. COM Model 3024 Albedometer User s Manual 1165 NATIONAL DRIVE SACRAMENTO, CALIFORNIA 95834 WWW. ALLWEATHERINC. COM TABLE OF CONTENTS INTRODUCTION... 1 THEORY OF OPERATION... 2 General Description... 2 Accuracy...

More information

Estimation of Hourly Global Solar Radiation for Composite Climate

Estimation of Hourly Global Solar Radiation for Composite Climate Open Environmental Sciences, 28, 2, 34-38 34 Estimation of Hourly Global Solar Radiation for Composite Climate M. Jamil Ahmad and G.N. Tiwari * Open Access Center for Energy Studies, ndian nstitute of

More information

INVESTIGATIONS ON SOLAR THERMAL PROCESS HEAT INTEGRATION WITH PARABOLIC TROUGH COLLECTORS

INVESTIGATIONS ON SOLAR THERMAL PROCESS HEAT INTEGRATION WITH PARABOLIC TROUGH COLLECTORS INVESTIGATIO ON SOLAR THERMAL PROCESS HEAT INTEGRATION WITH PARABOLIC TROUGH COLLECTORS Heinz Marty and Elimar Frank HSR University of Applied Science of Rapperswil, Institut fuer Solartechnik SPF, 8640

More information

Solar Flat Plate Thermal Collector

Solar Flat Plate Thermal Collector Solar Flat Plate Thermal Collector INTRODUCTION: Solar heater is one of the simplest and basic technologies in the solar energy field. Collector is the heart of any solar heating system. It absorbs and

More information

1 / 17. TÜV Rheinland (Shanghai) Co., Ltd Solar/ Fuelcell Technologies. Test Report

1 / 17. TÜV Rheinland (Shanghai) Co., Ltd Solar/ Fuelcell Technologies. Test Report 1 / 17 TÜV Rheinland (Shanghai) Co., Ltd Solar/ Fuelcell Technologies Test Report Qualification of a Solar Collector in accordance with DIN EN 12975-1: 2011; DIN EN 12975-2: 2006 TÜV Report No.: 154026306_EN_P_10_Report_Gao

More information

Calibration Routine. Store in HDD. Switch "Program Control" Ref 1/ Ref 2 Manual Automatic

Calibration Routine. Store in HDD. Switch Program Control Ref 1/ Ref 2 Manual Automatic 4.2 IMPLEMENTATION LABVIEW 4.2.1 LabVIEW features LabVIEW (short for Laboratory Virtual Instrument Engineering Workbench) originally released for the Apple Macintosh in 1986. It is a highly productive

More information

Determination of Optimum Fixed and Adjustable Tilt Angles for Solar Collectors by Using Typical Meteorological Year data for Turkey

Determination of Optimum Fixed and Adjustable Tilt Angles for Solar Collectors by Using Typical Meteorological Year data for Turkey Determination of Optimum Fixed and Adjustable Tilt Angles for Solar Collectors by Using Typical Meteorological Year data for Turkey Yohannes Berhane Gebremedhen* *Department of Agricultural Machinery Ankara

More information

BSRN products and the New Zealand Climate Network

BSRN products and the New Zealand Climate Network BSRN products and the New Zealand Climate Network Ben Liley National Institute of Water & Atmospheric Research Presented to Thirteenth BSRN Scientific Review and Workshop ISAC-CNR, Bologna, Italy 9-12

More information

Expedited Filing Draft August 22, 2017

Expedited Filing Draft August 22, 2017 Applicability 1 Section 304.9 applies to: (a) (b) Requirements Expedited Filing Draft August 22, 2017 the legal owner of a wind or solar aggregated generating facility connected to the interconnected electric

More information

Experimental analysis of thermal performance of flat plate and evacuated tube solar collectors in stationary standard and daily conditions

Experimental analysis of thermal performance of flat plate and evacuated tube solar collectors in stationary standard and daily conditions Available online at www.sciencedirect.com Solar Energy 84 (2010) 1382 1396 www.elsevier.com/locate/solener Experimental analysis of thermal performance of flat plate and evacuated tube solar collectors

More information

Solar Irradiance Measurements for the Monitoring and Evaluation of Concentrating Systems

Solar Irradiance Measurements for the Monitoring and Evaluation of Concentrating Systems Solar Irradiance Measurements for the Monitoring and Evaluation of Concentrating Systems Mattia Battaglia a), Jana Möllenkamp; Mercedes Rittmann-Frank, Andreas Häberle 1 SPF Institute for Solar Technology,

More information

Agricultural Science Climatology Semester 2, Anne Green / Richard Thompson

Agricultural Science Climatology Semester 2, Anne Green / Richard Thompson Agricultural Science Climatology Semester 2, 2006 Anne Green / Richard Thompson http://www.physics.usyd.edu.au/ag/agschome.htm Course Coordinator: Mike Wheatland Course Goals Evaluate & interpret information,

More information

THE SOLAR RESOURCE: PART I MINES ParisTech Center Observation, Impacts, Energy (Tel.: +33 (0) )

THE SOLAR RESOURCE: PART I MINES ParisTech Center Observation, Impacts, Energy (Tel.: +33 (0) ) MASTER REST Solar Resource Part I THE SOLAR RESOURCE: PART I MINES ParisTech Center Observation, Impacts, Energy philippe.blanc@mines-paristech.fr (Tel.: +33 (0)4 93 95 74 04) MASTER REST Solar Resource

More information

Photovoltaic Systems Engineering

Photovoltaic Systems Engineering Photovoltaic Systems Engineering Ali Karimpour Associate Professor Ferdowsi University of Mashhad Reference for this lecture: Photovoltaic Systems Engineering Third Edition CRC Roger Messenger, Jerry Ventre

More information

FLATE Hillsborough Community College - Brandon (813)

FLATE Hillsborough Community College - Brandon (813) The Florida Advanced Technological Education (FLATE) Center wishes to make available, for educational and noncommercial purposes only, materials relevant to the EST1830 Introduction to Alternative/Renewable

More information

Measurements of the DL0SHF 8 GHz Antenna

Measurements of the DL0SHF 8 GHz Antenna Measurements of the DL0SHF 8 GHz Antenna Joachim Köppen, DF3GJ Inst.Theoret.Physik u.astrophysik, Univ. Kiel September 2015 Pointing Correction Position errors had already been determined on a few days

More information

TÜV Rheinland PTL, LLC 2210 South Roosevelt Street Tempe, AZ Test Report

TÜV Rheinland PTL, LLC 2210 South Roosevelt Street Tempe, AZ Test Report TÜV Rheinland PTL, LLC 2210 South Roosevelt Street Tempe, AZ 85282 Test Report Solar Thermal Collector Testing according to Solar Keymark and EN 12975-1: 2006 and EN 12975-2: 2006 TÜV Report No. RK1-MDS101217

More information

Standard Practices for Air Speed Calibration Testing

Standard Practices for Air Speed Calibration Testing Standard Practices for Air Speed Calibration Testing Rachael V. Coquilla Bryza Wind Lab, Fairfield, California Air speed calibration is a test process where the output from a wind measuring instrument

More information

A low-cost method for measuring solar irradiance using a lux meter

A low-cost method for measuring solar irradiance using a lux meter SHE Technical Report TR-17 A low-cost method for measuring solar irradiance using a lux meter Paul Arveson Director of Research, Solar Household Energy, Inc. March 29, 2017 Citation: Technical Report no.

More information

Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES

Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES DEVELOPMENT OF A TOOL, BASED ON THE THERMAL DYNAMIC SIMULATION SOFTWARE TRNSYS, WHICH RUNS PARAMETRIC

More information

Photovoltaic Systems Solar Radiation

Photovoltaic Systems Solar Radiation PowerPoint Presentation Photovoltaic Systems Solar Radiation The Sun Solar Radiation Sun- Earth Relationships Array Orientation Solar Radiation Data Sets Estimating Array Performance Arizona Solar Power

More information

Responsivity of an Eppley NIP as a Function of Time and Temperature

Responsivity of an Eppley NIP as a Function of Time and Temperature Responsivity of an Eppley NIP as a Function of Time and Temperature By Abstract: Frank Vignola Physics Department 174 University of Oregon Eugene, OR 97403-174 Ibrahim Reda National Renewable Energy Laboratory

More information

UNIT FOUR SOLAR COLLECTORS

UNIT FOUR SOLAR COLLECTORS ME 476 Solar Energy UNIT FOUR SOLAR COLLECTORS Flat Plate Collectors Outline 2 What are flat plate collectors? Types of flat plate collectors Applications of flat plate collectors Materials of construction

More information

1.0 BACKGROUND 1.1 Surface Radiation

1.0 BACKGROUND 1.1 Surface Radiation 1.0 BACKGROUND 1.1 Surface Radiation Meteorologists have utilized recent advances in computer speeds and atmospheric models to create increasingly accurate models of the environment. The computational

More information

Collector test according to EN ,2 : 2006

Collector test according to EN ,2 : 2006 Test Report: KTB No. 2006-27 Collector test according to EN 12975-1,2 : 2006 for: Himin Solar Energy Group Co., Ltd., China Brand Name: HUJ 16/2.1, HUJ 12/2.1, HUJ 16/1.8, HUJ 12/1.8, HUJ 16/1.6 and HUJ

More information

MEASURING SOLAR SPECTRAL AND ANGLE-OF-INCIDENCE EFFECTS ON PHOTOVOLTAIC MODULES AND SOLAR IRRADIANCE SENSORS

MEASURING SOLAR SPECTRAL AND ANGLE-OF-INCIDENCE EFFECTS ON PHOTOVOLTAIC MODULES AND SOLAR IRRADIANCE SENSORS MASURNG SOLAR SPCTRAL AND ANGL-OF-NCDNC FFCTS ON PHOTOVOLTAC MODULS AND SOLAR RRADANC SNSORS David L. King, Jay A. Kratochvil, and William. Boyson Sandia National Laboratories, Albuquerque, NM ABSTRACT

More information

Collector test according to EN ,2:2006

Collector test according to EN ,2:2006 Test Report: KTB Nr. 2007-41-en Collector test according to EN 12975-1,2:2006 for: SOLAR ENERGY,LTD, Brand name: SCM-Series Responsible for testing: Dipl.-Ing. (FH) K. Kramer Date: 26th October 2007 Address:

More information

PES ESSENTIAL. Fast response sensor for solar energy resource assessment and forecasting. PES Solar

PES ESSENTIAL. Fast response sensor for solar energy resource assessment and forecasting. PES Solar Fast response sensor for solar energy resource assessment and forecasting 30 Words: Dr. Mário Pó, Researcher at EKO Our industry continually strives to get better, smarter energy. Research and development

More information

SURFACE ORIENTATIONS AND ENERGY POLICY FOR SOLAR MODULE APPLICATIONS IN DHAKA, BANGLADESH

SURFACE ORIENTATIONS AND ENERGY POLICY FOR SOLAR MODULE APPLICATIONS IN DHAKA, BANGLADESH International Journal of Scientific & Engineering Research, Volume 5, Issue, February-014 83 ISSN 9-5518 SURFACE ORIENTATIONS AND ENERGY POLICY FOR SOLAR MODULE APPLICATIONS IN DHAKA, BANGLADESH 1 Debazit

More information

ESTIMATION OF HOURLY GLOBAL SOLAR RADIATION INCIDENT ON INCLINED SURFACES IN IRAQ AT DIFFERENT SKY CONDITION

ESTIMATION OF HOURLY GLOBAL SOLAR RADIATION INCIDENT ON INCLINED SURFACES IN IRAQ AT DIFFERENT SKY CONDITION IMPACT: International Journal of Research in Applied, Natural and Social Sciences (IMPACT: IJRANSS) ISSN(P): 2347-4580; ISSN(E): 2321-8851 Vol. 5, Issue 2, Feb 2017, 13-28 Impact Journals ESTIMATION OF

More information

Review of Anemometer Calibration Standards

Review of Anemometer Calibration Standards Review of Anemometer Calibration Standards Rachael V. Coquilla rvcoquilla@otechwind.com Otech Engineering, Inc., Davis, CA Anemometer calibration defines a relationship between the measured signals from

More information

Enerpool v Swimming Pool Simulation Simulation File: C:\ENERPOOL\SANDA.EPL Run on: Fri Feb 07 19:27:

Enerpool v Swimming Pool Simulation Simulation File: C:\ENERPOOL\SANDA.EPL Run on: Fri Feb 07 19:27: Enerpool v. 2.1.6 - Swimming Pool Simulation Simulation File: C:\ENERPOOL\SANDA.EPL Run on: Fri Feb 07 19:27:43 2003 POOL CONFIGURATION: - Solar Collector - No Heat Exchanger - Auxiliary Heater - Weather

More information

CONSTRUCTION AND CALIBRATION OF A LOCAL PYRANOMETER AND ITS USE IN THE MEASUREMENT OF INTENSITY OF SOLAR RADIATION

CONSTRUCTION AND CALIBRATION OF A LOCAL PYRANOMETER AND ITS USE IN THE MEASUREMENT OF INTENSITY OF SOLAR RADIATION NIJOTECH VOL. 11, NO. 1 SEPTEMBER 1987 OKEKE AND ANUFOROM 44 CONSTRUCTION AND CALIBRATION OF A LOCAL PYRANOMETER AND ITS USE IN THE MEASUREMENT OF INTENSITY OF SOLAR RADIATION BY C.E. OKEKE and A.C. ANUFOROM

More information

WeatherHawk Weather Station Protocol

WeatherHawk Weather Station Protocol WeatherHawk Weather Station Protocol Purpose To log atmosphere data using a WeatherHawk TM weather station Overview A weather station is setup to measure and record atmospheric measurements at 15 minute

More information

Coolant. Circuits Chip

Coolant. Circuits Chip 1) A square isothermal chip is of width w=5 mm on a side and is mounted in a subtrate such that its side and back surfaces are well insulated, while the front surface is exposed to the flow of a coolant

More information

Earth s Orbit. Sun Earth Relationships Ridha Hamidi, Ph.D. ESCI-61 Introduction to Photovoltaic Technology

Earth s Orbit. Sun Earth Relationships Ridha Hamidi, Ph.D. ESCI-61 Introduction to Photovoltaic Technology 1 ESCI-61 Introduction to Photovoltaic Technology Sun Earth Relationships Ridha Hamidi, Ph.D. Spring (sun aims directly at equator) Winter (northern hemisphere 23.5 tilts away from sun) 2 Solar radiation

More information

5.6. Barrow, Alaska, USA

5.6. Barrow, Alaska, USA SECTION 5: QUALITY CONTROL SUMMARY 5.6. Barrow, Alaska, USA The Barrow installation is located on Alaska s North Slope at the edge of the Arctic Ocean in the city of Barrow. The instrument is located in

More information

MATLAB/Simulink Based Simulation of Solar Incidence Angle and the Sun`s Position in the Sky with Respect to Observation Points on the Earth

MATLAB/Simulink Based Simulation of Solar Incidence Angle and the Sun`s Position in the Sky with Respect to Observation Points on the Earth MATLAB/Simulink Based Simulation of Solar Incidence Angle and the Sun`s Position in the Sky with Respect to Observation Points on the Earth Kian Jazayeri, Sener Uysal, Member, IEEE, Moein Jazayeri Electrical

More information

Using Your Astrolabe

Using Your Astrolabe Using Your Astrolabe So, you are working on your Astronomy Before the Telescope certification with the Astronomical League. You have built your Astrolabe. Now what? It seems easy enough to use a rotating

More information

SOLAR GEOMETRY (AND SOLAR RADIATION)

SOLAR GEOMETRY (AND SOLAR RADIATION) SOLAR GEOMETRY (AND SOLAR RADIATION) Ball State Architecture ENVIRONMENTAL SYSTEMS 1 Grondzik 1 Solar Radiation Components glass will reflect some incoming radiation; absorb some; and transmit some SHGF

More information

(Refer Slide Time: 00:01:19 min)

(Refer Slide Time: 00:01:19 min) Refrigeration and Air Conditioning Prof. M. Ramgopal Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture No. # 40 Cooling and heating Load Calculations Welcome back,

More information

Evaluation the impact tilt angle on the sun collectors

Evaluation the impact tilt angle on the sun collectors Available online at www.sciencedirect.com Energy Procedia 32 (2013 ) 222 231 International Conference on Sustainable Energy Engineering and Application [ICSEEA 2012] Evaluation the impact tilt angle on

More information

Test Bank Chapter 2: Representations of Earth

Test Bank Chapter 2: Representations of Earth Multiple Choice Test Bank Chapter 2: Representations of Earth 1. A rhumb line on a Mercator projection is a line of. a. true size b. true shape c. true compass bearing d. true location 2. Maximum longitude

More information

Time Series Model of Photovoltaic Generation for Distribution Planning Analysis. Jorge Valenzuela

Time Series Model of Photovoltaic Generation for Distribution Planning Analysis. Jorge Valenzuela Time Series Model of Photovoltaic Generation for Distribution Planning Analysis Jorge Valenzuela Overview Introduction: The solar problem and our limitations Modeling What information do we have? Solar

More information

Thermal Analysis of Solar Collectors

Thermal Analysis of Solar Collectors Thermal Analysis of Solar Collectors Soteris A. Kalogirou Cyprus University of Technology Limassol, Cyprus Contents Types of collectors Stationary Sun tracking Thermal analysis of collectors Flat plate

More information

Solar photovoltaic energy production comparison of east, west, south-facing and tracked arrays

Solar photovoltaic energy production comparison of east, west, south-facing and tracked arrays The Canadian Society for Bioengineering The Canadian society for engineering in agricultural, food, environmental, and biological systems. La Société Canadienne de Génie Agroalimentaire et de Bioingénierie

More information

Evaluation of Incident Solar Radiation on Inclined Plane by Empirical Models at Kuching, Sarawak, Malaysia

Evaluation of Incident Solar Radiation on Inclined Plane by Empirical Models at Kuching, Sarawak, Malaysia Evaluation of Incident Solar Radiation on Inclined Plane by Empirical Models at Kuching, Sarawak, Malaysia A.Q. Jakhrani 1, A. K. Othman 1, A. R. H. Rigit 1, S. R. Samo 2, L. P. Ling 1 and R. Baini 1 1

More information

The optimal tilt angle of a solar collector

The optimal tilt angle of a solar collector Available online at www.sciencedirect.com Energy Procedia 00 (01) 000 000 www.elsevier.com/locate/procedia International Conference on Sustainable Energy Engineering and Application [ICSEEA 01] The optimal

More information

Solar Energy Basics II - Estimation of Solar Radiation to a Solar Panel

Solar Energy Basics II - Estimation of Solar Radiation to a Solar Panel PDHonline Course E287 (3 PDH) Solar Energy Basics II - Estimation of Solar Radiation to a Solar Panel Instructor: Harlan H. Bengtson, Ph.D., PE 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax,

More information

Research Article Study on Effect of Number of Transparent Covers and Refractive Index on Performance of Solar Water Heater

Research Article Study on Effect of Number of Transparent Covers and Refractive Index on Performance of Solar Water Heater Renewable Energy Volume 14, Article ID 757618, 11 pages http://dx.doi.org/1.1155/14/757618 Research Article Study on Effect of Number of Transparent Covers and Refractive Index on Performance of Solar

More information

REPORT NUMBER: GZU -001 ORIGINAL ISSUE DATE:

REPORT NUMBER: GZU -001 ORIGINAL ISSUE DATE: REPORT NUMBER: 140430030GZU -001 ORIGINAL ISSUE DATE: 2014-5-6 EVALUATION CENTER TEST REPORT Intertek Testing Services Shenzhen Ltd. Guangzhou Branch Block E, No.7-2 Guang Dong Software Science Park, Caipin

More information

ANSI/AHRI Standard (Formerly ARI Standard ) 2006 Standard for Performance Rating of Desuperheater/Water Heaters

ANSI/AHRI Standard (Formerly ARI Standard ) 2006 Standard for Performance Rating of Desuperheater/Water Heaters ANSI/AHRI Standard 470-2006 (Formerly ARI Standard 470-2006) 2006 Standard for Performance Rating of Desuperheater/Water Heaters IMPORTANT SAFETY DISCLAIMER AHRI does not set safety standards and does

More information