Output Files¶
EC-PeT generates several types of output files that provide comprehensive information about the processed data, quality control results, and computed fluxes. All output files follow standardized formats for easy integration with other analysis tools.
Preprocessor Test Results¶
The preprocessor test output results are written into one file. Each line corresponds to one record. Apart from the headers, each line in this file corresponds to the same line in the interval and EC-PACK flux data file.
File Structure¶
Each line contains:
Time information: Start and end time of the record in three consecutive integer values: day of year, hour and minute (identical to the interval file)
Quality control flags: For each test and each variable, grouped by the tests
Quality measures: Calculated during the tests for each variable, grouped by the individual measures
The first line contains a space-separated list of column titles. Flag titles are constructed as variable-ID, underscore, test-ID.
Variable IDs¶
The variable IDs used in output files are:
Variable ID |
Description |
|---|---|
|
U-component of wind velocity |
|
V-component of wind velocity |
|
W-component of wind velocity |
|
CO₂ concentration |
|
H₂O concentration |
|
Sonic temperature |
|
Pressure |
Quality Measures¶
The quality measures output include:
Code |
Description |
|---|---|
|
Fraction of values removed due to error flags raised by the sensor (produced by instrument-flags check) |
|
Fraction of values removed as spikes by standard deviation despiking
(produced by |
|
Maximum fraction of empty bins of the value distribution
(produced by |
|
Maximum number of consecutive values falling into the same bins
(produced by |
|
Skewness of the values in the record (produced by |
|
Kurtosis of the values in the record (produced by |
|
Maximum Haar transform value in the record (produced by |
|
Maximum coherent variance change value (produced by |
|
|
|
Along-wind relative nonstationarity
(relative increase of the mean wind over the record,
approximated by a linear fit, produced by |
|
Cross-wind relative nonstationarity
(relative increase of the mean wind over the record,
approximated by a linear fit, produced by |
|
Vector wind relative nonstationarity
(relative increase of the mean wind over the record,
approximated by a linear fit, produced by |
|
Response ratio
(correlation at zero shift normalized by maximum correlation,
produced by |
|
|
|
Maximum value-to-value change rate in record (produced by |
|
|
|
Difference between averaged subrecord covariance and
record covariance (produced by |
|
|
|
|
|
|
|
Minimum and maximum values of variable in record
(produced by |
|
Maximum coherent variance change value (produced by |
|
Turbulent fraction (produced by |
|
|
Example Output¶
doy1 h1 m1 doy2 h2 m2 ux__spk uy__spk uz__spk ... ux__qmspk uy__qmspk ...
180 12 00 180 12 30 0 0 0 ... 0.1944E-03 0.000 ...
180 12 30 180 13 00 0 0 0 ... 0.2222E-03 0.5556E-04 ...
180 13 00 180 13 30 2 2 2 ... NaN NaN ...
Postprocessor Test Results¶
The format is the same as for the preprocessor test results, except that test results are not grouped by individual variables but by fluxes. Quality measures are only calculated for tests that apply to all fluxes.
File Structure¶
Each line contains:
Time information: Start and end time in three integer values (day of year, hour, minute)
- Quality control flags:
For each test and each flux, grouped by tests
Quality measures: Calculated during the tests
Note
Except for the excessive error test, flags are identical for all fluxes.
Flux IDs¶
The flux IDs used are:
Flux ID |
Description |
|---|---|
|
Momentum flux |
|
Sensible heat flux |
|
Latent heat flux |
|
CO₂ flux |
Quality Measures¶
Code |
Description |
|---|---|
|
Maximum amount of vertical wind after wind field correction
(produced by |
|
Difference between calculated and measured ITC of temperature
(produced by |
|
Difference between calculated and measured ITC of vertical wind
(produced by |
|
Fraction of footprint in the area of interest
(produced by |
|
Distance of the point of maximum footprint PDF
(produced by |
Example Output¶
doy1 h1 m1 doy2 h2 m2 tau_mnw h_0_mnw e_0_mnw ... qmmnw qmitt ...
180 12 00 180 12 30 0 0 0 ... 0.1943E-16 0.000 ...
180 12 30 180 13 00 2 2 2 ... 0.7595E-16 0.8496 ...
Quality-Checked Fluxes¶
The main output file contains quality-controlled flux data. Each line corresponds to one record, and the format is similar to the EC-PACK flux data file.
File Structure¶
The first six columns give the start and end time of each record. Quantities copied from EC-PACK output carry the same names. Each column giving a quantity is followed by a column giving its uncertainty (denoted by prefixing the name with “d”). Some quantities are output once in the unit used by EC-PACK and once in a unit more common in literature.
Standard Output Variables¶
Variable |
Unit |
Description |
|---|---|---|
|
Start time (day of year, hour, minute) |
|
|
End time (day of year, hour, minute) |
|
|
m/s |
Friction velocity (quality controlled) |
|
m/s |
Uncertainty in friction velocity |
|
index |
Quality flag for friction velocity |
|
W/m² |
Sensible heat flux (quality controlled) |
|
W/m² |
Uncertainty in sensible heat flux |
|
index |
Quality flag for sensible heat flux |
|
W/m² |
Latent heat flux (quality controlled) |
|
W/m² |
Uncertainty in latent heat flux |
|
index |
Quality flag for latent heat flux |
|
kg/m²/s |
CO₂ flux in mass units (quality controlled) |
|
kg/m²/s |
Uncertainty in CO₂ flux (mass units) |
|
index |
Quality flag for CO₂ flux |
|
μmol/m²/s |
CO₂ flux in molar units (quality controlled) |
|
μmol/m²/s |
Uncertainty in CO₂ flux (molar units) |
|
deg |
Mean wind direction (0-360° from north) |
|
m/s |
Mean horizontal wind speed (vector average) |
|
K |
Mean sonic temperature |
|
kg/kg |
Mean specific humidity |
|
μmol/mol |
Mean CO₂ mixing ratio |
|
μmol/mol |
Uncertainty in CO₂ mixing ratio |
|
kg/m³ |
Mean air density |
|
m |
Obukhov length scale |
|
percent |
Footprint fraction within target area |
|
hPa |
Mean atmospheric pressure |
Example Output¶
DOY Hr Mn DOY Hr Mn UStar_qc dUStar_qc ...
- - - - - - [m/s] [m/s] ...
180 12 0 180 12 30 0.64861 0.29180E-01 ...
180 12 30 180 13 0 0.45555 0.33961E-01 ...
Additional Output Files¶
Interval File¶
Contains time interval information for each averaging period. Format:
180 12 0 180 12 30
180 12 30 180 13 0
180 13 0 180 13 30
Log Files¶
Processing logs contain detailed information about:
Processing progress and timing
Error messages and warnings
Configuration settings used
Data statistics and summaries
Quality control results summary
File Naming Conventions¶
EC-PeT uses standardized file naming conventions:
flags1.dat: Preprocessor quality controlplanang.dat: Planar-fit tilt anglesec-flux.dat: Main flux fileflags2.dat: Postprocessor quality controlqc-flux.dat: Quality-controlled flux file