From 810fca0bfdd3afc3aa646508aba41158da734009 Mon Sep 17 00:00:00 2001 From: Johannes Dorfner Date: Wed, 10 Sep 2014 11:39:49 +0200 Subject: [PATCH] docstring of get_timeseries fixed --- urbs.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urbs.py b/urbs.py index 700bc58e..58a2785c 100644 --- a/urbs.py +++ b/urbs.py @@ -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