From 17a9fa04dab149ac4a82558290c723e1ffdd82c1 Mon Sep 17 00:00:00 2001 From: sherryyan1 <122615188+sherryyan1@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:22:59 +0800 Subject: [PATCH] Update Model_input_output.rst Output - updated the wording for cost-related outputs --- doc/source/Model_input_output.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/Model_input_output.rst b/doc/source/Model_input_output.rst index 56c8516..97d90a1 100644 --- a/doc/source/Model_input_output.rst +++ b/doc/source/Model_input_output.rst @@ -323,13 +323,13 @@ The output file contains the following variables: - Charged electricity of different storage technologies. * - cost_v [dollar] - - Total cost over the planning period. + - Total cost (including total investment cost, total variable OM cost, and total fixed OM cost) over the planning period. * - cost_var_v [dollar] - - Variable cost over the planning period. + - Total variable OM cost (including technology variable OM cost, transmission line variable OM cost, and fuel cost) over the planning period. * - cost_fix_v [dollar] - - Fixed cost over the planning period. + - Total fixed OM cost (including technology fixed OM cost, transmission line fixed OM cost) over the planning period. * - cost_new_v [dollar] - Investment cost of technologies over the planning period.