Cliff Hansen
Cliff Hansen
The original intent of methods like `ModelChain.with_pvwatts` was to execute the workflow used in PVWatts (or, pvlib's implementation of that sequence of functions). pvlib's choices are based on the outdated...
+1 to adding the HSU equation and a note to the function docstring. Keep in mind that `hsu` and `kimber` return different quantities. `hsu` returns the soiling ratio, a fraction...
> can I try to do this sir. Certainly. Are you somewhat familiar with PV system modeling? That would help with forming examples. It would be best to take this...
PVsyst does not object to adding this capability to pvlib. They emphasize that they will not provide technical support for pvlib users.
I generally agree with the recommendation. Re-reading the paper, it is clear that pvlib's default is to use settling velocity in the calculation of mass deposition. The authors considered variable...
Hmm. The authors write about this variable as a combination of deposition and settling velocity. I think I retract my comment about changing the definition and parameter name. Would it...
As your initial comment points out, Eq. 2 shows that they considered $v_d$ as a sum of two terms, a dynamic resistance (which I am inferring is what you mean...
@Chirag3841 please merge the current main, this PR is missing the changes made in #2605
I don't think we want to patch `noct_sam` this way. My thought is that we replace `poa_global` with `effective_irradiance` in the first arg position, drop `effective_irradiance=None`, and do away with...
@wholmgren @souravsingh the current references are being formatted as footnotes rather than citations, since the callouts start with a numeral as the first character. Compare the [footnote ](https://external-builds.readthedocs.io/html/pvlib-python/708/generated/pvlib.ivtools.fit_sde.fit_cocontent.html#pvlib.ivtools.fit_sde.fit_cocontent) format to...