Bird Solar Model Source Creator

Size: px
Start display at page:

Download "Bird Solar Model Source Creator"

Transcription

1 Bird Solar Model Source Creator INTRODUCTION This knowledge base article describes a script that generates a FRED source that models the properties of solar light incident on a tilted or solar-tracking surface. The calculations are based on the National Renewable Energy Laboratory (NREL) Bird Simple Spectral Model. The model, created by Drs. Richard Bird and Carol Riordan, determines the irradiance incident on a tilted plane based on the sun s position at the time and location of interest and a series of environmental factors such as aerosol optical depth, precipitable water vapor, and surface pressure, among others. The script included in this knowledge base article communicates with an Excel spreadsheet where the calculations are performed. It then extracts the resulting direct, diffuse, and total spectral irradiances and uses the desired spectrum to create a source. The spreadsheet can be found on the NREL website at the following location: Note that the script will not work unless the SPCTRAL2.xls spreadsheet is downloaded and saved. USING THE SOLAR MODEL SOURCE CREATOR Some useful information and tips about the script is included below. For more information about the Bird Simple Spectral Model and its inputs, please refer to the NREL page listed in the Introduction. Before running the script, make sure that: 1. The NREL Excel spreadsheet SPCTRAL2.xls is saved in the FRED Current Directory. If it isn t, the following error will occur when the script is run: (1004) C:\...\SPCTRAL2.xls could not be found. Check the spelling of the file name, and verify that the file location is correct 2. There is a FRED file open. When the script is run a dialog will prompt for the type of surface being modeled, as shown in Figure 1. The Bird Simple Spectral Model can be used to model the solar spectral irradiance incident on one of the following surfaces: 1. Sun tracking: The angle of incidence of the sun onto the surface is always Fixed tilt: The surface is oriented at a fixed location and the angle of incidence of the sun onto the surface depends on the sun s position.

2 Figure 1. Dialog 1: Surface Type Depending on the surface type chosen, either Dialog 2 or 3 is displayed next. As seen in Figures 2 and 3, the two dialogs are almost identical, with the fixed tilt surface dialog requiring a few extra parameters relating to the surface orientation. Figure 2. Dialog 2: Parameters and properties if the surface is sun-tracking.

3 Figure 3. Dialog 3: Parameters and properties if the surface is fixed-tilt. The following are some points and clarifications about Dialogs 2 and 3: The defaults are approximate values for Tucson, AZ in the summer. The year, month, and day are used to determine the day of the year input for the spreadsheet. This is the number of days that have elapsed since January 1 st in a given year. The year is used to adjust for leap years. Latitude is +N, -S; Longitude is +E, -W Albedo (surface reflectance) is used in the diffuse irradiance calculations. The surface area is used to determine the total integrated power incident on the surface. This is set as the source power. The orientation of the fixed tilt surface is defined by two parameters: o The surface slope/tilt is the angle in degrees the collector surface is tilted. Flat/horizontal (facing straight up) is 0 degrees. Vertical is 90 degrees. o The surface azimuth direction in degrees. This is the direction of the surface tilt. North is 0, east is 90, south is 180, and west is 270.

4 The spreadsheet contains a formula for estimating the total column ozone (O3) based on the latitude, longitude, and day of year. The user is given the choice to use this estimation or specify a value. Pressing Print Results displays a summary in the Output Window of some values calculated based on the inputs. The dialog re-appears, keeping the values last entered. The following parameters are displayed: o Sun zenith and azimuth angles in degrees. o Angle of incidence of the sun on the surface. o Integrated direct, diffuse, and total irradiances in W/m 2. Total irradiance is direct + diffuse. o The total integrated power (W) incident on the surface. This is (total irradiance) x (surface area) Pressing Create Source saves all the values and displays the next dialog. Dialog 4 is used to create the source model and associated spectra, as shown in Figure 4. Figure 4. Dialog 4: Source and Spectra Parameters The source that is generated is a Detailed Source with ray positions in a grid plane of the specified size, number of rays, and shape. The rays point in a single direction, based on the angle of incidence (θ) of the sun onto the collector surface as follows: X component: 0 Y component: sin(θ)

5 Z component: cos(θ) The user may adjust the location and orientation of the model source manually after it is created. The user is given the choice of adding between one and six relevant solar spectra, all spanning 0.3 μm - 4 μm. The direct/diffuse/total spectral irradiances (W/m 2 /μm) are derived in the spreadsheet using the Bird solar model. The direct/diffuse/total irradiances (W/m 2 ) are the spectral irradiance values integrated over wavelength intervals (also calculated in the spreadsheet). The source wavelengths are defined Randomly according to spectrum using the spectrum chosen in the wavelength spectrum drop-down menu in the dialog. The chosen spectrum will be added to the Spectra folder even if it is not checked on the right-hand side as one of the spectra to be generated. The check boxes allow for additional spectra to be added if desired. THE SCRIPT The script is structured as follows: 1. Open Excel spreadsheet. 2. Display Dialog 1 prompting for surface type (sun-tracking or fixed tilt). 3. Start while loop that repeats if the Print Results button is pressed in Dialog 2 or Dialog Display Dialog 2 if the surface is sun-tracking or Dialog 3 if the surface is at a fixed tilt angle. a. Insert default values if it s the first run. Otherwise the values last entered are kept in memory. b. Gather information about the date and time, location, surface of interest, and environmental properties. c. Close Excel and terminate script if Cancel button is pressed. d. Assign values from the dialog to variables. 5. Use year, day, and month to calculate the day of the year (i.e. how many days have elapsed since the start of the year), which is the value needed for the spreadsheet. Adjust for leap years. 6. Insert values into the corresponding fields in the Excel spreadsheet. 7. Extract output values from the spreadsheet.

