[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-116943-en":3,"doc-seo-116943-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},116943,962075006959,"Anda","https://ap-avatar.wpscdn.com/avatar/e0002397efbe92a78e?_k=1776741047341049297",8,"Research & Report","Gridded Hail Nowcasting using U-Nets, Lightning Observations, and the Warn-on-Forecast System","This thesis develops gridded hail nowcasting using U-Nets combined with lightning observations within the Warn-on-Forecast framework. It assembles predictors and labels from GridRad reflectivity and GridRad MESH hail size targets, and derives lightning information via Vaisala detection. Data mining and preprocessing steps, including storm-day clustering, cross-validation, and normalization, enable robust training and evaluation. Multiple experiments test data distribution effects, label-and-predictor configurations, lightning ablations, and U-Net architectures using the Critical Success Index. Results include overall performance and case studies highlighting practical storm behavior.","UNIVERSITY OF OKLAHOMA  \nGRADUATE COLLEGE  \nGRIDDED HAIL NOWCASTING USING UNETS, LIGHTNING OBSERVATIONS, AND THE WARN-ON-FORECAST SYSTEM  \nA THESIS  \nSUBMITTED TO THE GRADUATE FACULTY  \nin partial fulfillment of the requirements for the  \nDegree of  \nMASTER OF SCIENCE  \nBy  \nTOBIAS GARRICK SCHMIDT  \nNorman, Oklahoma  \n2023  \nGRIDDED HAIL NOWCASTING USING UNETS, LIGHTNING OBSERVATIONS, AND THE WARN-ON-FORECAST SYSTEM  \nA THESIS APPROVED FOR THE  \nSCHOOL OF METEOROLOGY  \nBY THE COMMITTEE CONSISTING OF  \nDr. Amy McGovern, Chair  \nDr. Corey Potvin, Co-Chair  \nDr. John Allen  \nDr. Cameron Homeyer  \n©Copyright by TOBIAS GARRICK SCHMIDT 2023 All Rights Reserved.  \nDedication  \nTo my dearest parents and brother, who cared for and loved me throughout my life. Their love helped nurture a young scientist’s desire to find some understanding of God’s creation...  \nAcknowledgements  \nFirstly, I would like to thank my advisors Dr. Amy McGovern and Dr. Corey Potvin for taking me on as their student and for supporting me throughout my time at OU. The expertise and knowledge I have gained from them will prove invaluable in future academic or industry endeavours. The many lighthearted moments (and stormshelters) we shared together will always be a source of fond memories for me. I also thank Dr. John Allen of Central Michigan University for generously donating his time each week to discuss thesis topics with a student he wasn’t formally advising. I would also like to thank my mother Susan, my father Garry, and my brother Benjamin for all the support they have given me throughout my academic career. I must also thank my friends Joshua, Conner, Jarod, Alexander, and Nolan back in Canada who kept me encouraged through my degrees. Our many nights spent gaming while I was in the US and our travels when we could unite kept me pushing through. I specifically thank Nolan for the many machine learning discussions we had, which offered unique perspectives on my work. I of course must extend my thanks to Chad for his friendship and expertise on American culture during my time at OU. Thank you for joining me on numerous hair raising adventures, I look forward to the next ones. Studying severe weather at OU was a childhood dream and I must thank you all for making such a dream possible.  \nThis material is based upon work supported by the National Science Foundation under Grant No. ICER-2019758 . Funding was provided by NOAA/Office of Oceanic and Atmospheric Research under NOAA–University of Oklahoma Cooperative Agreement NA21OAR4320204, U.S. Department of Commerce. The computing for this project was performed at the OU Supercomputing Center for Education and Research (OSCER) at the University of Oklahoma (OU) . The statements, findings, conclusions, and recommendations are those of the author(s) and do not necessarily reflect the views of NOAA or the U.S. Department of Commerce.  \nTable of Contents  \nDedication iv  \nAcknowledgements v  \nList Of Tables viii  \nList Of Figures ix  \nGlossary xiii Abstract xv 1 Introduction 1  \n2 Background 5  \n2.1 Hail Forecasting ............................... 5  \n2.2 Machine Learning, U-Nets, and Segmentation .............. 9  \n2.3 The Warn-on-Forecast System ....................... 14  \n3 Methods 17  \n3.1 Datasets ................................... 17  \n3.1.1 Predictors .............................. 18  \n3.1.1.1 Warn-on-Forecast System ................ 19  \n3.1.1.2 Vaisala Lightning Detection ............... 22  \n3.1.2 Labels (GridRad MESH) ...................... 24  \n3.1.3 Other Data (GridRad Reflectivity) ................ 27  \n3.2 Data Mining and Pre-processing ...................... 27  \n3.2.1 Data Mining (AutoPatcher) .................... 28  \n3.2.2 Preprocessing ............................ 29  \n3.2.2.1 Test Set Partition and Storm Day Clustering ..... 30  \n3.2.2.2 Minima/Maxima and Architecture Data Slicing .... 31  \n3.2.2.3 Cross-Validation ..................... 33  \n3.2.2.4 Normalization and Remaining Preprocessing","cbCaiptVHnWB8ne7","https://ap.wps.com/l/cbCaiptVHnWB8ne7","pdf",12937555,1,119,"English","en",105,"# Introduction\n# Background\n## Hail Forecasting\n## Machine Learning, U-Nets, and Segmentation\n## The Warn-on-Forecast System\n# Methods\n## Datasets\n## Data Mining and Pre-processing\n## Machine Learning Architecture (U-Nets)\n## Hyperparameter Searches and Model Training\n## Max Critical Success Index Metric\n# Results\n## Critical Importance of Data Distribution\n## Predictor and Label Experiments\n## Architecture Experiments\n## Overall Performance\n## Case Studies\n# Discussion and Conclusions\n# Reference List\n# Appendices","[{\"question\":\"What data sources are used for gridded hail nowcasting in this thesis?\",\"answer\":\"The work uses GridRad reflectivity as additional data, and GridRad MESH as labels for hail size targets. It also incorporates lightning observations from Vaisala lightning detection, along with Warn-on-Forecast system information as predictors.\"},{\"question\":\"How are the training and evaluation datasets prepared?\",\"answer\":\"The thesis applies data mining and preprocessing including storm-day clustering, a test set partition strategy, cross-validation, and normalization. It also slices architecture data using minima/maxima-based methods to structure model inputs.\"},{\"question\":\"Which experiments assess the value of lightning observations and different modeling choices?\",\"answer\":\"The results include predictor and label experiments such as Gaussian expansion and predicted hail size tests, plus a lightning observations ablation experiment. Architecture experiments compare U-Net configurations, and overall performance is evaluated using the Critical Success Index.\"}]","Gridded Hail Nowcasting using U-Nets, Lightning Observations, and the Warn-on-Forecast System | PDF",1785672678,300,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"gridded-hail-nowcasting-using-u-nets-lightning-observations-and-the-warn-on-forecast-system","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/gridded-hail-nowcasting-using-u-nets-lightning-observations-and-the-warn-on-forecast-system/116943/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-02",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What data sources are used for gridded hail nowcasting in this thesis?","Question",{"text":75,"@type":76},"The work uses GridRad reflectivity as additional data, and GridRad MESH as labels for hail size targets. It also incorporates lightning observations from Vaisala lightning detection, along with Warn-on-Forecast system information as predictors.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How are the training and evaluation datasets prepared?",{"text":80,"@type":76},"The thesis applies data mining and preprocessing including storm-day clustering, a test set partition strategy, cross-validation, and normalization. It also slices architecture data using minima/maxima-based methods to structure model inputs.",{"name":82,"@type":73,"acceptedAnswer":83},"Which experiments assess the value of lightning observations and different modeling choices?",{"text":84,"@type":76},"The results include predictor and label experiments such as Gaussian expansion and predicted hail size tests, plus a lightning observations ablation experiment. Architecture experiments compare U-Net configurations, and overall performance is evaluated using the Critical Success Index.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]