From ede3651bdbb8016fd65e96dabda901a3ee8e7998 Mon Sep 17 00:00:00 2001 From: sonercandas Date: Thu, 3 Sep 2020 14:04:39 +0200 Subject: [PATCH] added objective function comparison in table form --- doc/source/obj_function_comparison.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/source/obj_function_comparison.rst diff --git a/doc/source/obj_function_comparison.rst b/doc/source/obj_function_comparison.rst new file mode 100644 index 0000000..fd351f4 --- /dev/null +++ b/doc/source/obj_function_comparison.rst @@ -0,0 +1,26 @@ +Objective function comparison +***************************** + ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Features | urbs | oemof.tabular | GENeSYS-MOD | Genesys-2 | Balmorel | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Cost types | Inv | Inv | Inv | Inv | Inv | +| | Fix | Fix (Inv and fix based on the same variable) | Fix | Fix (depends on Inv?) | Fix | +| | Var, based on throughput | Var, based on output (costs noted with omf but probably is omv) | Var, based on output (might include fuel) | Var (only Fuel, Emi?) | Var, based on in and output | +| | Fuel | Fuel | Emi | Penalty | Fuel | +| | Emi | Emi | | | Emi | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Inclusion of storage costs | Inv | No (except if in g included) | Inv | No (except if in g included) | Inv, Var | +| | Fix | | | | | +| | Var | | | | | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Inclusion of transmission costs | Inv, Fix, Var | Var | Inv, Var | No (except if in g included) | Inv, Var | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Yearly discount | Yes | No (seems to be single year) | Yes | No (seems to be single year) | Yes | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Annuity of investment | Yes | No | Yes | No | Yes | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Compensating overpayments beyond model horizon | Yes | No | Yes | No | Yes | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ +| Year weight | Yes | No | Yes | No | Yes | ++------------------------------------------------+--------------------------+-----------------------------------------------------------------+-------------------------------------------+------------------------------+-----------------------------+ \ No newline at end of file