The main folder where this dataset came from is:
/array3/users/mjs5h7/Data/Radar/Grid_Data/RainRatess/Days_All/
Wherein, subfolders refer to the day in question. Within those subfolders, contains 108 possible rain rate algorithms that have been calculated based on the raw radar variable files.
Within those subfolders, the files take the format:
"Algorithm_All.mat" where "algorithm" designates the rain rate equation (or algorithm) that has been chosen. For this example, we are using the "KDP2" algorithm, in which there exists "KDP1" through "KDP6", corresponding to different constants that have been used in previous literature to estimate rainfall amount based on the variable KDP.
The file format when loaded into MATLAB, since it is a .mat file, is a 384 x 384 x s grid, where the center of the radar is assumed to be at the point (0,0), and values correspond to the estimated rainfall rate (in mm/hr) at each grid cell, and "s" is the total number of radar scans for the day chosen. Because of the excessive size of the final file (~50 MB), it has been truncated to a 5 MB file as a sample.