Skip to content

Commit f773e2d

Browse files
authored
implement simplified solis clear sky model (#148)
* implement simplified solis. needs tests * fix index stripping * add tests. coerce pw to min 0.2 * add simplified solis option to location.get_clearsky. reorder simplified solis output to match ineichen * update whatsnew * remove return_raw in favor of OrderedDict. improve nan handling
1 parent 41bb337 commit f773e2d

File tree

6 files changed

+640
-107
lines changed

6 files changed

+640
-107
lines changed

docs/sphinx/source/whatsnew/v0.3.3.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0330:
22

3-
v0.3.3 (June xx, 2016)
3+
v0.3.3 (June 15, 2016)
44
-----------------------
55

66
This is a minor release from 0.3.2.
@@ -32,6 +32,7 @@ Enhancements
3232
(:issue:`190`)
3333
* Improve speed of ``singlediode`` function by using ``v_from_i`` to
3434
determine ``v_oc``. Speed is ~2x faster. (:issue:`190`)
35+
* Adds the Simplified Solis clear sky model. (:issue:`148`)
3536

3637

3738
Bug fixes

0 commit comments

Comments
 (0)