-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Subject: Is the AEP discrepancy mainly due to probability weighting (WEIS vs. WISDEM)?
Hi team,
With identical design variables/constraints/objectives, I see large AEP/LCOE differences between WISDEM and WEIS.
I know time-domain vs. steady-state modeling differs; my question is only about weighting:
WISDEM computes AEP by integrating the steady-state power curve against a Weibull PDF (per the RotorSE AEP docs). Could you confirm?
wisdem.readthedocs.io
WEIS (OpenFAST AEP/DLC) appears to compute AEP as
AEP
are the probability weights stored in pCrunch (Crunch.prob). pCrunch also supports user-specified probability distributions. Could you confirm this is the default mechanism?
GitHub
+1
If my WEIS AEP DLC does not explicitly pass Weibull/sector probabilities, does WEIS fall back to non-Weibull (e.g., equal or template) weights, thereby explaining the discrepancy? What is the recommended way to pass the same Weibull (k, A) used in WISDEM to pCrunch/WEIS so both pipelines use identical probability weighting?
Thanks!