6 a. There are 122 entries for the wavelength and spectral irradiances (direct, diffuse, and total). The irradiances (spectral irradiance values integrated over wavelength intervals to convert from W/m 2 /μm to W/m 2 ) have 121 entries, so 0 is entered as the first value. b. Close Excel and terminate script if Cancel button was pressed. 8. Print derived values in the Output Window if Print Results was pressed. 9. End while loop. a. Go back to Step 4 if Print Results button was pressed. b. Move to Step 10 if Cancel or Create Source pressed 10. Close Excel. 11. Make an array containing names of possible spectra. This is what the drop-down menu in Dialog 4 will display. 12. Display Dialog 4: Source Parameters. a. Insert default values. b. Get user inputs on the number of rays, aperture, and spectrum of the source to be created as well as which spectra to generate and add to the Spectra tree folder. c. Terminate script if Cancel button is pressed. d. Assign values from dialog to variables. 13. Add each spectrum that was either checked or chosen as the source spectrum in Dialog 4 to the Spectra folder. 14. Create the source using input parameters from Dialog Print some derived values that may be useful in the Output Window. 16. Print name of newly created source. 17. Done!

User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine

User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine April 2003 WINDOWS Version Introduction This document provides instructions for installing and running the User Interface for

More information

How to use the new TracePro Solar Utility for comprehensive solar calculations

How to use the new TracePro Solar Utility for comprehensive solar calculations How to use the new TracePro Solar Utility for comprehensive solar calculations Presented by : Lambda Research Corporation 25 Porter Rd. Littleton, MA 01460 Moderators: Andy Knight Technical Sales Manager

More information

Revision History. Applicable Documents

Revision History. Applicable Documents Revision History Version Date Revision History Remarks 1.0 2011.11-1.1 2013.1 Update of the processing algorithm of CAI Level 3 NDVI, which yields the NDVI product Ver. 01.00. The major updates of this

More information

Solar Panel Irradiation Exposure efficiency of solar panels with shadow

Solar Panel Irradiation Exposure efficiency of solar panels with shadow Solar Panel Irradiation Exposure efficiency of solar panels with shadow Frits F.M. de Mul MEDPHYS Software & Services 2012 www.medphys.nl email: info(at)medphys.nl Solar Panel Irradiation 1. Local Times,

More information

FRED Slit Diffraction Application Note

FRED Slit Diffraction Application Note FRED Slit Diffraction Application Note The classic problem of diffraction through a slit finds one of its chief applications in spectrometers. The wave nature of these phenomena can be modeled quite accurately

More information

Description of the Energy Output Calculator, a program for calculation of annual solar collector energy output

Description of the Energy Output Calculator, a program for calculation of annual solar collector energy output Datum Sida 2011-10-13 1 (20) SKN_N0171R1 Description of the Energy Output Calculator, a program for calculation of annual solar collector energy output Energy Output Calculator v3.07 RELEASED general version

More information

Removing Systematic Errors from Rotating Shadowband Pyranometer Data

Removing Systematic Errors from Rotating Shadowband Pyranometer Data Removing Systematic Errors from Rotating Shadowband Pyranometer Data Frank Vignola Solar Radiation Monitoring Laboratory Department of Physics University of Oregon Eugene, OR 9743-274 fev@uoregon.edu ABSTRACT

More information

Light Field = Radiance(Ray)

Light Field = Radiance(Ray) The Light Field Concepts Light field = radiance function on rays Conservation of radiance Throughput and counting rays Measurement equation Irradiance calculations From London and Upton Light Field = Radiance(Ray)

More information

The Light Field. Last lecture: Radiometry and photometry

The Light Field. Last lecture: Radiometry and photometry The Light Field Last lecture: Radiometry and photometry This lecture: Light field = radiance function on rays Conservation of radiance Measurement equation Throughput and counting rays Irradiance calculations

More information

Two-Dimensional Waves

Two-Dimensional Waves Two-Dimensional Waves In our previous lessons, we discussed one-dimensional waves waves that can only travel in straight lines, such as along the length of a spring. In this next part of the unit, we will

More information

Rectangular Lenslet Array

Rectangular Lenslet Array Rectangular Lenslet Array INTRODUCTION Lenslet arrays are used in a variety of applications that include beam homogenization. This knowledge base article demonstrates the setup of an imaging lenslet array

More information

Camera Parameters Estimation from Hand-labelled Sun Sositions in Image Sequences

Camera Parameters Estimation from Hand-labelled Sun Sositions in Image Sequences Camera Parameters Estimation from Hand-labelled Sun Sositions in Image Sequences Jean-François Lalonde, Srinivasa G. Narasimhan and Alexei A. Efros {jlalonde,srinivas,efros}@cs.cmu.edu CMU-RI-TR-8-32 July

More information

Iterated Calculations and Summing ARNs

Iterated Calculations and Summing ARNs Iterated Calculations and Summing ARNs INTRODUCTION This knowledge base article discusses how to iterate calculations and sum the results in the ARN (Analysis Results Node) via a script. One reason why

More information

Class 11 Introduction to Surface BRDF and Atmospheric Scattering. Class 12/13 - Measurements of Surface BRDF and Atmospheric Scattering

Class 11 Introduction to Surface BRDF and Atmospheric Scattering. Class 12/13 - Measurements of Surface BRDF and Atmospheric Scattering University of Maryland Baltimore County - UMBC Phys650 - Special Topics in Experimental Atmospheric Physics (Spring 2009) J. V. Martins and M. H. Tabacniks http://userpages.umbc.edu/~martins/phys650/ Class

