Skip to content

Commit 2af015a

Browse files
committed
Add whatsnew entry for nasa_power VARIABLE_MAP additions (PR #2762)
1 parent 3777c77 commit 2af015a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Enhancements
2828
* Added mapping of the parameter ``"albedo"`` in
2929
:py:func:`~pvlib.iotools.get_nasa_power` when ``map_variables=True``
3030
(:pull:`2753`)
31+
* :py:func:`~pvlib.iotools.get_nasa_power` now maps additional NASA POWER
32+
parameters to pvlib variable names when ``map_variables=True``:
33+
``temp_dew`` (T2MDEW), ``precipitable_water`` (TQV),
34+
``relative_humidity`` (RH2M), ``ghi_extra`` (TOA_SW_DWN), ``dhi_clear`` (CLRSKY_SFC_SW_DIFF), and
35+
``longwave_down`` (ALLSKY_SFC_LW_DWN). Surface pressure (PS) is
36+
converted from kPa to Pa, and precipitable water (TQV) from kg/m² to cm.
37+
(:issue:`2731`, :pull:`2762`)
3138

3239

3340
Documentation

0 commit comments

Comments
 (0)