EarthyScience / REddyProc

Processing data from micrometeorological Eddy-Covariance systems
58 stars 33 forks source link

Post Processing of 15 minutes Eddy-Covariance Measurements #4

Closed leilaher closed 5 years ago

leilaher commented 6 years ago

Hi all, my flux tower data has 15 minutes resolution, so I will work to modify my REddyProc copy. Suggestions to start? I´m new at R and learning as fast as possible. Thanks. Leila

bgctw commented 6 years ago

In principle the code should work for other equidistant time steps too (it does with hourly), although several criteria on how many records should be present and the window sizes would need to be adapted.

I recommend staring with the gapfilling and a user-given u* threshold. You would need to adjust the window sizes and the quality flags, because different window sizes as specified by records translate to differnt window sizes by time.

bgctw commented 5 years ago

abandoned