You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Special kind of QWidget that contains one or more tables side by side."""
288
289
def__init__(self, parent=None):
289
290
super().__init__(parent)
290
291
292
+
self.explain_text="""
293
+
<p>You can import two different scenario types here:</p>
294
+
<p>1. <b>flow-scenarios</b>: flow scenarios are alternative values for exchanges (flows between processes or between processes and the environment)</p>
295
+
<p>2. <b>parameter-scenarios</b>: alternative values for parameters you use within a project</p>
296
+
<p>If you do not know how such files look like, you can go to the Parameters --> Scenarios tab.
297
+
Then click "Export parameter-scenarios" to obtain a parameter-scenarios file or
298
+
"Export as flow-scenarios" to obtain a flow-scenarios file.
299
+
Note that you need to have at least one parameterized activity to obtain flow-scenarios</p>
<p>1. <b> Export table to excel </b> : this exports the table as shown below to an Excel file. You can modify it there and use
296
+
<p>1. <b> Export parameter-scenarios </b> : this exports the table as shown below to an Excel file. You can modify it there and use
297
297
it in scenario LCAs (see Calculation Setup tab)</p>
298
-
<p>2. <b>Import table from excel</b>: imports a table like the one shown below from Excel. If parameters are missing in Excel,
298
+
<p>2. <b>Import parameter-scenarios</b>: imports a table like the one shown below from Excel. If parameters are missing in Excel,
299
299
the default values will be used. IMPORTANT NOTE: the ONLY function this button serves is to display the Excel file.
300
300
If you want to use the Excel file in scenario LCA, please import it in the Calculation Setup tab.</p>
301
-
<p>3. <b>Process table and export</b>: This converts a "parameter-scenarios" file (alternative values for parameters) to a
301
+
<p>3. <b>Export as flow-scenarios</b>: This converts a "parameter-scenarios" file (alternative values for parameters) to a
302
302
"flow-scenarios" file (alternative values for the exchanges as used in LCA calculations).</p>
303
303
304
-
<p><b>Suggested workflow to create scenarios for your parameters</b>:</p>
305
-
<p>Export table to excel. Add scenarios (columns). You may want to delete rows that you intend to change or rows that
306
-
are for dependent parameters (those that depend on other parameters) as these values will be overwritten by the formulas.
307
-
Finally, import the parameter-scenarios in the Calculation Setupto perform scenario calculations.</p>
304
+
<p><b>Suggested <i>workflow</i> to create scenarios for your parameters</b>:</p>
305
+
<p>Export parameter-scenarios. This will generate an Excel file for you where you can add scenarios (columns).
306
+
You may want to delete rows that you intend to change or rows that are for dependent parameters (those that depend on other parameters) as these values will be overwritten by the formulas.
307
+
Finally, import the parameter-scenarios in the <i>Calculation Setup</i> (not here!) to perform scenario calculations (you need to select "Scenario-based LCA").</p>
308
308
309
309
<p>For more information on this topic see also the
0 commit comments