iwfm.cdec2monthly

iwfm.cdec2monthly(input_file, output_file, verbose=False)[source]

Read a CDEC observations file, convert sub-monthly observations to the monthly average, and write to a csv file.

Parameters:
  • input_file (str) – Name of file containing CDEC-formatted observations

  • output_file (str) – Name of output csv file with monthly values

  • verbose (bool, default=False) – Turn command-line output on or off

Return type:

nothing