Date

Attendees

Yong Wook Kim

Bethany Blakely  

Katie Bowman 

Rob Kooper 

Minu Mathew 

Agenda

  1. Check with Bethany - what to do if there are additional timestamps either in met data or in raw precip data when merging?
    1. Currently, the code merges only timestamps present in both dataframe – this is correct.
    2. Met data has 2020 dec onwards. precip data has 2021 jan onwards. 
  2. Check with Bethany - what if there are missing timestamps in precip IWS data?
    1. Currently the code ignores the missing timestamp. ie., missing timestamp precip value is zero.
    2. Bethany will check with IWS if there are cases of missing timestamp
    3. Two options to pre-fill data for missing timestamps:
      1. Fill in with zero and throw a warning. 
      2. Fill the entire 30min period with NAN - choose this.
  3. Precip_IWS units in 'mm' for "creating met data file". P_rain units in 'm' for "formatting met data". 
    1. No need for unit conversion in code.
    2. Bethany will check and confirm
  4. SoilTemp0_Avg - name changes with site/crop. Fields highlighted change names based on site/crop. How to find the site based on filename / file meta data (

    ""CPU:Sorghum_EC_Met_10-10-2020.CR1X"")

    1. CPU:Maize_Basalt_Met / CPU:Maize_XX_Met – every filename would follow this pattern
    2. CPU:Maize – is Maize-Basalt
    3. CPU:Maize_Control – is Maize-Control
    4. CPU:Miscanthus  --is Miscanthus-Basalt
    5. CPU:Miscanthus_Control  --is Miscanthus-Control
    6. CPU:Sorghum  – is Sogrhum
  5. Check with Bethany - anything specific to be done for ghg files before inputting to eddypro
    1. just unzip it and have it in .ghg format.
    2. Point eddypro to the right directory where all the ghg files are (one ghg file for each 30min period).

Action items

  •