Skip to content

Commit 8b98768

Browse files
authored
get_psm3, 0.9.0 whats new doc fixes (#1169)
* update psm3 links * whats new fix * more whats new, including people we missed previously
1 parent dc0d425 commit 8b98768

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/sphinx/source/whatsnew/v0.9.0.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,20 @@ Enhancements
100100
Bug fixes
101101
~~~~~~~~~
102102
* Pass weather data to solar position calculations in
103-
:ref:meth:`~pvlib.modelchain.ModelChain.prepare_inputs_from_poa`.
103+
:py:meth:`~pvlib.modelchain.ModelChain.prepare_inputs_from_poa`.
104104
(:issue:`1065`, :pull:`1140`)
105105
* Reindl model fixed to generate sky_diffuse=0 when GHI=0.
106106
(:issue:`1153`, :pull:`1154`)
107+
107108
Testing
108109
~~~~~~~
109110

110111
Documentation
111112
~~~~~~~~~~~~~
112113

113114
* Update intro tutorial to highlight the use of historical meteorological data
114-
and to make the procedural and OO results match exactly.
115+
and to make the procedural and object oriented results match exactly.
116+
* Update documentation links in :py:func:`pvlib.iotools.get_psm3`
115117

116118
Requirements
117119
~~~~~~~~~~~~
@@ -127,3 +129,5 @@ Contributors
127129
* Nate Croft (:ghuser:`ncroft-b4`)
128130
* Kevin Anderson (:ghuser:`kanderso-nrel`)
129131
* Adam R. Jensen (:ghuser:`AdamRJensen`)
132+
* Joshua Stein (:ghuser:`jsstein`)
133+
* Tony Lorenzo (:ghuser:`alorenzo175`)

pvlib/iotools/psm3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60,
112112
.. [1] `NREL National Solar Radiation Database (NSRDB)
113113
<https://nsrdb.nrel.gov/>`_
114114
.. [2] `Physical Solar Model (PSM) v3
115-
<https://developer.nrel.gov/docs/solar/nsrdb/psm3_data_download/>`_
115+
<https://developer.nrel.gov/docs/solar/nsrdb/psm3-download/>`_
116116
.. [3] `Physical Solar Model (PSM) v3 TMY
117-
<https://developer.nrel.gov/docs/solar/nsrdb/psm3_tmy_data_download/>`_
117+
<https://developer.nrel.gov/docs/solar/nsrdb/psm3-tmy-download/>`_
118118
.. [4] `Physical Solar Model (PSM) v3 - Five Minute Temporal Resolution
119119
<https://developer.nrel.gov/docs/solar/nsrdb/psm3-5min-download/>`_
120120
"""

0 commit comments

Comments
 (0)