Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follows fortran program 


  1. load epi week finder
    1. Used to convert YYYY-MM-DD to EPI Year, Week, DOW
  2. Load weather data fro from 110x
  3. Convert to dictionary
    1. convert dates to epi week
    2. average temp max and temp min
    3. convert fahrenheit to celsiu
    4. convert inches to cm
    5. Dictionary structure
      1. [year][week]['daily']
        1. contains daily precip and temp_average
  4. Calculate weekly values of temp and precip
    1. precip - add up total for week
    2. temp - average week
  5. Calculate seasonal values