Skip to content

Commit f9ada10

Browse files
author
JB
committed
Docs: document _m_to_cm conversion fix in changelog
1 parent 7a88b7f commit f9ada10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Bug fixes
2020
* Fix a division-by-zero condition in
2121
:py:func:`pvlib.transformer.simple_efficiency` when ``load_loss = 0``.
2222
(:issue:`2645`, :pull:`2646`)
23+
* Fix a bug in :py:func:`pvlib.iotools.era5._m_to_cm` where meters were
24+
incorrectly divided by 100 instead of multiplied, causing precipitations to be
25+
underestimated by a factor of 10,000 when ``map_variables=True``.
26+
(:issue:`2724`, :pull:`2725`)
2327

2428
Enhancements
2529
~~~~~~~~~~~~
@@ -79,4 +83,5 @@ Contributors
7983
* Kevin Anderson (:ghuser:`kandersolar`)
8084
* Rohan Saxena (:ghuser:`r0hansaxena`)
8185
* Marco Fumagalli (:ghuser:`fuma900`)
86+
* Jean-Baptiste Pasquier (:ghuser:`pasquierjb`)
8287

0 commit comments

Comments
 (0)