Properties of cold pools from PERiLS 2022-2023
Data files
Aug 09, 2025 version files 32.58 MB
-
for_matlab.tar
16.90 KB
-
for_python.tar
32.55 MB
-
README.md
11.54 KB
Abstract
Cold pools play a range of important roles in quasi-linear convective systems (QLCSs), including maintenance via the development of new convective cells as well as baroclinic generation of horizontal vorticity. Although a number of QLCS cold pools have been characterized in the literature using one or a few sensors, their variability (both internally and across a range of environments) has still not been widely studied. This knowledge gap extends particularly to high-shear low-CAPE (HSLC) convective environments common to the cool season in the Southeastern US, where the Propagation, Evolution, and Rotation in Linear Storms (PERiLS) field campaign was focused. PERiLS specifically targeted environmental and storm-scale processes in QLCSs, including their cold pools. Our analysis focuses on the heterogeneity and temporal variability of cold pools across short time and spatial scales using numerous surface and sounding observations across five PERiLS QLCSs. The PERiLS cold pools are generally weaker than those previously studied in warm-season, midlatitude QLCSs, likely due to the lower CAPE and higher relative humidity values common to the HSLC environments during PERiLS. Nevertheless, the distributions of most PERiLS cold pool variables at least partially overlap with those of previously-studied QLCSs. The median PERiLS measurement reveals a cold pool that is ≅2.5 km deep, having a surface temperature decrease of ≅-6°C, and a peak outflow wind gust of ≅13 m s-1. In the spirit of a "cold pool audit", we present the internal and case-to-case variability of these particularly well-observed QLCSs.
Dataset DOI: 10.5061/dryad.rbnzs7hq0
Description of the data and file structure
The data represent surface and upper air sounding observations from the Propagation, Evolution, and Rotation in Linear Storms (PERiLS) field project, which was conducted during the spring months of 2022 and 2023. The provided data files are either in CSV or NetCDF format.
Code/software
We have provided post-processed (i.e. quality-controlled) versions of our data needed for creation of our production figures. In order to use the provided scripts, users will need to un-tar the archive file and also build a Python environment that includes the following non-standard packages: metpy, nexradaws, cartopy, and netcdf4.
- Pre-processing *.m script examples are contained in the
for_matlab.tarfile. These operate in Matlab on raw data files from the data sources shown below under Access information. These are a sample subset of all files needed for processing of all variables described in the publication. File-by-file information is provided here:-
Reads in a group of raw surface data files (described by the variables "podfiles", "mmfiles", and stickfiles"), extracts temperature data for a user-selected date and time (described by the variable "data_time"), performs a 2D Barnes spatial analysis of temperature, then saves the results to a NetCDF file for subsequent plotting. This invokesIOP1_T_Barnes.mget_values_for_time.mlisted below. It also invokesbarnes_2p.m, which is available from Stephen Pierce (2010): Barnes objective analysis (https://www.mathworks.com/matlabcentral/fileexchange/28666-barnes-objective-analysis), MATLAB Central File Exchange. Downloaded 2025. -
Reads in a group of raw surface data files (described by the variable "infiles"), extracts temperature data for a user-selected range of date/times (described by the variable "toatime"), computes perturbations from a user-selected base state temperature (described by the variable "tbar"), performs a time-to-space conversion that translates data spatially using user-selected system motion (described by the variables "sysspd" and "sysdir"), then saves the results to a NetCDF file for subsequent plotting. This invokesIOP1_timetospace.mget_temp_for_interval.mandget_time2space.mlisted below. -
Subset the surface data array to include only values within 1 hour from the time specified by and passed fromget_temp_for_interval.mIOP1_timetospace.m. -
Perform the actual translation of data points using the system motion specified by and passed fromget_time2space.mIOP1_timetospace.m. -
Subset the surface data array to include only values from the time specified by and passed fromget_values_for_time.mIOP1_T_Barnes.m.
-
- Post-processed data files and plotting scripts are contained in the
for_python.tarfile. The *.py scripts in the top-level directory expect to find the data files in the paths/subdirectories created from the tar file. File-by-file information is provided here:-
Creates a scatter plot from the cold pool depth (h) and intensity (C) values found inFig_coldpool_scatter.pysounding_files/h_and_c.csv. This is Figure 15 of the article. -
Creates a 6-panel of bar charts comparing PERiLS cold pool metrics to those in the literature. This is Figure 16 of the article. The PERiLS surface values are read fromFig_litcomp_6panel.pysurface_files/*IOP*.csv. The PERiLS sounding-based (h and C) values are manually hard-wired into the script by the authors using the values insounding_files/h_and_c.csv. The values from the literature are manually hard-wired into the script by the authors using the values from the historical studies identified in the article text. -
Creates a 6-panel of bar charts comparing PERiLS cold pool metrics across IOPs. This is Figure 14 of the article. The PERiLS surface values are read fromFig_sfcdist_6panel.pysurface_files/*IOP*.csv. -
Plots a 5-panel of skew-T ln-p diagrams and hodographs for the base state soundings for each of the five IOPs. This is Figure 3 of the article.Fig_skewT_5panel.py -
Batch processing script that reads in sounding files (cold pool soundings listed withinprep_buoyprofs_batch.pylist_files/CP_files.txtand environmental soundings listed withinlist_files/ENV_files.txt), computes vertical profiles of buoyancy for the cold pool soundings (based on departures from the associated environmental soundings), and both writes the cold pool depth (h) and intensity (C) values to a CSV file (h_and_c.csv) and also plots the following figure panels of the article: 5a/d/g, 7a/d/g, 9a/d/g, 1a/d/g, and 13a/d/g. -
Uses the temperature change and time-of-arrival information created by Matlab Barnes analysis (contained in filesprep_deltaT_TOA_instruments.pypostprocessed_netcdf_files/IOP*_deltaT_barnes.nc) as well as the instrument postions (contained in fileslist_files/IOP*_instruments.csv) to plot the following figure panels of the article: 4d, 6d, 8d, 10d, and 12d. -
Plots a radar image for user-specified date/time/location by pulling radar data from the AWS NEXRAD archive. The following file must be present so that the nearest radar site is selected:prep_radar_TOA_instruments.pylist_files/NEXRAD_sites.csv. The locations of PERiLS surface instruments and sounding sites are added using information from the fileslist_files/IOP*_instruments.csvandlist_files/IOP*_sounding_locations.csv. The 5 groups of settings in the script create the 5 sub-panels of Figure 1 of the article. -
Plots a radar image for user-specified date/time/location of a balloon launch by pulling radar data from the AWS NEXRAD archive. The following file must be present so that the nearest radar site is selected:prep_radar_with_launchpoint.pylist_files/NEXRAD_sites.csv. The various combinations of settings in the script pre-amble are used to create the following figure panels of the article: 5b/e/h, 7b/e/h, 9b/e/h, 11b/e/h, and 13b/e/h. -
Reads inprep_surface_TOA_demo.pysurface_files/PodB-20220322-IOP01-SCOUT1-PERiLS-QC.csvand produces Figure 2 in the article. -
Uses the temperature information created by Matlab Barnes analysis (contained in filesprep_temperature_TOA_instruments.pypostprocessed_netcdf_files/IOP*_contourT_barnes.nc) as well as the instrument postions (contained in fileslist_files/IOP*_instruments.csv) to plot the following figure panels of the article: 4a, 6a, 8a, 10a, and 12a. -
Uses the temperature information created by Matlab Barnes analysis (contained in filesprep_temperature_with_launchpoint.pypostprocessed_netcdf_files/IOP*_contourT_barnes.nc) as well as the instrument postions (contained in fileslist_files/IOP*_instruments.csv) and hardwired sounding launch positions to plot the following figure panels of the article: 5c/f/i, 7c/f/i, 9c/f/i, 11c/f/i, 13c/f/i. -
Reads in a time series of surface temperature values for each IOP fromprep_time_series.pypostprocessed_netcdf_files/IOP*_timeseries.ncand plots the following figure panels of the article: 4b, 6b, 8b, 10b, 12b. -
Uses the temperature information created by Matlab time-to-space analysis (contained in filesprep_timetospace_Tpert.pypostprocessed_netcdf_files/IOP*_timetospace.nc) to plot the following figure panels of the article: 4c, 6c, 8c, 10c, and 12c. -
This directory contains simple CSV and text files listing the instruments, locations, and file names used for batch processing in the Python scripts above.list_files/ -
This directory contains output from the Matlab preprocessing scripts. Contents of NetCDF files are self-describing.postprocessed_netcdf_files/ -
This directory contains a range of quality-controlled sounding data from the PERiLS experiment, collected into one directory for convenience. Files with the prefix Hgt are from the FARM sounding sites interpolated to 5-meter height intervals in tabular text format. Files with the prefix Prs are from the FARM sounding sites interpolated to 1 hPa pressure intervals in tabular text format. Files with the prefix NSSL are from the NSSL sounding sites in CSV format. The filesounding_files/h_and_c.csvcontains computed information about cold pool depth (h) and intensity (C) for the cold pool soundings in this study, in CSV format, as produced by the Python scriptprep_buoyprofs_batch.py. Column headers describe the values in each file. -
This directory contains computed measures of cold pool intensity at each surface instrument for each IOP. Files with namessurface_files/Cold Pool Peak Gust IOP*.csvcontain the peak wind speeds after gust front passage. Files with namesDelta P IOP*.csvcontain the change in pressure from before to after gust front passage. Files with namesDelta T IOP*.csvcontain the change in temperature from before to after gust front passage. Files with namesDelta Td IOP*.csvcontain the change in dewpoint from before to after gust front passage. Files with namesDelta Thetae IOP*.csvcontain the change in equivalent potential temperature from before to after gust front passage. Files with namesDelta U IOP*.csvcontain the change in line-perpendicular wind speed from before to after gust front passage. The file PodB-20220322-IOP01-SCOUT1-PERiLS-QC.csv is an original quality-controlled PERiLS surface data file, also included for convenience and used to make the time series in Figure 2 of the article.
-
Access information
Data was derived from the following sources:
-
The original 2022 and 2023 PERiLS data can be acquired from:
https://data.eol.ucar.edu/master_lists/generated/perils_2022/
https://data.eol.ucar.edu/master_lists/generated/perils_2023/
-
The specific DOIs for the data used here are:
FARM: https://doi.org/10.48514/962K-9866 (2022) and https://doi.org/10.48514/S52C-MH37 (2023
Sticknets: https://doi.org/10.26023/93M9-AE8F-SX07 (2022) and https://doi.org/10.26023/D9T1-1XVT-M20M (2023)
ULM: https://doi.org/10.26023/TJ7Y-E1RH-7X0X (2022 only)
NSSL: https://doi.org/10.26023/S0SK-WHS3-CC00 (2022 only)
-
We have not generally replicated those files here. What we have provided is our post-processed files and scripts used to make the final plots in the Silcott et al. article.
-
We also use the Amazon Web Services radar data archive (accessed via Python scripts) https://registry.opendata.aws/noaa-nexrad/