More information

Bifacial PV cell with reflector for stand-alone mast for sensor powering purposes

Bifacial PV cell with reflector for stand-alone mast for sensor powering purposes Downloaded from orbit.dtu.dk on: Mar 19, 219 Bifacial PV cell with reflector for stand-alone mast for sensor powering purposes Jakobsen, Michael Linde; Thorsteinsson, Sune; Poulsen, Peter Behrensdorff;

More information

STUDY ON THE EFFECT OF ORIENTATION ON PHTOTOVOLTAIC ARRAY OUTPUT IN SELECTED LOCATIONS OF SRI LANKA

STUDY ON THE EFFECT OF ORIENTATION ON PHTOTOVOLTAIC ARRAY OUTPUT IN SELECTED LOCATIONS OF SRI LANKA STUDY ON THE EFFECT OF ORIENTATION ON PHTOTOVOLTAIC ARRAY OUTPUT IN SELECTED LOCATIONS OF SRI LANKA Amila Sandaruwan (08/8610) Degree of Master of Engineering Department of Mechanical Engineering University

More information

Homework Set 3 Due Thursday, 07/14

Homework Set 3 Due Thursday, 07/14 Homework Set 3 Due Thursday, 07/14 Problem 1 A room contains two parallel wall mirrors, on opposite walls 5 meters apart. The mirrors are 8 meters long. Suppose that one person stands in a doorway, in

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 2

GEOG 4110/5100 Advanced Remote Sensing Lecture 2 GEOG 4110/5100 Advanced Remote Sensing Lecture 2 Data Quality Radiometric Distortion Radiometric Error Correction Relevant reading: Richards, sections 2.1 2.8; 2.10.1 2.10.3 Data Quality/Resolution Spatial

More information

Quick Value Statistics in Presentation

Quick Value Statistics in Presentation Quick Value Statistics in Presentation Presentation can show you a simple time series and distribution for any measured value, based on all loaded measurements. In the Data Contents tree, navigate to the

More information

SunCast - User Guide. IES Virtual Environment 2013

SunCast - User Guide. IES Virtual Environment 2013 SunCast - User Guide IES Virtual Environment 2013 Contents 1 Introduction to SunCast... 3 1.1 SunCast Features...3 1.2 Getting Help...3 2 Starting SunCast... 3 2.1 Application Bar...3 2.2 Mode...4 3 The

More information

Holographic Elements in Solar Concentrator and Collection Systems

Holographic Elements in Solar Concentrator and Collection Systems Holographic Elements in Solar Concentrator and Collection Systems Raymond K. Kostuk,2, Jose Castro, Brian Myer 2, Deming Zhang and Glenn Rosenberg 3 Electrical and Computer Engineering, Department University

More information

CHRIS Proba Workshop 2005 II

CHRIS Proba Workshop 2005 II CHRIS Proba Workshop 25 Analyses of hyperspectral and directional data for agricultural monitoring using the canopy reflectance model SLC Progress in the Upper Rhine Valley and Baasdorf test-sites Dr.

More information

Chapter 24. Geometric optics. Assignment No. 11, due April 27th before class: Problems 24.4, 24.11, 24.13, 24.15, 24.24

Chapter 24. Geometric optics. Assignment No. 11, due April 27th before class: Problems 24.4, 24.11, 24.13, 24.15, 24.24 Chapter 24 Geometric optics Assignment No. 11, due April 27th before class: Problems 24.4, 24.11, 24.13, 24.15, 24.24 A Brief History of Light 1000 AD It was proposed that light consisted of tiny particles

More information

Table of Contents

Table of Contents Table of Contents WorldWide Telescope Multi-Channel Dome Setup Software Installation FOV Values Projector Values Edge Points Solve Alignment/Distortion Warp Maps Confirm Alignment Blending 1.1 1.2 1.3

More information

Application Note - How to Simulate a SolarEdge System in PVsyst

Application Note - How to Simulate a SolarEdge System in PVsyst Version 8, November 2017 Application Note - How to Simulate a SolarEdge System in PVsyst Version History Version 8 for PVsyst version 6.64 Version 7 for PVsyst version 5.53 PVsyst supports the design and

More information

Verification of MSI Low Radiance Calibration Over Coastal Waters, Using AERONET-OC Network

Verification of MSI Low Radiance Calibration Over Coastal Waters, Using AERONET-OC Network Verification of MSI Low Radiance Calibration Over Coastal Waters, Using AERONET-OC Network Yves Govaerts and Marta Luffarelli Rayference Radiometric Calibration Workshop for European Missions ESRIN, 30-31

More information

Working with M 3 Data. Jeff Nettles M 3 Data Tutorial at AGU December 13, 2010

Working with M 3 Data. Jeff Nettles M 3 Data Tutorial at AGU December 13, 2010 Working with M 3 Data Jeff Nettles M 3 Data Tutorial at AGU December 13, 2010 For Reference Slides and example data from today s workshop available at http://m3dataquest.jpl.nasa.gov See Green et al. (2010)

More information

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved.

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. Solar: SunCast User Guide IES Virtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any form without

More information

Anidolic Daylight Concentrator of Structural Translucent Concrete Envelope

Anidolic Daylight Concentrator of Structural Translucent Concrete Envelope Berkeley Education Alliance for Research in Singapore Singapore-Berkeley Building Efficiency and Sustainability in the Tropics Anidolic Daylight Concentrator of Structural Translucent Concrete Envelope

More information

Light Field = Radiance(Ray)

Light Field = Radiance(Ray) Page 1 The Light Field Light field = radiance function on rays Surface and field radiance Conservation of radiance Measurement Irradiance from area sources Measuring rays Form factors and throughput Conservation

