We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a88b7f commit f9ada10Copy full SHA for f9ada10
1 file changed
docs/sphinx/source/whatsnew/v0.15.1.rst
@@ -20,6 +20,10 @@ Bug fixes
20
* Fix a division-by-zero condition in
21
:py:func:`pvlib.transformer.simple_efficiency` when ``load_loss = 0``.
22
(: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`)
27
28
Enhancements
29
~~~~~~~~~~~~
@@ -79,4 +83,5 @@ Contributors
79
83
* Kevin Anderson (:ghuser:`kandersolar`)
80
84
* Rohan Saxena (:ghuser:`r0hansaxena`)
81
85
* Marco Fumagalli (:ghuser:`fuma900`)
86
+* Jean-Baptiste Pasquier (:ghuser:`pasquierjb`)
82
87
0 commit comments