ncsa / ameriflux-pipeline

AmeriFlux Pipeline Repository
5 stars 0 forks source link

Fix reading eddypro output files in pipeline #143

Closed ywkim312 closed 2 years ago

ywkim312 commented 2 years ago

Currently, if there are multiple eddypro run outputs are in the folder, pipeline doesn't exactly know which output to read. Fix this by reading the correct eddypro run output file for the piplline.

ywkim312 commented 2 years ago

@minump Maybe, whenever new eddypro run happens, maybe we can archive all the files in the folder. Like by creating old_outputs folder (create it when if it is not there already) inside the folder than move all the existing files into that newly created folder. This is just a suggestion, if you have better idea, please implement your way.