Skip to content

Commit

Permalink
implement simplified solis clear sky model (#148)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
wholmgren committed Jun 15, 2016
1 parent 41bb337 commit f773e2d
Show file tree
Hide file tree
Showing 6 changed files with 640 additions and 107 deletions.
3 changes: 2 additions & 1 deletion docs/sphinx/source/whatsnew/v0.3.3.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _whatsnew_0330:

v0.3.3 (June xx, 2016)
v0.3.3 (June 15, 2016)
-----------------------

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


Bug fixes
Expand Down
Loading

0 comments on commit f773e2d

Please sign in to comment.