More information

Downscaling satellite derived irradiation using topographic shading analysis. EXECUTIVE SUMMARY

Downscaling satellite derived irradiation using topographic shading analysis. EXECUTIVE SUMMARY Downscaling satellite derived irradiation using topographic shading analysis. Juan Luis Bosch and Jan Kleissl Dept of Mechanical and Aerospace Engineering, University of California, San Diego Funded by

More information

Ray Optics. Lecture 23. Chapter 34. Physics II. Course website:

Ray Optics. Lecture 23. Chapter 34. Physics II. Course website: Lecture 23 Chapter 34 Physics II Ray Optics Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsii Today we are going to discuss: Chapter 34: Section 34.1-3 Ray Optics Ray Optics Wave

More information

A Novel Algorithm for Solar Potential Estimation in Complex Urban Scenes

A Novel Algorithm for Solar Potential Estimation in Complex Urban Scenes ASPRS 2017 Annual Conference 1 A Novel Algorithm for Solar Potential Estimation in Complex Urban Scenes Partha P. Acharjee and Venkat Devarajan The University of Texas at Arlington, Texas, USA Abstract:

More information

2.710 Optics Spring 09 Solutions to Problem Set #1 Posted Wednesday, Feb. 18, 2009

2.710 Optics Spring 09 Solutions to Problem Set #1 Posted Wednesday, Feb. 18, 2009 MASSACHUSETTS INSTITUTE OF TECHNOLOGY.70 Optics Spring 09 Solutions to Problem Set # Posted Wednesday, Feb. 8, 009 Problem : Spherical waves and energy conservation In class we mentioned that the radiation

More information

MATHEMATICS CONCEPTS TAUGHT IN THE SCIENCE EXPLORER, FOCUS ON EARTH SCIENCE TEXTBOOK

MATHEMATICS CONCEPTS TAUGHT IN THE SCIENCE EXPLORER, FOCUS ON EARTH SCIENCE TEXTBOOK California, Mathematics Concepts Found in Science Explorer, Focus on Earth Science Textbook (Grade 6) 1 11 Describe the layers of the Earth 2 p. 59-61 Draw a circle with a specified radius or diameter

More information

Gaussian Beam Calculator for Creating Coherent Sources

Gaussian Beam Calculator for Creating Coherent Sources Gaussian Beam Calculator for Creating Coherent Sources INTRODUCTION Coherent sources are represented in FRED using a superposition of Gaussian beamlets. The ray grid spacing of the source is used to determine

More information

MLEP Intermediate GPS Workshop Exercise Two Using Maps

MLEP Intermediate GPS Workshop Exercise Two Using Maps During this exercise, you will scale coordinates from a map and enter them into the GPS receiver. This requires a ruler (provided) and all calculations require a paper and pencil. During this exercise,

More information

Wavefronts and Rays. When light or other electromagnetic waves interact with systems much larger than the wavelength, it s a good approximation to

Wavefronts and Rays. When light or other electromagnetic waves interact with systems much larger than the wavelength, it s a good approximation to Chapter 33: Optics Wavefronts and Rays When light or other electromagnetic waves interact with systems much larger than the wavelength, it s a good approximation to Neglect the wave nature of light. Consider

More information

FRED Display Application Note

FRED Display Application Note FRED Display Application Note Most displays consist of several optical components. The most important component is the source of light that illuminates the display. All displays need a mechanism to send

More information

MTG-FCI: ATBD for Clear Sky Reflectance Map Product

MTG-FCI: ATBD for Clear Sky Reflectance Map Product MTG-FCI: ATBD for Clear Sky Reflectance Map Product Doc.No. Issue : : v2 EUMETSAT Eumetsat-Allee 1, D-64295 Darmstadt, Germany Tel: +49 6151 807-7 Fax: +49 6151 807 555 Date : 14 January 2013 http://www.eumetsat.int

More information

Single-Axis Tracked Bifacial System Results

Single-Axis Tracked Bifacial System Results 5 th bifipv Workshop, Colorado 2018 Single-Axis Tracked Bifacial System Results Silvana Ayala Pelaez 1, Chris Deline 2, Peter Greenberg 3, Josh Stein 4, Raymond K. Kostuk 1 silvanaa@email.arizona.edu Outline

More information

TCRSR Band Angles. (Draft 02) October 1, 2008

TCRSR Band Angles. (Draft 02) October 1, 2008 TCRSR Band Angles (Draft 02) October 1, 2008 1 Coordinate system The origin of the coordinate system is at the top-center of the MFR head diffuser. The TCRSR is aligned so the axis of rotation is N-S and

More information

RAYLEIGH-SOMMERFELD DIFFRACTION INTEGRAL OF THE FIRST KIND TRIANGULAR APERTURES

RAYLEIGH-SOMMERFELD DIFFRACTION INTEGRAL OF THE FIRST KIND TRIANGULAR APERTURES DOING PHYSICS WITH MATLAB COMPUTATIONAL OPTICS RAYLEIGH-SOMMERFELD DIFFRACTION INTEGRAL OF THE FIRST KIND TRIANGULAR APERTURES Ian Cooper School of Physics, University of Sydney ian.cooper@sydney.edu.au

More information

PERFORMANCE COMPARISON OF FIXED, SINGLE, AND DUAL AXIS TRACKING SYSTEMS FOR SMALL PHOTOVOLTAIC SYSTEMS WITH MEASURED DIRECT BEAM FRACTION

