python - 使用pvlib的erbs模型时dni似乎不正确

标签 python pvlib

我使用pvlib的erbs模型从全局水平辐照度计算dni和dhi。然而,最终我的 dni 似乎并不正确。我将最大天顶设置为 85,如下所示:Estimate diffuse and direct component from global irradiance

erbs = pvlib.irradiance.erbs(GHI_df['W/m2'], solpos['zenith'], GHI_df.index, min_cos_zenith=0.065, max_zenith=85)

将最大天顶更改为 85 使其变得更好一些。然而,最终我的 dni 似乎仍然给出了奇怪的值。见下图。有谁知道如何帮助。

enter image description here

最佳答案

我怀疑您的时间戳存在偏移、时区错误或类似情况。

关于python - 使用pvlib的erbs模型时dni似乎不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56110634/

相关文章:

python - Django 中的自定义默认文件存储

python - Django 验证错误 : ["“(' 1',)” value must be either True, 错误,或无。”]

python - tensorflow.get_collection()中的集合是否被清除?

python - 基本 Python 元编程 : populating dictionaries?

python - 如何使用 PVLIB 构建通用光伏系统

python - 使用 WRF (netCDF) 数据优化阵列平面 (POA) 辐照度计算

python - 在不同的目录中合并 pandas csv

pvlib - 如何在 pvmismatch 中使用 pvlib 模块?

python - 值错误: Big-endian buffer not supported on little-endian compiler