Skip to content
Snippets Groups Projects
  1. Jul 15, 2017
  2. Jul 14, 2017
  3. Jul 13, 2017
  4. Jul 12, 2017
  5. Jul 07, 2017
  6. May 03, 2017
  7. Apr 24, 2017
  8. Apr 10, 2017
  9. Apr 06, 2017
  10. Mar 28, 2017
  11. Mar 22, 2017
  12. Feb 08, 2017
  13. Jan 18, 2017
  14. Jan 12, 2017
  15. Aug 25, 2016
    • kgao's avatar
      Fixed --daily bug and missing dewpoint bugs · be2ebfeb
      kgao authored
      If dewpoint is missing from netcdf files, the script uses rel_hum and
      air_temp data to recreate dewpoint data
      
      --daily was calculating min and max of temperature and dewpoint
      plot wrong by not considering dewpoint at all - that has now
      been fixed
      be2ebfeb
  16. Aug 23, 2016
  17. Aug 22, 2016
  18. Aug 17, 2016
    • kgao's avatar
      Fixed rolling averages bug · 24452d52
      kgao authored
      If dates don't line up exactly at the minute mark, the frame gets filled with np.nans
      now frame takes closest record that is < than the minute mark and sets
      that record into the file
      24452d52
  19. Aug 15, 2016
    • kgao's avatar
      Fixed qc error · 71b74e7a
      kgao authored
      Some variables weren't in frame and qc were marking them as 'good'
      Now they are marked as missing as desired
      71b74e7a
    • kgao's avatar
      Added qc variables · b794c931
      kgao authored
      b794c931
Loading