Skip to content

rplexos 0.11

Compare
Choose a tag to compare
@eibanez eibanez released this 17 Dec 15:12
· 320 commits to master since this release

Enhancements

  • Option to weight by time in sum_interval (e.g., to correctly when energy from
    power time series). (#2)
  • Print PLEXOS and rplexos versions in summary(db). (#5)
  • Catch common errors reading XML and log files.
  • Add debug mode that prints more information on screen. It can be activated by running
    options(rplexos.debug = TRUE) before executing.
  • Avoid crash when processing a really big file in Mac or Linux. For now it only returns
    a warning with information. A future update will fix this error, rather than skipping
    the file.

Bugs

  • Solution processing used to fail if a generator is assigned to more than one
    region. (#8)
  • Parsing log file can fail for several reasons (file too big, old version of PLEXOS).
    An error in parsing does not stop the process and only throws a warning. (#6)
  • Interval queries were not being expanded correctly if the simulation had less
    entries than the time table.