Skip to content

Commit

Permalink
docstring of get_timeseries fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ojdo committed Sep 10, 2014
1 parent 10e9cf7 commit 810fca0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion urbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,13 +1051,16 @@ def get_timeseries(instance, com, sit, timesteps=None):
Args:
instance: a urbs model instance
co: a commodity
com: a commodity
sit: a site
timesteps: optional list of timesteps, defaults to modelled timesteps
Returns:
created: timeseries of commodity creation, including stock source
consumed: timeseries of commodity consumption, including demand
storage: timeseries of commodity storage (level, stored, retrieved)
imported: timeseries of commodity import (by site)
exported: timeseries of commodity export (by site)
"""
if timesteps is None:
# default to all simulated timesteps
Expand Down

0 comments on commit 810fca0

Please sign in to comment.