Skip to content

Commit 75d8f5d

Browse files
committed
update cython code for 08-SEP-2014 version of nrel spa
1 parent e8da440 commit 75d8f5d

File tree

2 files changed

+323
-470
lines changed

2 files changed

+323
-470
lines changed

pvlib/spa_c_files/cspa_py.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cdef extern from "spa.h":
55
int day
66
int hour
77
int minute
8-
int second
8+
double second
99
double delta_ut1
1010
double delta_t
1111
double timezone
@@ -27,7 +27,7 @@ cdef extern from "spa.h":
2727
int function
2828

2929
double zenith
30-
double azimuth180
30+
double azimuth_astro
3131
double azimuth
3232
double incidence
3333

0 commit comments

Comments
 (0)