8000 fix for https://github.com/pvlib/pvlib-python/issues/102 by dacoex · Pull Request #103 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

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 31 commits into from
Jan 20, 2016
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10000
Prev Previous commit
Next Next commit
added PVPMC link
  • Loading branch information
dacoex committed Jan 19, 2016
commit eb16adf240b6e05eadfd88b0e3d73ba124cc15c9
22 changes: 12 additions & 10 deletions docs/sphinx/source/variables_style_rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ There is a convention on consistent variable names throughout the library:
:header-rows: 1
:widths: 5, 20

For an definition and further help on symbols and units refer to the following sources
* with technical focus in `IEC 61724:1998 -- Photovoltaic system performance monitoring - Guidelines for measurement, data exchange and analysis<https://webstore.iec.ch/publication/5733>`_ ; the Indian Standard referencing the global IEC standard is available online: `IS/IEC 61724 (1998): Photovoltaic System Performance Monitoring - Guidelines for Measurement, Data exchange and Analysis [ETD 28: Solar Photovoltaic Energy Systems] <https://law.resource.org/pub/in/bis/S05/is.iec.61724.1998.pdf>`_
* with physics focus:
* Explanation of Solar irradiation and solar geometry by `SoDa Service <http://www.soda-pro.com/home>`_ and partner pages (http://www.soda-is.com/, http://pro.soda-is.com/)
* `Acronyms, Terminology and Units <http://www.soda-pro.com/help/general/acronyms-terminology-and-units>`_
* `Plane orientations and radiation components <http://www.soda-pro.com/help/general/plane-orientations-and-radiation-components>`_
* `Time references <http://www.soda-pro.com/help/general/time-references>`_
* `Units and conversion tool <http://www.soda-is.com/eng/education/units.html>`_
* `Terminology: definitions of the main quantities. <http://www.soda-is.com/eng/education/terminology.html>`_
* `Acronyms in solar radiation <http://www.soda-is.com/eng/education/acronymes.html>`_ (more extensive list)
For an definition and further help on symbols and units refer to the following sources:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably need to say something about the fact that these references might not use the same terminology as us.


* `Refernce Variable List by PVPMC <https://pvpmc.sandia.gov/resources/variable-list/>`_
* with technical focus in `IEC 61724:1998 -- Photovoltaic system performance monitoring - Guidelines for measurement, data exchange and analysis<https://webstore.iec.ch/publication/5733>`_ ; the Indian Standard referencing the global IEC standard is available online: `IS/IEC 61724 (1998): Photovoltaic System Performance Monitoring - Guidelines for Measurement, Data exchange and Analysis [ETD 28: Solar Photovoltaic Energy Systems] <https://law.resource.org/pub/in/bis/S05/is.iec.61724.1998.pdf>`_
* with physics focus:
* Explanation of Solar irradiation and solar geometry by `SoDa Service <http://www.soda-pro.com/home>`_ and partner pages (http://www.soda-is.com/, http://pro.soda-is.com/)
* `Acronyms, Terminology and Units <http://www.soda-pro.com/help/general/acronyms-terminology-and-units>`_
* `Plane orientations and radiation components <http://www.soda-pro.com/help/general/plane-orientations-and-radiation-components>`_
* `Time references <http://www.soda-pro.com/help/general/time-references>`_
* `Units and conversion tool <http://www.soda-is.com/eng/education/units.html>`_
* `Terminology: definitions of the main quantities. <http://www.soda-is.com/eng/education/terminology.html>`_
* `Acronyms in solar radiation <http://www.soda-is.com/eng/education/acronymes.html>`_ (more extensive list)
0