This code is used to obtain the results on J. Souza and E. Bruning, Assessment of turbulence intensity in different spots of lightning flash propagation
.
It combines radar and lightining data into the same framework allowing to retrieve radar detected and derived fields where lightning flash propagated through the radar scan.
The radar data is available on DOI: 10.5281/zenodo.4515064 and the lightining data is on DOI: 10.5281/zenodo.4509546 . The radar folder contains TTU Ka-band RHI scans for storms occurred during the spring and summer of 2015 - 2016 in the South Plains of the Texas Caprock. The files were processed in NetCDF4 format by the KTaL field experiment members using Py-ART. The lightning folder contains the LMA source data as events table in HDF5 format after applying the flash sorting process available in lmatools.
The notebook analyze-results.ipynb
go through the steps to obtain the result tables using different interpolations: Nearest Neighbor
, Barnes 1
, Barnes 2
.
- Calculate EDR and velocity derivatives from initial dataset
- Find closest sources: intercepted location on the RHI scan
- Retrieve results: distance from flash initiation and radar measurements at interception
The notebook analyze-results.ipynb
shows with the results obtained by the previous steps how EDR and spatial velocity derivative varied with distance from flash initiation.