<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.anl.gov/wiki_greetnet_help/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmcooney</id>
	<title>GREET.net Help - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.anl.gov/wiki_greetnet_help/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmcooney"/>
	<link rel="alternate" type="text/html" href="https://wiki.anl.gov/greetnet_help/Special:Contributions/Cmcooney"/>
	<updated>2026-07-09T06:35:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:StepsBarWithPictures.png&amp;diff=2129</id>
		<title>File:StepsBarWithPictures.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:StepsBarWithPictures.png&amp;diff=2129"/>
		<updated>2012-02-14T15:07:57Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: uploaded a new version of &amp;quot;File:StepsBarWithPictures.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Steps bar with graphics&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:StepsBar.png&amp;diff=2128</id>
		<title>File:StepsBar.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:StepsBar.png&amp;diff=2128"/>
		<updated>2012-02-14T15:07:46Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: uploaded a new version of &amp;quot;File:StepsBar.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Steps bar without graphics&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Transportation_Process&amp;diff=2127</id>
		<title>Transportation Process</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Transportation_Process&amp;diff=2127"/>
		<updated>2012-02-13T17:31:32Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Internal Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Model==&lt;br /&gt;
&lt;br /&gt;
Basically a transportation process describes how a material is transported to one location to another. Typically we have a transportation process between two stationary processes, unless the stationary processes are at the same location.&lt;br /&gt;
&lt;br /&gt;
A transportation process can describe how a material is typically transported from different locations. If the material has been produced overseas, we are going to use an ocean tanker to transport it. If the material is local, we can use ground transportation modes like pipeline or truck. &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[File:TransportationProcessExample.jpg]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
Inside a transportation process, we define transportation steps. A step consist of a transportation mode, associated to a distance parameter and a share parameter. Above the diagram shows four different steps within the process. The transportation steps can be used in different configurations which might be a sequence of steps, like the barge then the truck, or work in semi-parallel mode like the ocean tanker and the pipeline. The semi-parallel configuration means that the material is coming from different locations, like overseas and Canada, but merge at the same point. For example a refinery can use crude oil coming from many places. &lt;br /&gt;
&lt;br /&gt;
Then we are going to calculate how much energy is needed for each step within the process, and sum them up in order to have the transportation process results. In order to know which materials are used, any steps has a set of fuel shares. In the fuel shares, we might describe which fuels are used to propel the ocean tanker, or what energy is used to run the compressors of the pipeline. The emissions are calculated based on the technologies used by the mode, like a residual oil engine for the ocean tanker, or a electric motor for the pipeline.&lt;br /&gt;
&lt;br /&gt;
There is an analogy which can be made to the stationary process. A stationary process is organized as a tree, where the process is the trunk, branches are the fuels, and leafs are the technologies. In a transportation process, the branches are kind of the technologies ( tanker, pipeline, truck...) and the leafs are the process fuels ( defined by the mode fuel shares ). This is very important because after the processes are broken down into smaller pieces, the same balance algorithm can be used to calculate both of them.&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
====Energy Intensity====&lt;br /&gt;
&amp;lt;b&amp;gt;Ocean Tanker and Barge:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ei(f_t,f_p) = \dfrac{ec(f_p)\times hp(f_t) \times LoadFactor}{PayLoad(f_t)\times Speed}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;ec\,&amp;lt;/math&amp;gt; = Energy Consumption in Btu/hphr&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;hp\,&amp;lt;/math&amp;gt; = Horse Power&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_t\,&amp;lt;/math&amp;gt; = fuel transported&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_p\,&amp;lt;/math&amp;gt; = process fuel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;LoadFactor\,&amp;lt;/math&amp;gt; = constant&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;Speed\,&amp;lt;/math&amp;gt; = Average Speed (constant)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;hp\,&amp;lt;/math&amp;gt; is calculated as follows:&lt;br /&gt;
&lt;br /&gt;
For the Ocean Tanker :&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;hp(f_t) = 9070 + 0.101Payload(f_t)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the Barge&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
hp(f_t) = Payload(f_t)\dfrac{5600}{22500}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To calculate ec - energy consumption the following formulas are used:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ocean Tanker:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = 0.735\left(\frac{14.42}{LoadFactor}+150\right)   \frac{hv(f_p)}{\rho(f_p)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Barge:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = 0.735\left(\frac{14.42}{LoadFactor}+350\right)   \frac{hv(f_p)}{\rho(f_p)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Truck:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ei(f_t,f_p) = \frac{ec(f_p)}{PayLoad(f_t)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = \frac{hv(f_p)}{FuelEconomy}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_t&amp;lt;/math&amp;gt; = fuel transported&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_p&amp;lt;/math&amp;gt; = process fuel&amp;lt;br&amp;gt;&lt;br /&gt;
FuelEconomy = constant&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Pipeline:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Given value. There are several fuels which can be used as a process fuel for the Pipeline. However the energy intencity is a function of the type of the fuel:&lt;br /&gt;
\begin{itemize}&lt;br /&gt;
\item Liquid Fuel&lt;br /&gt;
\item Solid Fuel&lt;br /&gt;
\item Natural Gas&lt;br /&gt;
\item Hydrogen&lt;br /&gt;
\end{itemize}&lt;br /&gt;
Groups are introduced in greet tatabase in order to sort fuels by types and by any other features.&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Rail:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Given Value. Process fuel for Rail is Diesel and ei is constant for any fuel transported.&lt;br /&gt;
&lt;br /&gt;
==Editor==&lt;br /&gt;
[[File:TransportationProcessEditor.png|thumb|right|500px|The Transportation Process Editor]]&lt;br /&gt;
&lt;br /&gt;
To access the transportation process editor select &amp;quot;Data Editor&amp;quot; from the top of the main form and then click &amp;quot;Processes&amp;quot;. Next either select &amp;quot;Add Transportation Process&amp;quot; to add a new process or &amp;quot;Modify Existing Process&amp;quot; to select an existing transportation process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first step in creating a new transportation process is to define which Resource will be transported. You can do this via the drop down menu at the bottom of the editor. Directly above this combo box you can define the amount of the Resource that will be transported. If creating a new process give the process a name and enter how much of the selected material is to be transported in the process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After defining the basic parameters the transportation process can be built by dragging locations and modes from the lists on the left to the main panel on the right. To be considered a valid process it must at least have a starting location, an ending location, and a mode to transport the resource between the two. Once a location and a mode have been dropped onto the panel they can be connected by hovering the mouse over the right side of the location or mode image and dragging the arrow to the left side of the next location or mode. A location represents a geographical starting or ending point for which the resource needs to be transported from or to. A mode represents a means of transporting the selected resource between locations. The image on the right shows a completed process in the transportation process editor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To remove a connection, mode, or location right click it and select the delete option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Losses that are included in the efficiency calculation can be added by clicking edit input losses and adding an appropriate loss and output losses for losses not accounted in the efficiency. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other guidelines:&#039;&#039;&#039; In order to be valid, the transportation structure must consist of at least one valid step (an origin, mode, destination set) and only one end destination is valid. In addition, invalid connections are prevented such as connecting two origins to a single mode or connecting a mode to multiple destinations.&lt;br /&gt;
&lt;br /&gt;
===Saving===&lt;br /&gt;
[[File:process_change.png|thumb|left|300px]]&lt;br /&gt;
After you are done creating/editing the transportation process you can save it. If there are any errors with the process they will be displayed in a message before the process may be saved. To save the process as a new process click the &amp;quot;Add As A New Process&amp;quot; button will create a new process with the selected parameters and structure. If the process is already in use by some pathways a dialog will be displayed to allow replacing that process with the new process in the selected pathways.&lt;br /&gt;
&lt;br /&gt;
To save an existing pathway click the &amp;quot;Apply Changes&amp;quot; button and the changes will be reflected in the existing process.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*[[Calculations For General Processes]]&lt;br /&gt;
*[[Process_Editors|Process Editors]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Transportation_Process&amp;diff=2126</id>
		<title>Transportation Process</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Transportation_Process&amp;diff=2126"/>
		<updated>2012-02-13T17:29:43Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Editor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Model==&lt;br /&gt;
&lt;br /&gt;
Basically a transportation process describes how a material is transported to one location to another. Typically we have a transportation process between two stationary processes, unless the stationary processes are at the same location.&lt;br /&gt;
&lt;br /&gt;
A transportation process can describe how a material is typically transported from different locations. If the material has been produced overseas, we are going to use an ocean tanker to transport it. If the material is local, we can use ground transportation modes like pipeline or truck. &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[File:TransportationProcessExample.jpg]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
Inside a transportation process, we define transportation steps. A step consist of a transportation mode, associated to a distance parameter and a share parameter. Above the diagram shows four different steps within the process. The transportation steps can be used in different configurations which might be a sequence of steps, like the barge then the truck, or work in semi-parallel mode like the ocean tanker and the pipeline. The semi-parallel configuration means that the material is coming from different locations, like overseas and Canada, but merge at the same point. For example a refinery can use crude oil coming from many places. &lt;br /&gt;
&lt;br /&gt;
Then we are going to calculate how much energy is needed for each step within the process, and sum them up in order to have the transportation process results. In order to know which materials are used, any steps has a set of fuel shares. In the fuel shares, we might describe which fuels are used to propel the ocean tanker, or what energy is used to run the compressors of the pipeline. The emissions are calculated based on the technologies used by the mode, like a residual oil engine for the ocean tanker, or a electric motor for the pipeline.&lt;br /&gt;
&lt;br /&gt;
There is an analogy which can be made to the stationary process. A stationary process is organized as a tree, where the process is the trunk, branches are the fuels, and leafs are the technologies. In a transportation process, the branches are kind of the technologies ( tanker, pipeline, truck...) and the leafs are the process fuels ( defined by the mode fuel shares ). This is very important because after the processes are broken down into smaller pieces, the same balance algorithm can be used to calculate both of them.&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
====Energy Intensity====&lt;br /&gt;
&amp;lt;b&amp;gt;Ocean Tanker and Barge:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ei(f_t,f_p) = \dfrac{ec(f_p)\times hp(f_t) \times LoadFactor}{PayLoad(f_t)\times Speed}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;ec\,&amp;lt;/math&amp;gt; = Energy Consumption in Btu/hphr&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;hp\,&amp;lt;/math&amp;gt; = Horse Power&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_t\,&amp;lt;/math&amp;gt; = fuel transported&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_p\,&amp;lt;/math&amp;gt; = process fuel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;LoadFactor\,&amp;lt;/math&amp;gt; = constant&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;Speed\,&amp;lt;/math&amp;gt; = Average Speed (constant)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;hp\,&amp;lt;/math&amp;gt; is calculated as follows:&lt;br /&gt;
&lt;br /&gt;
For the Ocean Tanker :&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;hp(f_t) = 9070 + 0.101Payload(f_t)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the Barge&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
hp(f_t) = Payload(f_t)\dfrac{5600}{22500}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To calculate ec - energy consumption the following formulas are used:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ocean Tanker:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = 0.735\left(\frac{14.42}{LoadFactor}+150\right)   \frac{hv(f_p)}{\rho(f_p)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Barge:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = 0.735\left(\frac{14.42}{LoadFactor}+350\right)   \frac{hv(f_p)}{\rho(f_p)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Truck:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ei(f_t,f_p) = \frac{ec(f_p)}{PayLoad(f_t)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = \frac{hv(f_p)}{FuelEconomy}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_t&amp;lt;/math&amp;gt; = fuel transported&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_p&amp;lt;/math&amp;gt; = process fuel&amp;lt;br&amp;gt;&lt;br /&gt;
FuelEconomy = constant&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Pipeline:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Given value. There are several fuels which can be used as a process fuel for the Pipeline. However the energy intencity is a function of the type of the fuel:&lt;br /&gt;
\begin{itemize}&lt;br /&gt;
\item Liquid Fuel&lt;br /&gt;
\item Solid Fuel&lt;br /&gt;
\item Natural Gas&lt;br /&gt;
\item Hydrogen&lt;br /&gt;
\end{itemize}&lt;br /&gt;
Groups are introduced in greet tatabase in order to sort fuels by types and by any other features.&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Rail:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Given Value. Process fuel for Rail is Diesel and ei is constant for any fuel transported.&lt;br /&gt;
&lt;br /&gt;
==Editor==&lt;br /&gt;
[[File:TransportationProcessEditor.png|thumb|right|500px|The Transportation Process Editor]]&lt;br /&gt;
&lt;br /&gt;
To access the transportation process editor select &amp;quot;Data Editor&amp;quot; from the top of the main form and then click &amp;quot;Processes&amp;quot;. Next either select &amp;quot;Add Transportation Process&amp;quot; to add a new process or &amp;quot;Modify Existing Process&amp;quot; to select an existing transportation process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first step in creating a new transportation process is to define which Resource will be transported. You can do this via the drop down menu at the bottom of the editor. Directly above this combo box you can define the amount of the Resource that will be transported. If creating a new process give the process a name and enter how much of the selected material is to be transported in the process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After defining the basic parameters the transportation process can be built by dragging locations and modes from the lists on the left to the main panel on the right. To be considered a valid process it must at least have a starting location, an ending location, and a mode to transport the resource between the two. Once a location and a mode have been dropped onto the panel they can be connected by hovering the mouse over the right side of the location or mode image and dragging the arrow to the left side of the next location or mode. A location represents a geographical starting or ending point for which the resource needs to be transported from or to. A mode represents a means of transporting the selected resource between locations. The image on the right shows a completed process in the transportation process editor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To remove a connection, mode, or location right click it and select the delete option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Losses that are included in the efficiency calculation can be added by clicking edit input losses and adding an appropriate loss and output losses for losses not accounted in the efficiency. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other guidelines:&#039;&#039;&#039; In order to be valid, the transportation structure must consist of at least one valid step (an origin, mode, destination set) and only one end destination is valid. In addition, invalid connections are prevented such as connecting two origins to a single mode or connecting a mode to multiple destinations.&lt;br /&gt;
&lt;br /&gt;
===Saving===&lt;br /&gt;
[[File:process_change.png|thumb|left|300px]]&lt;br /&gt;
After you are done creating/editing the transportation process you can save it. If there are any errors with the process they will be displayed in a message before the process may be saved. To save the process as a new process click the &amp;quot;Add As A New Process&amp;quot; button will create a new process with the selected parameters and structure. If the process is already in use by some pathways a dialog will be displayed to allow replacing that process with the new process in the selected pathways.&lt;br /&gt;
&lt;br /&gt;
To save an existing pathway click the &amp;quot;Apply Changes&amp;quot; button and the changes will be reflected in the existing process.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
[[Calculations For General Processes]]&lt;br /&gt;
[[Process_Editors|Process Editors]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Transportation_Process&amp;diff=2125</id>
		<title>Transportation Process</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Transportation_Process&amp;diff=2125"/>
		<updated>2012-02-13T17:00:44Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Editor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Model==&lt;br /&gt;
&lt;br /&gt;
Basically a transportation process describes how a material is transported to one location to another. Typically we have a transportation process between two stationary processes, unless the stationary processes are at the same location.&lt;br /&gt;
&lt;br /&gt;
A transportation process can describe how a material is typically transported from different locations. If the material has been produced overseas, we are going to use an ocean tanker to transport it. If the material is local, we can use ground transportation modes like pipeline or truck. &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[File:TransportationProcessExample.jpg]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
Inside a transportation process, we define transportation steps. A step consist of a transportation mode, associated to a distance parameter and a share parameter. Above the diagram shows four different steps within the process. The transportation steps can be used in different configurations which might be a sequence of steps, like the barge then the truck, or work in semi-parallel mode like the ocean tanker and the pipeline. The semi-parallel configuration means that the material is coming from different locations, like overseas and Canada, but merge at the same point. For example a refinery can use crude oil coming from many places. &lt;br /&gt;
&lt;br /&gt;
Then we are going to calculate how much energy is needed for each step within the process, and sum them up in order to have the transportation process results. In order to know which materials are used, any steps has a set of fuel shares. In the fuel shares, we might describe which fuels are used to propel the ocean tanker, or what energy is used to run the compressors of the pipeline. The emissions are calculated based on the technologies used by the mode, like a residual oil engine for the ocean tanker, or a electric motor for the pipeline.&lt;br /&gt;
&lt;br /&gt;
There is an analogy which can be made to the stationary process. A stationary process is organized as a tree, where the process is the trunk, branches are the fuels, and leafs are the technologies. In a transportation process, the branches are kind of the technologies ( tanker, pipeline, truck...) and the leafs are the process fuels ( defined by the mode fuel shares ). This is very important because after the processes are broken down into smaller pieces, the same balance algorithm can be used to calculate both of them.&lt;br /&gt;
&lt;br /&gt;
==Calculations==&lt;br /&gt;
====Energy Intensity====&lt;br /&gt;
&amp;lt;b&amp;gt;Ocean Tanker and Barge:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ei(f_t,f_p) = \dfrac{ec(f_p)\times hp(f_t) \times LoadFactor}{PayLoad(f_t)\times Speed}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;ec\,&amp;lt;/math&amp;gt; = Energy Consumption in Btu/hphr&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;hp\,&amp;lt;/math&amp;gt; = Horse Power&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_t\,&amp;lt;/math&amp;gt; = fuel transported&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_p\,&amp;lt;/math&amp;gt; = process fuel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;LoadFactor\,&amp;lt;/math&amp;gt; = constant&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;Speed\,&amp;lt;/math&amp;gt; = Average Speed (constant)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;hp\,&amp;lt;/math&amp;gt; is calculated as follows:&lt;br /&gt;
&lt;br /&gt;
For the Ocean Tanker :&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;hp(f_t) = 9070 + 0.101Payload(f_t)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the Barge&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
hp(f_t) = Payload(f_t)\dfrac{5600}{22500}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To calculate ec - energy consumption the following formulas are used:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ocean Tanker:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = 0.735\left(\frac{14.42}{LoadFactor}+150\right)   \frac{hv(f_p)}{\rho(f_p)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Barge:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = 0.735\left(\frac{14.42}{LoadFactor}+350\right)   \frac{hv(f_p)}{\rho(f_p)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Truck:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ei(f_t,f_p) = \frac{ec(f_p)}{PayLoad(f_t)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&lt;br /&gt;
ec(f_p) = \frac{hv(f_p)}{FuelEconomy}&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_t&amp;lt;/math&amp;gt; = fuel transported&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;f_p&amp;lt;/math&amp;gt; = process fuel&amp;lt;br&amp;gt;&lt;br /&gt;
FuelEconomy = constant&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Pipeline:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Given value. There are several fuels which can be used as a process fuel for the Pipeline. However the energy intencity is a function of the type of the fuel:&lt;br /&gt;
\begin{itemize}&lt;br /&gt;
\item Liquid Fuel&lt;br /&gt;
\item Solid Fuel&lt;br /&gt;
\item Natural Gas&lt;br /&gt;
\item Hydrogen&lt;br /&gt;
\end{itemize}&lt;br /&gt;
Groups are introduced in greet tatabase in order to sort fuels by types and by any other features.&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Rail:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Given Value. Process fuel for Rail is Diesel and ei is constant for any fuel transported.&lt;br /&gt;
&lt;br /&gt;
==Editor==&lt;br /&gt;
[[File:TransportationProcessEditor.png|thumb|right|500px|The Transportation Process Editor]]&lt;br /&gt;
&lt;br /&gt;
To access the transportation process editor select &amp;quot;Data Editor&amp;quot; from the top of the main form and then click &amp;quot;Processes&amp;quot;. Next either select &amp;quot;Add Transportation Process&amp;quot; to add a new process or &amp;quot;Modify Existing Process&amp;quot; to select an existing transportation process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first step in creating a new transportation process is to define what Resource will be transported. You can do this via the drop down menu at the bottom of the editor. Directly above this combo box you can define the amount of the Resource that will be transported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After defining the transported material and amount creating a Transportation Process becomes a simple game of dragging and dropping modes and locations. Modes are means of transportation such as trucks, barge, ocean tanker, etc. They are found in the bottom left of the screen. Locations are area where the material will be transported to and transported from. They are found on the left side of the screen. Basically you use modes to connect different locations.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To add a location or mode to the process, select it an drag and drop it to the empty gray drawing panel. After being dragged hover your mouse over the front (right most side) of an item you dragged to the drawing panel. You will notice a blue rectangle. Click and hold on the front of a location or mode and drag to the back of the of the location or mode you wish to connect it to. While doing this you will notice an arrow following your cursor. This represents the connection. The screenshot on the right shows a finished transportation process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To remove a connection, mode, or location right click it and select the delete option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Losses that are included in the efficiency calculation can be added by clicking edit input losses and adding an appropriate loss and output losses for losses not accounted in the efficiency. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other guidelines:&#039;&#039;&#039; In order to be valid, the transportation structure must consist of at least one valid step (an origin, mode, destination set) and only one end destination is valid. In addition, invalid connections are prevented such as connecting two origins to a single mode.&lt;br /&gt;
&lt;br /&gt;
===Saving===&lt;br /&gt;
[[File:process_change.png|thumb|left|300px]]&lt;br /&gt;
After you are done creating/editing the transportation process you can save it. Clicking save will save the new or modified process to the list of processes in memory and any errors that are detected will be displayed. Alternatively if you are editing an existing transportation process and do not wish to overwrite it simply press &amp;quot;Save As A New Process&amp;quot;, and it will be saved as a new process.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
[[Calculations For General Processes]]&lt;br /&gt;
[[Process_Editors|Process Editors]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:TransportationProcessEditor.png&amp;diff=2124</id>
		<title>File:TransportationProcessEditor.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:TransportationProcessEditor.png&amp;diff=2124"/>
		<updated>2012-02-13T16:52:23Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: uploaded a new version of &amp;quot;File:TransportationProcessEditor.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2043</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2043"/>
		<updated>2012-01-23T19:43:38Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Editing Existing Co-Products */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option or by clicking the Add/Edit Co-Products button.&lt;br /&gt;
&lt;br /&gt;
==Adding Co-Products==&lt;br /&gt;
To add a Co-Product to an existing stationary process go to the data editor and select &amp;quot;Modify Existing Process&amp;quot; or &amp;quot;Add Stationary Process&amp;quot; to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the &amp;quot;+ Add&amp;quot; tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or &amp;quot;Save and Close&amp;quot; button is clicked.&lt;br /&gt;
&lt;br /&gt;
==Editing Existing Co-Products==&lt;br /&gt;
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected. &lt;br /&gt;
&lt;br /&gt;
[[File:CoProductEditor.png|400px|thumb|none|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected. &lt;br /&gt;
&lt;br /&gt;
If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;br /&gt;
&lt;br /&gt;
See the full user guide under co-products for more information on co-product methods.&lt;br /&gt;
&lt;br /&gt;
==Removing a Co-Product==&lt;br /&gt;
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red &amp;quot;X&amp;quot; icon to delete the co-product and then hit Save or &amp;quot;Save and Close&amp;quot; to save the changes.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2042</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2042"/>
		<updated>2012-01-23T19:43:28Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Editing Existing Co-Products */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option or by clicking the Add/Edit Co-Products button.&lt;br /&gt;
&lt;br /&gt;
==Adding Co-Products==&lt;br /&gt;
To add a Co-Product to an existing stationary process go to the data editor and select &amp;quot;Modify Existing Process&amp;quot; or &amp;quot;Add Stationary Process&amp;quot; to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the &amp;quot;+ Add&amp;quot; tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or &amp;quot;Save and Close&amp;quot; button is clicked.&lt;br /&gt;
&lt;br /&gt;
==Editing Existing Co-Products==&lt;br /&gt;
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected. &lt;br /&gt;
&lt;br /&gt;
[[File:CoProductEditor.png|400px|thumb|right|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected. &lt;br /&gt;
&lt;br /&gt;
If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;br /&gt;
&lt;br /&gt;
See the full user guide under co-products for more information on co-product methods.&lt;br /&gt;
&lt;br /&gt;
==Removing a Co-Product==&lt;br /&gt;
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red &amp;quot;X&amp;quot; icon to delete the co-product and then hit Save or &amp;quot;Save and Close&amp;quot; to save the changes.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2041</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2041"/>
		<updated>2012-01-23T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Editing Existing Co-Products */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option or by clicking the Add/Edit Co-Products button.&lt;br /&gt;
&lt;br /&gt;
==Adding Co-Products==&lt;br /&gt;
To add a Co-Product to an existing stationary process go to the data editor and select &amp;quot;Modify Existing Process&amp;quot; or &amp;quot;Add Stationary Process&amp;quot; to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the &amp;quot;+ Add&amp;quot; tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or &amp;quot;Save and Close&amp;quot; button is clicked.&lt;br /&gt;
&lt;br /&gt;
==Editing Existing Co-Products==&lt;br /&gt;
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected. &lt;br /&gt;
&lt;br /&gt;
[[File:CoProductEditor.png|400px|thumb|none|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected. &lt;br /&gt;
&lt;br /&gt;
If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;br /&gt;
&lt;br /&gt;
See the full user guide under co-products for more information on co-product methods.&lt;br /&gt;
&lt;br /&gt;
==Removing a Co-Product==&lt;br /&gt;
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red &amp;quot;X&amp;quot; icon to delete the co-product and then hit Save or &amp;quot;Save and Close&amp;quot; to save the changes.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2040</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2040"/>
		<updated>2012-01-23T19:31:33Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Editing Existing Co-Products */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option or by clicking the Add/Edit Co-Products button.&lt;br /&gt;
&lt;br /&gt;
==Adding Co-Products==&lt;br /&gt;
To add a Co-Product to an existing stationary process go to the data editor and select &amp;quot;Modify Existing Process&amp;quot; or &amp;quot;Add Stationary Process&amp;quot; to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the &amp;quot;+ Add&amp;quot; tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or &amp;quot;Save and Close&amp;quot; button is clicked.&lt;br /&gt;
&lt;br /&gt;
==Editing Existing Co-Products==&lt;br /&gt;
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected. &lt;br /&gt;
&lt;br /&gt;
[[File:CoProductEditor.png|600px|thumb|none|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected. &lt;br /&gt;
&lt;br /&gt;
If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;br /&gt;
&lt;br /&gt;
See the full user guide under co-products for more information on co-product methods.&lt;br /&gt;
&lt;br /&gt;
==Removing a Co-Product==&lt;br /&gt;
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red &amp;quot;X&amp;quot; icon to delete the co-product and then hit Save or &amp;quot;Save and Close&amp;quot; to save the changes.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:CoProductEditor.png&amp;diff=2039</id>
		<title>File:CoProductEditor.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:CoProductEditor.png&amp;diff=2039"/>
		<updated>2012-01-23T19:22:16Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: Editing Co-Products of a process&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editing Co-Products of a process&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2038</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2038"/>
		<updated>2012-01-23T17:36:29Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option or by clicking the Add/Edit Co-Products button.&lt;br /&gt;
&lt;br /&gt;
==Adding Co-Products==&lt;br /&gt;
To add a Co-Product to an existing stationary process go to the data editor and select &amp;quot;Modify Existing Process&amp;quot; or &amp;quot;Add Stationary Process&amp;quot; to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the &amp;quot;+ Add&amp;quot; tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or &amp;quot;Save and Close&amp;quot; button is clicked.&lt;br /&gt;
&lt;br /&gt;
==Editing Existing Co-Products==&lt;br /&gt;
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected. &lt;br /&gt;
&lt;br /&gt;
If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected. &lt;br /&gt;
&lt;br /&gt;
If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;br /&gt;
&lt;br /&gt;
See the full user guide under co-products for more information on co-product methods.&lt;br /&gt;
&lt;br /&gt;
==Removing a Co-Product==&lt;br /&gt;
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red &amp;quot;X&amp;quot; icon to delete the co-product and then hit Save or &amp;quot;Save and Close&amp;quot; to save the changes.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2037</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2037"/>
		<updated>2012-01-23T17:31:38Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option or by clicking the Add/Edit Co-Products button.&lt;br /&gt;
&lt;br /&gt;
==Adding Co-Products==&lt;br /&gt;
To add a Co-Product to an existing stationary process go to the data editor and select &amp;quot;Modify Existing Process&amp;quot; or &amp;quot;Add Stationary Process&amp;quot; to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the &amp;quot;+ Add&amp;quot; tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or &amp;quot;Save and Close&amp;quot; button is clicked.&lt;br /&gt;
&lt;br /&gt;
==Editing Existing Co-Products==&lt;br /&gt;
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected. See the full user guide under co-products for more information on co-product methods.&lt;br /&gt;
&lt;br /&gt;
==Removing a Co-Product==&lt;br /&gt;
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red &amp;quot;X&amp;quot; icon to delete the co-product and then hit Save or &amp;quot;Save and Close&amp;quot; to save the changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Co-Product Editor in GUI=&lt;br /&gt;
&lt;br /&gt;
[[File:Co-productEditor.png|thumb|right|500px|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
Co-Product editor can be used to add and/or edit Co-Products for the process.&lt;br /&gt;
The editor can be accessed either through Data Editor page or by right clicking on a process in the Well to Pump Setup page and selecting Edit Process Parameters.&lt;br /&gt;
&lt;br /&gt;
Only the existing co-products are shown in the co-product editor. To add a new Co-product, click &amp;quot;Add a Co-Product&amp;quot; in the window. New Co-product is shown in the window as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Select the Co-product material from the dropdown list which will enable other fields like the amount, share and check boxes to select the available type of treatments for the co-product. &lt;br /&gt;
&lt;br /&gt;
Selecting the &amp;quot;Default Treatment Method&amp;quot; will make use of that treatment method for the calculations in the application. &lt;br /&gt;
&lt;br /&gt;
If &amp;quot;Allocation&amp;quot; treatment method is checked, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected.&lt;br /&gt;
&lt;br /&gt;
if &amp;quot;Displacement&amp;quot; treatment method is checked, the Displacement material, Purpose, Mix and Displacement ratio can be selected in the same order. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected.&lt;br /&gt;
Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2036</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2036"/>
		<updated>2012-01-23T16:04:46Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the &amp;quot;Set As Co-Product&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
=Allocation=&lt;br /&gt;
==Calculations==&lt;br /&gt;
===Parameters===&lt;br /&gt;
*&amp;lt;math&amp;gt;Out_{value} = Out_a * Out_{cost} \,&amp;lt;/math&amp;gt; = Value associated with the main output amount, after the losses. &amp;lt;math&amp;gt;Out_{cost}&amp;lt;/math&amp;gt; = {energy value, market value, mass, volume}&lt;br /&gt;
*&amp;lt;math&amp;gt;Copr_{value} = Copr_a*Copr_{cost} \,&amp;lt;/math&amp;gt; = Value associated with the co-product output amount. &amp;lt;math&amp;gt;Copr{cost}&amp;lt;/math&amp;gt; = {energy value, market value, mass, volume}&lt;br /&gt;
*&amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
*&amp;lt;math&amp;gt;inputs \,&amp;lt;/math&amp;gt; = Energy and Emissions for all the inputs of the current process ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
===Calculations===&lt;br /&gt;
For each allocation method it will be the same idea :&lt;br /&gt;
*We convert the amount given for the co product into a quantity of energy, mass, market value or volume depending on the allocation method chosen.&lt;br /&gt;
*We grab the amount after losses of the main output&lt;br /&gt;
*We calculate the allocation ratio which will be :&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt; r = 1 - \frac{Out_{value}}{Out_{value} + Copr_{value}} \,&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
*We calculate the energy and emissions associated to that co product :&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;ee = r \cdot inputs\,&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note : &amp;lt;math&amp;gt;Out_{value} \,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Copr_{value} \,&amp;lt;/math&amp;gt; are in the same unit, they can be both in Joules, Grams, Cubic Meter or Dollar depending of the allocation method chosen.&lt;br /&gt;
&lt;br /&gt;
=Displacement=&lt;br /&gt;
==Calculations==&lt;br /&gt;
===Parameters===&lt;br /&gt;
*&amp;lt;math&amp;gt;MixEE_{mpm} \,&amp;lt;/math&amp;gt; = conventional [[Materials_Calculations#Mix|material mix]] energy and emissions, which are the necessary energy and emissions associated to the production of that material for the specified purpose for this specific mix.&lt;br /&gt;
*&amp;lt;math&amp;gt;S_{mpm} \,&amp;lt;/math&amp;gt; = the share of the conventional material purpose mix displaced.&lt;br /&gt;
*&amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
&lt;br /&gt;
===Calculations===&lt;br /&gt;
*For each conventional material mix defined in the displacement ratios we grab the mix energy and emissions. We also grab at the same time the conventional material share.&lt;br /&gt;
*We add to the co product energy and emissions the amount displaced, by each conventional material displaced : &lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt; ee = ee + MixEE_{mpm} \cdot S_{mpm} \,&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===XML Example===&lt;br /&gt;
&lt;br /&gt;
This example is extracted from the process [[600|Dry Mill Ethanol Production (US Industry Average)]]. It shows a coproduct which is calculated as a displacement. But if the user wants to change the method and calculate it with the allocation method, the different options which will be shown to the user are also defined.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;coproduct ref=&amp;quot;116&amp;quot; method=&amp;quot;displacement&amp;quot; amount=&amp;quot;[dgs_params!A3];0;True;pounds&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;allocation value=&amp;quot;energy&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;option&amp;gt;energy&amp;lt;/option&amp;gt;&lt;br /&gt;
    &amp;lt;option&amp;gt;market&amp;lt;/option&amp;gt;&lt;br /&gt;
    &amp;lt;option&amp;gt;mass&amp;lt;/option&amp;gt;&lt;br /&gt;
  &amp;lt;/allocation&amp;gt;&lt;br /&gt;
  &amp;lt;conventional_products &amp;gt;&lt;br /&gt;
    &amp;lt;product ref=&amp;quot;75&amp;quot; purpose=&amp;quot;stationary&amp;quot; mix=&amp;quot;0&amp;quot; ratio=&amp;quot;[composite_displacement_ratios!B3];0;True;percentage&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;product ref=&amp;quot;117&amp;quot; purpose=&amp;quot;stationary&amp;quot; mix=&amp;quot;0&amp;quot; ratio=&amp;quot;[composite_displacement_ratios!C3];0;True;percentage&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;product ref=&amp;quot;91&amp;quot; purpose=&amp;quot;stationary&amp;quot; mix=&amp;quot;0&amp;quot; ratio=&amp;quot;[composite_displacement_ratios!D3];0;True;percentage&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/conventional_products&amp;gt;&lt;br /&gt;
&amp;lt;/coproduct&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Common Calculations=&lt;br /&gt;
==Parameters==&lt;br /&gt;
*&amp;lt;math&amp;gt;S_{copr}\,&amp;lt;/math&amp;gt; = share of the coproduct&lt;br /&gt;
*&amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
==Calculations==&lt;br /&gt;
At the end of the calculation process for one of this co products we are doing a last operation which is multiplying the &amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; by a share.&lt;br /&gt;
This share can be used to define many co products and assign them shares. So the last operation will be :&lt;br /&gt;
&amp;lt;math&amp;gt;ee = ee * S_{copr} \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Co-Product Editor in GUI=&lt;br /&gt;
&lt;br /&gt;
[[File:Co-productEditor.png|thumb|right|500px|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
Co-Product editor can be used to add and/or edit Co-Products for the process.&lt;br /&gt;
The editor can be accessed either through Data Editor page or by right clicking on a process in the Well to Pump Setup page and selecting Edit Process Parameters.&lt;br /&gt;
&lt;br /&gt;
Only the existing co-products are shown in the co-product editor. To add a new Co-product, click &amp;quot;Add a Co-Product&amp;quot; in the window. New Co-product is shown in the window as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Select the Co-product material from the dropdown list which will enable other fields like the amount, share and check boxes to select the available type of treatments for the co-product. &lt;br /&gt;
&lt;br /&gt;
Selecting the &amp;quot;Default Treatment Method&amp;quot; will make use of that treatment method for the calculations in the application. &lt;br /&gt;
&lt;br /&gt;
If &amp;quot;Allocation&amp;quot; treatment method is checked, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected.&lt;br /&gt;
&lt;br /&gt;
if &amp;quot;Displacement&amp;quot; treatment method is checked, the Displacement material, Purpose, Mix and Displacement ratio can be selected in the same order. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected.&lt;br /&gt;
Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2035</id>
		<title>Co-Products</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Co-Products&amp;diff=2035"/>
		<updated>2012-01-23T14:55:54Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: Created page with &amp;quot;=Allocation= ==Calculations== ===Parameters=== *&amp;lt;math&amp;gt;Out_{value} = Out_a * Out_{cost} \,&amp;lt;/math&amp;gt; = Value associated with the main output amount, after the losses. &amp;lt;math&amp;gt;Out_{cost…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Allocation=&lt;br /&gt;
==Calculations==&lt;br /&gt;
===Parameters===&lt;br /&gt;
*&amp;lt;math&amp;gt;Out_{value} = Out_a * Out_{cost} \,&amp;lt;/math&amp;gt; = Value associated with the main output amount, after the losses. &amp;lt;math&amp;gt;Out_{cost}&amp;lt;/math&amp;gt; = {energy value, market value, mass, volume}&lt;br /&gt;
*&amp;lt;math&amp;gt;Copr_{value} = Copr_a*Copr_{cost} \,&amp;lt;/math&amp;gt; = Value associated with the co-product output amount. &amp;lt;math&amp;gt;Copr{cost}&amp;lt;/math&amp;gt; = {energy value, market value, mass, volume}&lt;br /&gt;
*&amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
*&amp;lt;math&amp;gt;inputs \,&amp;lt;/math&amp;gt; = Energy and Emissions for all the inputs of the current process ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
===Calculations===&lt;br /&gt;
For each allocation method it will be the same idea :&lt;br /&gt;
*We convert the amount given for the co product into a quantity of energy, mass, market value or volume depending on the allocation method chosen.&lt;br /&gt;
*We grab the amount after losses of the main output&lt;br /&gt;
*We calculate the allocation ratio which will be :&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt; r = 1 - \frac{Out_{value}}{Out_{value} + Copr_{value}} \,&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
*We calculate the energy and emissions associated to that co product :&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;ee = r \cdot inputs\,&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note : &amp;lt;math&amp;gt;Out_{value} \,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Copr_{value} \,&amp;lt;/math&amp;gt; are in the same unit, they can be both in Joules, Grams, Cubic Meter or Dollar depending of the allocation method chosen.&lt;br /&gt;
&lt;br /&gt;
=Displacement=&lt;br /&gt;
==Calculations==&lt;br /&gt;
===Parameters===&lt;br /&gt;
*&amp;lt;math&amp;gt;MixEE_{mpm} \,&amp;lt;/math&amp;gt; = conventional [[Materials_Calculations#Mix|material mix]] energy and emissions, which are the necessary energy and emissions associated to the production of that material for the specified purpose for this specific mix.&lt;br /&gt;
*&amp;lt;math&amp;gt;S_{mpm} \,&amp;lt;/math&amp;gt; = the share of the conventional material purpose mix displaced.&lt;br /&gt;
*&amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
&lt;br /&gt;
===Calculations===&lt;br /&gt;
*For each conventional material mix defined in the displacement ratios we grab the mix energy and emissions. We also grab at the same time the conventional material share.&lt;br /&gt;
*We add to the co product energy and emissions the amount displaced, by each conventional material displaced : &lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt; ee = ee + MixEE_{mpm} \cdot S_{mpm} \,&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===XML Example===&lt;br /&gt;
&lt;br /&gt;
This example is extracted from the process [[600|Dry Mill Ethanol Production (US Industry Average)]]. It shows a coproduct which is calculated as a displacement. But if the user wants to change the method and calculate it with the allocation method, the different options which will be shown to the user are also defined.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;coproduct ref=&amp;quot;116&amp;quot; method=&amp;quot;displacement&amp;quot; amount=&amp;quot;[dgs_params!A3];0;True;pounds&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;allocation value=&amp;quot;energy&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;option&amp;gt;energy&amp;lt;/option&amp;gt;&lt;br /&gt;
    &amp;lt;option&amp;gt;market&amp;lt;/option&amp;gt;&lt;br /&gt;
    &amp;lt;option&amp;gt;mass&amp;lt;/option&amp;gt;&lt;br /&gt;
  &amp;lt;/allocation&amp;gt;&lt;br /&gt;
  &amp;lt;conventional_products &amp;gt;&lt;br /&gt;
    &amp;lt;product ref=&amp;quot;75&amp;quot; purpose=&amp;quot;stationary&amp;quot; mix=&amp;quot;0&amp;quot; ratio=&amp;quot;[composite_displacement_ratios!B3];0;True;percentage&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;product ref=&amp;quot;117&amp;quot; purpose=&amp;quot;stationary&amp;quot; mix=&amp;quot;0&amp;quot; ratio=&amp;quot;[composite_displacement_ratios!C3];0;True;percentage&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;product ref=&amp;quot;91&amp;quot; purpose=&amp;quot;stationary&amp;quot; mix=&amp;quot;0&amp;quot; ratio=&amp;quot;[composite_displacement_ratios!D3];0;True;percentage&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/conventional_products&amp;gt;&lt;br /&gt;
&amp;lt;/coproduct&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Common Calculations=&lt;br /&gt;
==Parameters==&lt;br /&gt;
*&amp;lt;math&amp;gt;S_{copr}\,&amp;lt;/math&amp;gt; = share of the coproduct&lt;br /&gt;
*&amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )&lt;br /&gt;
==Calculations==&lt;br /&gt;
At the end of the calculation process for one of this co products we are doing a last operation which is multiplying the &amp;lt;math&amp;gt;ee \,&amp;lt;/math&amp;gt; by a share.&lt;br /&gt;
This share can be used to define many co products and assign them shares. So the last operation will be :&lt;br /&gt;
&amp;lt;math&amp;gt;ee = ee * S_{copr} \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Co-Product Editor in GUI=&lt;br /&gt;
&lt;br /&gt;
[[File:Co-productEditor.png|thumb|right|500px|Co-Product Editor]]&lt;br /&gt;
&lt;br /&gt;
Co-Product editor can be used to add and/or edit Co-Products for the process.&lt;br /&gt;
The editor can be accessed either through Data Editor page or by right clicking on a process in the Well to Pump Setup page and selecting Edit Process Parameters.&lt;br /&gt;
&lt;br /&gt;
Only the existing co-products are shown in the co-product editor. To add a new Co-product, click &amp;quot;Add a Co-Product&amp;quot; in the window. New Co-product is shown in the window as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Select the Co-product material from the dropdown list which will enable other fields like the amount, share and check boxes to select the available type of treatments for the co-product. &lt;br /&gt;
&lt;br /&gt;
Selecting the &amp;quot;Default Treatment Method&amp;quot; will make use of that treatment method for the calculations in the application. &lt;br /&gt;
&lt;br /&gt;
If &amp;quot;Allocation&amp;quot; treatment method is checked, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected.&lt;br /&gt;
&lt;br /&gt;
if &amp;quot;Displacement&amp;quot; treatment method is checked, the Displacement material, Purpose, Mix and Displacement ratio can be selected in the same order. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected.&lt;br /&gt;
Any number of displacement materials can be added along with the specific fields for that displacement material.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1997</id>
		<title>Create and Edit Transportation Modes</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1997"/>
		<updated>2012-01-20T18:08:25Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Rail */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick mode editor==&lt;br /&gt;
[[File:ModeParameters.png|thumb|left|300px|Mode Parameters Form]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; The mode parameters form allow the user to see more details about this transportation processes. To open it, right click on a step and click &amp;quot;Edit Mode Parameters&amp;quot; in the transportation editor, or click the name of a step in the well to pump setup.&lt;br /&gt;
This allow to change which fuels are used by the step and define if the material is going to and back from destination. Some steps might only go to the destination, but some steps like the barges and the trucks, have to go back to origin to be loaded again, therefore those processes have the Back Haul option checked.&lt;br /&gt;
&lt;br /&gt;
The energy intensities are usually calculated for each mode, however it is possible to override them using a user value. If this is wanted, just change the EI corresponding the desired process fuel, but read the note below, this is a global step parameter.&lt;br /&gt;
&lt;br /&gt;
The link &amp;quot;Edit Technologies&amp;quot; is forwarding to the [[emissions factors editor]], and will allow the user to see/change the emission factors for the technologies used for that mode. The technologies might be a gasoline engine or a NG turbine. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039; There are some global are local parameters in that control.&amp;lt;br&amp;gt;&lt;br /&gt;
Local :&lt;br /&gt;
*Distance&lt;br /&gt;
*Share&lt;br /&gt;
*Fuel Share&lt;br /&gt;
*Back haul&lt;br /&gt;
*To Dest&lt;br /&gt;
&lt;br /&gt;
Global :&lt;br /&gt;
*EIs values&lt;br /&gt;
*Fuel Shares ratios&lt;br /&gt;
&lt;br /&gt;
Changing any of the local parameters will affect only the current step, hover changing an energy intensity, will change that energy intensity for any of the same steps, transporting the same material. In the example shown on the left, if the EI To or From are changed for NG, all the Pipeline transporting the same material, powered by a NG compressor will be affected.&lt;br /&gt;
&lt;br /&gt;
If the fuel shares ratios are changed, this will also apply to all the pipelines. If a different fuel share is needed especially for that step, the user should create a new fuel share combinaison, and select it from the combo box instead of adjusting the global shares.&lt;br /&gt;
&lt;br /&gt;
==Full Modes Editor==&lt;br /&gt;
[[file:full_mode_editor_tanker.png|thumb|300px|right|Ocean Tanker/Barge full editor]]&lt;br /&gt;
The full mode editor allows to modify payloads, energy intensities and fuel shares. It is quite different for each mode because each mode has it&#039;s own parameters.&lt;br /&gt;
&lt;br /&gt;
This control is spitted in three main regions, two of them are common to all modes, the last one displays mode specific parameters. The general parameters includes name, picture, mode type and notes. The mode type selection will define what should be displayed in the mode specific parameters.&lt;br /&gt;
&lt;br /&gt;
The fuel shares part is also the same for any of the modes, it defines a list of usual fuel shares used by the modes. Then we don&#039;t have to define the fuel shares for all the steps in the transportation processes, but instead we just have a reference to one of those fuel shares list. It&#039;s possible to create as many lists as needed.&lt;br /&gt;
&lt;br /&gt;
===Ocean Tanker / Barge===&lt;br /&gt;
&lt;br /&gt;
The ocean tanker and barge mode editor are the same, the only thing which differentiate those two steps, besides the data, is a small change in the energy intensity calculations.&lt;br /&gt;
&lt;br /&gt;
For this mode the average speed, load factor to an from can be changed as well as the baseline fuel used for energy calculations and the payload for each material transported. The average speed is usually used for tanker or barges which are boiling off some material, we use the speed of the mode, and the distance of the step to calculate the time necessary for the journey, then calculate the losses using the loss rate, this is described in more details in the losses section. To change the payload for a specific material, select which you want to change in the drop down and change the value of the payload. To add a new transported material click on the &amp;quot;+&amp;quot; button on the right, to remove a transported material, select it and click &amp;quot;-&amp;quot; button. No changes will be done to the data until you click the &amp;quot;Save&amp;quot; button on the bottom left. This button is not shown here for space reasons.&lt;br /&gt;
&lt;br /&gt;
The fuel shares can be changed too. For ocean tanker usually we only use bunker fuel, but if some more fuels are necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel of a fuel share Source. If a new fuel share Source is necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel share Source. To remove fuels, or to remove fuel share Source, use the &amp;quot;-&amp;quot; buttons.&lt;br /&gt;
&lt;br /&gt;
===Truck===&lt;br /&gt;
[[file:full_mode_editor_truck.png|thumb|200px|right|Truck full editor]]&lt;br /&gt;
For trucks the fuel shares and general parameters are the sames. The mode specific parameters contains the fuel economy to and from, the baseline fuel, and the payload. The baseline fuel define what fuel is assumed to be used to achieve the fuel economy specified above. Then those parameters are used to calculate the amount of energy necessary for the truck assuming the defined payload for the transported material.&lt;br /&gt;
Once this energy is calculated, any fuel can be used as an assumption for the upstream. For example we could imagine that we want to simulate a truck running on compressed natural gas, as we have a lack of information concerning the MPG for this type of engine in a truck, we calculate the equivalent amount which would be used assuming that the NG engine has the same efficiency as the baseline fuel engine.&lt;br /&gt;
&lt;br /&gt;
====Pipeline====&lt;br /&gt;
The pipeline specific parameters only contains the energy intensities. Instead of being automatically calculated like the EIs of ocean tanker, barge, and trucks, the pipelines define specific EI for a few fuels transported. We differentiate Energy Intensity for liquid, solid, natural gas, flare gas and hydrogen. This is an approximation from the data we know about energy intensities for pipelines. Solids are usually transported using water and this is why the EI for solids and liquid has the same value. Natural Gas and Flare Gas are the same materials, they just have different upstream as one is made for being cleaned and used, the flared gas is usually a lost byproduct.&lt;br /&gt;
&lt;br /&gt;
===Rail===&lt;br /&gt;
[[file:full_mode_editor_rail.png|thumb|200px|right|Rail full editor]]&lt;br /&gt;
For trains a single EI is used whatever gets transported and for any payload. The average speed is used for materials which are boiling off over the transportation process. The time of transportation is calculated using speed and distance, and using the boil off rate, we can determine how much material gets lost.&lt;br /&gt;
&lt;br /&gt;
===Connector===&lt;br /&gt;
Connectors are dummy steps which are not using any energy. They are used in transportation structures to symbolize a direct link between two places.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1996</id>
		<title>Create and Edit Transportation Modes</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1996"/>
		<updated>2012-01-20T18:07:12Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Full Modes Editor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick mode editor==&lt;br /&gt;
[[File:ModeParameters.png|thumb|left|300px|Mode Parameters Form]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; The mode parameters form allow the user to see more details about this transportation processes. To open it, right click on a step and click &amp;quot;Edit Mode Parameters&amp;quot; in the transportation editor, or click the name of a step in the well to pump setup.&lt;br /&gt;
This allow to change which fuels are used by the step and define if the material is going to and back from destination. Some steps might only go to the destination, but some steps like the barges and the trucks, have to go back to origin to be loaded again, therefore those processes have the Back Haul option checked.&lt;br /&gt;
&lt;br /&gt;
The energy intensities are usually calculated for each mode, however it is possible to override them using a user value. If this is wanted, just change the EI corresponding the desired process fuel, but read the note below, this is a global step parameter.&lt;br /&gt;
&lt;br /&gt;
The link &amp;quot;Edit Technologies&amp;quot; is forwarding to the [[emissions factors editor]], and will allow the user to see/change the emission factors for the technologies used for that mode. The technologies might be a gasoline engine or a NG turbine. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039; There are some global are local parameters in that control.&amp;lt;br&amp;gt;&lt;br /&gt;
Local :&lt;br /&gt;
*Distance&lt;br /&gt;
*Share&lt;br /&gt;
*Fuel Share&lt;br /&gt;
*Back haul&lt;br /&gt;
*To Dest&lt;br /&gt;
&lt;br /&gt;
Global :&lt;br /&gt;
*EIs values&lt;br /&gt;
*Fuel Shares ratios&lt;br /&gt;
&lt;br /&gt;
Changing any of the local parameters will affect only the current step, hover changing an energy intensity, will change that energy intensity for any of the same steps, transporting the same material. In the example shown on the left, if the EI To or From are changed for NG, all the Pipeline transporting the same material, powered by a NG compressor will be affected.&lt;br /&gt;
&lt;br /&gt;
If the fuel shares ratios are changed, this will also apply to all the pipelines. If a different fuel share is needed especially for that step, the user should create a new fuel share combinaison, and select it from the combo box instead of adjusting the global shares.&lt;br /&gt;
&lt;br /&gt;
==Full Modes Editor==&lt;br /&gt;
[[file:full_mode_editor_tanker.png|thumb|300px|right|Ocean Tanker/Barge full editor]]&lt;br /&gt;
The full mode editor allows to modify payloads, energy intensities and fuel shares. It is quite different for each mode because each mode has it&#039;s own parameters.&lt;br /&gt;
&lt;br /&gt;
This control is spitted in three main regions, two of them are common to all modes, the last one displays mode specific parameters. The general parameters includes name, picture, mode type and notes. The mode type selection will define what should be displayed in the mode specific parameters.&lt;br /&gt;
&lt;br /&gt;
The fuel shares part is also the same for any of the modes, it defines a list of usual fuel shares used by the modes. Then we don&#039;t have to define the fuel shares for all the steps in the transportation processes, but instead we just have a reference to one of those fuel shares list. It&#039;s possible to create as many lists as needed.&lt;br /&gt;
&lt;br /&gt;
===Ocean Tanker / Barge===&lt;br /&gt;
&lt;br /&gt;
The ocean tanker and barge mode editor are the same, the only thing which differentiate those two steps, besides the data, is a small change in the energy intensity calculations.&lt;br /&gt;
&lt;br /&gt;
For this mode the average speed, load factor to an from can be changed as well as the baseline fuel used for energy calculations and the payload for each material transported. The average speed is usually used for tanker or barges which are boiling off some material, we use the speed of the mode, and the distance of the step to calculate the time necessary for the journey, then calculate the losses using the loss rate, this is described in more details in the losses section. To change the payload for a specific material, select which you want to change in the drop down and change the value of the payload. To add a new transported material click on the &amp;quot;+&amp;quot; button on the right, to remove a transported material, select it and click &amp;quot;-&amp;quot; button. No changes will be done to the data until you click the &amp;quot;Save&amp;quot; button on the bottom left. This button is not shown here for space reasons.&lt;br /&gt;
&lt;br /&gt;
The fuel shares can be changed too. For ocean tanker usually we only use bunker fuel, but if some more fuels are necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel of a fuel share Source. If a new fuel share Source is necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel share Source. To remove fuels, or to remove fuel share Source, use the &amp;quot;-&amp;quot; buttons.&lt;br /&gt;
&lt;br /&gt;
===Truck===&lt;br /&gt;
[[file:full_mode_editor_truck.png|thumb|200px|right|Truck full editor]]&lt;br /&gt;
For trucks the fuel shares and general parameters are the sames. The mode specific parameters contains the fuel economy to and from, the baseline fuel, and the payload. The baseline fuel define what fuel is assumed to be used to achieve the fuel economy specified above. Then those parameters are used to calculate the amount of energy necessary for the truck assuming the defined payload for the transported material.&lt;br /&gt;
Once this energy is calculated, any fuel can be used as an assumption for the upstream. For example we could imagine that we want to simulate a truck running on compressed natural gas, as we have a lack of information concerning the MPG for this type of engine in a truck, we calculate the equivalent amount which would be used assuming that the NG engine has the same efficiency as the baseline fuel engine.&lt;br /&gt;
&lt;br /&gt;
====Pipeline====&lt;br /&gt;
The pipeline specific parameters only contains the energy intensities. Instead of being automatically calculated like the EIs of ocean tanker, barge, and trucks, the pipelines define specific EI for a few fuels transported. We differentiate Energy Intensity for liquid, solid, natural gas, flare gas and hydrogen. This is an approximation from the data we know about energy intensities for pipelines. Solids are usually transported using water and this is why the EI for solids and liquid has the same value. Natural Gas and Flare Gas are the same materials, they just have different upstream as one is made for being cleaned and used, the flared gas is usually a lost byproduct.&lt;br /&gt;
&lt;br /&gt;
===Rail===&lt;br /&gt;
[[file:full_mode_editor_rail.png|thumb|200px|left|Rail full editor]]&lt;br /&gt;
For trains a single EI is used whatever gets transported and for any payload. The average speed is used for materials which are boiling off over the transportation process. The time of transportation is calculated using speed and distance, and using the boil off rate, we can determine how much material gets lost.&lt;br /&gt;
&lt;br /&gt;
===Connector===&lt;br /&gt;
Connectors are dummy steps which are not using any energy. They are used in transportation structures to symbolize a direct link between two places.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:ModeParameters.png&amp;diff=1995</id>
		<title>File:ModeParameters.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:ModeParameters.png&amp;diff=1995"/>
		<updated>2012-01-20T18:05:50Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:Full_mode_editor_truck.png&amp;diff=1994</id>
		<title>File:Full mode editor truck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:Full_mode_editor_truck.png&amp;diff=1994"/>
		<updated>2012-01-20T18:04:53Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:Full_mode_editor_tanker.png&amp;diff=1993</id>
		<title>File:Full mode editor tanker.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:Full_mode_editor_tanker.png&amp;diff=1993"/>
		<updated>2012-01-20T18:04:04Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:Full_mode_editor_rail.png&amp;diff=1992</id>
		<title>File:Full mode editor rail.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:Full_mode_editor_rail.png&amp;diff=1992"/>
		<updated>2012-01-20T18:00:13Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1991</id>
		<title>Create and Edit Transportation Modes</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1991"/>
		<updated>2012-01-20T17:58:53Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick mode editor==&lt;br /&gt;
[[File:ModeParameters.png|thumb|left|300px|Mode Parameters Form]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; The mode parameters form allow the user to see more details about this transportation processes. To open it, right click on a step and click &amp;quot;Edit Mode Parameters&amp;quot; in the transportation editor, or click the name of a step in the well to pump setup.&lt;br /&gt;
This allow to change which fuels are used by the step and define if the material is going to and back from destination. Some steps might only go to the destination, but some steps like the barges and the trucks, have to go back to origin to be loaded again, therefore those processes have the Back Haul option checked.&lt;br /&gt;
&lt;br /&gt;
The energy intensities are usually calculated for each mode, however it is possible to override them using a user value. If this is wanted, just change the EI corresponding the desired process fuel, but read the note below, this is a global step parameter.&lt;br /&gt;
&lt;br /&gt;
The link &amp;quot;Edit Technologies&amp;quot; is forwarding to the [[emissions factors editor]], and will allow the user to see/change the emission factors for the technologies used for that mode. The technologies might be a gasoline engine or a NG turbine. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039; There are some global are local parameters in that control.&amp;lt;br&amp;gt;&lt;br /&gt;
Local :&lt;br /&gt;
*Distance&lt;br /&gt;
*Share&lt;br /&gt;
*Fuel Share&lt;br /&gt;
*Back haul&lt;br /&gt;
*To Dest&lt;br /&gt;
&lt;br /&gt;
Global :&lt;br /&gt;
*EIs values&lt;br /&gt;
*Fuel Shares ratios&lt;br /&gt;
&lt;br /&gt;
Changing any of the local parameters will affect only the current step, hover changing an energy intensity, will change that energy intensity for any of the same steps, transporting the same material. In the example shown on the left, if the EI To or From are changed for NG, all the Pipeline transporting the same material, powered by a NG compressor will be affected.&lt;br /&gt;
&lt;br /&gt;
If the fuel shares ratios are changed, this will also apply to all the pipelines. If a different fuel share is needed especially for that step, the user should create a new fuel share combinaison, and select it from the combo box instead of adjusting the global shares.&lt;br /&gt;
&lt;br /&gt;
==Full Modes Editor==&lt;br /&gt;
[[file:full_mode_editor_tanker.png|thumb|300px|left|Ocean Tanker/Barge full editor]]&lt;br /&gt;
The full mode editor allows to modify payloads, energy intensities and fuel shares. It is quite different for each mode because each mode has it&#039;s own parameters.&lt;br /&gt;
&lt;br /&gt;
This control is spitted in three main regions, two of them are common to all modes, the last one displays mode specific parameters. The general parameters includes name, picture, mode type and notes. The mode type selection will define what should be displayed in the mode specific parameters.&lt;br /&gt;
&lt;br /&gt;
The fuel shares part is also the same for any of the modes, it defines a list of usual fuel shares used by the modes. Then we don&#039;t have to define the fuel shares for all the steps in the transportation processes, but instead we just have a reference to one of those fuel shares list. It&#039;s possible to create as many lists as needed.&lt;br /&gt;
&lt;br /&gt;
===Ocean Tanker / Barge===&lt;br /&gt;
&lt;br /&gt;
The ocean tanker and barge mode editor are the same, the only thing which differentiate those two steps, besides the data, is a small change in the energy intensity calculations.&lt;br /&gt;
&lt;br /&gt;
For this mode the average speed, load factor to an from can be changed as well as the baseline fuel used for energy calculations and the payload for each material transported. The average speed is usually used for tanker or barges which are boiling off some material, we use the speed of the mode, and the distance of the step to calculate the time necessary for the journey, then calculate the losses using the loss rate, this is described in more details in the losses section. To change the payload for a specific material, select which you want to change in the drop down and change the value of the payload. To add a new transported material click on the &amp;quot;+&amp;quot; button on the right, to remove a transported material, select it and click &amp;quot;-&amp;quot; button. No changes will be done to the data until you click the &amp;quot;Save&amp;quot; button on the bottom left. This button is not shown here for space reasons.&lt;br /&gt;
&lt;br /&gt;
The fuel shares can be changed too. For ocean tanker usually we only use bunker fuel, but if some more fuels are necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel of a fuel share Source. If a new fuel share Source is necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel share Source. To remove fuels, or to remove fuel share Source, use the &amp;quot;-&amp;quot; buttons.&lt;br /&gt;
&lt;br /&gt;
===Truck===&lt;br /&gt;
[[file:full_mode_editor_truck.png|thumb|200px|right|Truck full editor]]&lt;br /&gt;
For trucks the fuel shares and general parameters are the sames. The mode specific parameters contains the fuel economy to and from, the baseline fuel, and the payload. The baseline fuel define what fuel is assumed to be used to achieve the fuel economy specified above. Then those parameters are used to calculate the amount of energy necessary for the truck assuming the defined payload for the transported material.&lt;br /&gt;
Once this energy is calculated, any fuel can be used as an assumption for the upstream. For example we could imagine that we want to simulate a truck running on compressed natural gas, as we have a lack of information concerning the MPG for this type of engine in a truck, we calculate the equivalent amount which would be used assuming that the NG engine has the same efficiency as the baseline fuel engine.&lt;br /&gt;
&lt;br /&gt;
====Pipeline====&lt;br /&gt;
The pipeline specific parameters only contains the energy intensities. Instead of being automatically calculated like the EIs of ocean tanker, barge, and trucks, the pipelines define specific EI for a few fuels transported. We differentiate Energy Intensity for liquid, solid, natural gas, flare gas and hydrogen. This is an approximation from the data we know about energy intensities for pipelines. Solids are usually transported using water and this is why the EI for solids and liquid has the same value. Natural Gas and Flare Gas are the same materials, they just have different upstream as one is made for being cleaned and used, the flared gas is usually a lost byproduct.&lt;br /&gt;
&lt;br /&gt;
===Rail===&lt;br /&gt;
[[file:full_mode_editor_rail.png|thumb|200px|left|Rail full editor]]&lt;br /&gt;
For trains a single EI is used whatever gets transported and for any payload. The average speed is used for materials which are boiling off over the transportation process. The time of transportation is calculated using speed and distance, and using the boil off rate, we can determine how much material gets lost.&lt;br /&gt;
&lt;br /&gt;
===Connector===&lt;br /&gt;
Connectors are dummy steps which are not using any energy. They are used in transportation structures to symbolize a direct link between two places.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1990</id>
		<title>Create and Edit Transportation Modes</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_and_Edit_Transportation_Modes&amp;diff=1990"/>
		<updated>2012-01-20T17:55:10Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: Created page with &amp;quot;===Quick mode editor=== Mode Parameters Form  &amp;#039;&amp;#039;&amp;#039;Usage:&amp;#039;&amp;#039;&amp;#039; The mode parameters form allow the user to see more details about this tra…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Quick mode editor===&lt;br /&gt;
[[File:ModeParameters.png|thumb|left|300px|Mode Parameters Form]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; The mode parameters form allow the user to see more details about this transportation processes. To open it, right click on a step and click &amp;quot;Edit Mode Parameters&amp;quot; in the transportation editor, or click the name of a step in the well to pump setup.&lt;br /&gt;
This allow to change which fuels are used by the step and define if the material is going to and back from destination. Some steps might only go to the destination, but some steps like the barges and the trucks, have to go back to origin to be loaded again, therefore those processes have the Back Haul option checked.&lt;br /&gt;
&lt;br /&gt;
The energy intensities are usually calculated for each mode, however it is possible to override them using a user value. If this is wanted, just change the EI corresponding the desired process fuel, but read the note below, this is a global step parameter.&lt;br /&gt;
&lt;br /&gt;
The link &amp;quot;Edit Technologies&amp;quot; is forwarding to the [[emissions factors editor]], and will allow the user to see/change the emission factors for the technologies used for that mode. The technologies might be a gasoline engine or a NG turbine. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning&#039;&#039;&#039; There are some global are local parameters in that control.&amp;lt;br&amp;gt;&lt;br /&gt;
Local :&lt;br /&gt;
*Distance&lt;br /&gt;
*Share&lt;br /&gt;
*Fuel Share&lt;br /&gt;
*Back haul&lt;br /&gt;
*To Dest&lt;br /&gt;
&lt;br /&gt;
Global :&lt;br /&gt;
*EIs values&lt;br /&gt;
*Fuel Shares ratios&lt;br /&gt;
&lt;br /&gt;
Changing any of the local parameters will affect only the current step, hover changing an energy intensity, will change that energy intensity for any of the same steps, transporting the same material. In the example shown on the left, if the EI To or From are changed for NG, all the Pipeline transporting the same material, powered by a NG compressor will be affected.&lt;br /&gt;
&lt;br /&gt;
If the fuel shares ratios are changed, this will also apply to all the pipelines. If a different fuel share is needed especially for that step, the user should create a new fuel share combinaison, and select it from the combo box instead of adjusting the global shares.&lt;br /&gt;
&lt;br /&gt;
===Full Modes Editor===&lt;br /&gt;
[[file:full_mode_editor_tanker.png|thumb|300px|left|Ocean Tanker/Barge full editor]]&lt;br /&gt;
The full mode editor allows to modify payloads, energy intensities and fuel shares. It is quite different for each mode because each mode has it&#039;s own parameters.&lt;br /&gt;
&lt;br /&gt;
This control is spitted in three main regions, two of them are common to all modes, the last one displays mode specific parameters. The general parameters includes name, picture, mode type and notes. The mode type selection will define what should be displayed in the mode specific parameters.&lt;br /&gt;
&lt;br /&gt;
The fuel shares part is also the same for any of the modes, it defines a list of usual fuel shares used by the modes. Then we don&#039;t have to define the fuel shares for all the steps in the transportation processes, but instead we just have a reference to one of those fuel shares list. It&#039;s possible to create as many lists as needed.&lt;br /&gt;
&lt;br /&gt;
====Ocean Tanker / Barge====&lt;br /&gt;
&lt;br /&gt;
The ocean tanker and barge mode editor are the same, the only thing which differentiate those two steps, besides the data, is a small change in the energy intensity calculations.&lt;br /&gt;
&lt;br /&gt;
For this mode the average speed, load factor to an from can be changed as well as the baseline fuel used for energy calculations and the payload for each material transported. The average speed is usually used for tanker or barges which are boiling off some material, we use the speed of the mode, and the distance of the step to calculate the time necessary for the journey, then calculate the losses using the loss rate, this is described in more details in the losses section. To change the payload for a specific material, select which you want to change in the drop down and change the value of the payload. To add a new transported material click on the &amp;quot;+&amp;quot; button on the right, to remove a transported material, select it and click &amp;quot;-&amp;quot; button. No changes will be done to the data until you click the &amp;quot;Save&amp;quot; button on the bottom left. This button is not shown here for space reasons.&lt;br /&gt;
&lt;br /&gt;
The fuel shares can be changed too. For ocean tanker usually we only use bunker fuel, but if some more fuels are necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel of a fuel share Source. If a new fuel share Source is necessary, click the &amp;quot;+&amp;quot; button on the right side of the last fuel share Source. To remove fuels, or to remove fuel share Source, use the &amp;quot;-&amp;quot; buttons.&lt;br /&gt;
&lt;br /&gt;
====Truck====&lt;br /&gt;
[[file:full_mode_editor_truck.png|thumb|200px|right|Truck full editor]]&lt;br /&gt;
For trucks the fuel shares and general parameters are the sames. The mode specific parameters contains the fuel economy to and from, the baseline fuel, and the payload. The baseline fuel define what fuel is assumed to be used to achieve the fuel economy specified above. Then those parameters are used to calculate the amount of energy necessary for the truck assuming the defined payload for the transported material.&lt;br /&gt;
Once this energy is calculated, any fuel can be used as an assumption for the upstream. For example we could imagine that we want to simulate a truck running on compressed natural gas, as we have a lack of information concerning the MPG for this type of engine in a truck, we calculate the equivalent amount which would be used assuming that the NG engine has the same efficiency as the baseline fuel engine.&lt;br /&gt;
&lt;br /&gt;
====Pipeline====&lt;br /&gt;
The pipeline specific parameters only contains the energy intensities. Instead of being automatically calculated like the EIs of ocean tanker, barge, and trucks, the pipelines define specific EI for a few fuels transported. We differentiate Energy Intensity for liquid, solid, natural gas, flare gas and hydrogen. This is an approximation from the data we know about energy intensities for pipelines. Solids are usually transported using water and this is why the EI for solids and liquid has the same value. Natural Gas and Flare Gas are the same materials, they just have different upstream as one is made for being cleaned and used, the flared gas is usually a lost byproduct.&lt;br /&gt;
&lt;br /&gt;
====Rail====&lt;br /&gt;
[[file:full_mode_editor_rail.png|thumb|200px|left|Rail full editor]]&lt;br /&gt;
For trains a single EI is used whatever gets transported and for any payload. The average speed is used for materials which are boiling off over the transportation process. The time of transportation is calculated using speed and distance, and using the boil off rate, we can determine how much material gets lost.&lt;br /&gt;
&lt;br /&gt;
====Connector====&lt;br /&gt;
Connectors are dummy steps which are not using any energy. They are used in transportation structures to symbolize a direct link between two places.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1978</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1978"/>
		<updated>2012-01-19T17:14:13Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Unit System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The GREET unit system facilitates tracking which measurements each parameter is recorded in and allows changing what units the parameter uses for display in the graphical user interface.&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
The primary reason for creating a flexible unit system was to allow a user to change the way various parameters are displayed. The design now allows users to view input parameters and results in imperial units if that is what they are familiar with, or S.I. units if they prefer, or create their own units entirely. In addition the user has the ability to define the unit in which they would want to input their data. For example if your one set of data is in pounds, and your second set of data is in kilograms you can adjust the software to fit your application, and avoid tedious manual unit conversions. &lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
[[File:GeneralSettingsPrefernces.png|thumb|right|300px|Change Unit Options Using General Settings]]&lt;br /&gt;
Units can be adjusted via the &amp;quot;General Settings&amp;quot; page of Greet. To access the &amp;quot;General Settings&amp;quot; press &amp;quot;Preferences&amp;quot; and choose &amp;quot;General Settings&amp;quot;. A window should pop up similar to the one shown on the right. The unit settings can be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. This tab should be selected by default when opening &amp;quot;General Settings&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once open you will be presented with a table. This table can be used to adjust unit preferences. The first column represents what type of unit, the second represents its default unit and the third column represents the user preferred unit. The third column can be modified by using the tiny gray down arrows that reveal a drop down menu of available units. For example with the current settings shown in the screen shot process inputs will be displayed in BTU&#039;s. However, if I were to utilize the drop down menu and choose J (for joules) as the user defined unit for energy the inputs will be displayed in Joules instead.&lt;br /&gt;
&lt;br /&gt;
Other settings can also be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. These settings pertain to how the numbers are displayed in the selected units. If the &amp;quot;Automatically add prefixes&amp;quot; check box is checked the software will automatically display numbers like 1000000 btu as 1 mmbtu for aesthetics, if toggled off it will just display 1000000 btu. In addition because number can be represented in so many ways the user has three main ways to view numbers in Greet. Currently in the screen shot shown &amp;quot;Display Numbers with database preferences&amp;quot; is selected. This is fine for most cases. However, the user also has the ability to &amp;quot;Display number with maximum precision&amp;quot;. Using this option will display all 16 digits of precision Greet uses in calculations. Alternatively you can also select &amp;quot;Display number in scientific notation&amp;quot;, and specify the &amp;quot;Significant digits to use&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;br /&gt;
&lt;br /&gt;
To switch back to the original units simply follow the same procedure and select the previous units chosen. Their is no harm in switching back and forth the unit system was implemented for the convenience of scientists and engineers to avoid worrying about trivial unit systems.&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
Essentially the unit system works by storing which unit a value is in for every parameter in the database and then defining conversions to other defined units. The units are split up into groups which contain valid units that the value can be converted in to. There are two types of groups, base groups and derived groups. A base group stores units for basic units such as distance, area, and mass. A derived group contains multiple base groups which allows independently storing preferred units for each group. Each group defines default units for conversion which determines what conversion mathematics that need to be done to convert to other units. The conversion is a two stage process in which the original value is converted to the group&#039;s default units and then converted to the desired unit.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1977</id>
		<title>Resources Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1977"/>
		<updated>2012-01-19T17:09:28Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Internal Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:ressources_editor.png|thumb|left|300px|Resources Editor]]&lt;br /&gt;
The resources editor is available from the Data Editor or by clicking any material name links on the Well to Pump Setup. It shows some physical properties for each resources as well as a few options.&lt;br /&gt;
==Resource attributes==&lt;br /&gt;
&#039;&#039;&#039;State&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines the state of the resource, liquid, solid, gaseous or undefined. It is used by the transportation processes to determine the energy intensities or to check if a mix of different resources is coherent, we assume that to mix resources together they have to be in the same physical state, or if they are not, they must be compatible. Some resources such as Electricity or Wind Energy might use an &amp;quot;undefined&amp;quot; state.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Name&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
A name that defines the resource.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compatible resources&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines which resources can be mixed together. If I want to be able to mix together Flared Gas and Natural Gas in order to create some new source, FG must be in the compatible list of NG and vice-verse. To add compatible resources, click the add button and select the resource to add. To remove one from the list, select it in the drop down menu and press Delete.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Density, LHV, HHV&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those properties are used between processes and pathways in order to converts amount of materials between the solid, liquid, volume or energy quantities. This is one of the really powerful features of GREET.net, if a process output 3.1415 joules of material A, and the next process needs 2.4141 cubic meter of material A, the conversion from joules to cubic meters will be done automatically during the calculations using those properties. It is best to have all of them for most of the materials so, there will be less trouble creating and connecting processes together.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sulfur and Carbon ratios&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sulfur and Carbon ratios are used for the balanced emission of the processes. They are used to calculate carbon and sulfur content of the resources and balance the CO2 and SOx emissions accordingly to the other emissions already known.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternative Names&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those are just a help in order to easily find materials like Methyl Ester and Renewable Diesel which are the same resource. A lot of acronyms are also written in the alternative names like NG for natural gas, LPG, CNG...&lt;br /&gt;
&lt;br /&gt;
==Memberships==&lt;br /&gt;
&#039;&#039;&#039;Group Memberships&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:group_memberships.png|thumb|left|150px|Memberships]]&lt;br /&gt;
Groups are used to assign some &amp;quot;categories&amp;quot; to the resources in order to regroup them for the results. Each material can be part of none or multiple groups. To select which groups the current resource is a member of click on the drop down box and choose a group you want to register to, then click the &amp;quot;Add&amp;quot; button. This should put the selected group in the list of memberships below. Sometimes it might add multiple groups even if you&#039;ve only selected one group to be a member of. This is because of inheritance groups. The resource &amp;quot;Corn Stover&amp;quot; is a member of the &amp;quot;Renewable&amp;quot; group, but the &amp;quot;Renewable&amp;quot; group itself is a member of the &amp;quot;Non Fossil Fuel&amp;quot; group, therefore the resource &amp;quot;Corn Stover&amp;quot; is a member of both groups &amp;quot;Renewable&amp;quot; and &amp;quot;Non Fossil Fuel&amp;quot;, this is why if you add it to the &amp;quot;Renewable&amp;quot; group only, the &amp;quot;Non Fossil Fuel&amp;quot; will be added automatically.&lt;br /&gt;
&lt;br /&gt;
Then in any results shown in the GREET.net you will see usually a list of resources and a list of groups. In order to know the total amount of energy used or resources used, the sum of the resources must be used, and not the list of groups. The sum of the groups does not have any really meaning because the same resource can be a member of multiple groups.&lt;br /&gt;
&lt;br /&gt;
==Mixes==&lt;br /&gt;
[[File:sources_ethanol.png|300px|thumb|right|Ethanol sources]]&lt;br /&gt;
Sources are a concept that was introduced to replace the &amp;quot;combined&amp;quot; sections that are actually in GREET Excel. The general concept in GREET.net is to create a resource, and then declare how this resource is obtained or produced. Primary resources are not defining how they are obtained, because we just take them from our environment i.e. Natural Gas, Crude Oil, Sun light, Wind Power,... all those primary sources are what we are trying to account for. The other resources such as Ethanol or Gasoline needs pathways to be produced, and there are many of them. So in order to be specific and declare how a material like Ethanol is produced we define multiple &amp;quot;Sources&amp;quot; for it. A source is usually an aggregation of one or more pathways.&lt;br /&gt;
&lt;br /&gt;
The screenshot on the right details some of the sources for ethanol. From the top to the bottom we can see &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot;, &amp;quot;Wet mill production&amp;quot;, &amp;quot;Dry mill production&amp;quot; ... those are sources. Organized as branches of these sources names, we can see some green and purples lines. The green lines are representing pathways. So for now we can see that if we want to use ethanol in our car, and specify that we want to use the source &amp;quot;Wet Mill Production&amp;quot;, all the ethanol we&#039;re going to get in our car is coming 100% from the pathway named &amp;quot;Wet Mill Corn Ethanol Production&amp;quot;.&lt;br /&gt;
If we choose to use the ethanol from the source &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot; in our car, we can see that our ethanol is coming from two different places, which are purple, they are other sources. In fact we can combined multiple sources under another source, here to create a combined production.&lt;br /&gt;
&lt;br /&gt;
In order to add more sources you can create one by clicking the button &amp;quot;Add&amp;quot;. Then some pathways can be drag and dropped over it from the left column, or some sources can be drag and dropped from the right column. Only the compatible materials are shown so whatever is dropped will be compatible for the calculations.&lt;br /&gt;
&lt;br /&gt;
To delete a source, just select it and press the Del key on your keyboard, or right click and delete, or press the Del button&lt;br /&gt;
&lt;br /&gt;
===Mix Purposes===&lt;br /&gt;
&lt;br /&gt;
The mix Purposes are just a way to organize a Mixes. That way in the [[Well to Pump Setup]] view, or the [[Well_to_Pump_Results|Well to Pump Results]]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;br /&gt;
* [[Create_a_Pathway|Create a Pathway]]&lt;br /&gt;
* [[Use_Resources_Mix|Back to Use Resources Mix]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1976</id>
		<title>Resources Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1976"/>
		<updated>2012-01-19T17:08:20Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Internal Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:ressources_editor.png|thumb|left|300px|Resources Editor]]&lt;br /&gt;
The resources editor is available from the Data Editor or by clicking any material name links on the Well to Pump Setup. It shows some physical properties for each resources as well as a few options.&lt;br /&gt;
==Resource attributes==&lt;br /&gt;
&#039;&#039;&#039;State&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines the state of the resource, liquid, solid, gaseous or undefined. It is used by the transportation processes to determine the energy intensities or to check if a mix of different resources is coherent, we assume that to mix resources together they have to be in the same physical state, or if they are not, they must be compatible. Some resources such as Electricity or Wind Energy might use an &amp;quot;undefined&amp;quot; state.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Name&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
A name that defines the resource.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compatible resources&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines which resources can be mixed together. If I want to be able to mix together Flared Gas and Natural Gas in order to create some new source, FG must be in the compatible list of NG and vice-verse. To add compatible resources, click the add button and select the resource to add. To remove one from the list, select it in the drop down menu and press Delete.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Density, LHV, HHV&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those properties are used between processes and pathways in order to converts amount of materials between the solid, liquid, volume or energy quantities. This is one of the really powerful features of GREET.net, if a process output 3.1415 joules of material A, and the next process needs 2.4141 cubic meter of material A, the conversion from joules to cubic meters will be done automatically during the calculations using those properties. It is best to have all of them for most of the materials so, there will be less trouble creating and connecting processes together.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sulfur and Carbon ratios&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sulfur and Carbon ratios are used for the balanced emission of the processes. They are used to calculate carbon and sulfur content of the resources and balance the CO2 and SOx emissions accordingly to the other emissions already known.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternative Names&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those are just a help in order to easily find materials like Methyl Ester and Renewable Diesel which are the same resource. A lot of acronyms are also written in the alternative names like NG for natural gas, LPG, CNG...&lt;br /&gt;
&lt;br /&gt;
==Memberships==&lt;br /&gt;
&#039;&#039;&#039;Group Memberships&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:group_memberships.png|thumb|left|150px|Memberships]]&lt;br /&gt;
Groups are used to assign some &amp;quot;categories&amp;quot; to the resources in order to regroup them for the results. Each material can be part of none or multiple groups. To select which groups the current resource is a member of click on the drop down box and choose a group you want to register to, then click the &amp;quot;Add&amp;quot; button. This should put the selected group in the list of memberships below. Sometimes it might add multiple groups even if you&#039;ve only selected one group to be a member of. This is because of inheritance groups. The resource &amp;quot;Corn Stover&amp;quot; is a member of the &amp;quot;Renewable&amp;quot; group, but the &amp;quot;Renewable&amp;quot; group itself is a member of the &amp;quot;Non Fossil Fuel&amp;quot; group, therefore the resource &amp;quot;Corn Stover&amp;quot; is a member of both groups &amp;quot;Renewable&amp;quot; and &amp;quot;Non Fossil Fuel&amp;quot;, this is why if you add it to the &amp;quot;Renewable&amp;quot; group only, the &amp;quot;Non Fossil Fuel&amp;quot; will be added automatically.&lt;br /&gt;
&lt;br /&gt;
Then in any results shown in the GREET.net you will see usually a list of resources and a list of groups. In order to know the total amount of energy used or resources used, the sum of the resources must be used, and not the list of groups. The sum of the groups does not have any really meaning because the same resource can be a member of multiple groups.&lt;br /&gt;
&lt;br /&gt;
==Mixes==&lt;br /&gt;
[[File:sources_ethanol.png|300px|thumb|right|Ethanol sources]]&lt;br /&gt;
Sources are a concept that was introduced to replace the &amp;quot;combined&amp;quot; sections that are actually in GREET Excel. The general concept in GREET.net is to create a resource, and then declare how this resource is obtained or produced. Primary resources are not defining how they are obtained, because we just take them from our environment i.e. Natural Gas, Crude Oil, Sun light, Wind Power,... all those primary sources are what we are trying to account for. The other resources such as Ethanol or Gasoline needs pathways to be produced, and there are many of them. So in order to be specific and declare how a material like Ethanol is produced we define multiple &amp;quot;Sources&amp;quot; for it. A source is usually an aggregation of one or more pathways.&lt;br /&gt;
&lt;br /&gt;
The screenshot on the right details some of the sources for ethanol. From the top to the bottom we can see &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot;, &amp;quot;Wet mill production&amp;quot;, &amp;quot;Dry mill production&amp;quot; ... those are sources. Organized as branches of these sources names, we can see some green and purples lines. The green lines are representing pathways. So for now we can see that if we want to use ethanol in our car, and specify that we want to use the source &amp;quot;Wet Mill Production&amp;quot;, all the ethanol we&#039;re going to get in our car is coming 100% from the pathway named &amp;quot;Wet Mill Corn Ethanol Production&amp;quot;.&lt;br /&gt;
If we choose to use the ethanol from the source &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot; in our car, we can see that our ethanol is coming from two different places, which are purple, they are other sources. In fact we can combined multiple sources under another source, here to create a combined production.&lt;br /&gt;
&lt;br /&gt;
In order to add more sources you can create one by clicking the button &amp;quot;Add&amp;quot;. Then some pathways can be drag and dropped over it from the left column, or some sources can be drag and dropped from the right column. Only the compatible materials are shown so whatever is dropped will be compatible for the calculations.&lt;br /&gt;
&lt;br /&gt;
To delete a source, just select it and press the Del key on your keyboard, or right click and delete, or press the Del button&lt;br /&gt;
&lt;br /&gt;
===Mix Purposes===&lt;br /&gt;
&lt;br /&gt;
The mix Purposes are just a way to organize a Mixes. That way in the [[Well to Pump Setup]] view, or the [[Well_to_Pump_Results|Well to Pump Results]]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How To]]&lt;br /&gt;
* [[Create_a_Pathway|Create a Pathway]]&lt;br /&gt;
* [[Use_Resources_Mix|Back to Use Resources Mix]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1975</id>
		<title>Resources Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1975"/>
		<updated>2012-01-19T17:07:03Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:ressources_editor.png|thumb|left|300px|Resources Editor]]&lt;br /&gt;
The resources editor is available from the Data Editor or by clicking any material name links on the Well to Pump Setup. It shows some physical properties for each resources as well as a few options.&lt;br /&gt;
==Resource attributes==&lt;br /&gt;
&#039;&#039;&#039;State&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines the state of the resource, liquid, solid, gaseous or undefined. It is used by the transportation processes to determine the energy intensities or to check if a mix of different resources is coherent, we assume that to mix resources together they have to be in the same physical state, or if they are not, they must be compatible. Some resources such as Electricity or Wind Energy might use an &amp;quot;undefined&amp;quot; state.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Name&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
A name that defines the resource.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compatible resources&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines which resources can be mixed together. If I want to be able to mix together Flared Gas and Natural Gas in order to create some new source, FG must be in the compatible list of NG and vice-verse. To add compatible resources, click the add button and select the resource to add. To remove one from the list, select it in the drop down menu and press Delete.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Density, LHV, HHV&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those properties are used between processes and pathways in order to converts amount of materials between the solid, liquid, volume or energy quantities. This is one of the really powerful features of GREET.net, if a process output 3.1415 joules of material A, and the next process needs 2.4141 cubic meter of material A, the conversion from joules to cubic meters will be done automatically during the calculations using those properties. It is best to have all of them for most of the materials so, there will be less trouble creating and connecting processes together.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sulfur and Carbon ratios&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sulfur and Carbon ratios are used for the balanced emission of the processes. They are used to calculate carbon and sulfur content of the resources and balance the CO2 and SOx emissions accordingly to the other emissions already known.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternative Names&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those are just a help in order to easily find materials like Methyl Ester and Renewable Diesel which are the same resource. A lot of acronyms are also written in the alternative names like NG for natural gas, LPG, CNG...&lt;br /&gt;
&lt;br /&gt;
==Memberships==&lt;br /&gt;
&#039;&#039;&#039;Group Memberships&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:group_memberships.png|thumb|left|150px|Memberships]]&lt;br /&gt;
Groups are used to assign some &amp;quot;categories&amp;quot; to the resources in order to regroup them for the results. Each material can be part of none or multiple groups. To select which groups the current resource is a member of click on the drop down box and choose a group you want to register to, then click the &amp;quot;Add&amp;quot; button. This should put the selected group in the list of memberships below. Sometimes it might add multiple groups even if you&#039;ve only selected one group to be a member of. This is because of inheritance groups. The resource &amp;quot;Corn Stover&amp;quot; is a member of the &amp;quot;Renewable&amp;quot; group, but the &amp;quot;Renewable&amp;quot; group itself is a member of the &amp;quot;Non Fossil Fuel&amp;quot; group, therefore the resource &amp;quot;Corn Stover&amp;quot; is a member of both groups &amp;quot;Renewable&amp;quot; and &amp;quot;Non Fossil Fuel&amp;quot;, this is why if you add it to the &amp;quot;Renewable&amp;quot; group only, the &amp;quot;Non Fossil Fuel&amp;quot; will be added automatically.&lt;br /&gt;
&lt;br /&gt;
Then in any results shown in the GREET.net you will see usually a list of resources and a list of groups. In order to know the total amount of energy used or resources used, the sum of the resources must be used, and not the list of groups. The sum of the groups does not have any really meaning because the same resource can be a member of multiple groups.&lt;br /&gt;
&lt;br /&gt;
==Mixes==&lt;br /&gt;
[[File:sources_ethanol.png|300px|thumb|right|Ethanol sources]]&lt;br /&gt;
Sources are a concept that was introduced to replace the &amp;quot;combined&amp;quot; sections that are actually in GREET Excel. The general concept in GREET.net is to create a resource, and then declare how this resource is obtained or produced. Primary resources are not defining how they are obtained, because we just take them from our environment i.e. Natural Gas, Crude Oil, Sun light, Wind Power,... all those primary sources are what we are trying to account for. The other resources such as Ethanol or Gasoline needs pathways to be produced, and there are many of them. So in order to be specific and declare how a material like Ethanol is produced we define multiple &amp;quot;Sources&amp;quot; for it. A source is usually an aggregation of one or more pathways.&lt;br /&gt;
&lt;br /&gt;
The screenshot on the right details some of the sources for ethanol. From the top to the bottom we can see &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot;, &amp;quot;Wet mill production&amp;quot;, &amp;quot;Dry mill production&amp;quot; ... those are sources. Organized as branches of these sources names, we can see some green and purples lines. The green lines are representing pathways. So for now we can see that if we want to use ethanol in our car, and specify that we want to use the source &amp;quot;Wet Mill Production&amp;quot;, all the ethanol we&#039;re going to get in our car is coming 100% from the pathway named &amp;quot;Wet Mill Corn Ethanol Production&amp;quot;.&lt;br /&gt;
If we choose to use the ethanol from the source &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot; in our car, we can see that our ethanol is coming from two different places, which are purple, they are other sources. In fact we can combined multiple sources under another source, here to create a combined production.&lt;br /&gt;
&lt;br /&gt;
In order to add more sources you can create one by clicking the button &amp;quot;Add&amp;quot;. Then some pathways can be drag and dropped over it from the left column, or some sources can be drag and dropped from the right column. Only the compatible materials are shown so whatever is dropped will be compatible for the calculations.&lt;br /&gt;
&lt;br /&gt;
To delete a source, just select it and press the Del key on your keyboard, or right click and delete, or press the Del button&lt;br /&gt;
&lt;br /&gt;
===Mix Purposes===&lt;br /&gt;
&lt;br /&gt;
The mix Purposes are just a way to organize a Mixes. That way in the [[Well to Pump Setup]] view, or the [[Well_to_Pump_Results|Well to Pump Results]]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_To|How To]]&lt;br /&gt;
* [[Create_a_Pathway|Create a Pathway]]&lt;br /&gt;
* [[Use_Resources_Mix|Back to Use Resources Mix]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1974</id>
		<title>Resources Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Resources_Editor&amp;diff=1974"/>
		<updated>2012-01-19T17:06:26Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:ressources_editor.png|thumb|left|300px|Resources Editor]]&lt;br /&gt;
The resources editor is available from the Data Editor or by clicking any material name links on the Well to Pump Setup. It shows some physical properties for each resources as well as a few options.&lt;br /&gt;
==Resource attributes==&lt;br /&gt;
&#039;&#039;&#039;State&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines the state of the resource, liquid, solid, gaseous or undefined. It is used by the transportation processes to determine the energy intensities or to check if a mix of different resources is coherent, we assume that to mix resources together they have to be in the same physical state, or if they are not, they must be compatible. Some resources such as Electricity or Wind Energy might use an &amp;quot;undefined&amp;quot; state.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Name&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
A name that defines the resource.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compatible resources&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Defines which resources can be mixed together. If I want to be able to mix together Flared Gas and Natural Gas in order to create some new source, FG must be in the compatible list of NG and vice-verse. To add compatible resources, click the add button and select the resource to add. To remove one from the list, select it in the drop down menu and press Delete.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Density, LHV, HHV&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those properties are used between processes and pathways in order to converts amount of materials between the solid, liquid, volume or energy quantities. This is one of the really powerful features of GREET.net, if a process output 3.1415 joules of material A, and the next process needs 2.4141 cubic meter of material A, the conversion from joules to cubic meters will be done automatically during the calculations using those properties. It is best to have all of them for most of the materials so, there will be less trouble creating and connecting processes together.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sulfur and Carbon ratios&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sulfur and Carbon ratios are used for the balanced emission of the processes. They are used to calculate carbon and sulfur content of the resources and balance the CO2 and SOx emissions accordingly to the other emissions already known.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternative Names&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Those are just a help in order to easily find materials like Methyl Ester and Renewable Diesel which are the same resource. A lot of acronyms are also written in the alternative names like NG for natural gas, LPG, CNG...&lt;br /&gt;
&lt;br /&gt;
==Memberships==&lt;br /&gt;
&#039;&#039;&#039;Group Memberships&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:group_memberships.png|thumb|left|150px|Memberships]]&lt;br /&gt;
Groups are used to assign some &amp;quot;categories&amp;quot; to the resources in order to regroup them for the results. Each material can be part of none or multiple groups. To select which groups the current resource is a member of click on the drop down box and choose a group you want to register to, then click the &amp;quot;Add&amp;quot; button. This should put the selected group in the list of memberships below. Sometimes it might add multiple groups even if you&#039;ve only selected one group to be a member of. This is because of inheritance groups. The resource &amp;quot;Corn Stover&amp;quot; is a member of the &amp;quot;Renewable&amp;quot; group, but the &amp;quot;Renewable&amp;quot; group itself is a member of the &amp;quot;Non Fossil Fuel&amp;quot; group, therefore the resource &amp;quot;Corn Stover&amp;quot; is a member of both groups &amp;quot;Renewable&amp;quot; and &amp;quot;Non Fossil Fuel&amp;quot;, this is why if you add it to the &amp;quot;Renewable&amp;quot; group only, the &amp;quot;Non Fossil Fuel&amp;quot; will be added automatically.&lt;br /&gt;
&lt;br /&gt;
Then in any results shown in the GREET.net you will see usually a list of resources and a list of groups. In order to know the total amount of energy used or resources used, the sum of the resources must be used, and not the list of groups. The sum of the groups does not have any really meaning because the same resource can be a member of multiple groups.&lt;br /&gt;
&lt;br /&gt;
==Mixes==&lt;br /&gt;
[[File:sources_ethanol.png|300px|thumb|right|Ethanol sources]]&lt;br /&gt;
Sources are a concept that was introduced to replace the &amp;quot;combined&amp;quot; sections that are actually in GREET Excel. The general concept in GREET.net is to create a resource, and then declare how this resource is obtained or produced. Primary resources are not defining how they are obtained, because we just take them from our environment i.e. Natural Gas, Crude Oil, Sun light, Wind Power,... all those primary sources are what we are trying to account for. The other resources such as Ethanol or Gasoline needs pathways to be produced, and there are many of them. So in order to be specific and declare how a material like Ethanol is produced we define multiple &amp;quot;Sources&amp;quot; for it. A source is usually an aggregation of one or more pathways.&lt;br /&gt;
&lt;br /&gt;
The screenshot on the right details some of the sources for ethanol. From the top to the bottom we can see &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot;, &amp;quot;Wet mill production&amp;quot;, &amp;quot;Dry mill production&amp;quot; ... those are sources. Organized as branches of these sources names, we can see some green and purples lines. The green lines are representing pathways. So for now we can see that if we want to use ethanol in our car, and specify that we want to use the source &amp;quot;Wet Mill Production&amp;quot;, all the ethanol we&#039;re going to get in our car is coming 100% from the pathway named &amp;quot;Wet Mill Corn Ethanol Production&amp;quot;.&lt;br /&gt;
If we choose to use the ethanol from the source &amp;quot;Corn Ethanol : Combined Dry and Wet...&amp;quot; in our car, we can see that our ethanol is coming from two different places, which are purple, they are other sources. In fact we can combined multiple sources under another source, here to create a combined production.&lt;br /&gt;
&lt;br /&gt;
In order to add more sources you can create one by clicking the button &amp;quot;Add&amp;quot;. Then some pathways can be drag and dropped over it from the left column, or some sources can be drag and dropped from the right column. Only the compatible materials are shown so whatever is dropped will be compatible for the calculations.&lt;br /&gt;
&lt;br /&gt;
To delete a source, just select it and press the Del key on your keyboard, or right click and delete, or press the Del button&lt;br /&gt;
&lt;br /&gt;
===Mix Purposes===&lt;br /&gt;
&lt;br /&gt;
The mix Purposes are just a way to organize a Mixes. That way in the [[Well to Pump Setup]] view, or the [[Well_to_Pump_Results|Well to Pump Results]]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[Create_a_Pathway|Create a Pathway]]&lt;br /&gt;
* [[Use_Resources_Mix|Back to Use Resources Mix]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Well_to_Pump_Results&amp;diff=1973</id>
		<title>Well to Pump Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Well_to_Pump_Results&amp;diff=1973"/>
		<updated>2012-01-19T17:03:22Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. This displays the aggregate energy usage and emissions results for the simulation for any pathways that are selected. &lt;br /&gt;
&lt;br /&gt;
==Graphical Representation==&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways displayed on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways. &lt;br /&gt;
&lt;br /&gt;
==Tabular Representation==&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;br /&gt;
* [[Use_Resources_Mix|Back to Use Resources Mix]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1972</id>
		<title>Looking at the results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1972"/>
		<updated>2012-01-19T17:00:57Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Processes==&lt;br /&gt;
All the results displayed here are converted in order to respect the unit preferences of the user. For more details about the user unit preferences, please refer to the [[General_preferences| general preferences page]].&lt;br /&gt;
===Process Properties===&lt;br /&gt;
[[File:Standard_Results.png|thumb|left|Standard Process Results]]&amp;lt;br&amp;gt;&lt;br /&gt;
====Emissions Results====&lt;br /&gt;
&lt;br /&gt;
*Emissions All  Included :&amp;lt;br&amp;gt; They represent the &amp;quot;Balance&amp;quot; of the process, or &amp;quot;whatever was released in the athmosphere to get that amount of output&amp;quot;. Emission wise it include all the emissions associated to the technologies, the fuel upstream, the upstream from the previous processes in the pathway, and the special emissions like [[Full_User&#039;s_Manual#Adding_Static_Emissions|static emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|group emissions]], ratio emissions. It also includes the benefits if there is any credit or co-product in the process.&lt;br /&gt;
*Emission OnSite + Partial Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
These emissions are the sum of the technologies emissions and the upstream associated to the inputs materials coming from a [[Materials_Calculations#Source|material Source]] and the upstream of the input defined by a share. Basically this represents the emissions part of the &amp;lt;math&amp;gt;InputsFromMixAndUpstream&amp;lt;/math&amp;gt; defined in [[AProcess_Calculations#Summing_up_all_the_inputs|the calculations above]].&lt;br /&gt;
*Emissions OnSite without any upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
Here we only account the total emissions coming out of this process technologies. No upstream is accounted.&lt;br /&gt;
*Losses Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The losses emissions are the sum of all the losses for that process. The losses are defined with a leakage or a boiloff on any input/output. The amount of material lost is then converted to an amount gas. In order to know which material gets converted into which gas, we are looking in the Materials database.&lt;br /&gt;
*Other Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The other emissions sums up the [[AProcess_Calculations#Summing_up_the_static_emissions|static process emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|the group emissions]] and the [[IO_calculations#Ratio_Emissions_Calculations|ratio emissions]].&lt;br /&gt;
*Adjustment Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
For information this shows the necessary adjument made on the total emissions amount to respect the [[Min_max_process_emissions|min and max emissions]].&lt;br /&gt;
*Credit Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The Credit emissions are the sum of all the emissions of the Credits for that process.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
*Energy All Included : &amp;lt;br&amp;gt;&lt;br /&gt;
This shows whatever was necessary to produce the desired output amount of material. It Includes all the upstream up to this process. This set of values will also include the upstream of the input coming from the previous processes in the pathway. If the process is the last of a pathway, then the values showed here will be the calculated results for the pathway.&lt;br /&gt;
*Energy OnSite + Mixes Upstream : &amp;lt;br&amp;gt;&lt;br /&gt;
Those results are not including the upstream of the input coming from the previous processes, therefore those values are comparable to the GREET Excel results for a process. However we do not remove the energy content of the main output from that dictionary, that&#039;s why for many processes the result displayed here will be higher than what is found in excel, but in most of the cases, we just have to remove 1,000,000 to be able to compare the values.&lt;br /&gt;
*Energy OnSite without any upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This set of energy results shows only the energy used by the inputs, but do not account for any upstream.&lt;br /&gt;
*Losses Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The losses energy are based on the losses amounts. Then if the material lost can be converted to an energy amount, we show here how much of it was lost. If the amount is not convertible to an energy amount, we will show here the amount lost in mass or volume unit.&lt;br /&gt;
*Credits Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The credits energy are based on the credit amounts.&lt;br /&gt;
&lt;br /&gt;
====General Information====&lt;br /&gt;
*Id :&amp;lt;br&amp;gt;&lt;br /&gt;
ID represents the ID of the selected process in the database.&lt;br /&gt;
*Name :&amp;lt;br&amp;gt;&lt;br /&gt;
The Name of the process in the database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input results===&lt;br /&gt;
&lt;br /&gt;
The results on the left are specific to the selected input. These results are available only for stationary processes, the results for transportation processes are represented differently step by step.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:materialResults.png|left|220px|Stationary Input Results]]&lt;br /&gt;
====Emission Results====&lt;br /&gt;
* Emissions OnSite + Current Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This is the total emissions from the upstream and the total Technology emissions of the material&lt;br /&gt;
* Emissions OnSite without any upstream:&amp;lt;br&amp;gt;&lt;br /&gt;
This is the total Technology emissions of the material. &lt;br /&gt;
* Other Emissions: &amp;lt;br&amp;gt;&lt;br /&gt;
This section sums up all the other emissions.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
* Energy OnSide + Mix Upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
This is the energy amount of the upstream for the material which is shown in terms of fuels and fuel groups.&lt;br /&gt;
&lt;br /&gt;
====General====&lt;br /&gt;
* Input Amount Used: &amp;lt;br&amp;gt;&lt;br /&gt;
It displays the energy amount of the material given by the share of the material in the process &lt;br /&gt;
* Input Material Name: &amp;lt;br&amp;gt;&lt;br /&gt;
The name of the Material.&lt;br /&gt;
&lt;br /&gt;
===Technology Results===&lt;br /&gt;
&lt;br /&gt;
Those results on the left are specific to the technology for that material. For the technology we show :&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TechnologyResults.png|220px|Stationary Input Results]]&lt;br /&gt;
* Technologies Emissions : This is the total Technology emissions of that technology.&lt;br /&gt;
* Energy : This is the energy used by the technology&lt;br /&gt;
* Misc : This is the technology reference of the technology.&lt;br /&gt;
&lt;br /&gt;
===Step Results for transportation processes===&lt;br /&gt;
[[File:step_results.png|thumb|300px|Step Results]]&lt;br /&gt;
Details are available when we click on a step inside this transportation process. Here is a example showing the details for a pipeline process.&lt;br /&gt;
&lt;br /&gt;
Those results on the left a specific to the selected step. For the emissions we show :&amp;lt;br&amp;gt;&lt;br /&gt;
*Emissions with Fuels Upstream : this is the total emissions for the steps including the upstream emissions for the fuel used to power the step and the emissions generated on site by the technologies ( usually engines combustion technologies )&lt;br /&gt;
*Step OnSite Emissions Only : this collapsed results would show the emissions associated to the technologies used by this process only, no upstream is accounted here. To expand it just double click the &amp;quot;Step OnSite Emissions Only&amp;quot;.&lt;br /&gt;
*Energy with Fuels Upstream : as we do for the emissions this shows the energy (fuel) consumption of the process and the upstream associated to the production of those fuels.&lt;br /&gt;
*Step OnSite Energy Only : show only the energy used by the step without including any upstream.&lt;br /&gt;
*Energy Intensities : For each fuel used by the selected step, energy intensities are calculated and displayed here for information purpose.&lt;br /&gt;
&lt;br /&gt;
===Graphing Results===&lt;br /&gt;
[[File:PlotValuesContextOption.png|thumb|left|300px|Plot Options]]&lt;br /&gt;
Plots are available for viewing graphical representations of Emissions and Energy usage for processes and pathways. To plot emission values right click either &amp;quot;Emissions all Included&amp;quot; or &amp;quot;Emissions&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To plot energy usage by process fuel right click either &amp;quot;Energy All Included&amp;quot; or &amp;quot;Resources&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To plot energy usage by fuel group, right click &amp;quot;Groups&amp;quot; and click &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. When viewing pie charts by Fuel Groups, pie pieces will usually include Fossil Fuel and Non Fossil Fuel at the top level. To view sub-pie charts right click on a pie and click &amp;quot;View Sub-Groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Pie Chart Features====&lt;br /&gt;
[[File:PlotPieEmissions.png|thumb|400px|Emissions in a bar chart and pie chart]]&lt;br /&gt;
Pie charts display the selected results by the percentage of each emission or fuel amount and displays the corresponding pie pieces. Mousing over a pie slice will display the value of the emission or fuel for that piece of the pie. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows combining small values into a single &amp;quot;Others&amp;quot; pie slice. To use this enter the desired percent value you would like to combine from into the textbox and make sure the checkbox is checked.&lt;br /&gt;
&lt;br /&gt;
====Bar Chart Features====&lt;br /&gt;
&lt;br /&gt;
Bar charts display the selected results by the original amounts for each emission of fuel amount. The emission name or fuel name is displayed at bottom with their associated amounts as bars going up from their names. Mousing over a bar will display its associated amount. Clicking and dragging a box around a portion of the chart allows zooming the graphing region to that part of the graph. Holding the middle mouse button down and dragging around the graphing region allows panning around the chart. To undo these effects right click and select &amp;quot;Undo All Zoom/Pan&amp;quot;. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows switching the y-axis scale to a logarithmic scale.&lt;br /&gt;
&lt;br /&gt;
==Pathways and Mixes (WTP)==&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways displayed on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Vehicles (WTW)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Well_to_Pump_Results&amp;diff=1971</id>
		<title>Well to Pump Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Well_to_Pump_Results&amp;diff=1971"/>
		<updated>2012-01-19T17:00:17Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. This displays the aggregate energy usage and emissions results for the simulation for any pathways that are selected. &lt;br /&gt;
&lt;br /&gt;
==Graphical Representation==&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways displayed on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways. &lt;br /&gt;
&lt;br /&gt;
==Tabular Representation==&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;br /&gt;
* [[Use_Resources_Mix|Mix description]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Well_to_Pump_Results&amp;diff=1970</id>
		<title>Well to Pump Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Well_to_Pump_Results&amp;diff=1970"/>
		<updated>2012-01-19T16:31:41Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
==Graphical Representation==&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Tabular Representation==&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1969</id>
		<title>Looking at the results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1969"/>
		<updated>2012-01-19T16:28:38Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Processes==&lt;br /&gt;
All the results displayed here are converted in order to respect the unit preferences of the user. For more details about the user unit preferences, please refer to the [[General_preferences| general preferences page]].&lt;br /&gt;
===Process Properties===&lt;br /&gt;
[[File:Standard_Results.png|thumb|left|Standard Process Results]]&amp;lt;br&amp;gt;&lt;br /&gt;
====Emissions Results====&lt;br /&gt;
&lt;br /&gt;
*Emissions All  Included :&amp;lt;br&amp;gt; They represent the &amp;quot;Balance&amp;quot; of the process, or &amp;quot;whatever was released in the athmosphere to get that amount of output&amp;quot;. Emission wise it include all the emissions associated to the technologies, the fuel upstream, the upstream from the previous processes in the pathway, and the special emissions like [[Full_User&#039;s_Manual#Adding_Static_Emissions|static emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|group emissions]], ratio emissions. It also includes the benefits if there is any credit or co-product in the process.&lt;br /&gt;
*Emission OnSite + Partial Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
These emissions are the sum of the technologies emissions and the upstream associated to the inputs materials coming from a [[Materials_Calculations#Source|material Source]] and the upstream of the input defined by a share. Basically this represents the emissions part of the &amp;lt;math&amp;gt;InputsFromMixAndUpstream&amp;lt;/math&amp;gt; defined in [[AProcess_Calculations#Summing_up_all_the_inputs|the calculations above]].&lt;br /&gt;
*Emissions OnSite without any upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
Here we only account the total emissions coming out of this process technologies. No upstream is accounted.&lt;br /&gt;
*Losses Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The losses emissions are the sum of all the losses for that process. The losses are defined with a leakage or a boiloff on any input/output. The amount of material lost is then converted to an amount gas. In order to know which material gets converted into which gas, we are looking in the Materials database.&lt;br /&gt;
*Other Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The other emissions sums up the [[AProcess_Calculations#Summing_up_the_static_emissions|static process emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|the group emissions]] and the [[IO_calculations#Ratio_Emissions_Calculations|ratio emissions]].&lt;br /&gt;
*Adjustment Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
For information this shows the necessary adjument made on the total emissions amount to respect the [[Min_max_process_emissions|min and max emissions]].&lt;br /&gt;
*Credit Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The Credit emissions are the sum of all the emissions of the Credits for that process.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
*Energy All Included : &amp;lt;br&amp;gt;&lt;br /&gt;
This shows whatever was necessary to produce the desired output amount of material. It Includes all the upstream up to this process. This set of values will also include the upstream of the input coming from the previous processes in the pathway. If the process is the last of a pathway, then the values showed here will be the calculated results for the pathway.&lt;br /&gt;
*Energy OnSite + Mixes Upstream : &amp;lt;br&amp;gt;&lt;br /&gt;
Those results are not including the upstream of the input coming from the previous processes, therefore those values are comparable to the GREET Excel results for a process. However we do not remove the energy content of the main output from that dictionary, that&#039;s why for many processes the result displayed here will be higher than what is found in excel, but in most of the cases, we just have to remove 1,000,000 to be able to compare the values.&lt;br /&gt;
*Energy OnSite without any upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This set of energy results shows only the energy used by the inputs, but do not account for any upstream.&lt;br /&gt;
*Losses Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The losses energy are based on the losses amounts. Then if the material lost can be converted to an energy amount, we show here how much of it was lost. If the amount is not convertible to an energy amount, we will show here the amount lost in mass or volume unit.&lt;br /&gt;
*Credits Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The credits energy are based on the credit amounts.&lt;br /&gt;
&lt;br /&gt;
====General Information====&lt;br /&gt;
*Id :&amp;lt;br&amp;gt;&lt;br /&gt;
ID represents the ID of the selected process in the database.&lt;br /&gt;
*Name :&amp;lt;br&amp;gt;&lt;br /&gt;
The Name of the process in the database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input results===&lt;br /&gt;
&lt;br /&gt;
The results on the left are specific to the selected input. These results are available only for stationary processes, the results for transportation processes are represented differently step by step.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:materialResults.png|left|220px|Stationary Input Results]]&lt;br /&gt;
====Emission Results====&lt;br /&gt;
* Emissions OnSite + Current Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This is the total emissions from the upstream and the total Technology emissions of the material&lt;br /&gt;
* Emissions OnSite without any upstream:&amp;lt;br&amp;gt;&lt;br /&gt;
This is the total Technology emissions of the material. &lt;br /&gt;
* Other Emissions: &amp;lt;br&amp;gt;&lt;br /&gt;
This section sums up all the other emissions.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
* Energy OnSide + Mix Upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
This is the energy amount of the upstream for the material which is shown in terms of fuels and fuel groups.&lt;br /&gt;
&lt;br /&gt;
====General====&lt;br /&gt;
* Input Amount Used: &amp;lt;br&amp;gt;&lt;br /&gt;
It displays the energy amount of the material given by the share of the material in the process &lt;br /&gt;
* Input Material Name: &amp;lt;br&amp;gt;&lt;br /&gt;
The name of the Material.&lt;br /&gt;
&lt;br /&gt;
===Technology Results===&lt;br /&gt;
&lt;br /&gt;
Those results on the left are specific to the technology for that material. For the technology we show :&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TechnologyResults.png|220px|Stationary Input Results]]&lt;br /&gt;
* Technologies Emissions : This is the total Technology emissions of that technology.&lt;br /&gt;
* Energy : This is the energy used by the technology&lt;br /&gt;
* Misc : This is the technology reference of the technology.&lt;br /&gt;
&lt;br /&gt;
===Step Results for transportation processes===&lt;br /&gt;
[[File:step_results.png|thumb|300px|Step Results]]&lt;br /&gt;
Details are available when we click on a step inside this transportation process. Here is a example showing the details for a pipeline process.&lt;br /&gt;
&lt;br /&gt;
Those results on the left a specific to the selected step. For the emissions we show :&amp;lt;br&amp;gt;&lt;br /&gt;
*Emissions with Fuels Upstream : this is the total emissions for the steps including the upstream emissions for the fuel used to power the step and the emissions generated on site by the technologies ( usually engines combustion technologies )&lt;br /&gt;
*Step OnSite Emissions Only : this collapsed results would show the emissions associated to the technologies used by this process only, no upstream is accounted here. To expand it just double click the &amp;quot;Step OnSite Emissions Only&amp;quot;.&lt;br /&gt;
*Energy with Fuels Upstream : as we do for the emissions this shows the energy (fuel) consumption of the process and the upstream associated to the production of those fuels.&lt;br /&gt;
*Step OnSite Energy Only : show only the energy used by the step without including any upstream.&lt;br /&gt;
*Energy Intensities : For each fuel used by the selected step, energy intensities are calculated and displayed here for information purpose.&lt;br /&gt;
&lt;br /&gt;
===Graphing Results===&lt;br /&gt;
[[File:PlotValuesContextOption.png|thumb|left|300px|Plot Options]]&lt;br /&gt;
Plots are available for viewing graphical representations of Emissions and Energy usage for processes and pathways. To plot emission values right click either &amp;quot;Emissions all Included&amp;quot; or &amp;quot;Emissions&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To plot energy usage by process fuel right click either &amp;quot;Energy All Included&amp;quot; or &amp;quot;Resources&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To plot energy usage by fuel group, right click &amp;quot;Groups&amp;quot; and click &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. When viewing pie charts by Fuel Groups, pie pieces will usually include Fossil Fuel and Non Fossil Fuel at the top level. To view sub-pie charts right click on a pie and click &amp;quot;View Sub-Groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Pie Chart Features====&lt;br /&gt;
[[File:PlotPieEmissions.png|thumb|400px|Emissions in a bar chart and pie chart]]&lt;br /&gt;
Pie charts display the selected results by the percentage of each emission or fuel amount and displays the corresponding pie pieces. Mousing over a pie slice will display the value of the emission or fuel for that piece of the pie. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows combining small values into a single &amp;quot;Others&amp;quot; pie slice. To use this enter the desired percent value you would like to combine from into the textbox and make sure the checkbox is checked.&lt;br /&gt;
&lt;br /&gt;
====Bar Chart Features====&lt;br /&gt;
&lt;br /&gt;
Bar charts display the selected results by the original amounts for each emission of fuel amount. The emission name or fuel name is displayed at bottom with their associated amounts as bars going up from their names. Mousing over a bar will display its associated amount. Clicking and dragging a box around a portion of the chart allows zooming the graphing region to that part of the graph. Holding the middle mouse button down and dragging around the graphing region allows panning around the chart. To undo these effects right click and select &amp;quot;Undo All Zoom/Pan&amp;quot;. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows switching the y-axis scale to a logarithmic scale.&lt;br /&gt;
&lt;br /&gt;
==Pathways and Mixes (WTP)==&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Vehicles (WTW)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1968</id>
		<title>Looking at the results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1968"/>
		<updated>2012-01-19T16:27:55Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Pathways (WTP) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Processes==&lt;br /&gt;
All the results displayed here are converted in order to respect the unit preferences of the user. For more details about the user unit preferences, please refer to the [[General_preferences| general preferences page]].&lt;br /&gt;
===Process Properties===&lt;br /&gt;
[[File:Standard_Results.png|thumb|left|Standard Process Results]]&amp;lt;br&amp;gt;&lt;br /&gt;
====Emissions Results====&lt;br /&gt;
&lt;br /&gt;
*Emissions All  Included :&amp;lt;br&amp;gt; They represent the &amp;quot;Balance&amp;quot; of the process, or &amp;quot;whatever was released in the athmosphere to get that amount of output&amp;quot;. Emission wise it include all the emissions associated to the technologies, the fuel upstream, the upstream from the previous processes in the pathway, and the special emissions like [[Full_User&#039;s_Manual#Adding_Static_Emissions|static emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|group emissions]], ratio emissions. It also includes the benefits if there is any credit or co-product in the process.&lt;br /&gt;
*Emission OnSite + Partial Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
These emissions are the sum of the technologies emissions and the upstream associated to the inputs materials coming from a [[Materials_Calculations#Source|material Source]] and the upstream of the input defined by a share. Basically this represents the emissions part of the &amp;lt;math&amp;gt;InputsFromMixAndUpstream&amp;lt;/math&amp;gt; defined in [[AProcess_Calculations#Summing_up_all_the_inputs|the calculations above]].&lt;br /&gt;
*Emissions OnSite without any upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
Here we only account the total emissions coming out of this process technologies. No upstream is accounted.&lt;br /&gt;
*Losses Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The losses emissions are the sum of all the losses for that process. The losses are defined with a leakage or a boiloff on any input/output. The amount of material lost is then converted to an amount gas. In order to know which material gets converted into which gas, we are looking in the Materials database.&lt;br /&gt;
*Other Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The other emissions sums up the [[AProcess_Calculations#Summing_up_the_static_emissions|static process emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|the group emissions]] and the [[IO_calculations#Ratio_Emissions_Calculations|ratio emissions]].&lt;br /&gt;
*Adjustment Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
For information this shows the necessary adjument made on the total emissions amount to respect the [[Min_max_process_emissions|min and max emissions]].&lt;br /&gt;
*Credit Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The Credit emissions are the sum of all the emissions of the Credits for that process.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
*Energy All Included : &amp;lt;br&amp;gt;&lt;br /&gt;
This shows whatever was necessary to produce the desired output amount of material. It Includes all the upstream up to this process. This set of values will also include the upstream of the input coming from the previous processes in the pathway. If the process is the last of a pathway, then the values showed here will be the calculated results for the pathway.&lt;br /&gt;
*Energy OnSite + Mixes Upstream : &amp;lt;br&amp;gt;&lt;br /&gt;
Those results are not including the upstream of the input coming from the previous processes, therefore those values are comparable to the GREET Excel results for a process. However we do not remove the energy content of the main output from that dictionary, that&#039;s why for many processes the result displayed here will be higher than what is found in excel, but in most of the cases, we just have to remove 1,000,000 to be able to compare the values.&lt;br /&gt;
*Energy OnSite without any upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This set of energy results shows only the energy used by the inputs, but do not account for any upstream.&lt;br /&gt;
*Losses Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The losses energy are based on the losses amounts. Then if the material lost can be converted to an energy amount, we show here how much of it was lost. If the amount is not convertible to an energy amount, we will show here the amount lost in mass or volume unit.&lt;br /&gt;
*Credits Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The credits energy are based on the credit amounts.&lt;br /&gt;
&lt;br /&gt;
====General Information====&lt;br /&gt;
*Id :&amp;lt;br&amp;gt;&lt;br /&gt;
ID represents the ID of the selected process in the database.&lt;br /&gt;
*Name :&amp;lt;br&amp;gt;&lt;br /&gt;
The Name of the process in the database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input results===&lt;br /&gt;
&lt;br /&gt;
The results on the left are specific to the selected input. These results are available only for stationary processes, the results for transportation processes are represented differently step by step.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:materialResults.png|left|220px|Stationary Input Results]]&lt;br /&gt;
====Emission Results====&lt;br /&gt;
* Emissions OnSite + Current Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This is the total emissions from the upstream and the total Technology emissions of the material&lt;br /&gt;
* Emissions OnSite without any upstream:&amp;lt;br&amp;gt;&lt;br /&gt;
This is the total Technology emissions of the material. &lt;br /&gt;
* Other Emissions: &amp;lt;br&amp;gt;&lt;br /&gt;
This section sums up all the other emissions.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
* Energy OnSide + Mix Upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
This is the energy amount of the upstream for the material which is shown in terms of fuels and fuel groups.&lt;br /&gt;
&lt;br /&gt;
====General====&lt;br /&gt;
* Input Amount Used: &amp;lt;br&amp;gt;&lt;br /&gt;
It displays the energy amount of the material given by the share of the material in the process &lt;br /&gt;
* Input Material Name: &amp;lt;br&amp;gt;&lt;br /&gt;
The name of the Material.&lt;br /&gt;
&lt;br /&gt;
===Technology Results===&lt;br /&gt;
&lt;br /&gt;
Those results on the left are specific to the technology for that material. For the technology we show :&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TechnologyResults.png|220px|Stationary Input Results]]&lt;br /&gt;
* Technologies Emissions : This is the total Technology emissions of that technology.&lt;br /&gt;
* Energy : This is the energy used by the technology&lt;br /&gt;
* Misc : This is the technology reference of the technology.&lt;br /&gt;
&lt;br /&gt;
===Step Results for transportation processes===&lt;br /&gt;
[[File:step_results.png|thumb|300px|Step Results]]&lt;br /&gt;
Details are available when we click on a step inside this transportation process. Here is a example showing the details for a pipeline process.&lt;br /&gt;
&lt;br /&gt;
Those results on the left a specific to the selected step. For the emissions we show :&amp;lt;br&amp;gt;&lt;br /&gt;
*Emissions with Fuels Upstream : this is the total emissions for the steps including the upstream emissions for the fuel used to power the step and the emissions generated on site by the technologies ( usually engines combustion technologies )&lt;br /&gt;
*Step OnSite Emissions Only : this collapsed results would show the emissions associated to the technologies used by this process only, no upstream is accounted here. To expand it just double click the &amp;quot;Step OnSite Emissions Only&amp;quot;.&lt;br /&gt;
*Energy with Fuels Upstream : as we do for the emissions this shows the energy (fuel) consumption of the process and the upstream associated to the production of those fuels.&lt;br /&gt;
*Step OnSite Energy Only : show only the energy used by the step without including any upstream.&lt;br /&gt;
*Energy Intensities : For each fuel used by the selected step, energy intensities are calculated and displayed here for information purpose.&lt;br /&gt;
&lt;br /&gt;
===Graphing Results===&lt;br /&gt;
[[File:PlotValuesContextOption.png|thumb|left|300px|Plot Options]]&lt;br /&gt;
Plots are available for viewing graphical representations of Emissions and Energy usage for processes and pathways. To plot emission values right click either &amp;quot;Emissions all Included&amp;quot; or &amp;quot;Emissions&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To plot energy usage by process fuel right click either &amp;quot;Energy All Included&amp;quot; or &amp;quot;Resources&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To plot energy usage by fuel group, right click &amp;quot;Groups&amp;quot; and click &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. When viewing pie charts by Fuel Groups, pie pieces will usually include Fossil Fuel and Non Fossil Fuel at the top level. To view sub-pie charts right click on a pie and click &amp;quot;View Sub-Groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Pie Chart Features====&lt;br /&gt;
[[File:PlotPieEmissions.png|thumb|400px|Emissions in a bar chart and pie chart]]&lt;br /&gt;
Pie charts display the selected results by the percentage of each emission or fuel amount and displays the corresponding pie pieces. Mousing over a pie slice will display the value of the emission or fuel for that piece of the pie. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows combining small values into a single &amp;quot;Others&amp;quot; pie slice. To use this enter the desired percent value you would like to combine from into the textbox and make sure the checkbox is checked.&lt;br /&gt;
&lt;br /&gt;
====Bar Chart Features====&lt;br /&gt;
&lt;br /&gt;
Bar charts display the selected results by the original amounts for each emission of fuel amount. The emission name or fuel name is displayed at bottom with their associated amounts as bars going up from their names. Mousing over a bar will display its associated amount. Clicking and dragging a box around a portion of the chart allows zooming the graphing region to that part of the graph. Holding the middle mouse button down and dragging around the graphing region allows panning around the chart. To undo these effects right click and select &amp;quot;Undo All Zoom/Pan&amp;quot;. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows switching the y-axis scale to a logarithmic scale.&lt;br /&gt;
&lt;br /&gt;
==Pathways and Mixes (WTP)==&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Mix (WTP)==&lt;br /&gt;
==Vehicles (WTW)==&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1967</id>
		<title>Looking at the results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1967"/>
		<updated>2012-01-19T16:27:00Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Pie Chart Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Processes==&lt;br /&gt;
All the results displayed here are converted in order to respect the unit preferences of the user. For more details about the user unit preferences, please refer to the [[General_preferences| general preferences page]].&lt;br /&gt;
===Process Properties===&lt;br /&gt;
[[File:Standard_Results.png|thumb|left|Standard Process Results]]&amp;lt;br&amp;gt;&lt;br /&gt;
====Emissions Results====&lt;br /&gt;
&lt;br /&gt;
*Emissions All  Included :&amp;lt;br&amp;gt; They represent the &amp;quot;Balance&amp;quot; of the process, or &amp;quot;whatever was released in the athmosphere to get that amount of output&amp;quot;. Emission wise it include all the emissions associated to the technologies, the fuel upstream, the upstream from the previous processes in the pathway, and the special emissions like [[Full_User&#039;s_Manual#Adding_Static_Emissions|static emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|group emissions]], ratio emissions. It also includes the benefits if there is any credit or co-product in the process.&lt;br /&gt;
*Emission OnSite + Partial Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
These emissions are the sum of the technologies emissions and the upstream associated to the inputs materials coming from a [[Materials_Calculations#Source|material Source]] and the upstream of the input defined by a share. Basically this represents the emissions part of the &amp;lt;math&amp;gt;InputsFromMixAndUpstream&amp;lt;/math&amp;gt; defined in [[AProcess_Calculations#Summing_up_all_the_inputs|the calculations above]].&lt;br /&gt;
*Emissions OnSite without any upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
Here we only account the total emissions coming out of this process technologies. No upstream is accounted.&lt;br /&gt;
*Losses Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The losses emissions are the sum of all the losses for that process. The losses are defined with a leakage or a boiloff on any input/output. The amount of material lost is then converted to an amount gas. In order to know which material gets converted into which gas, we are looking in the Materials database.&lt;br /&gt;
*Other Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The other emissions sums up the [[AProcess_Calculations#Summing_up_the_static_emissions|static process emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|the group emissions]] and the [[IO_calculations#Ratio_Emissions_Calculations|ratio emissions]].&lt;br /&gt;
*Adjustment Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
For information this shows the necessary adjument made on the total emissions amount to respect the [[Min_max_process_emissions|min and max emissions]].&lt;br /&gt;
*Credit Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The Credit emissions are the sum of all the emissions of the Credits for that process.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
*Energy All Included : &amp;lt;br&amp;gt;&lt;br /&gt;
This shows whatever was necessary to produce the desired output amount of material. It Includes all the upstream up to this process. This set of values will also include the upstream of the input coming from the previous processes in the pathway. If the process is the last of a pathway, then the values showed here will be the calculated results for the pathway.&lt;br /&gt;
*Energy OnSite + Mixes Upstream : &amp;lt;br&amp;gt;&lt;br /&gt;
Those results are not including the upstream of the input coming from the previous processes, therefore those values are comparable to the GREET Excel results for a process. However we do not remove the energy content of the main output from that dictionary, that&#039;s why for many processes the result displayed here will be higher than what is found in excel, but in most of the cases, we just have to remove 1,000,000 to be able to compare the values.&lt;br /&gt;
*Energy OnSite without any upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This set of energy results shows only the energy used by the inputs, but do not account for any upstream.&lt;br /&gt;
*Losses Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The losses energy are based on the losses amounts. Then if the material lost can be converted to an energy amount, we show here how much of it was lost. If the amount is not convertible to an energy amount, we will show here the amount lost in mass or volume unit.&lt;br /&gt;
*Credits Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The credits energy are based on the credit amounts.&lt;br /&gt;
&lt;br /&gt;
====General Information====&lt;br /&gt;
*Id :&amp;lt;br&amp;gt;&lt;br /&gt;
ID represents the ID of the selected process in the database.&lt;br /&gt;
*Name :&amp;lt;br&amp;gt;&lt;br /&gt;
The Name of the process in the database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input results===&lt;br /&gt;
&lt;br /&gt;
The results on the left are specific to the selected input. These results are available only for stationary processes, the results for transportation processes are represented differently step by step.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:materialResults.png|left|220px|Stationary Input Results]]&lt;br /&gt;
====Emission Results====&lt;br /&gt;
* Emissions OnSite + Current Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This is the total emissions from the upstream and the total Technology emissions of the material&lt;br /&gt;
* Emissions OnSite without any upstream:&amp;lt;br&amp;gt;&lt;br /&gt;
This is the total Technology emissions of the material. &lt;br /&gt;
* Other Emissions: &amp;lt;br&amp;gt;&lt;br /&gt;
This section sums up all the other emissions.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
* Energy OnSide + Mix Upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
This is the energy amount of the upstream for the material which is shown in terms of fuels and fuel groups.&lt;br /&gt;
&lt;br /&gt;
====General====&lt;br /&gt;
* Input Amount Used: &amp;lt;br&amp;gt;&lt;br /&gt;
It displays the energy amount of the material given by the share of the material in the process &lt;br /&gt;
* Input Material Name: &amp;lt;br&amp;gt;&lt;br /&gt;
The name of the Material.&lt;br /&gt;
&lt;br /&gt;
===Technology Results===&lt;br /&gt;
&lt;br /&gt;
Those results on the left are specific to the technology for that material. For the technology we show :&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TechnologyResults.png|220px|Stationary Input Results]]&lt;br /&gt;
* Technologies Emissions : This is the total Technology emissions of that technology.&lt;br /&gt;
* Energy : This is the energy used by the technology&lt;br /&gt;
* Misc : This is the technology reference of the technology.&lt;br /&gt;
&lt;br /&gt;
===Step Results for transportation processes===&lt;br /&gt;
[[File:step_results.png|thumb|300px|Step Results]]&lt;br /&gt;
Details are available when we click on a step inside this transportation process. Here is a example showing the details for a pipeline process.&lt;br /&gt;
&lt;br /&gt;
Those results on the left a specific to the selected step. For the emissions we show :&amp;lt;br&amp;gt;&lt;br /&gt;
*Emissions with Fuels Upstream : this is the total emissions for the steps including the upstream emissions for the fuel used to power the step and the emissions generated on site by the technologies ( usually engines combustion technologies )&lt;br /&gt;
*Step OnSite Emissions Only : this collapsed results would show the emissions associated to the technologies used by this process only, no upstream is accounted here. To expand it just double click the &amp;quot;Step OnSite Emissions Only&amp;quot;.&lt;br /&gt;
*Energy with Fuels Upstream : as we do for the emissions this shows the energy (fuel) consumption of the process and the upstream associated to the production of those fuels.&lt;br /&gt;
*Step OnSite Energy Only : show only the energy used by the step without including any upstream.&lt;br /&gt;
*Energy Intensities : For each fuel used by the selected step, energy intensities are calculated and displayed here for information purpose.&lt;br /&gt;
&lt;br /&gt;
===Graphing Results===&lt;br /&gt;
[[File:PlotValuesContextOption.png|thumb|left|300px|Plot Options]]&lt;br /&gt;
Plots are available for viewing graphical representations of Emissions and Energy usage for processes and pathways. To plot emission values right click either &amp;quot;Emissions all Included&amp;quot; or &amp;quot;Emissions&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To plot energy usage by process fuel right click either &amp;quot;Energy All Included&amp;quot; or &amp;quot;Resources&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To plot energy usage by fuel group, right click &amp;quot;Groups&amp;quot; and click &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. When viewing pie charts by Fuel Groups, pie pieces will usually include Fossil Fuel and Non Fossil Fuel at the top level. To view sub-pie charts right click on a pie and click &amp;quot;View Sub-Groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Pie Chart Features====&lt;br /&gt;
[[File:PlotPieEmissions.png|thumb|400px|Emissions in a bar chart and pie chart]]&lt;br /&gt;
Pie charts display the selected results by the percentage of each emission or fuel amount and displays the corresponding pie pieces. Mousing over a pie slice will display the value of the emission or fuel for that piece of the pie. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows combining small values into a single &amp;quot;Others&amp;quot; pie slice. To use this enter the desired percent value you would like to combine from into the textbox and make sure the checkbox is checked.&lt;br /&gt;
&lt;br /&gt;
====Bar Chart Features====&lt;br /&gt;
&lt;br /&gt;
Bar charts display the selected results by the original amounts for each emission of fuel amount. The emission name or fuel name is displayed at bottom with their associated amounts as bars going up from their names. Mousing over a bar will display its associated amount. Clicking and dragging a box around a portion of the chart allows zooming the graphing region to that part of the graph. Holding the middle mouse button down and dragging around the graphing region allows panning around the chart. To undo these effects right click and select &amp;quot;Undo All Zoom/Pan&amp;quot;. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows switching the y-axis scale to a logarithmic scale.&lt;br /&gt;
&lt;br /&gt;
==Pathways (WTP)==&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Mix (WTP)==&lt;br /&gt;
==Vehicles (WTW)==&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1966</id>
		<title>Looking at the results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1966"/>
		<updated>2012-01-19T16:21:47Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Pathways (WTP) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Processes==&lt;br /&gt;
All the results displayed here are converted in order to respect the unit preferences of the user. For more details about the user unit preferences, please refer to the [[General_preferences| general preferences page]].&lt;br /&gt;
===Process Properties===&lt;br /&gt;
[[File:Standard_Results.png|thumb|left|Standard Process Results]]&amp;lt;br&amp;gt;&lt;br /&gt;
====Emissions Results====&lt;br /&gt;
&lt;br /&gt;
*Emissions All  Included :&amp;lt;br&amp;gt; They represent the &amp;quot;Balance&amp;quot; of the process, or &amp;quot;whatever was released in the athmosphere to get that amount of output&amp;quot;. Emission wise it include all the emissions associated to the technologies, the fuel upstream, the upstream from the previous processes in the pathway, and the special emissions like [[Full_User&#039;s_Manual#Adding_Static_Emissions|static emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|group emissions]], ratio emissions. It also includes the benefits if there is any credit or co-product in the process.&lt;br /&gt;
*Emission OnSite + Partial Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
These emissions are the sum of the technologies emissions and the upstream associated to the inputs materials coming from a [[Materials_Calculations#Source|material Source]] and the upstream of the input defined by a share. Basically this represents the emissions part of the &amp;lt;math&amp;gt;InputsFromMixAndUpstream&amp;lt;/math&amp;gt; defined in [[AProcess_Calculations#Summing_up_all_the_inputs|the calculations above]].&lt;br /&gt;
*Emissions OnSite without any upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
Here we only account the total emissions coming out of this process technologies. No upstream is accounted.&lt;br /&gt;
*Losses Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The losses emissions are the sum of all the losses for that process. The losses are defined with a leakage or a boiloff on any input/output. The amount of material lost is then converted to an amount gas. In order to know which material gets converted into which gas, we are looking in the Materials database.&lt;br /&gt;
*Other Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The other emissions sums up the [[AProcess_Calculations#Summing_up_the_static_emissions|static process emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|the group emissions]] and the [[IO_calculations#Ratio_Emissions_Calculations|ratio emissions]].&lt;br /&gt;
*Adjustment Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
For information this shows the necessary adjument made on the total emissions amount to respect the [[Min_max_process_emissions|min and max emissions]].&lt;br /&gt;
*Credit Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The Credit emissions are the sum of all the emissions of the Credits for that process.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
*Energy All Included : &amp;lt;br&amp;gt;&lt;br /&gt;
This shows whatever was necessary to produce the desired output amount of material. It Includes all the upstream up to this process. This set of values will also include the upstream of the input coming from the previous processes in the pathway. If the process is the last of a pathway, then the values showed here will be the calculated results for the pathway.&lt;br /&gt;
*Energy OnSite + Mixes Upstream : &amp;lt;br&amp;gt;&lt;br /&gt;
Those results are not including the upstream of the input coming from the previous processes, therefore those values are comparable to the GREET Excel results for a process. However we do not remove the energy content of the main output from that dictionary, that&#039;s why for many processes the result displayed here will be higher than what is found in excel, but in most of the cases, we just have to remove 1,000,000 to be able to compare the values.&lt;br /&gt;
*Energy OnSite without any upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This set of energy results shows only the energy used by the inputs, but do not account for any upstream.&lt;br /&gt;
*Losses Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The losses energy are based on the losses amounts. Then if the material lost can be converted to an energy amount, we show here how much of it was lost. If the amount is not convertible to an energy amount, we will show here the amount lost in mass or volume unit.&lt;br /&gt;
*Credits Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The credits energy are based on the credit amounts.&lt;br /&gt;
&lt;br /&gt;
====General Information====&lt;br /&gt;
*Id :&amp;lt;br&amp;gt;&lt;br /&gt;
ID represents the ID of the selected process in the database.&lt;br /&gt;
*Name :&amp;lt;br&amp;gt;&lt;br /&gt;
The Name of the process in the database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input results===&lt;br /&gt;
&lt;br /&gt;
The results on the left are specific to the selected input. These results are available only for stationary processes, the results for transportation processes are represented differently step by step.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:materialResults.png|left|220px|Stationary Input Results]]&lt;br /&gt;
====Emission Results====&lt;br /&gt;
* Emissions OnSite + Current Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This is the total emissions from the upstream and the total Technology emissions of the material&lt;br /&gt;
* Emissions OnSite without any upstream:&amp;lt;br&amp;gt;&lt;br /&gt;
This is the total Technology emissions of the material. &lt;br /&gt;
* Other Emissions: &amp;lt;br&amp;gt;&lt;br /&gt;
This section sums up all the other emissions.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
* Energy OnSide + Mix Upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
This is the energy amount of the upstream for the material which is shown in terms of fuels and fuel groups.&lt;br /&gt;
&lt;br /&gt;
====General====&lt;br /&gt;
* Input Amount Used: &amp;lt;br&amp;gt;&lt;br /&gt;
It displays the energy amount of the material given by the share of the material in the process &lt;br /&gt;
* Input Material Name: &amp;lt;br&amp;gt;&lt;br /&gt;
The name of the Material.&lt;br /&gt;
&lt;br /&gt;
===Technology Results===&lt;br /&gt;
&lt;br /&gt;
Those results on the left are specific to the technology for that material. For the technology we show :&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TechnologyResults.png|220px|Stationary Input Results]]&lt;br /&gt;
* Technologies Emissions : This is the total Technology emissions of that technology.&lt;br /&gt;
* Energy : This is the energy used by the technology&lt;br /&gt;
* Misc : This is the technology reference of the technology.&lt;br /&gt;
&lt;br /&gt;
===Step Results for transportation processes===&lt;br /&gt;
[[File:step_results.png|thumb|300px|Step Results]]&lt;br /&gt;
Details are available when we click on a step inside this transportation process. Here is a example showing the details for a pipeline process.&lt;br /&gt;
&lt;br /&gt;
Those results on the left a specific to the selected step. For the emissions we show :&amp;lt;br&amp;gt;&lt;br /&gt;
*Emissions with Fuels Upstream : this is the total emissions for the steps including the upstream emissions for the fuel used to power the step and the emissions generated on site by the technologies ( usually engines combustion technologies )&lt;br /&gt;
*Step OnSite Emissions Only : this collapsed results would show the emissions associated to the technologies used by this process only, no upstream is accounted here. To expand it just double click the &amp;quot;Step OnSite Emissions Only&amp;quot;.&lt;br /&gt;
*Energy with Fuels Upstream : as we do for the emissions this shows the energy (fuel) consumption of the process and the upstream associated to the production of those fuels.&lt;br /&gt;
*Step OnSite Energy Only : show only the energy used by the step without including any upstream.&lt;br /&gt;
*Energy Intensities : For each fuel used by the selected step, energy intensities are calculated and displayed here for information purpose.&lt;br /&gt;
&lt;br /&gt;
===Graphing Results===&lt;br /&gt;
[[File:PlotValuesContextOption.png|thumb|left|300px|Plot Options]]&lt;br /&gt;
Plots are available for viewing graphical representations of Emissions and Energy usage for processes and pathways. To plot emission values right click either &amp;quot;Emissions all Included&amp;quot; or &amp;quot;Emissions&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To plot energy usage by process fuel right click either &amp;quot;Energy All Included&amp;quot; or &amp;quot;Resources&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To plot energy usage by fuel group, right click &amp;quot;Groups&amp;quot; and click &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. When viewing pie charts by Fuel Groups, pie pieces will usually include Fossil Fuel and Non Fossil Fuel at the top level. To view sub-pie charts right click on a pie and click &amp;quot;View Sub-Groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Pie Chart Features====&lt;br /&gt;
[[File:PlotPieEmissions.png|thumb|400px|Emission breakdown pie chart]]&lt;br /&gt;
Pie charts display the selected results by the percentage of each emission or fuel amount and displays the corresponding pie pieces. Mousing over a pie slice will display the value of the emission or fuel for that piece of the pie. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows combining small values into a single &amp;quot;Others&amp;quot; pie slice. To use this enter the desired percent value you would like to combine from into the textbox and make sure the checkbox is checked.&lt;br /&gt;
&lt;br /&gt;
====Bar Chart Features====&lt;br /&gt;
&lt;br /&gt;
Bar charts display the selected results by the original amounts for each emission of fuel amount. The emission name or fuel name is displayed at bottom with their associated amounts as bars going up from their names. Mousing over a bar will display its associated amount. Clicking and dragging a box around a portion of the chart allows zooming the graphing region to that part of the graph. Holding the middle mouse button down and dragging around the graphing region allows panning around the chart. To undo these effects right click and select &amp;quot;Undo All Zoom/Pan&amp;quot;. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows switching the y-axis scale to a logarithmic scale.&lt;br /&gt;
&lt;br /&gt;
==Pathways (WTP)==&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. Hold shift or control and then select another pathway to choose which pathways are shown. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Mix (WTP)==&lt;br /&gt;
==Vehicles (WTW)==&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1965</id>
		<title>Looking at the results</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Looking_at_the_results&amp;diff=1965"/>
		<updated>2012-01-19T16:19:13Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Pathways (WTP) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Processes==&lt;br /&gt;
All the results displayed here are converted in order to respect the unit preferences of the user. For more details about the user unit preferences, please refer to the [[General_preferences| general preferences page]].&lt;br /&gt;
===Process Properties===&lt;br /&gt;
[[File:Standard_Results.png|thumb|left|Standard Process Results]]&amp;lt;br&amp;gt;&lt;br /&gt;
====Emissions Results====&lt;br /&gt;
&lt;br /&gt;
*Emissions All  Included :&amp;lt;br&amp;gt; They represent the &amp;quot;Balance&amp;quot; of the process, or &amp;quot;whatever was released in the athmosphere to get that amount of output&amp;quot;. Emission wise it include all the emissions associated to the technologies, the fuel upstream, the upstream from the previous processes in the pathway, and the special emissions like [[Full_User&#039;s_Manual#Adding_Static_Emissions|static emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|group emissions]], ratio emissions. It also includes the benefits if there is any credit or co-product in the process.&lt;br /&gt;
*Emission OnSite + Partial Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
These emissions are the sum of the technologies emissions and the upstream associated to the inputs materials coming from a [[Materials_Calculations#Source|material Source]] and the upstream of the input defined by a share. Basically this represents the emissions part of the &amp;lt;math&amp;gt;InputsFromMixAndUpstream&amp;lt;/math&amp;gt; defined in [[AProcess_Calculations#Summing_up_all_the_inputs|the calculations above]].&lt;br /&gt;
*Emissions OnSite without any upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
Here we only account the total emissions coming out of this process technologies. No upstream is accounted.&lt;br /&gt;
*Losses Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The losses emissions are the sum of all the losses for that process. The losses are defined with a leakage or a boiloff on any input/output. The amount of material lost is then converted to an amount gas. In order to know which material gets converted into which gas, we are looking in the Materials database.&lt;br /&gt;
*Other Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The other emissions sums up the [[AProcess_Calculations#Summing_up_the_static_emissions|static process emissions]], [[Stationary_Process_Calculations#Converting_the_Group_to_inputs|the group emissions]] and the [[IO_calculations#Ratio_Emissions_Calculations|ratio emissions]].&lt;br /&gt;
*Adjustment Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
For information this shows the necessary adjument made on the total emissions amount to respect the [[Min_max_process_emissions|min and max emissions]].&lt;br /&gt;
*Credit Emissions :&amp;lt;br&amp;gt;&lt;br /&gt;
The Credit emissions are the sum of all the emissions of the Credits for that process.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
*Energy All Included : &amp;lt;br&amp;gt;&lt;br /&gt;
This shows whatever was necessary to produce the desired output amount of material. It Includes all the upstream up to this process. This set of values will also include the upstream of the input coming from the previous processes in the pathway. If the process is the last of a pathway, then the values showed here will be the calculated results for the pathway.&lt;br /&gt;
*Energy OnSite + Mixes Upstream : &amp;lt;br&amp;gt;&lt;br /&gt;
Those results are not including the upstream of the input coming from the previous processes, therefore those values are comparable to the GREET Excel results for a process. However we do not remove the energy content of the main output from that dictionary, that&#039;s why for many processes the result displayed here will be higher than what is found in excel, but in most of the cases, we just have to remove 1,000,000 to be able to compare the values.&lt;br /&gt;
*Energy OnSite without any upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This set of energy results shows only the energy used by the inputs, but do not account for any upstream.&lt;br /&gt;
*Losses Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The losses energy are based on the losses amounts. Then if the material lost can be converted to an energy amount, we show here how much of it was lost. If the amount is not convertible to an energy amount, we will show here the amount lost in mass or volume unit.&lt;br /&gt;
*Credits Energy: &amp;lt;br&amp;gt;&lt;br /&gt;
The credits energy are based on the credit amounts.&lt;br /&gt;
&lt;br /&gt;
====General Information====&lt;br /&gt;
*Id :&amp;lt;br&amp;gt;&lt;br /&gt;
ID represents the ID of the selected process in the database.&lt;br /&gt;
*Name :&amp;lt;br&amp;gt;&lt;br /&gt;
The Name of the process in the database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input results===&lt;br /&gt;
&lt;br /&gt;
The results on the left are specific to the selected input. These results are available only for stationary processes, the results for transportation processes are represented differently step by step.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:materialResults.png|left|220px|Stationary Input Results]]&lt;br /&gt;
====Emission Results====&lt;br /&gt;
* Emissions OnSite + Current Upstream: &amp;lt;br&amp;gt;&lt;br /&gt;
This is the total emissions from the upstream and the total Technology emissions of the material&lt;br /&gt;
* Emissions OnSite without any upstream:&amp;lt;br&amp;gt;&lt;br /&gt;
This is the total Technology emissions of the material. &lt;br /&gt;
* Other Emissions: &amp;lt;br&amp;gt;&lt;br /&gt;
This section sums up all the other emissions.&lt;br /&gt;
&lt;br /&gt;
====Energy Results====&lt;br /&gt;
* Energy OnSide + Mix Upstream :&amp;lt;br&amp;gt;&lt;br /&gt;
This is the energy amount of the upstream for the material which is shown in terms of fuels and fuel groups.&lt;br /&gt;
&lt;br /&gt;
====General====&lt;br /&gt;
* Input Amount Used: &amp;lt;br&amp;gt;&lt;br /&gt;
It displays the energy amount of the material given by the share of the material in the process &lt;br /&gt;
* Input Material Name: &amp;lt;br&amp;gt;&lt;br /&gt;
The name of the Material.&lt;br /&gt;
&lt;br /&gt;
===Technology Results===&lt;br /&gt;
&lt;br /&gt;
Those results on the left are specific to the technology for that material. For the technology we show :&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TechnologyResults.png|220px|Stationary Input Results]]&lt;br /&gt;
* Technologies Emissions : This is the total Technology emissions of that technology.&lt;br /&gt;
* Energy : This is the energy used by the technology&lt;br /&gt;
* Misc : This is the technology reference of the technology.&lt;br /&gt;
&lt;br /&gt;
===Step Results for transportation processes===&lt;br /&gt;
[[File:step_results.png|thumb|300px|Step Results]]&lt;br /&gt;
Details are available when we click on a step inside this transportation process. Here is a example showing the details for a pipeline process.&lt;br /&gt;
&lt;br /&gt;
Those results on the left a specific to the selected step. For the emissions we show :&amp;lt;br&amp;gt;&lt;br /&gt;
*Emissions with Fuels Upstream : this is the total emissions for the steps including the upstream emissions for the fuel used to power the step and the emissions generated on site by the technologies ( usually engines combustion technologies )&lt;br /&gt;
*Step OnSite Emissions Only : this collapsed results would show the emissions associated to the technologies used by this process only, no upstream is accounted here. To expand it just double click the &amp;quot;Step OnSite Emissions Only&amp;quot;.&lt;br /&gt;
*Energy with Fuels Upstream : as we do for the emissions this shows the energy (fuel) consumption of the process and the upstream associated to the production of those fuels.&lt;br /&gt;
*Step OnSite Energy Only : show only the energy used by the step without including any upstream.&lt;br /&gt;
*Energy Intensities : For each fuel used by the selected step, energy intensities are calculated and displayed here for information purpose.&lt;br /&gt;
&lt;br /&gt;
===Graphing Results===&lt;br /&gt;
[[File:PlotValuesContextOption.png|thumb|left|300px|Plot Options]]&lt;br /&gt;
Plots are available for viewing graphical representations of Emissions and Energy usage for processes and pathways. To plot emission values right click either &amp;quot;Emissions all Included&amp;quot; or &amp;quot;Emissions&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To plot energy usage by process fuel right click either &amp;quot;Energy All Included&amp;quot; or &amp;quot;Resources&amp;quot; in the property display then click plots and either &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To plot energy usage by fuel group, right click &amp;quot;Groups&amp;quot; and click &amp;quot;Plot values in bar chart&amp;quot; or &amp;quot;Plot values in pie chart&amp;quot;. When viewing pie charts by Fuel Groups, pie pieces will usually include Fossil Fuel and Non Fossil Fuel at the top level. To view sub-pie charts right click on a pie and click &amp;quot;View Sub-Groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Pie Chart Features====&lt;br /&gt;
[[File:PlotPieEmissions.png|thumb|400px|Emission breakdown pie chart]]&lt;br /&gt;
Pie charts display the selected results by the percentage of each emission or fuel amount and displays the corresponding pie pieces. Mousing over a pie slice will display the value of the emission or fuel for that piece of the pie. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows combining small values into a single &amp;quot;Others&amp;quot; pie slice. To use this enter the desired percent value you would like to combine from into the textbox and make sure the checkbox is checked.&lt;br /&gt;
&lt;br /&gt;
====Bar Chart Features====&lt;br /&gt;
&lt;br /&gt;
Bar charts display the selected results by the original amounts for each emission of fuel amount. The emission name or fuel name is displayed at bottom with their associated amounts as bars going up from their names. Mousing over a bar will display its associated amount. Clicking and dragging a box around a portion of the chart allows zooming the graphing region to that part of the graph. Holding the middle mouse button down and dragging around the graphing region allows panning around the chart. To undo these effects right click and select &amp;quot;Undo All Zoom/Pan&amp;quot;. Right clicking on the chart displays options for copying the chart as an image, saving the image to the hard disk, and printing the image. Clicking &amp;quot;Copy data to clipboard&amp;quot; will allow copying the data that the plot was created with to Excel or another application. Left of the plot is a checkbox which allows switching the y-axis scale to a logarithmic scale.&lt;br /&gt;
&lt;br /&gt;
==Pathways (WTP)==&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
==Mix (WTP)==&lt;br /&gt;
==Vehicles (WTW)==&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1964</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1964"/>
		<updated>2012-01-19T16:14:14Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
The GREET unit system facilitates tracking which measurements each parameter is recorded in and allows changing what units the parameter uses for display in the graphical user interface.&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
The primary reason for creating a flexible unit system was to allow a user to change the way various parameters are displayed. The design now allows users to view input parameters and results in imperial units if that is what they are familiar with, or S.I. units if they prefer, or create their own units entirely. In addition the user has the ability to define the unit in which they would want to input their data. For example if your one set of data is in pounds, and your second set of data is in kilograms you can adjust the software to fit your application, and avoid tedious manual unit conversions. &lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
[[File:GeneralSettingsPrefernces.png|thumb|right|300px|Change Unit Options Using General Settings]]&lt;br /&gt;
Units can be adjusted via the &amp;quot;General Settings&amp;quot; page of Greet. To access the &amp;quot;General Settings&amp;quot; press &amp;quot;Preferences&amp;quot; and choose &amp;quot;General Settings&amp;quot;. A window should pop up similar to the one shown on the right. The unit settings can be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. This tab should be selected by default when opening &amp;quot;General Settings&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once open you will be presented with a table. This table can be used to adjust unit preferences. The first column represents what type of unit, the second represents its default unit and the third column represents the user preferred unit. The third column can be modified by using the tiny gray down arrows that reveal a drop down menu of available units. For example with the current settings shown in the screen shot process inputs will be displayed in BTU&#039;s. However, if I were to utilize the drop down menu and choose J (for joules) as the user defined unit for energy the inputs will be displayed in Joules instead.&lt;br /&gt;
&lt;br /&gt;
Other settings can also be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. These settings pertain to how the numbers are displayed in the selected units. If the &amp;quot;Automatically add prefixes&amp;quot; check box is checked the software will automatically display numbers like 1000000 btu as 1 mmbtu for aesthetics, if toggled off it will just display 1000000 btu. In addition because number can be represented in so many ways the user has three main ways to view numbers in Greet. Currently in the screen shot shown &amp;quot;Display Numbers with database preferences&amp;quot; is selected. This is fine for most cases. However, the user also has the ability to &amp;quot;Display number with maximum precision&amp;quot;. Using this option will display all 16 digits of precision Greet uses in calculations. Alternatively you can also select &amp;quot;Display number in scientific notation&amp;quot;, and specify the &amp;quot;Significant digits to use&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;br /&gt;
&lt;br /&gt;
To switch back to the original units simply follow the same procedure and select the previous units chosen. Their is no harm in switching back and forth the unit system was implemented for the convenience of scientists and engineers to avoid worrying about trivial unit systems.&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
Essentially the unit system works by storing which unit a value is in for every parameter in the database and then defining conversions to other defined units. The units are split up into groups which contain valid units that the value can be converted in to. There are two types of groups, base groups and derived groups. A base group stores units for basic units such as distance, area, and mass. A derived group contains multiple base groups which allows independently storing preferred units for each group. Each group defines default units for conversion which determines what conversion mathematics that need to be done to convert to other units. The conversion is a two stage process in which the original value is converted to the group&#039;s default units and then converted to the desired unit.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1963</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1963"/>
		<updated>2012-01-19T16:13:10Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* How it works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
The GREET unit system facilitates tracking which measurements each parameter is recorded in and allows changing what units the parameter uses for display in the graphical user interface.&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
The primary reason for creating a flexible unit system was to allow a user to change the way various parameters are displayed. The design now allows users to view input parameters and results in imperial units if that is what they are familiar with, or S.I. units if they prefer, or create their own units entirely. In addition the user has the ability to define the unit in which they would want to input their data. For example if your one set of data is in pounds, and your second set of data is in kilograms you can adjust the software to fit your application, and avoid tedious manual unit conversions. &lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
[[File:GeneralSettingsPrefernces.png|thumb|right|300px|Change Unit Options Using General Settings]]&lt;br /&gt;
Units can be adjusted via the &amp;quot;General Settings&amp;quot; page of Greet. To access the &amp;quot;General Settings&amp;quot; press &amp;quot;Preferences&amp;quot; and choose &amp;quot;General Settings&amp;quot;. A window should pop up similar to the one shown on the right. The unit settings can be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. This tab should be selected by default when opening &amp;quot;General Settings&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once open you will be presented with a table. This table can be used to adjust unit preferences. The first column represents what type of unit, the second represents its default unit and the third column represents the user preferred unit. The third column can be modified by using the tiny gray down arrows that reveal a drop down menu of available units. For example with the current settings shown in the screen shot process inputs will be displayed in BTU&#039;s. However, if I were to utilize the drop down menu and choose J (for joules) as the user defined unit for energy the inputs will be displayed in Joules instead.&lt;br /&gt;
&lt;br /&gt;
Other settings can also be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. These settings pertain to how the numbers are displayed in the selected units. If the &amp;quot;Automatically add prefixes&amp;quot; check box is checked the software will automatically display numbers like 1000000 btu as 1 mmbtu for aesthetics, if toggled off it will just display 1000000 btu. In addition because number can be represented in so many ways the user has three main ways to view numbers in Greet. Currently in the screen shot shown &amp;quot;Display Numbers with database preferences&amp;quot; is selected. This is fine for most cases. However, the user also has the ability to &amp;quot;Display number with maximum precision&amp;quot;. Using this option will display all 16 digits of precision Greet uses in calculations. Alternatively you can also select &amp;quot;Display number in scientific notation&amp;quot;, and specify the &amp;quot;Significant digits to use&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;br /&gt;
&lt;br /&gt;
To switch back to the original units simply follow the same procedure and select the previous units chosen. Their is no harm in switching back and forth the unit system was implemented for the convenience of scientists and engineers to avoid worrying about trivial unit systems.&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
Essentially the unit system works by storing which unit a value is in for every parameter in the database and then defining conversions to other defined units. The units are split up into groups which contain valid units that the value can be converted in to. There are two types of groups, base groups and derived groups. A base group stores units for basic units such as distance, area, and mass. A derived group contains multiple base groups which allows independently storing preferred units for each group. Each group defines default units for conversion which determines what conversion mathematics that need to be done to convert to other units. The conversion is a two stage process in which the original value is converted to the group&#039;s default units and then converted to the desired unit.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1934</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1934"/>
		<updated>2012-01-18T02:32:08Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Setting Unit Preferences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
The GREET unit system facilitates tracking which measurements each parameter is recorded in and allows changing what units the parameter uses for display in the graphical user interface.&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
The primary reason for creating a flexible unit system was to allow a user to change the way various parameters are displayed. The design now allows users to view input parameters and results in imperial units if that is what they are familiar with, or S.I. units if they prefer, or create their own units entirely. In addition the user has the ability to define the unit in which they would want to input their data. For example if your one set of data is in pounds, and your second set of data is in kilograms you can adjust the software to fit your application, and avoid tedious manual unit conversions. &lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
[[File:GeneralSettingsPrefernces.png|thumb|right|300px|Change Unit Options Using General Settings]]&lt;br /&gt;
Units can be adjusted via the &amp;quot;General Settings&amp;quot; page of Greet. To access the &amp;quot;General Settings&amp;quot; press &amp;quot;Preferences&amp;quot; and choose &amp;quot;General Settings&amp;quot;. A window should pop up similar to the one shown on the right. The unit settings can be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. This tab should be selected by default when opening &amp;quot;General Settings&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once open you will be presented with a table. This table can be used to adjust unit preferences. The first column represents what type of unit, the second represents its default unit and the third column represents the user preferred unit. The third column can be modified by using the tiny gray down arrows that reveal a drop down menu of available units. For example with the current settings shown in the screen shot process inputs will be displayed in BTU&#039;s. However, if I were to utilize the drop down menu and choose J (for joules) as the user defined unit for energy the inputs will be displayed in Joules instead.&lt;br /&gt;
&lt;br /&gt;
Other settings can also be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. These settings pertain to how the numbers are displayed in the selected units. If the &amp;quot;Automatically add prefixes&amp;quot; check box is checked the software will automatically display numbers like 1000000 btu as 1 mmbtu for aesthetics, if toggled off it will just display 1000000 btu. In addition because number can be represented in so many ways the user has three main ways to view numbers in Greet. Currently in the screen shot shown &amp;quot;Display Numbers with database preferences&amp;quot; is selected. This is fine for most cases. However, the user also has the ability to &amp;quot;Display number with maximum precision&amp;quot;. Using this option will display all 16 digits of precision Greet uses in calculations. Alternatively you can also select &amp;quot;Display number in scientific notation&amp;quot;, and specify the &amp;quot;Significant digits to use&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;br /&gt;
&lt;br /&gt;
To switch back to the original units simply follow the same procedure and select the previous units chosen. Their is no harm in switching back and forth the unit system was implemented for the convenience of scientists and engineers to avoid worrying about trivial unit systems.&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1933</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1933"/>
		<updated>2012-01-18T02:26:56Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
The GREET unit system facilitates tracking which measurements each parameter is recorded in and allows changing what units the parameter uses for display in the graphical user interface.&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
The primary reason for creating a flexible unit system was to allow a user to change the way various parameters are displayed. The design now allows users to view input parameters and results in imperial units if that is what they are familiar with, or S.I. units if they prefer, or create their own units entirely. In addition the user has the ability to define the unit in which they would want to input their data. For example if your one set of data is in pounds, and your second set of data is in kilograms you can adjust the software to fit your application, and avoid tedious manual unit conversions. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
[[File:GeneralSettingsPrefernces.png|thumb|right|300px|Change Unit Options Using General Settings]]&lt;br /&gt;
Units can be adjusted via the &amp;quot;General Settings&amp;quot; page of Greet. To access the &amp;quot;General Settings&amp;quot; press &amp;quot;Preferences&amp;quot; and choose &amp;quot;General Settings&amp;quot;. A window should pop up similar to the one shown on the right. The unit settings can be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. This tab should be selected by default when opening &amp;quot;General Settings&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once open you will be presented with a table. This table can be used to adjust unit preferences. The first column represents what type of unit, the second represents its default unit and the third column represents the user preferred unit. The third column can be modified by using the tiny gray down arrows that reveal a drop down menu of available units. For example with the current settings shown in the screen shot process inputs will be displayed in BTU&#039;s. However, if I were to utilize the drop down menu and choose J (for joules) as the user defined unit for energy the inputs will be displayed in Joules instead.&lt;br /&gt;
&lt;br /&gt;
Other settings can also be adjusted via the &amp;quot;Preferred Units&amp;quot; tab. These settings pertain to how the numbers are displayed in the selected units. If the &amp;quot;Automatically add prefixes&amp;quot; check box is checked the software will automatically display numbers like 1000000 btu as 1 mmbtu for aesthetics, if toggled off it will just display 1000000 btu. In addition because number can be represented in so many ways the user has three main ways to view numbers in Greet. Currently in the screen shot shown &amp;quot;Display Numbers with database preferences&amp;quot; is selected. This is fine for most cases. However, the user also has the ability to &amp;quot;Display number with maximum precision&amp;quot;. Using this option will display all 16 digits of precision Greet uses in calculations. Alternatively you can also select &amp;quot;Display number in scientific notation&amp;quot;, and specify the &amp;quot;Significant digits to use&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;br /&gt;
&lt;br /&gt;
To switch back to the original units simply follow the same procedure and select the previous units chosen. Their is no harm in switching back and forth the unit system was implemented for the convenience of scientists and engineers to avoid worrying about trivial unit systems.&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1914</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1914"/>
		<updated>2012-01-17T17:19:52Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Setting Unit Preferences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
The primary reason for creating a flexible unit system was to allow a user to change the way various parameters are displayed. The design now allows users to view input parameters and results in imperial units if that is what they are familiar with, or S.I. units if they prefer, or create their own units entirely.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1913</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1913"/>
		<updated>2012-01-17T17:09:21Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Preferences from textbox context menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will be affected with the new unit selection.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1912</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1912"/>
		<updated>2012-01-17T17:08:14Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Preferences from textbox context menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. &lt;br /&gt;
&lt;br /&gt;
Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will affected with the new unit selection.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1911</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1911"/>
		<updated>2012-01-17T17:07:17Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Preferences from textbox context menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will affected with the new unit selection.&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Quick_start_guide&amp;diff=1910</id>
		<title>Quick start guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Quick_start_guide&amp;diff=1910"/>
		<updated>2012-01-17T17:04:54Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Data Editor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How to Install and Run GREET=&lt;br /&gt;
&lt;br /&gt;
==Running GREET==&lt;br /&gt;
&lt;br /&gt;
To run GREET simply run the GREET executable file from a file browser or a shortcut. Running the executable will open the program and allow loading GREET project files. To gain easier access right click the executable and go to send to and then select Desktop (create shortcut).&lt;br /&gt;
&lt;br /&gt;
==Selecting Working Folder==&lt;br /&gt;
&lt;br /&gt;
The processing and data files are separated to allow easily loading and saving multiple project files. After running GREET for the first time you will be asked to select the folder where these data files are stored. &lt;br /&gt;
&lt;br /&gt;
[[File:SelectFoldersMsg.png|thumb|300px|left|Select folders message]]&lt;br /&gt;
&lt;br /&gt;
[[File:SelectFolders.png|thumb|250px|none|Selecting project folders]]&lt;br /&gt;
&lt;br /&gt;
After selecting OK on the message a window will open for selecting the location of the data folders. Navigate to where the &amp;quot;Pictures&amp;quot;,&amp;quot;Log&amp;quot;, and &amp;quot;Data&amp;quot; folders are on your system and select the folder directly above these folders then select OK. The program will load the data files and display the graphical user interface (GUI).&lt;br /&gt;
&lt;br /&gt;
==Copying/Moving Data Folders==&lt;br /&gt;
&lt;br /&gt;
To copy the data folders to a new directory select copy on the directory containing the &amp;quot;Data&amp;quot;, &amp;quot;Log&amp;quot;, and &amp;quot;Pictures&amp;quot; folders and paste it to a new location. This allows customizing where on the computer the program/data is stored.&lt;br /&gt;
&lt;br /&gt;
=Using the GUI=&lt;br /&gt;
&lt;br /&gt;
The GUI separates the key points of setting parameters and viewing results into various controls accessible through the buttons at the top of the main GUI window.&lt;br /&gt;
&lt;br /&gt;
[[File:StepsBarWithPictures.png|thumb|700px|center]]&lt;br /&gt;
&lt;br /&gt;
This image shows the main navigation of the program. Each of the main views can be selected by clicking one of the large buttons on the step bar. In the toolbar the &amp;quot;File&amp;quot; dropdown exposes options for loading and saving GREET projects. The &amp;quot;Results&amp;quot; dropdown shows options for manually recalculating the results and monitoring values. From the &amp;quot;Preferences&amp;quot; dropdown the preferences window can be shown and the table editor can be opened. From the &amp;quot;About&amp;quot; dropdown database information can be viewed, the software can be updated, and the help pages can be opened.&lt;br /&gt;
&lt;br /&gt;
==Preferences==&lt;br /&gt;
&lt;br /&gt;
The main preference pages are the unit and calculation preferences accessible through their associated tabs within the preference window. The unit page, visible below, allows selecting desired units for various groups. Changing the value in the User defined column will cause values of that unit group to be displayed with the selected unit. If a group is made up of multiple units groups then the units can be changed within each group. An example of this is the first unit in the image below where Energy Intensity is composed of Energy over Distance over Mass.&lt;br /&gt;
&lt;br /&gt;
[[File:PreferencesUnits.png|thumb|300px|left]]&lt;br /&gt;
[[File:PreferencesCalculations.png|thumb|310px|none]]&lt;br /&gt;
&lt;br /&gt;
The calculations tab provides various options for controlling how the calculations are executed and displayed. The &amp;quot;Running Options&amp;quot; group of options allows changing calculation parameters such as the maximum iterations to run for calculating upstream values.&lt;br /&gt;
&lt;br /&gt;
==Main views==&lt;br /&gt;
&lt;br /&gt;
[[File:StepsBar.png|thumb|700px|center]]&lt;br /&gt;
&lt;br /&gt;
This image shows the main views, mousing over a button will display the text as shown or displaying the images can be disabled from the preferences.&lt;br /&gt;
&lt;br /&gt;
===Basic Parameter Setup===&lt;br /&gt;
&lt;br /&gt;
This control allows modifying many of the simulation parameters within various tables such as which year to simulate. The tables have a title explaining more about what the table is used for and the cells display the various values. A light blue cell indicates that the value comes from a formula referencing other table values which can be viewed or modified by right clicking and selecting &amp;quot;Edit Formula&amp;quot;. Each value stores a default number and an current number which can be swapped by selecting &amp;quot;Switch to default value&amp;quot; and &amp;quot;Switch to user value&amp;quot; from the right click menu. This allows making changes and easily returning to a default value. For most cells the value has an associated unit which can be modified from the right click menu by selecting &amp;quot;Change Unit&amp;quot; and then selecting the desired units.&lt;br /&gt;
&lt;br /&gt;
[[File:BasicParameterSetup.png|thumb|none|500px|The Basic Parameter Setup Control]]&lt;br /&gt;
&lt;br /&gt;
===Well to Pump Setup===&lt;br /&gt;
&lt;br /&gt;
This allows viewing and modifying parameters specific to processes as well as pathways. &lt;br /&gt;
====Pathway Selection====&lt;br /&gt;
The tree selection in the top left allows selecting a pathway which are organized into light duty vehicle (LDV) fuels, feedstocks, and others. Fuels that make up a family of actual fuels are denoted by a lighter teal color such as Diesel and Gasoline which have multiple fuels under those names. Under each fuel are mixes which represent a particular blend of fuels. Under each mix is one or more pathways which output a fuel that goes into the mix and next to it is the share that the fuel contributes to the mix. &lt;br /&gt;
&lt;br /&gt;
====Pathway Representation====&lt;br /&gt;
The large panel on the right with boxes is a graphical representation of the selected pathway. If the pathway has a fuel that feeds into it then the feed panel will be on the left denoted by a light orange background. After the calculations have been run this panel displays a summary of energy and emissions for the feed mix when the mouse is moved over it. Clicking the title link will display the feed pathway and the back button on the pathway selection control allows returning to the previous pathway.&lt;br /&gt;
&lt;br /&gt;
To the right of the feed are the processes with Stationary Processes showing with a light blue background and Transportation Processes with a pink background. Double clicking a Stationary Process expands the process to display the process fuels consumed in the process and if a fuel has technologies associated with it then it can be expanded to view the technologies. Double clicking a transportation process expands the process to display a graphical representation of the locations and modes that represent the transporting of the material to the destination. Double upward arrows next to a process represent a loss (leakage or boil-off) which can be displayed by clicking the arrows. Various parameters can be set for each process and the titles in blue can be used to open a window with more parameters for that object.&lt;br /&gt;
&lt;br /&gt;
====Property Display====&lt;br /&gt;
The bottom left control displays properties for the selected object in the pathway representation. The pathway summary can also be display by clicking the &amp;quot;Switch to pathway&amp;quot; button. The emissions section displays how much of each gas emission is released and is also broke down intro all included and partial upstream. &lt;br /&gt;
&lt;br /&gt;
For ease of use the emissions are shown in the groups criteria pollutants, emission gases, from combustion, and greenhouse gases. The energy is broken down into upstream included and partial upstream as well as displaying energy per process fuel. In addition it is grouped into fossil, petroleum, natural gas, coal, non fossil, nuclear, and renewable fuels. If a loss is as is associated with the selected process then it will display in the losses section.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpSetup.png|thumb|none|700px|The Well to Pump Setup control]]&lt;br /&gt;
&lt;br /&gt;
===Well to Pump Results===&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
===Pump to Wheels Setup===&lt;br /&gt;
&lt;br /&gt;
This control allows setting assumptions for vehicles to be used in the well to wheels simulation. The vehicles or sorted by the LDV fuel that they run on and can be selected from the list on the left. The parameters for that vehicle will display on the right.&lt;br /&gt;
&lt;br /&gt;
[[File:PumpToWheelsSetup.png|thumb|none|700px|Vehicle Setup Control]]&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;normal&amp;quot; or &amp;quot;cs&amp;quot; vehicle displays parameters for a combustion engine vehicle as shown above. Many of the vehicles&#039; parameters are based on a baseline vehicle in which case the &amp;quot;% of baseline&amp;quot; columns will be active and changes to values in emissions or miles per gallon will adjust the % of the baseline according for that parameter. &lt;br /&gt;
&lt;br /&gt;
[[File:PumpToWheelsSetupCD.png|thumb|none|400px|CD parameters for hybrid electric vehicles]]&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;cd&amp;quot; control displays options for plug-in hybrid electric vehicles (PHEV). The primary attributes for PHEVs are the electric range, fuel consumption, electricity consumption, charging efficiency, and the source mix for electricity.&lt;br /&gt;
&lt;br /&gt;
===Well to Wheels Results===&lt;br /&gt;
&lt;br /&gt;
[[File:WellToWheelsResults.png|thumb|none|700px|Well to Wheels Results Control]]&lt;br /&gt;
&lt;br /&gt;
===Data Editor===&lt;br /&gt;
[[File:DataEditorSelection.png|thumb|none|700px]]&lt;br /&gt;
&lt;br /&gt;
The controls in the data editor allow direct access to the data stored within the model including the pathways, processes, resources, and more. Many of the controls are linked to from other places such as clicking the name of a process within the well to pump setup and the resulting process editor being opened in a new window. &lt;br /&gt;
&lt;br /&gt;
For detailed information on any of the controls see the Full User Manual under Data Editor.&lt;br /&gt;
&lt;br /&gt;
=Example study=&lt;br /&gt;
==Gasoline Production - Well to Wheels==&lt;br /&gt;
This part of the guide will run through carrying out a simulation for production of gasoline and combustion in a gasoline car.&lt;br /&gt;
&lt;br /&gt;
First start with the &amp;quot;Basic Parameter Setup&amp;quot; and look through the simulation parameters for tables related to conventional gasoline as well as general parameters. This simulation will use the default simulation year of 2010 which is in the &amp;quot;single parameters&amp;quot; tab. Next look through the &amp;quot;Materials Calculated Parameters&amp;quot; tab for Conventional Gasoline which shows assumptions about the fuel. If you have different assumptions for the density or heating value they could be inputted here. Also note the &amp;quot;Other Options&amp;quot; section to the left of the tables as this option determines whether the lower heating value or upper healing value is used for calculations.&lt;br /&gt;
&lt;br /&gt;
[[File:CalculatedFuelSpecifications.png|thumb|400px|none]]&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Transportation Calculated Parameters&amp;quot; table can be used to set parameters for the modes of transportation for the fuel such as average speed and load factor of an ocean tanker carrying crude oil. Additional mode options can be accessed from the data editor under &amp;quot;Edit Modes&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
[[File:TransportationModeOptions.png|thumb|600px|none]]&lt;br /&gt;
&lt;br /&gt;
Moving to the well to pump setup control from the top navigation bar, the Gasoline mixes are found under the &amp;quot;Gasoline&amp;quot; group in the pathway selection. Navigating down to a mix under &amp;quot;Conventional Gasoline&amp;quot; it shows that there is currently one mix stored called &amp;quot;From Crude Oil Mix&amp;quot; and selecting it displays the pathway. &lt;br /&gt;
&lt;br /&gt;
By hovering the mouse of the Feed box, which is tan colored, the energy and emission results for the feed mix pathways are displayed in a drop down summary of the pathways. Clicking the feed name redirects this control to the first feed pathway and selects displays the mix in the pathway selection. Doing this for this CG feed there are three pathways in the mix that feeds into the &amp;quot;From Crude Oil Mix&amp;quot;, those being conventional crude oil at 90.6%, crude oil from oil sands at 4.7%, and crude oil from surface mining at 4.7%. The shares show how much weight each pathway has on the results for that mix.&lt;br /&gt;
&lt;br /&gt;
Clicking the back button brings me back to the CG pathway where three processes are visible. The stationary processes, the light blue ones, can be expanded by double clicking in order to set parameters for the process fuels and their technologies. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpSetupCG.png|thumb|700px|none]]&lt;br /&gt;
&lt;br /&gt;
Expanding a transportation process, the pink colored processes, displays the transportation breakdown for the fuel. The starting locations where the conventional gasoline is being moved from are displayed at the far left followed by a series of transportation modes for representing how the resource will be moved. The distance can be set for the estimated distance that mode will travel, the share specifies how much of the total transported material will be moved using that mode, and clicking the mode name link will open a form for setting other parameters such as fuel shares and energy intensities. &lt;br /&gt;
&lt;br /&gt;
[[File:CGTransportation.png|thumb|600px|none]]&lt;br /&gt;
&lt;br /&gt;
At the bottom left the results for various objects can be displayed. Simply select a process, input under a process, or transportation step to view the emissions and energy used for that object. The &amp;quot;Switch to Pathway&amp;quot; button can be used to go back to the pathway results.&lt;br /&gt;
&lt;br /&gt;
[[File:CGPathwayResults.png|thumb|200px|none]]&lt;br /&gt;
&lt;br /&gt;
Moving to the &amp;quot;Well to Pump Results&amp;quot; page shows the cumulative emissions and energy used for the Crude oil mix to conventional gasoline pathway as well as the mix results for conventional gasoline (the same since there is only one pathway. The results can also be displayed and exported from the table view tab. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsCG.png|thumb|700px|none]]&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pump to Wheels Setup&amp;quot; page allows setting up parameters for the vehicle that will be consuming the LDV resource in the simulation. The gasoline car includes parameters for the fuel economy, emissions, and the LDV fuel mixes to use. This vehicle is considered a baseline vehicle, that being other vehicles base their assumptions as a percent of this vehicle&#039;s values, so the up/down and share controls are disabled.&lt;br /&gt;
&lt;br /&gt;
[[File:PumpToWheelsSetupCG.png|thumb|700px|none]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:ChangeUnitfromContext.png&amp;diff=1909</id>
		<title>File:ChangeUnitfromContext.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=File:ChangeUnitfromContext.png&amp;diff=1909"/>
		<updated>2012-01-17T17:03:27Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: Changing preferred units from the context menu of a textbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Changing preferred units from the context menu of a textbox&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1908</id>
		<title>Unit System</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Unit_System&amp;diff=1908"/>
		<updated>2012-01-17T17:02:46Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: Created page with &amp;quot;==Unit System==  ===How it works===  ===Setting Unit Preferences===  ====Preferences from General Settings====  ====Preferences from textbox context menu==== The preferred unit f…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Unit System==&lt;br /&gt;
&lt;br /&gt;
===How it works===&lt;br /&gt;
&lt;br /&gt;
===Setting Unit Preferences===&lt;br /&gt;
&lt;br /&gt;
====Preferences from General Settings====&lt;br /&gt;
&lt;br /&gt;
====Preferences from textbox context menu====&lt;br /&gt;
The preferred unit for a parameter can also be changed by right clicking on a textbox and going to &amp;quot;Change Unit&amp;quot;. This will open a small window which allows changing what unit the value will be displayed in. If the value has multiple units associated with it, such as with the &amp;quot;Heating Value Liquid&amp;quot; in the picture below, then the preferred unit can be selected for each unit group. Note that changing the preferred units in this way will still change the unit of all other parameters of that unit group so in this case all &amp;quot;Heating Value Liquid&amp;quot; parameters will affected with the new unit selection.&lt;br /&gt;
&lt;br /&gt;
[[File:ChangeUnitfromContext.png|thumb|right|400px|Change Unit preferences from the context menu]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_a_Pathway&amp;diff=1907</id>
		<title>Create a Pathway</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Create_a_Pathway&amp;diff=1907"/>
		<updated>2012-01-17T16:30:11Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Create a Pathway */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Create a Pathway==&lt;br /&gt;
&lt;br /&gt;
In order to create a pathway in GREET.net it is necessary to know:&lt;br /&gt;
* What Processes are involved in the pathway, they can be either stationary or transportation processes&lt;br /&gt;
* What Resources, Intermediate Materials, or Energies are involved in the pathway&lt;br /&gt;
&lt;br /&gt;
Once this is known we are going to check first that the database contains the necessary information for the resources and intermediate materials. If some are missing they will be added using the Resource Editor. In a second time the processes will be created. When the processes are all defined in the database the pathway can be built by assembling processes together.&lt;br /&gt;
&lt;br /&gt;
===Define Resources===&lt;br /&gt;
&#039;&#039;See more details for [[Resources Editor]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to link all the processes together, resources and products for each of them needs to be entered in the database. Usually we define a name and some physical properties if they apply like heating values or carbon and sulfur ratios. Those resources will be used to define the Inputs of a process and their Products. A simple example could be a coal electric plant which uses &#039;&#039;&#039;Coal&#039;&#039;&#039; as an input and produces &#039;&#039;&#039;Electricity&#039;&#039;&#039;. &#039;&#039;&#039;Coal&#039;&#039;&#039; and &#039;&#039;&#039;Electricity&#039;&#039;&#039; needs to be defined in our resources database.&lt;br /&gt;
&lt;br /&gt;
Note: as the product of a process can also be used as a resource for the next process or a fuel for a vehicle. We are using the term resource for any materials or source of energy. Therefore in GREET.net &#039;&#039;&#039;Coal&#039;&#039;&#039;, &#039;&#039;&#039;Electricity&#039;&#039;&#039;, &#039;&#039;&#039;Sun&#039;&#039;&#039; or &#039;&#039;&#039;Ammonia&#039;&#039;&#039; will all be in the Resources Database.&lt;br /&gt;
&lt;br /&gt;
===Define Processes===&lt;br /&gt;
&#039;&#039;See more details for [[Process Editors]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In GREET two major types of processes can be defined: Stationary Processes and Transportation Processes. The database contains most of the processes used in GREET 1.8d_0, so if the necessary processes for that pathway are already in the database, there is no need to create new ones.&lt;br /&gt;
&lt;br /&gt;
If you do need to create new processes which are not already in the database, you will have to use the [[Process Editors]] and make your own. Once saved they will be available for pathway building.&lt;br /&gt;
&lt;br /&gt;
===Build the Pathway using the Pathway Editor===&lt;br /&gt;
[[File:pathway_editor.png|300px|thumb|left|Drag and dropping processes]]&lt;br /&gt;
Adding a pathway can be accessed from the Data Editor form by clicking on the &amp;quot;Pathways&amp;quot; menu and then on &amp;quot;Add Pathway&amp;quot; this will open the pathway editor.&lt;br /&gt;
&lt;br /&gt;
As shown on the left the pathway editor is an empty sheet on which the user can drag and drop processes. The list of processes, which are located in the left column, will be updated automatically according to the current inputs/outputs of the pathway, and the places where a process can be drop are shown by green boxes on the pathway. Therefore building a pathway using existing processes is really easy, it&#039;s a matter of drag and dropping processes.&lt;br /&gt;
&lt;br /&gt;
[[File:feed_placement.png|300px|thumb|right|Drag and dropping a feed]]&lt;br /&gt;
&lt;br /&gt;
On the right side of the pathway editor, the feeds selection tab is shown. The different feeds available are shown on the right side after the panel has been expanded. Then as for processes it&#039;s just a matter of drag and dropping. The feed is used at the beginning of a pathway to replace a material Mix. Let&#039;s think about that case: you have a process which has as an input Bituminous Coal, but this Bituminous Coal might come from different pathways. Instead of drawing those different pathways again and again, we are going to replace them with a Feed box, which is a Mix of the results from those pathways.&lt;br /&gt;
&lt;br /&gt;
When an issue is detected after a process has been dropped a message appears at the top of the pathway editor. In the case of the screenshot on the right, we dropped a process which have inputs from previous, but in the current pathway there is nothing before that process. So to solve this conflict we can either drop a process before, which have for output Bituminous Coal in this example, or drop a &amp;quot;feed&amp;quot; which represent a material Source. In this case the material Source contains a single pathway to create bituminous coal, we are using this to feed out process.&lt;br /&gt;
&lt;br /&gt;
Then to save the process, a name is required. The Hidden option will hide or not this pathway from the GUI, this option can be used for some legacy pathways that we still want to be in the database but not shown to not overwhelm the GUI. The ID is what will be used internally to refer to this pathway, therefore this number is automatically generated by the GUI. Notes can be used to give some indications about the pathway and are saved in the database.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* [[How_to|How to]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Quick_start_guide&amp;diff=1785</id>
		<title>Quick start guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_greetnet_help/index.php?title=Quick_start_guide&amp;diff=1785"/>
		<updated>2011-12-06T18:31:23Z</updated>

		<summary type="html">&lt;p&gt;Cmcooney: /* Gasoline Production - Well to Wheels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How to Install and Run GREET=&lt;br /&gt;
&lt;br /&gt;
==Running GREET==&lt;br /&gt;
&lt;br /&gt;
To run GREET simply run the GREET executable file from a file browser or a shortcut. Running the executable will open the program and allow loading GREET project files. To gain easier access right click the executable and go to send to and then select Desktop (create shortcut).&lt;br /&gt;
&lt;br /&gt;
==Selecting Working Folder==&lt;br /&gt;
&lt;br /&gt;
The processing and data files are separated to allow easily loading and saving multiple project files. After running GREET for the first time you will be asked to select the folder where these data files are stored. &lt;br /&gt;
&lt;br /&gt;
[[File:SelectFoldersMsg.png|thumb|300px|left|Select folders message]]&lt;br /&gt;
&lt;br /&gt;
[[File:SelectFolders.png|thumb|250px|none|Selecting project folders]]&lt;br /&gt;
&lt;br /&gt;
After selecting OK on the message a window will open for selecting the location of the data folders. Navigate to where the &amp;quot;Pictures&amp;quot;,&amp;quot;Log&amp;quot;, and &amp;quot;Data&amp;quot; folders are on your system and select the folder directly above these folders then select OK. The program will load the data files and display the graphical user interface (GUI).&lt;br /&gt;
&lt;br /&gt;
==Copying/Moving Data Folders==&lt;br /&gt;
&lt;br /&gt;
To copy the data folders to a new directory select copy on the directory containing the &amp;quot;Data&amp;quot;, &amp;quot;Log&amp;quot;, and &amp;quot;Pictures&amp;quot; folders and paste it to a new location. This allows customizing where on the computer the program/data is stored.&lt;br /&gt;
&lt;br /&gt;
=Using the GUI=&lt;br /&gt;
&lt;br /&gt;
The GUI separates the key points of setting parameters and viewing results into various controls accessible through the buttons at the top of the main GUI window.&lt;br /&gt;
&lt;br /&gt;
[[File:StepsBarWithPictures.png|thumb|700px|center]]&lt;br /&gt;
&lt;br /&gt;
This image shows the main navigation of the program. Each of the main views can be selected by clicking one of the large buttons on the step bar. In the toolbar the &amp;quot;File&amp;quot; dropdown exposes options for loading and saving GREET projects. The &amp;quot;Results&amp;quot; dropdown shows options for manually recalculating the results and monitoring values. From the &amp;quot;Preferences&amp;quot; dropdown the preferences window can be shown and the table editor can be opened. From the &amp;quot;About&amp;quot; dropdown database information can be viewed, the software can be updated, and the help pages can be opened.&lt;br /&gt;
&lt;br /&gt;
==Preferences==&lt;br /&gt;
&lt;br /&gt;
The main preference pages are the unit and calculation preferences accessible through their associated tabs within the preference window. The unit page, visible below, allows selecting desired units for various groups. Changing the value in the User defined column will cause values of that unit group to be displayed with the selected unit. If a group is made up of multiple units groups then the units can be changed within each group. An example of this is the first unit in the image below where Energy Intensity is composed of Energy over Distance over Mass.&lt;br /&gt;
&lt;br /&gt;
[[File:PreferencesUnits.png|thumb|300px|left]]&lt;br /&gt;
[[File:PreferencesCalculations.png|thumb|310px|none]]&lt;br /&gt;
&lt;br /&gt;
The calculations tab provides various options for controlling how the calculations are executed and displayed. The &amp;quot;Running Options&amp;quot; group of options allows changing calculation parameters such as the maximum iterations to run for calculating upstream values.&lt;br /&gt;
&lt;br /&gt;
==Main views==&lt;br /&gt;
&lt;br /&gt;
[[File:StepsBar.png|thumb|700px|center]]&lt;br /&gt;
&lt;br /&gt;
This image shows the main views, mousing over a button will display the text as shown or displaying the images can be disabled from the preferences.&lt;br /&gt;
&lt;br /&gt;
===Basic Parameter Setup===&lt;br /&gt;
&lt;br /&gt;
This control allows modifying many of the simulation parameters within various tables such as which year to simulate. The tables have a title explaining more about what the table is used for and the cells display the various values. A light blue cell indicates that the value comes from a formula referencing other table values which can be viewed or modified by right clicking and selecting &amp;quot;Edit Formula&amp;quot;. Each value stores a default number and an current number which can be swapped by selecting &amp;quot;Switch to default value&amp;quot; and &amp;quot;Switch to user value&amp;quot; from the right click menu. This allows making changes and easily returning to a default value. For most cells the value has an associated unit which can be modified from the right click menu by selecting &amp;quot;Change Unit&amp;quot; and then selecting the desired units.&lt;br /&gt;
&lt;br /&gt;
[[File:BasicParameterSetup.png|thumb|none|500px|The Basic Parameter Setup Control]]&lt;br /&gt;
&lt;br /&gt;
===Well to Pump Setup===&lt;br /&gt;
&lt;br /&gt;
This allows viewing and modifying parameters specific to processes as well as pathways. &lt;br /&gt;
====Pathway Selection====&lt;br /&gt;
The tree selection in the top left allows selecting a pathway which are organized into light duty vehicle (LDV) fuels, feedstocks, and others. Fuels that make up a family of actual fuels are denoted by a lighter teal color such as Diesel and Gasoline which have multiple fuels under those names. Under each fuel are mixes which represent a particular blend of fuels. Under each mix is one or more pathways which output a fuel that goes into the mix and next to it is the share that the fuel contributes to the mix. &lt;br /&gt;
&lt;br /&gt;
====Pathway Representation====&lt;br /&gt;
The large panel on the right with boxes is a graphical representation of the selected pathway. If the pathway has a fuel that feeds into it then the feed panel will be on the left denoted by a light orange background. After the calculations have been run this panel displays a summary of energy and emissions for the feed mix when the mouse is moved over it. Clicking the title link will display the feed pathway and the back button on the pathway selection control allows returning to the previous pathway.&lt;br /&gt;
&lt;br /&gt;
To the right of the feed are the processes with Stationary Processes showing with a light blue background and Transportation Processes with a pink background. Double clicking a Stationary Process expands the process to display the process fuels consumed in the process and if a fuel has technologies associated with it then it can be expanded to view the technologies. Double clicking a transportation process expands the process to display a graphical representation of the locations and modes that represent the transporting of the material to the destination. Double upward arrows next to a process represent a loss (leakage or boil-off) which can be displayed by clicking the arrows. Various parameters can be set for each process and the titles in blue can be used to open a window with more parameters for that object.&lt;br /&gt;
&lt;br /&gt;
====Property Display====&lt;br /&gt;
The bottom left control displays properties for the selected object in the pathway representation. The pathway summary can also be display by clicking the &amp;quot;Switch to pathway&amp;quot; button. The emissions section displays how much of each gas emission is released and is also broke down intro all included and partial upstream. The emissions are also displayed in the groups criteria pollutants, emission gases, from combustion, and greenhouse gases. The energy is also broke down into upstream included and partial upstream as well as displaying energy per process fuel. The energy is also grouped into fossil, petroleum, natural gas, coal, non fossil, nuclear, and renewable fuels. If a loss is as is associated with the selected process then it will display in the losses section.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpSetup.png|thumb|none|700px|The Well to Pump Setup control]]&lt;br /&gt;
&lt;br /&gt;
===Well to Pump Results===&lt;br /&gt;
The well to pump results allow viewing and comparing the energy usage and emission results for each of the pathways in each of the mixes for a LDV fuel. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsTabular.png|thumb|none|700px|Well to pump results in table format]]&lt;br /&gt;
&lt;br /&gt;
The tabular version of the results displays the energy usage and emissions for each pathway as well as the weighted average of the values based on the share of each pathway. The pathways that are displayed depends on what is selected on the left material selection control. If the resulting material is selected then each pathway within each mix is displayed on the right as well as the weighted results for the mix. The column header represents this by starting with either &amp;quot;PATH&amp;quot; for pathway results or &amp;quot;SRC&amp;quot; for the mix results. Selecting a single pathway will display the energy used and emissions for each process within the pathway each denoted by &amp;quot;PROC&amp;quot; in the result table. The results can be exported by right clicking and selecting &amp;quot;Copy to Clipboard&amp;quot; or &amp;quot;Save to XML File&amp;quot;. Once copied the results can either be pasted into Excel or a text editor.&lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsGraphical.png|thumb|none|700px|Well to pump results in graphical format]]&lt;br /&gt;
&lt;br /&gt;
The graphical format of the results allows seeing the pathways as they feed into a mix of the resulting LDV fuel. Each of the pathways display on the left of the graphic with their name and share amount as well as the emissions displayed on the left of the panel and the energy displayed on the right. The source box then shows the weighted mix results from combining the output of the pathways.&lt;br /&gt;
&lt;br /&gt;
===Pump to Wheels Setup===&lt;br /&gt;
&lt;br /&gt;
This control allows setting assumptions for vehicles to be used in the well to wheels simulation. The vehicles or sorted by the LDV fuel that they run on and can be selected from the list on the left. The parameters for that vehicle will display on the right.&lt;br /&gt;
&lt;br /&gt;
[[File:PumpToWheelsSetup.png|thumb|none|700px|Vehicle Setup Control]]&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;normal&amp;quot; or &amp;quot;cs&amp;quot; vehicle displays parameters for a combustion engine vehicle as shown above. Many of the vehicles&#039; parameters are based on a baseline vehicle in which case the &amp;quot;% of baseline&amp;quot; columns will be active and changes to values in emissions or miles per gallon will adjust the % of the baseline according for that parameter. &lt;br /&gt;
&lt;br /&gt;
[[File:PumpToWheelsSetupCD.png|thumb|none|400px|CD parameters for hybrid electric vehicles]]&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;cd&amp;quot; control displays options for plug-in hybrid electric vehicles (PHEV). The primary attributes for PHEVs are the electric range, fuel consumption, electricity consumption, charging efficiency, and the source mix for electricity.&lt;br /&gt;
&lt;br /&gt;
===Well to Wheels Results===&lt;br /&gt;
&lt;br /&gt;
[[File:WellToWheelsResults.png|thumb|none|700px|Well to Wheels Results Control]]&lt;br /&gt;
&lt;br /&gt;
===Data Editor===&lt;br /&gt;
[[File:DataEditorSelection.png|thumb|none|700px]]&lt;br /&gt;
&lt;br /&gt;
The controls in the data editor allow direct access to the data stored within the model including the pathways, processes, resources, and more. Many of the controls are linked to from other places such as clicking the name of a process within the well to pump setup and the resulting process editor being opened in a new window. &lt;br /&gt;
&lt;br /&gt;
For detailed information on any of the controls see the Full User Manual under Data Editor&lt;br /&gt;
&lt;br /&gt;
[https://wiki.inside.anl.gov/greet/Full_User_Manual#Data_Editors User Manual - Data Editors]&lt;br /&gt;
&lt;br /&gt;
=Example study=&lt;br /&gt;
==Gasoline Production - Well to Wheels==&lt;br /&gt;
This part of the guide will run through carrying out a simulation for production of gasoline and combustion in a gasoline car.&lt;br /&gt;
&lt;br /&gt;
First start with the &amp;quot;Basic Parameter Setup&amp;quot; and look through the simulation parameters for tables related to conventional gasoline as well as general parameters. This simulation will use the default simulation year of 2010 which is in the &amp;quot;single parameters&amp;quot; tab. Next look through the &amp;quot;Materials Calculated Parameters&amp;quot; tab for Conventional Gasoline which shows assumptions about the fuel. If you have different assumptions for the density or heating value they could be inputted here. Also note the &amp;quot;Other Options&amp;quot; section to the left of the tables as this option determines whether the lower heating value or upper healing value is used for calculations.&lt;br /&gt;
&lt;br /&gt;
[[File:CalculatedFuelSpecifications.png|thumb|400px|none]]&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Transportation Calculated Parameters&amp;quot; table can be used to set parameters for the modes of transportation for the fuel such as average speed and load factor of an ocean tanker carrying crude oil. Additional mode options can be accessed from the data editor under &amp;quot;Edit Modes&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
[[File:TransportationModeOptions.png|thumb|600px|none]]&lt;br /&gt;
&lt;br /&gt;
Moving to the well to pump setup control from the top navigation bar, the Gasoline mixes are found under the &amp;quot;Gasoline&amp;quot; group in the pathway selection. Navigating down to a mix under &amp;quot;Conventional Gasoline&amp;quot; it shows that there is currently one mix stored called &amp;quot;From Crude Oil Mix&amp;quot; and selecting it displays the pathway. &lt;br /&gt;
&lt;br /&gt;
By hovering the mouse of the Feed box, which is tan colored, the energy and emission results for the feed mix pathways are displayed in a drop down summary of the pathways. Clicking the feed name redirects this control to the first feed pathway and selects displays the mix in the pathway selection. Doing this for this CG feed there are three pathways in the mix that feeds into the &amp;quot;From Crude Oil Mix&amp;quot;, those being conventional crude oil at 90.6%, crude oil from oil sands at 4.7%, and crude oil from surface mining at 4.7%. The shares show how much weight each pathway has on the results for that mix.&lt;br /&gt;
&lt;br /&gt;
Clicking the back button brings me back to the CG pathway where three processes are visible. The stationary processes, the light blue ones, can be expanded by double clicking in order to set parameters for the process fuels and their technologies. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpSetupCG.png|thumb|700px|none]]&lt;br /&gt;
&lt;br /&gt;
Expanding a transportation process, the pink colored processes, displays the transportation breakdown for the fuel. The starting locations where the conventional gasoline is being moved from are displayed at the far left followed by a series of transportation modes for representing how the resource will be moved. The distance can be set for the estimated distance that mode will travel, the share specifies how much of the total transported material will be moved using that mode, and clicking the mode name link will open a form for setting other parameters such as fuel shares and energy intensities. &lt;br /&gt;
&lt;br /&gt;
[[File:CGTransportation.png|thumb|600px|none]]&lt;br /&gt;
&lt;br /&gt;
At the bottom left the results for various objects can be displayed. Simply select a process, input under a process, or transportation step to view the emissions and energy used for that object. The &amp;quot;Switch to Pathway&amp;quot; button can be used to go back to the pathway results.&lt;br /&gt;
&lt;br /&gt;
[[File:CGPathwayResults.png|thumb|200px|none]]&lt;br /&gt;
&lt;br /&gt;
Moving to the &amp;quot;Well to Pump Results&amp;quot; page shows the cumulative emissions and energy used for the Crude oil mix to conventional gasoline pathway as well as the mix results for conventional gasoline (the same since there is only one pathway. The results can also be displayed and exported from the table view tab. &lt;br /&gt;
&lt;br /&gt;
[[File:WellToPumpResultsCG.png|thumb|700px|none]]&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pump to Wheels Setup&amp;quot; page allows setting up parameters for the vehicle that will be consuming the LDV resource in the simulation. The gasoline car includes parameters for the fuel economy, emissions, and the LDV fuel mixes to use. This vehicle is considered a baseline vehicle, that being other vehicles base their assumptions as a percent of this vehicle&#039;s values, so the up/down and share controls are disabled.&lt;br /&gt;
&lt;br /&gt;
[[File:PumpToWheelsSetupCG.png|thumb|700px|none]]&lt;/div&gt;</summary>
		<author><name>Cmcooney</name></author>
	</entry>
</feed>