usda-ars-ussl / fluxpart

Python module for partitioning eddy covariance flux measurements.
Other
31 stars 13 forks source link

Do you know of any student-ready .ipynb examples with HF time series multipled to give an eddy covariance flux? #4

Closed brianmapes closed 5 years ago

brianmapes commented 5 years ago

I had high hopes for your quickstart.ipynb (rather buried in the docs, which steer me to 'anaconda download ussl/fp-quickstart' to even see what it is) doesn't do much. I so wish I could find ONE fully-functional example with sample data (w' and T' at different heights on a tower) for a one-lesson lab in my general atmospheric science course (not a specialized micromet course). I google and google, Fluxnet, NEON, ... nobody seems to have one nice clean Python notebook that just runs (remove the mean, multiply the eddies, sum it, convert units), suitable for (what I might add) a quick scipy extension to cospectrum methods. Might you know of any?

thskaggs commented 5 years ago

I don't know of any. I have a couple notebooks here

https://github.com/usda-ars-ussl/fluxpart/tree/master/docs/notebooks

but they focus on the FVS partitioning performed by this module, which is not a general purpose EC code. Thanks for reminding me about the notebook on anaconda, which is outdated and shouldn't be there anymore.