solarbe文库
首页 solarbe文库 > 资源分类 > PDF文档下载

7-2-pvanalytics-pvpmc-kirsten-perry

  • 资源大小:2.00MB        全文页数:17页
  • 资源格式: PDF        下载权限:游客/注册会员/VIP会员    下载费用:5金币 【人民币5元】
游客快捷下载 游客一键下载
会员登录下载
下载资源需要5金币 【人民币5元】

邮箱/手机:
温馨提示:
支付成功后,系统会根据您填写的邮箱或者手机号作为您下次登录的用户名和密码(如填写的是手机,那登陆用户名和密码就是手机号),方便下次登录下载和查询订单;
特别说明:
请自助下载,系统不会自动发送文件的哦;
支付方式: 微信支付    支付宝   
验证码:   换一换

 
友情提示
2、本站资源不支持迅雷下载,请使用浏览器直接下载(不支持QQ浏览器)
3、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰   
4、下载无积分?请看这里!
积分获取规则:
1充值vip,全站共享文档免费下;直达》》
2注册即送10积分;直达》》
3上传文档通过审核获取5积分,用户下载获取积分总额;直达》》
4邀请好友访问随机获取1-3积分;直达》》
5邀请好友注册随机获取3-5积分;直达》》
6每日打卡赠送1-10积分。直达》》

7-2-pvanalytics-pvpmc-kirsten-perry

