One of the goals of the ABFM project is to consider the feasibility of using the radar to imply if the for electric fields in the region are a hazard or not. To do this we have calculated several parameters using the radar data and plotted those parameters on a scatter plot against the magnitude of the electric field as measured on the aircraft. There are some conditions where the radar data are not valid. For example, if the radar has been attenuated due to wet radome or intervening precipitation then the radar during those times should not be used in the analysis. These times should be filtered out (removed) from the data set used to create the scatter plots.
Table 1 is a list of the columns in the merged file that we used for filtering the data. The first column is the column name (in the merged file). The second column discusses the column contents. The third column shows how the filter was applied for the scatter plots.
COLUMN HEADER | HOW TO USE IT | VALUES WE USED | |||||||||||||||||||||
LDARm5 CGm5 LDARpm5 CGpm5 |
You need to decide how many lightning flashes you will accept.
The range is +/- 20 km from the aircraft and -5 minutes. We have used the m5 (for minus 5, rather than the pm5 for plus and minus 5). |
ldarm5 < 2 LDAR (we accept 1 LDAR source) cgm5 = 0 CGLSS (we accept 0 CGLSS sources) | |||||||||||||||||||||
Cloud_Type |
|
cloud_type &ge 5 (accepting Cloud_type &ge 5) AND cloud_type &le 10 (accepting Cloud_type &le 10) I recommend looking at the 4.5, that is the value I gave the anvil_type if I thought "someone" might consider it an anvil, but I didn't think so. | |||||||||||||||||||||
Pass_num |
A sequential number of passes for this flight. The form is pass#.anvil# e.g. 9.2 = pass #9 in anvil #2 spirals are designated by an S on the end of this parameter, 7.1S = pass # 7 in anvil #1 was a spiral | Did not use Pass_num for filtering | |||||||||||||||||||||
invoid_74C invoid_88D | These are 0/1 Was the aircraft with 10 km of the cone of silence at 10 km altitude? If yes, then invoid = 1 | | |||||||||||||||||||||
core_20km | This is 0/1 If the aircraft was within 20 km of a convective core with 35-40 dBZ showing on the 4 km CAPPI or higher then core = 1 | | |||||||||||||||||||||
atten_74C | This is 0/1 If the time coincides with the attenuation times then atten_74C = 1 | | |||||||||||||||||||||
frac | Using the correct fraction column for the cutoff desired, a filter can be made assuming that a certain fraction of the column contains detectable points. | frac(.05) i.e. at least 5% of the column contains
detectable signal : frac &ge 0.05 frac(.10) i.e. at least 10% of the column contains detectable signal : frac &ge 0.10 | |||||||||||||||||||||
base | A filter can placed accepting only data with a base at a certain value |
Values chosen for our work include: base &ge 4 base &ge 5 |
Table 2 shows the filters used for the various scatter plots. Column 1 is the name used in the applet for choosing a particular filter. Column 2 is the identifying name for that filter when looking at a list of files. Column 3 shows what filters were actually used for that scatter plot and the values for those filters. (The invoid filter was used for the appropriate radar. e.g. invoid_74C was used only for the 74C radar). The attenuation filter was only applied to the 74C radar. Column 4 is a clockwise listing of the plots presented.
FILTER NAME | FILE NAME |
|
| ||||||||||||||||||||||||||||||
Original | fan_clmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Base(5km)+frac+anvil+clmin | bfan_clmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Base(4km)+frac+anvil+clmin | b4fan_clmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Freq(.10)+an | f10an_min |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Freq(.05)+an | fan_min |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Anvil+clmin | an_clmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Core+lightning | clmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Debris+core+lightning | dclmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Debris+lightning | dlmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Anvil+min | an_min |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Debris+min | dmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Core+min | cmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Lightning+min | lmin |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Minimum Filter only | min |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
VolInt(cutoff 0) | vol_int_0 |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
VolInt(cutoff 5) | vol_int_5 |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
VolInt(cutoff -10) | vol_int_m10 |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Sums(cutoff 0) | sum_plts_0 |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Sums(cutoff 5) | sum_plts_m10 |
|
Going clockwise from the upper left:
| ||||||||||||||||||||||||||||||
Sums(cutoff -10) | sum_plts_p |
|
Going clockwise from the upper left:
|