Skip to content

Commit 6fd4b07

Browse files
Add albedo to get_nasa_power variable map (pvlib#2753)
* Add albedo to get_nasa_power variable map * Add WhatsNew entry * Update docs/sphinx/source/whatsnew/v0.15.2.rst Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com> --------- Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
1 parent 690e4f4 commit 6fd4b07

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Bug fixes
2525

2626
Enhancements
2727
~~~~~~~~~~~~
28+
* Added mapping of the parameter ``"albedo"`` in
29+
:py:func:`~pvlib.iotools.get_nasa_power` when ``map_variables=True``
30+
(:pull:`2753`)
2831

2932

3033
Documentation
@@ -58,3 +61,4 @@ Contributors
5861
* :ghuser:`Omesh37`
5962
* Cliff Hansen (:ghuser:`cwhanse`)
6063
* Arthur Onno (:ghuser:`ArthurOnnoTerabase`)
64+
* Adam R. Jensen (:ghuser:`AdamRJensen`)

pvlib/iotools/nasa_power.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'T2M': 'temp_air',
1919
'WS2M': 'wind_speed_2m',
2020
'WS10M': 'wind_speed',
21+
'ALLSKY_SRF_ALB': 'albedo',
2122
}
2223

2324

0 commit comments

Comments
 (0)