I want to run the PVWatts model (concretely to get pvwatts_dc) on an Amerisolar 315 module which doesn't seem to appear. What I am trying to do is to replicate the steps in the manual, which only requires system DC size.
When I go into the power model, the formula says g_poa_effective
must be already angle-of-incidence-loss corrected. How do I do this correction? I've thought about using the physical correction formula pvlib.pvsystem.physicaliam(aoi)
, but is this the right track?