-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
The parameter beta_voc
is named after v_oc
.
The parameter alpha_sc
is a bit inconsistent with this, since it should be alpha_isc
(after i_sc
).
In fact, the underlying SAM function also expects that name:
Lines 95 to 99 in 93adb59
datadict = {'tech_model': '6parsolve', 'financial_model': None, | |
'celltype': celltype, 'Vmp': v_mp, | |
'Imp': i_mp, 'Voc': v_oc, 'Isc': i_sc, 'alpha_isc': alpha_sc, | |
'beta_voc': beta_voc, 'gamma_pmp': gamma_pmp, | |
'Nser': cells_in_series, 'Tref': temp_ref} |