PVAnalytics A Python Package for Automated Procesing of Solar Tie Series Data Kirsten Pery NREL, Wiliam Vining Sandia, Kevin Anderson NREL, Mathew Muler NREL, Clif Hansen Sandia PV Performance Modeling and Monitoring Workshop Salt Lake City, Aug 24, 202 2021 pvanalyticsv0.1.0 2022 2020 pvanalyticsv0.1.1 pvanalyticsv0.1.2 https/github.com/pvlib/pvanalytics NREL | 2 1 2 3 4 5 6 7 Contents PVAnalyticsBackground Package Features Automated testing Community growth PVAnalyticsv0.1.3 and Beyond Algorithm Validation Documentation Updates NREL | 3 PVAnalyticsBackground Solar time series data can vary significantly in quality or lack critical metadata Several solar metrics dependent on data cleaning/filtering [1] Performance los rate PLR Power production forecasting Soiling los PVAnalyticsPython library automated procesing of solar time series data, including QA/QC Data quality control and filtering Identifying system characteristics, such as mounting configuration, tilt, and azimuth Feature identification cliping, day-night masking, clearskydetection https/pvanalytics.readthedocs.io/en/stable/ [1] Lindiget. al. International colaboration framework for the calculation of performance los rates Data quality, benchmarks, and trends towards a uniform ethodology. Progres in Photovoltaics, 2021. NREL | 4 PVAnalyticsBackground Continued Design Principles behind PVAnalytics Open-source tested, documented, and re- usable Independent of analysis workflow Colection point for code which implements published algorithms Colaboration betwen Sandia and NREL Started as DuraMATproject DOE-led consortium for PV module reliability and durability Functions adapted from Solar Forecast Arbiter [1] and NREL PV Flets Initiative [2] [1] https/solarforecastarbiter-core.readthedocs.io/en/latest/ [2] D. Jordan et. al. Photovoltaic flet degradation insights. Progres in Photovoltaics, 202. PLR distribution from the PV Fleets Initiative [2] NREL | 5 Package Features Basic Time Series Filtering Interpolated data detection and filtering Outlier detection and filtering Hampel, Z- score, and Tukey filters Stale data detection and filtering Looks for consecutive repeating data NREL | 6 Package Features Advanced Time Series Filtering Data shift detection and filtering Uses changepoint detection to find masive, abrupt capacity changes. Described further in [1] Detected data shift here Filtering days based on daily “completenes” score [1] K. Pery, M. Muler. Automated Shift Detection in Sensor-Based PV Power and Irradiance Time Series. 202 PVSC. Detecting mising data periods Assign daily data a “completenes” score NREL | 7 Package Features Feature Detection Day-night masking Logic-based routine for masking day periods from night periods Cliping detection and filtering Adapted from logic-based filter described in [1] Shading detection Uses morphological image procesing methods to identify shadows in GHI data [2] Day-night masking on an AC power time series Masked cliping periods in time series data [1] K. Pery, et. al. Performance comparison of cliping detection techniques in AC power time series. 2021 PVSC. [2] Martin, C. E., Hansen, C. W., An Image Procesing Algorithm to Identify Near-Field Shading in Irradiance Measurements, preprint 2016 NREL | 8 Package Features Iradiance Checks Irradiance quality checks consistency and physical limits of GHI, DNI, and DHI using QCradcriteria Clearskyperiod filtering Reno clearsky method 1 Clearskyday filtering Compare GHI sensor-based data to clearskydata. Filter where GHI is within daily insolation limit [1] Reno, M.J. and C.W. Hansen, “Identification of periods of clear sky iradiance in time series of GHI measurements” Renewable Energy, v90, p. 520-531, 2016. NREL | 9 Package Features System Characteristics Mounting configuration Fixed-tilt or single-axis tracking Uses daily power profile to clasify time series stream Azimuth and tilt Estimate using AC power time series Work in progres multiple methods in package are currently being validated Daily power profile of a single- axis tracking system NREL | 10 Algorithm Validation Continued validation of each algorithm How el does each algorithm perform on labeled data sets Quantifiable metrics acuracy and F1-score Labeled data sets to encourage further development Technical documentation/publications benchmarking each algorithm’s performance Publicly available, labeled data sets on the DuraMATDataHub https/datahub.duramat.org/project/example-data NREL | 11 Documentation Example Galery Example galery for majority of the package functions v0.1.2 Example data for running each algorithm Plots illustrating algorithm results https/pvanalytics.readthedocs.io/en/stable/generated/galery/index.html NREL | 12 Apply PVAnalyticsto Your Own Data How can you easily implement PVAnalyticsfunctions to your own data https/pvanalytics.readthedocs.io/en/stable/generated/galery/index.html CSV containing data streams power, irradiance, temperature Import CSV into our example documentation, and change any metadata parameters lat-long coordinates, data frequency, etc Run asociated example Analyze outputs NREL | 13 Documentation Function Descriptions Page for each model function containing Brief description Input parameters data type, description Outputs data type, description Published reference for the function, if applicable Additional notes as needed Examples in the galery using the function https/pvanalytics.readthedocs.io/en/stable/api.html Function description for pvanalytics.quality.stale_values_dif NREL | 14 Automated Testing Comprehensive unit-testing for al package functions 10 test coverage Uses Pytestand Coveralls Since package is in its infancy, no speed benchmarks have been taken yet Package checks required to pas before merging PR Curent test coverage NREL | 15 Comunity growth Githubstars over time Special thanks to all our contributors Github 88 completed pul requests Code contributions from 6 people se lower right Lots of oportunity to increase comunity growth as PVAnalyticsis still in its infancy You can contribute Generate isues for features you’d like to see, add code via our PR process, etc. NREL | 16 PVAnalyticsv0.1.3 and Beyond No expected ETA for next release but we’re actively working on new functions/documentation Future version features Daylight savings time DST and time-drift detection algorithms for time series Adding ploting module to easily validate time-series data visually www.nrel.gov Thank you ThisworkwasauthoredinpartbyAllianceforSustainableEnergy,LLC,themanagerandoperatorof theNationalRenewableEnergyLaboratoryfortheU.S.DepartmentofEnergyDOEunderContract No.DE-AC36-08GO28308.FundingprovidedbytheU.S.DepartmentofEnergy’sOfficeofEnergy EfficiencyandRenewableEnergyEEREunderSolarEnergyTechnologiesOfficeSETOAgrement Number38258.TheviewsexpresedinthearticledonotnecesarilyrepresenttheviewsoftheDOE ortheU.S.Government.TheU.S.Governmentretainsandthepublisher,byacceptingthearticlefor publication,acknowledgesthattheU.S.Governmentretainsanonexclusive,paid-up,irrevocable, worldwidelicensetopublishorreproducethepublishedformofthiswork,orallowotherstodoso, forU.S.Governmentpurposes. kirsten.perynrel.gov

注意事项

本文(7-2-pvanalytics-pvpmc-kirsten-perry)为本站会员(小光伏)主动上传,solarbe文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知solarbe文库(发送邮件至401608886@qq.com或直接QQ联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。

copyright@ 2008-2013 solarbe文库网站版权所有
经营许可证编号:京ICP备10028102号-1

公众号二维码
收起
展开