Open lzhzlw opened 1 year ago
Hi Zhenhai Liu, I'll try replying to your question via email. If that doesn't reach you then I'll post the answer here. Cheers, Peter
Hi Zhenhai Liu,
Many thanks for using PyFluxPro.
Based on your post, you have a flux tower data set that has a variable called NEE and you would like to partition that variable into GPP and ER. It is hard to give a complete answer without more detail but I'll try and give some important points below:
I hope this helps. Feel free to email me if you have more questions.
Cheers, Peter
On Wed, 1 Nov 2023 at 19:44, 刘侦海 @.***> wrote:
Hi Peter, I'm attempting to analyze site flux data from open platform contributed by other scientists using PyFluxPro. This data includes the NEE but does not contain the Fco2. I'm wondering whether I can directly partition the NEE to GPP and ER without using Fco2? Maybe REddyProc can do that, but for consistency with other analyses, I want to use PyFluxPro. Best regards, Zhenhai Liu
— Reply to this email directly, view it on GitHub https://github.com/OzFlux/PyFluxPro/issues/110, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTSJCKAMFGFLOXTJ72SZADYCIDW7AVCNFSM6AAAAAA6Y6NJ2CVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TCOJUHA4TMNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Peter Isaac Ph: +61 3 59685998 Mob: 0429053970 Skype: pisaac.ozflux Email: @.***
"Vita brevis, ars longa, occasio praeceps, experimentum periculosum, iudicium difficile" - Hippocrates 400BC "What's the go o'that?" - James Clerk Maxwell c1835 "'Reality,' sa Molesworth 2,' is so unspekeably sordid it make me shuder.'"
Hi Peter,
Thank you for your reply.
You fixed my problem, and your guidance improved my comprehension of PyFluxPro's processing procedure. Thank you again.
Details of my data: The data is provided in FluxNET format including NEE, GPP, ER and meteorological data after it has been gap filled and partitioned. To ensure it was consistent with what I had done on other sites, I also wanted to partition it using PyFluxPro. Or perhaps all I need is the L1 and L6 processing stages?
One more query. I want to use ERA5 and MODIS data for gap fill in the L4 and L5 stages. Your provided code indicates that the site information is stored in site_master.xls. But the site_master.xls template was nowhere to be seen. Its fundamental information appears to contain Site, Latitude, Longitude, Altitude, Time zone, Time step, Start year, and End year, based on the code. For L4 and L5, that ought to be sufficient information, right?
Best regards, Zhenhai Liu
Hi Zhenhai Liu,
All you should need are the L1 and L6 stages. L1 to get the data from the FluxNet CSV file into a netCDF file that can be read by PyFluxPro and L6 to do the partitioning. I have L1 control files that allow PFP convert the FluxNet SUBSET HH CSV files to netCDF files. These would do the conversion from FluxNet to PFP variable names with minor changes and would save you the time of constructing your own L1 control files. I will dig them out and send them to you.
Do you have an email address that I can use rather than continue this conversation via GitHub?
ERA5 is used at L4 and MODIS is used at L5. If you can send me an email address to use then I will copy my colleague into our conversation and they will be able to supply instructions for downloading the ERA5 and MODIS data, the Python scripts we use to process the ERA5 and MODIS and an example of the site_master.xls file.
Cheers, Peter
On Thu, 2 Nov 2023 at 13:51, 刘侦海 @.***> wrote:
Hi Peter,
Thank you for your reply.
You fixed my problem, and your guidance improved my comprehension of PyFluxPro's processing procedure. Thank you again.
Details of my data: The data is provided in FluxNET format including NEE, GPP, ER and meteorological data after it has been gap filled and partitioned. To ensure it was consistent with what I had done on other sites, I also wanted to partition it using PyFluxPro. Or perhaps all I need is the L1 and L6 processing stages?
One more query. I want to use ERA5 and MODIS data for gap fill in the L4 and L5 stages. Your provided code indicates that the site information is stored in site_master.xls. But the site_master.xls template was nowhere to be seen. Its fundamental information appears to contain Site, Latitude, Longitude, Altitude, Time zone, Time step, Start year, and End year, based on the code. For L4 and L5, that ought to be sufficient information, right?
Best regards, Zhenhai Liu
— Reply to this email directly, view it on GitHub https://github.com/OzFlux/PyFluxPro/issues/110#issuecomment-1789979531, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTSJCIY7RC6JO54FV4OKLDYCMDDZAVCNFSM6AAAAAA6Y6NJ2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBZHE3TSNJTGE . You are receiving this because you commented.Message ID: @.***>
-- Peter Isaac Ph: +61 3 59685998 Mob: 0429053970 Skype: pisaac.ozflux Email: @.***
"Vita brevis, ars longa, occasio praeceps, experimentum periculosum, iudicium difficile" - Hippocrates 400BC "What's the go o'that?" - James Clerk Maxwell c1835 "'Reality,' sa Molesworth 2,' is so unspekeably sordid it make me shuder.'"
Hi Peter,
Thank you for your guidance. This is my email address: liuzhenhai5436@igsnrr.ac.cn
I have downloaded and processed the ERA5 data using /PyFluxPro/external/process_era52nc_new.py. However, the MODIS data has not yet been processed. Your advice will save me a lot of time.
Thanks a lot. Zhenhai Liu
Hi Peter, I'm attempting to analyze site flux data from open platform contributed by other scientists using PyFluxPro. This data includes the NEE but does not contain the Fco2. I'm wondering whether I can directly partition the NEE to GPP and ER without using Fco2? Maybe REddyProc can do that, but for consistency with other analyses, I want to use PyFluxPro. Best regards, Zhenhai Liu