使用的输入结果
UsedInputsResult提供了不确定性模拟中使用的所有输入参数的完整记录,确保结果的完全可追溯性和可重现性。
此结果组件包含模拟执行期间使用的确切参数值,包括:
- Module:物理和电气组件特性
- System:安装布局和配置
- Electrical:功率转换和损耗参数
- Optical:辐照度处理和光学因子
- Thermal:传热系数
- Operation:性能因子和退化
- SimulationOptions:蒙特卡洛执行参数
- ResultOptions:统计计算设置
每个类别包含模拟期间使用的特定值,这些值可能与请求的值不同,原因包括:
- 对未指定参数应用默认值
- 输入值的验证和范围限制
- 单位转换(例如,弧度转换为度)
- 数据不可用时替换回退值
可追溯性优势
Section titled “可追溯性优势”UsedInputsResult实现:
- 验证:确认所有参数都已正确应用
- 可重现性:使用相同参数重新运行模拟
- 质量保证:验证参数值是否符合预期
- 文档记录:用于报告和合规性的完整记录
Module { LengthInM: 2 WidthInM: 1 CellToCellMismatch: 0.004 ModulePowerTemperatureCoefficient: -0.00295 PowerRatingAtSTCInW: 460 ModuleHeight: 1.5 Bifaciality: 0.8}System { NumberOfInverters: 1 StringsPerInverter: 1 ModulesPerString: 1 RowPitchInM: 5.6 ModuleAzimuthInDegrees: 90 FallbackModuleTiltInDegrees: 30 ModuleTracking: "Fixed" TiltLimitInDegrees: 60}Electrical { InverterEfficiency: 0.98 InverterToInverterMismatch: 0 StringToStringMismatch: 0 ModuleToModuleMismatch: 0.01 InverterWiringLoss: 0.01 StringWiringLoss: 0.01 MaxPowerTrackingLoss: 0 InverterClipping: 0}Optical { BeamMultiplierFront: 1 IsotropicMultiplierFront: 1 BeamMultiplierRear: 1 IsotropicMultiplierRear: 1 FallbackAlbedo: 0.2 FallbackSoilingFront: 0.02 FallbackSoilingRear: 0.002 FallbackSpectralCorrection: 1 FallbackRearTransmissionFactor: 0 FallbackRearStructuralShadingFactor: 0 ExtraIrradiance: 1}Thermal { Uc: 25 Uv: 1.2 Alpha: 0.9}Operation { AnnualDegradationRate: 0.005 DCHealth: 1 Availability: 0.98 Curtailment: 0.02 YieldModifier: 1 UndulatingGround: 1}SimulationOptions { NumberOfSimulations: 100 NumberOfYears: 5}ResultOptions { BinMin: 0.75 BinDelta: 0.01 PValues: [5, 10, 50, 90, 95]}检查UsedInputsResult以:
- 验证所有关键参数是否设置为预期值
- 识别应用的默认值或回退值
- 确认单位转换正确
- 为报告和文档记录模拟配置