-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix for https://github.com/pvlib/pvlib-python/issues/102 #103
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8088ee8
fix for https://github.com/pvlib/pvlib-python/issues/102
ac236e8
moved table & added example for .IEC61724:1998
284f421
corrected cols
e6dea98
moving the file the hard way
15675fd
Merge remote-tracking branch 'refs/remotes/pvlib/master' into doc_var
73af050
updated IEC symbol to better math
8bb5be0
included transposition factor
d83f934
minor correction of table display
4584636
link correction
eb16adf
added PVPMC link
e27f443
corrected list
59ad15a
list fixing
ddff859
minor corrections
8000
fcbd87b
list correction
f5cb190
list
ca1ce2d
table tweak
19a4a2c
list testing
798796f
endless list check with RTD stylesheet
10d2572
testing
95dbf86
test
5561cff
test tables
e92b67d
latex math: fraction
50e9683
underscore
c231d91
corrected title
ee35b81
removed test lists
c80ebeb
fix list
b9de720
implemented change proposals in
4173532
coorections acc. https://github.com/pvlib/pvlib-python/pull/103/files…
dacoex af2f656
corrections as in https://github.com/pvlib/pvlib-python/pull/103/file…
dacoex c820ee4
corrected file reference
dacoex c5447f7
typos
dacoex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
moving the file the hard way
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ coverage.xml | |
|
||
|
||
#Datafiles | ||
*.csv | ||
#*.csv | ||
|
||
# vi | ||
*.swp | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
variable;description;comment;Symbol acc. IEC 61724:1998;Unit acc. IEC 61724:1998 | ||
tz;timezone;;; | ||
latitude;latitude;;; | ||
longitude;longitude;;; | ||
dni;direct normal irradiance;;; | ||
dni_extra;direct normal irradiance at top of atmosphere (extraterrestrial);;; | ||
dhi;diffuse horizontal irradiance;;; | ||
ghi;global horizontal irradiance;;; | ||
aoi;angle of incidence;;; | ||
aoi_projection;cos(aoi);;; | ||
airmass;airmass;;; | ||
airmass_relative;relative airmass;;; | ||
airmass_absolute;absolute airmass;;; | ||
poa_ground_diffuse;in plane ground reflected irradiation;;; | ||
poa_direct;direct/beam irradiation in plane;;; | ||
poa_diffuse;total diffuse irradiation in plane. sum of ground and sky diffuse.;;; | ||
poa_global;global irradiation in plane. sum of diffuse and beam projection.;;:math:`G_{I}`;:math:`W x m^{-2}` | ||
poa_sky_diffuse;diffuse irradiation in plane from scattered light in the atmosphere (without ground reflected irradiation);;; | ||
surface_tilt;tilt angle of the surface;;; | ||
surface_azimuth;azimuth angle of the surface;;; | ||
solar_zenith;zenith angle of the sun in degrees;;; | ||
apparent_zenith;refraction-corrected solar zenith angle in degrees;;; | ||
solar_azimuth;azimuth angle of the sun in degrees East of North;;; | ||
temp_cell;temperature of the cell;;; | ||
temp_module;temperature of the module;;; | ||
temp_air;temperature of the air;;; | ||
temp_dew;dewpoint temperature;;; | ||
relative_humidity;relative humidity;;; | ||
v_mp, i_mp, p_mp;module voltage, current, power at the maximum power point;;; | ||
v_oc;open circuit module voltage;;; | ||
i_sc;short circuit module current;;; | ||
i_x, i_xx;Sandia Array Performance Model IV curve parameters;;; | ||
effective_irradiance;effective irradiance;;; | ||
photocurrent;photocurrent;;; | ||
saturation_current;diode saturation current;;; | ||
resistance_series;series resistance;;; | ||
resistance_shunt;shunt resistance;;; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change this.