-
Notifications
You must be signed in to change notification settings - Fork 1.2k
DOC: fix broken links (NREL, EnergyPlus, git-scm, Wikipedia ΔT) #2818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -47,8 +47,8 @@ def get_reference_spectra(wavelengths=None, standard="ASTM G173-03"): | |||||||||
| For global spectra, it is about 1000.37 W/m². | ||||||||||
|
|
||||||||||
| The values of the ASTM G173-03 provided with pvlib-python are copied from | ||||||||||
| an Excel file distributed by NLR, which is found here [2]_: | ||||||||||
| https://www.nlr.gov/grid/solar-resource/assets/data/astmg173.xls | ||||||||||
| an Excel file distributed by NREL, which is found here [2]_: | ||||||||||
| https://www.nrel.gov/grid/solar-resource/spectra-am1.5 | ||||||||||
|
Comment on lines
+50
to
+51
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Any NREL domain changed to NLR last month. Attribution is to NLR, unless the reference is to a document and we're describing the publisher at the time of publication. |
||||||||||
|
|
||||||||||
| Examples | ||||||||||
| -------- | ||||||||||
|
|
@@ -79,7 +79,7 @@ def get_reference_spectra(wavelengths=None, standard="ASTM G173-03"): | |||||||||
| .. [1] ASTM "G173-03 Standard Tables for Reference Solar Spectral | ||||||||||
| Irradiances: Direct Normal and Hemispherical on 37° Tilted Surface." | ||||||||||
| .. [2] “Reference Air Mass 1.5 Spectra.” NLR. | ||||||||||
| https://www.nlr.gov/grid/solar-resource/spectra-am1.5.html | ||||||||||
| https://www.nrel.gov/grid/solar-resource/spectra-am1.5 | ||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert this change |
||||||||||
| """ # Contributed by Echedey Luis, inspired by Anton Driesse (get_am15g) | ||||||||||
| SPECTRA_FILES = { | ||||||||||
| "ASTM G173-03": "ASTMG173.csv", | ||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.