PERFORMANCE COMPARISON OF FIXED, SINGLE, AND DUAL AXIS TRACKING SYSTEMS FOR SMALL PHOTOVOLTAIC SYSTEMS WITH MEASURED DIRECT BEAM FRACTION PERFORMANCE COMPARISON OF FIXED, SINGLE, AND DUAL AXIS TRACKING SYSTEMS FOR SMALL PHOTOVOLTAIC SYSTEMS WITH MEASURED DIRECT BEAM FRACTION Paula E. Logan Department of Technology and Environmental Design

More information

Effect of Tilt angle and Azimuth angle on Solar Output and Optimum Tilt and Azimuth angle for Chandigarh, India

Effect of Tilt angle and Azimuth angle on Solar Output and Optimum Tilt and Azimuth angle for Chandigarh, India Effect of Tilt angle and Azimuth angle on Solar Output and Optimum Tilt and Azimuth angle for Chandigarh, India Radhika 1, S.K. Suman 2 PG Student, Dept. of EE, PEC University of Technology, Chandigarh,

More information

1 P-H tilt 1 mm P-H decenter Coma circle radius ( ) 1 10 Coma circle radius ( µm)

1 P-H tilt 1 mm P-H decenter Coma circle radius ( ) 1 10 Coma circle radius ( µm) Chapter 28 HRMA Tilts at XRCF William Podgorski In this section we discuss HRMA rigid body misalignments (relative P-H tilt and decenter). Data is presented from the optical alignments at Kodak, from the

More information

Realistic Yield Expectations for Bifacial PV Systems an Assessment of Announced, Predicted and Observed Benefits

Realistic Yield Expectations for Bifacial PV Systems an Assessment of Announced, Predicted and Observed Benefits Realistic Yield Expectations for Bifacial PV Systems an Assessment of Announced, Predicted and Observed Benefits Christian Reise Alexandra Schmid Fraunhofer Institute for Solar Energy Systems ISE PV Performance

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean 1 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Direct Simulation-Based Study of Radiance in a Dynamic Ocean LONG-TERM GOALS Dick K.P. Yue Center for Ocean Engineering

More information

A Detailed Model of Rear-Side Irradiance for Bifacial PV Modules

A Detailed Model of Rear-Side Irradiance for Bifacial PV Modules A Detailed Model of Rear-Side Irradiance for Bifacial PV Modules Clifford W. Hansen 1, Renee Gooding 1, Nathan Guay 1, Daniel M. Riley 1, Johnson Kallickal 1, Donald Ellibee 1, Amir Asgharzadeh 3, Bill

More information

SOLAR GEOMETRY (AND RADIATION)

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

More information

Direct radiative forcing of aerosol

Direct radiative forcing of aerosol Direct radiative forcing of aerosol 1) Model simulation: A. Rinke, K. Dethloff, M. Fortmann 2) Thermal IR forcing - FTIR: J. Notholt, C. Rathke, (C. Ritter) 3) Challenges for remote sensing retrieval:

More information

A broadband simplified version of the Solis clear sky model

A broadband simplified version of the Solis clear sky model A broadband simplified version of the Solis clear sky model Pierre neichen University of Geneva July 2007 Abstract The Solis clear sky model is a new scheme based on radiative transfer calculations and

More information

BEAM TILTED CORRELATIONS. Frank Vignola Department of Physics University of Oregon Eugene, OR

BEAM TILTED CORRELATIONS. Frank Vignola Department of Physics University of Oregon Eugene, OR BEAM TILTED CORRELATIONS Frank Vignola Department of Physics University of Oregon Eugene, OR 9743-1274 fev@uoregon.edu ABSTRACT A model is described and evaluated that calculates beam irradiance from tilted

More information

KULLEGG MARIA REGINA BOYS SECONDARY MOSTA HALF-YEARLY EXAMINATIONS 2012/2013. SUBJECT: PHYSICS Form 4 TIME: 1 HR 30 MIN NAME :

KULLEGG MARIA REGINA BOYS SECONDARY MOSTA HALF-YEARLY EXAMINATIONS 2012/2013. SUBJECT: PHYSICS Form 4 TIME: 1 HR 30 MIN NAME : KULLEGG MARIA REGINA BOYS SECONDARY MOSTA HALF-YEARLY EXAMINATIONS 2012/2013 SUBJECT: PHYSICS Form 4 TIME: 1 HR 30 MIN NAME : CLASS : INDEX NO : Track 2 Answer ALL questions in the spaces provided on the

More information

Description of ScenoCalc (Solar Collector Energy Output Calculator), a program for calculation of annual solar collector energy output

Description of ScenoCalc (Solar Collector Energy Output Calculator), a program for calculation of annual solar collector energy output 2018-10-30 1 (18) Description of ScenoCalc (Solar Collector Energy Output Calculator), a program for calculation of annual solar collector energy output File name: ScenoCalc v6.0.xlsm Introduction This

More information

The 4A/OP model: from NIR to TIR, new developments for time computing gain and validation results within the frame of international space missions

The 4A/OP model: from NIR to TIR, new developments for time computing gain and validation results within the frame of international space missions ITSC-21, Darmstadt, Germany, November 29th-December 5th, 2017 session 2a Radiative Transfer The 4A/OP model: from NIR to TIR, new developments for time computing gain and validation results within the

More information

TOPOGRAPHIC NORMALIZATION INTRODUCTION

TOPOGRAPHIC NORMALIZATION INTRODUCTION TOPOGRAPHIC NORMALIZATION INTRODUCTION Use of remotely sensed data from mountainous regions generally requires additional preprocessing, including corrections for relief displacement and solar illumination

More information

The Gain setting for Landsat 7 (High or Low Gain) depends on: Sensor Calibration - Application. the surface cover types of the earth and the sun angle

