You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Due to licensing issues, you must download the NREL C files from their
14
+
[website](http://www.nrel.gov/midc/spa)**
15
15
16
16
Download the ``spa.c`` and ``spa.h`` files from NREL,
17
17
and copy them into the ``pvlib/spa_c_files`` directory.
@@ -20,7 +20,7 @@ There are a total of 5 files needed to compile the C code, described below:
20
20
21
21
*``spa.c``: original C code from NREL
22
22
*``spa.h``: header file for spa.c
23
-
*``cspa_py.pxd``: a cython header file- essentially tells cython which parts of the main header file to pay attention to
23
+
*``cspa_py.pxd``: a cython header file which essentially tells cython which parts of the main header file to pay attention to
24
24
*``spa_py.pyx``: the cython code used to define both functions in the python namespace. NOTE: It is possible to provide user access to other paramters of the SPA algorithm through modifying this file
25
25
*``setup.py``: a distutils file which performs the compiling of the cython code
26
26
@@ -32,4 +32,3 @@ To process the original 5 files,
32
32
use the following shell command inside this folder
0 commit comments