I have updated the met tower processing code to version 1.27.
What’s new in version 1.27?
- Fixed a bug that was causing sonic anemometer data to be rotated when there was only 92% data availability in a 10-minute interval. Everett Perry did some analysis that showed that this may impact data quality (see “Possible 95% Threshold Discrepancy”.)
Data processing has changed. Sonic anemometer data will only be returned where the availability of the sonic exceeds is 95% during a 10-minute interval. Data files from previous versions may include data created where the availability is only 92%.
If you need to continue to use data form previous versions of this code, you may wish to implement a filter requiring
all_data.MO_Length_Sonic_15m.npoints/12000 > 0.95
You should start to see this in data with modification dates from about May 16, 2013. Over the next week I expect all of the old data will be reprocessed using this version.
If you see any issues, please report them here. Thanks!