The Gain setting for Landsat 7 (High or Low Gain) depends on: Sensor Calibration - Application. the surface cover types of the earth and the sun angle Sensor Calibration - Application Station Identifier ASN Scene Center atitude 34.840 (34 3'0.64"N) Day Night DAY Scene Center ongitude 33.03270 (33 0'7.72"E) WRS Path WRS Row 76 036 Corner Upper eft atitude

More information

FRAUNHOFER INSTITUTE FOR SOLAR ENERGY SYSTEMS ISE

FRAUNHOFER INSTITUTE FOR SOLAR ENERGY SYSTEMS ISE FRAUNHOFER INSTITUTE FOR SOLAR ENERGY SYSTEMS ISE Mirror qualification for concentrating solar collectors Anna Heimsath Head of Team Concentrating Collectors Fraunhofer Institute for Solar Energy Systems

More information

Displaying Strike and Dip Measurements on Your Map in Surfer

Displaying Strike and Dip Measurements on Your Map in Surfer Displaying Strike and Dip Measurements on Your Map in Surfer Measuring strike and dip is a fundamental part of geological mapping, and displaying strike and dip information on a map is an effective way

More information

MODIS Atmosphere: MOD35_L2: Format & Content

MODIS Atmosphere: MOD35_L2: Format & Content Page 1 of 9 File Format Basics MOD35_L2 product files are stored in Hierarchical Data Format (HDF). HDF is a multi-object file format for sharing scientific data in multi-platform distributed environments.

More information

Configuration of Light Sources

Configuration of Light Sources UseCase.0012 (1.0) Configuration of Light Sources Keywords: LED, laser, harmonic fields, harmonic fields set, spectra, pulses, polarization Description This use case explains how light sources are configured

More information

A Survey of Modelling and Rendering of the Earth s Atmosphere

A Survey of Modelling and Rendering of the Earth s Atmosphere Spring Conference on Computer Graphics 00 A Survey of Modelling and Rendering of the Earth s Atmosphere Jaroslav Sloup Department of Computer Science and Engineering Czech Technical University in Prague

More information

2017 Summer Course Optical Oceanography and Ocean Color Remote Sensing. Overview of HydroLight and EcoLight

2017 Summer Course Optical Oceanography and Ocean Color Remote Sensing. Overview of HydroLight and EcoLight 2017 Summer Course Optical Oceanography and Ocean Color Remote Sensing Curtis Mobley Overview of HydroLight and EcoLight Darling Marine Center, University of Maine July 2017 Copyright 2017 by Curtis D.

More information

Ghost and Stray Light Analysis using TracePro. February 2012 Webinar

Ghost and Stray Light Analysis using TracePro. February 2012 Webinar Ghost and Stray Light Analysis using TracePro February 2012 Webinar Moderator: Andy Knight Technical Sales Manager Lambda Research Corporation Presenter: Michael Gauvin Vice President of Sales Lambda Research

More information

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al.

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al. Atmos. Meas. Tech. Discuss., www.atmos-meas-tech-discuss.net/5/c741/2012/ Author(s) 2012. This work is distributed under the Creative Commons Attribute 3.0 License. Atmospheric Measurement Techniques Discussions

More information

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al.

Interactive comment on Quantification and mitigation of the impact of scene inhomogeneity on Sentinel-4 UVN UV-VIS retrievals by S. Noël et al. Atmos. Meas. Tech. Discuss., 5, C741 C750, 2012 www.atmos-meas-tech-discuss.net/5/c741/2012/ Author(s) 2012. This work is distributed under the Creative Commons Attribute 3.0 License. Atmospheric Measurement

More information

HW Chapter 20 Q 2,3,4,5,6,10,13 P 1,2,3. Chapter 20. Classic and Modern Optics. Dr. Armen Kocharian

HW Chapter 20 Q 2,3,4,5,6,10,13 P 1,2,3. Chapter 20. Classic and Modern Optics. Dr. Armen Kocharian HW Chapter 20 Q 2,3,4,5,6,10,13 P 1,2,3 Chapter 20 Classic and Modern Optics Dr. Armen Kocharian Electromagnetic waves and matter: A Brief History of Light 1000 AD It was proposed that light consisted

More information

specular diffuse reflection.

specular diffuse reflection. Lesson 8 Light and Optics The Nature of Light Properties of Light: Reflection Refraction Interference Diffraction Polarization Dispersion and Prisms Total Internal Reflection Huygens s Principle The Nature

More information

SPECTRAL APPROACH TO CALCULATE SPECULAR REFLECTION OF LIGHT FROM WAVY WATER SURFACE

SPECTRAL APPROACH TO CALCULATE SPECULAR REFLECTION OF LIGHT FROM WAVY WATER SURFACE in Optics of Natural Waters (ONW 1), St. Petersburg, Russia, 1. SPECTRAL APPROACH TO CALCULATE SPECULAR REFLECTION OF LIGHT FROM WAVY WATER SURFACE V. I. Haltrin, W. E. McBride III, and R. A. Arnone Naval

More information

Francisco Arumi-Noe, Ph.D. School of Architecture University of Texas, Austin Texas A B S T R A C T

Francisco Arumi-Noe, Ph.D. School of Architecture University of Texas, Austin Texas A B S T R A C T ALGORITHM FOR THE AUTOMATIC DESIGN OF A SHADING DEVICE by Francisco Arumi-Noe, Ph.D. School of Architecture University of Texas, Austin Texas A B S T R A C T Given that there is a need to shade a window

More information

RADIANCE IN THE OCEAN: EFFECTS OF WAVE SLOPE AND RAMAN SCATTERING NEAR THE SURFACE AND AT DEPTHS THROUGH THE ASYMPTOTIC REGION

RADIANCE IN THE OCEAN: EFFECTS OF WAVE SLOPE AND RAMAN SCATTERING NEAR THE SURFACE AND AT DEPTHS THROUGH THE ASYMPTOTIC REGION RADIANCE IN THE OCEAN: EFFECTS OF WAVE SLOPE AND RAMAN SCATTERING NEAR THE SURFACE AND AT DEPTHS THROUGH THE ASYMPTOTIC REGION A Thesis by JULIE MARIE SLANKER Submitted to the Office of Graduate Studies

More information

10.1 Conversions. Grid to Geodetic

10.1 Conversions. Grid to Geodetic 10.1 Conversions Geodetic conversions work with the current geodetic settings. Convert grid coordinates to geodetic (Latitude/Longitude) or vice versa with any of the available projections. All results

More information

EE Light & Image Formation

EE Light & Image Formation EE 576 - Light & Electric Electronic Engineering Bogazici University January 29, 2018 EE 576 - Light & EE 576 - Light & The image of a three-dimensional object depends on: 1. Shape 2. Reflectance properties

More information

This user guide covers select features of the desktop site. These include:

This user guide covers select features of the desktop site. These include: User Guide myobservatory Topics Covered: Desktop Site, Select Features Date: January 27, 2014 Overview This user guide covers select features of the desktop site. These include: 1. Data Uploads... 2 1.1

More information

Refraction of Light. This bending of the ray is called refraction

Refraction of Light. This bending of the ray is called refraction Refraction & Lenses Refraction of Light When a ray of light traveling through a transparent medium encounters a boundary leading into another transparent medium, part of the ray is reflected and part of

More information

Optical Analysis and Optimization of the Linear Fresnel Collector s Mirror Field

Optical Analysis and Optimization of the Linear Fresnel Collector s Mirror Field Optical Analysis and Optimization of the Linear Fresnel Collector s Mirror Field Jinghui Song1,a, Jishuai Ma2,b*, Zhigang Zhan1, Yanjun Dai2 1 Electric Power Research Institute of Guangdong Power Grid

More information

2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing. Apparent Optical Properties and the BRDF

2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing. Apparent Optical Properties and the BRDF 2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing Curtis Mobley Apparent Optical Properties and the BRDF Delivered at the Darling Marine Center, University of Maine July 2017 Copyright

More information

Rays and Throughput. The Light Field. Page 1

Rays and Throughput. The Light Field. Page 1 Page 1 The Light Field Rays and throughput Form factors Light field representations Hemispherical illumination Illumination from uniform area light sources Shadows: Blockers, umbras and penumbras Radiosity

More information

LIGHT. Speed of light Law of Reflection Refraction Snell s Law Mirrors Lenses

LIGHT. Speed of light Law of Reflection Refraction Snell s Law Mirrors Lenses LIGHT Speed of light Law of Reflection Refraction Snell s Law Mirrors Lenses Light = Electromagnetic Wave Requires No Medium to Travel Oscillating Electric and Magnetic Field Travel at the speed of light

More information

TOA RADIANCE SIMULATOR FOR THE NEW HYPERSPECTRAL MISSIONS: STORE (SIMULATOR OF TOA RADIANCE)

TOA RADIANCE SIMULATOR FOR THE NEW HYPERSPECTRAL MISSIONS: STORE (SIMULATOR OF TOA RADIANCE) TOA RADIANCE SIMULATOR FOR THE NEW HYPERSPECTRAL MISSIONS: STORE (SIMULATOR OF TOA RADIANCE) Malvina Silvestri Istituto Nazionale di Geofisica e Vulcanologia In the frame of the Italian Space Agency (ASI)

More information

HP-35S Calculator Program Closure 5A

HP-35S Calculator Program Closure 5A Programmer: Dr. Bill Hazelton Date: December, 2007. Version: 1.0 Line Instruction Display User Instructions B001 LBL B Press XEQ B ENTER B002 CLSTK B003 SF 10 B004 CF 3 B005 TRAVERSE 2 (Key in using EQN

More information

Improvements to the SHDOM Radiative Transfer Modeling Package

Improvements to the SHDOM Radiative Transfer Modeling Package Improvements to the SHDOM Radiative Transfer Modeling Package K. F. Evans University of Colorado Boulder, Colorado W. J. Wiscombe National Aeronautics and Space Administration Goddard Space Flight Center

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics The Ray Model of Light Light very often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization, but

More information

Philpot & Philipson: Remote Sensing Fundamentals Interactions 3.1 W.D. Philpot, Cornell University, Fall 12

Philpot & Philipson: Remote Sensing Fundamentals Interactions 3.1 W.D. Philpot, Cornell University, Fall 12 Philpot & Philipson: Remote Sensing Fundamentals Interactions 3.1 W.D. Philpot, Cornell University, Fall 1 3. EM INTERACTIONS WITH MATERIALS In order for an object to be sensed, the object must reflect,

More information

GOES-R AWG Radiation Budget Team: Absorbed Shortwave Radiation at surface (ASR) algorithm June 9, 2010

GOES-R AWG Radiation Budget Team: Absorbed Shortwave Radiation at surface (ASR) algorithm June 9, 2010 GOES-R AWG Radiation Budget Team: Absorbed Shortwave Radiation at surface (ASR) algorithm June 9, 2010 Presented By: Istvan Laszlo NOAA/NESDIS/STAR 1 ASR Team Radiation Budget AT chair: Istvan Laszlo ASR

More information

Chapter 22. Reflection and Refraction of Light

Chapter 22. Reflection and Refraction of Light Chapter 22 Reflection and Refraction of Light Nature of Light Light has a dual nature. Particle Wave Wave characteristics will be discussed in this chapter. Reflection Refraction These characteristics

More information

EFFECT OF THE APPLICATION BETWEEN ANISOTROPIC AND ISOTROPIC DIFFUSE RADIATION MODEL ON BUILDING DIFFUSE RADIATION HEAT GAIN

EFFECT OF THE APPLICATION BETWEEN ANISOTROPIC AND ISOTROPIC DIFFUSE RADIATION MODEL ON BUILDING DIFFUSE RADIATION HEAT GAIN EFFECT OF THE APPLICATION BETWEEN ANISOTROPIC AND ISOTROPIC DIFFUSE RADIATION MODEL ON BUILDING DIFFUSE RADIATION HEAT GAIN Zhengrong Li, Haowei Xing*, and Shiqin Zeng School of Mechanical and Engineering,

More information

Vicarious Radiometric Calibration of MOMS at La Crau Test Site and Intercalibration with SPOT

Vicarious Radiometric Calibration of MOMS at La Crau Test Site and Intercalibration with SPOT Vicarious Radiometric Calibration of MOMS at La Crau Test Site and Intercalibration with SPOT M. Schroeder, R. Müller, P. Reinartz German Aerospace Center, DLR Institute of Optoelectronics, Optical Remote

More information

A METHOD OF INCREASING COLLECTOR APERTURE IN LINEAR FRESNEL SOLAR CONCENTRATORS AT HIGH ZENITH ANGLES

A METHOD OF INCREASING COLLECTOR APERTURE IN LINEAR FRESNEL SOLAR CONCENTRATORS AT HIGH ZENITH ANGLES A METHOD OF INCREASING COLLECTOR APERTURE IN LINEAR FRESNEL SOLAR CONCENTRATORS AT HIGH ZENITH ANGLES Gregg Walker 1, Theo von Backström 2, and Paul Gauché 3 1 BSc (Hons), MSc Eng student Solar Thermal

More information

SOLAR RESOURCE ASSESSMENT AND SITE EVALUATION USING REMOTE SENSING METHODS

SOLAR RESOURCE ASSESSMENT AND SITE EVALUATION USING REMOTE SENSING METHODS SOLAR RESOURCE ASSESSMENT AND SITE EVALUATION USING REMOTE SENSING METHODS Carsten Hoyer, Christoph Schillings *, Detlev Heinemann, Hermann Mannstein **, Franz Trieb * University of Oldenburg, Faculty

More information

Kohei Arai Graduate School of Science and Engineering Saga University Saga City, Japan

Kohei Arai Graduate School of Science and Engineering Saga University Saga City, Japan Comparison Between Linear and Nonlinear Models of Mixed Pixels in Remote Sensing Satellite Images Based on Cierniewski Surface BRDF Model by Means of Monte Carlo Ray Tracing Simulation Kohei Arai Graduate

More information

Estimating oceanic primary production using. vertical irradiance and chlorophyll profiles. from ocean gliders in the North Atlantic

Estimating oceanic primary production using. vertical irradiance and chlorophyll profiles. from ocean gliders in the North Atlantic Estimating oceanic primary production using vertical irradiance and chlorophyll profiles from ocean gliders in the North Atlantic Victoria S. Hemsley* 1,2, Timothy J. Smyth 3, Adrian P. Martin 2, Eleanor

More information

29th European Photovoltaic Solar Energy Conference Amsterdam, Netherlands, September 2014

29th European Photovoltaic Solar Energy Conference Amsterdam, Netherlands, September 2014 A TOOL TO OPTIMIZE THE LAYOUT OF GROUND-BASED PV INSTALLATIONS TAKING INTO ACCOUNT THE ECONOMIC BOUNDARY CONDITIONS Bruno Wittmer, André Mermoud PVsyst SA Route du Bois de Bay 107, CH 1242 Satigny, Switzerland

More information

HP-33S Calculator Program TM 1

HP-33S Calculator Program TM 1 Programmer: Dr. Bill Hazelton Date: March, 2005. Line Instruction Line Instruction Line Instruction T0001 LBL T U0022 STOP U0061 x < > y T0002 CL Σ U0023 RCL U U0062 x < 0? T0003 INPUT K U0024 RCL E U0063

More information

The simulation requires several input parameters that may be categorized as following:

The simulation requires several input parameters that may be categorized as following: User Manual Author and Developer: Pavlos Paschalis National and Kapodistrian University of Athens Physics Department Cosmic Ray Station Principal Investigator Prof. Helen Mavromichalaki 2016 1. Versioning

More information

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH Varsha Singh 1 & Savita Sindhu 2 Abstract: In this paper, we aim at designing a home automation system using automatic sun tracking system. Also operating

More information

AN ANALYTICAL APPROACH TREATING THREE-DIMENSIONAL GEOMETRICAL EFFECTS OF PARABOLIC TROUGH COLLECTORS

AN ANALYTICAL APPROACH TREATING THREE-DIMENSIONAL GEOMETRICAL EFFECTS OF PARABOLIC TROUGH COLLECTORS AN ANALYTICAL APPROACH TREATING THREE-DIMENSIONAL GEOMETRICAL EFFECTS OF PARABOLIC TROUGH COLLECTORS Marco Binotti Visiting PhD student from Politecnico di Milano National Renewable Energy Laboratory Golden,

More information

Experiment 7 Geometric Optics

Experiment 7 Geometric Optics Physics 263 Experiment 7 Geometric Optics In this laboratory, we will perform several experiments on geometric optics. A pictorial diagram of the various components to be used is shown in Figure 5. 1 Refraction

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information