[go: up one dir, main page]

Skip to content

Release 0.5.0: Outputs can now be generated in multiple frequencies

Compare
Choose a tag to compare
@dsanchez-garcia dsanchez-garcia released this 16 Dec 09:11
· 492 commits to master since this release
  • accim.sim.accis.addAccis(): Outputs argument has been transformed into 3 arguments: Output_type to select the type of outputs, it is a string that can be 'standard' or simplified'; Output_freqs to select the frequencies of the outputs, which is a list of strings containing 'timestep', 'hourly', 'daily', 'monthly' and/or 'runperiod'; and Output_keep_existing, which is a Boolean (True or False), to keep or discard existing outputs (i.e. Output:Variable objects)
  • accim.data.datawrangling.Table(): an argument named source_frequency has been added to inform accis of the frequency of the CSVs files; therefore, now daily, monthly and runperiod frequencies can be used in the input CSVs, not only hourly.
  • accim.data.datawrangling.genCSVconcatenated(): function added to help processing large amounts of CSVs