You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were some missing/incomplete elevations in the data (which required code workarounds) and most of the data had some required fields for computation of the radar bin positions that were either set to bogus or fill values. There were a few "working" files that seemed to have the values we needed set properly, so I cross referenced those variables in the cfradial files and compared their values between the working and non-working CPOL files. I found that the following variables were causing a problem with our beam geometry calculations:
Variable
Working value
Broken value
pulse_width (array)
1.02e-6
-512
radar_beam_width_h
0.92
-512
radar_beam_width_v
0.92
-512
The text was updated successfully, but these errors were encountered:
There were some missing/incomplete elevations in the data (which required code workarounds) and most of the data had some required fields for computation of the radar bin positions that were either set to bogus or fill values. There were a few "working" files that seemed to have the values we needed set properly, so I cross referenced those variables in the cfradial files and compared their values between the working and non-working CPOL files. I found that the following variables were causing a problem with our beam geometry calculations:
The text was updated successfully, but these errors were encountered: