Skip to content

Instantly share code, notes, and snippets.

@mikofski
Last active January 7, 2021 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikofski/54aac3ee295bab8118df to your computer and use it in GitHub Desktop.
Save mikofski/54aac3ee295bab8118df to your computer and use it in GitHub Desktop.
spectral mismatch
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shirubana
Copy link

Thought I'd share, if useful:

I've been doing spectra simulation with weather inputs for Golden, form the SRRL, using this two links:
AOD: http://midc.nrel.gov/apps/sitehome.pl?site=AODSRRL
PWV: http://midc.nrel.gov/apps/sitehome.pl?site=PWVSRRL (**units are mm)

Below is the list of available weather inputs similar to what SPECTRL2 uses. Convention name below follows SMARTS2.

SRRL-BMS:

  • Relative Humidity
  • Temperature
  • Site Pressure

SRRL-AOD:

  • ALPHA = SRRL-AOD['Alpha [Angstrom exp]'] # Ångström's wavelength exponent
  •     BETA = SRRL-AOD['Beta']                                      #  Ångström’s turbidity coefficient Beta specified at an AOD of 1000 nm        
    
  •     TAU5 = SRRL-AOD['AOD [500nm]'])                        # Aerosol optical depth -- used to calculate BETA.
    
  •     GG = SRRL-AOD['Asymmetry [500nm]']                  # aerosol asymettry parameter
    
  •     OMEGL = SRRL-AOD['SSA [500nm]']                       # aerosol single scattering albedo
    

SRRL-PWD

  • W = SRRL-PWD['Precipitable Water [mm]']/10

@mikofski
Copy link
Author

mikofski commented Jan 7, 2021

Awesome @shirubana. Any ideas where we can collect EQE data for different cell tech? I assume we'll also need sensor spectrum as well.

@shirubana
Copy link

I emailed you what I have, not much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment