Posts: 62
Threads: 23
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Sep 2018
Hello,
In the demo models, we can set the emission coefficients for INDCOA( commodity), and I want to know how to set the coefficients for the capacity and process?
Thank you!
Anna
Posts: 26
Threads: 7
Likes Received: 2 in 1 posts
Likes Given: 1
Joined: Jan 2012
(12-01-2019, 06:32 PM)guozhi1305 Wrote: Hello,
In the demo models, we can set the emission coefficients for INDCOA( commodity), and I want to know how to set the coefficients for the capacity and process?
Thank you!
Anna
Hi Guo,
you should look into setting the variable "ENV_ACT" environmental activity emissions factor which can be set for a process and is started in demo02.
James
Posts: 62
Threads: 23
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Sep 2018
(12-01-2019, 09:34 PM)JGlynn Wrote: (12-01-2019, 06:32 PM)guozhi1305 Wrote: Hello,
In the demo models, we can set the emission coefficients for INDCOA( commodity), and I want to know how to set the coefficients for the capacity and process?
Thank you!
Anna
Hi Guo,
you should look into setting the variable "ENV_ACT" environmental activity emissions factor which can be set for a process and is started in demo02.
Jam Thank you.
Posts: 1,956
Threads: 26
Likes Received: 55 in 47 posts
Likes Given: 16
Joined: Jun 2010
(12-01-2019, 06:32 PM)guozhi1305 Wrote: I want to know how to set the coefficients for the capacity and process? As well described by James, ENV_ACT can be used for defining emissions on the process activity. More generally, I would give the following suggestions: - To define emissions of com on the process activity, use ENV_ACT(r,y,p,com,ts) or FLO_EMIS(r,y,p,ACT,com,ts)
- To define emissions of com on a process flow (or several individual process flows), use FLO_EMIS(r,y,p,c,com,ts) (normal processes only), or IRE_FLOSUM (trade processes)
- To define emissions of com on the process capacity, use NCAP_COM(r,y,p,com,OUT)
Posts: 62
Threads: 23
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Sep 2018
(14-01-2019, 06:16 PM)Antti-L Wrote: (12-01-2019, 06:32 PM)guozhi1305 Wrote: I want to know how to set the coefficients for the capacity and process? As well described by James, ENV_ACT can be used for defining emissions on the process activity. More generally, I would give the following suggestions:- To define emissions of com on the process activity, use ENV_ACT(r,y,p,com,ts) or FLO_EMIS(r,y,p,ACT,com,ts)
- To define emissions of com on a process flow (or several individual process flows), use FLO_EMIS(r,y,p,c,com,ts) (normal processes only), or IRE_FLOSUM (trade processes)
- To define emissions of com on the process capacity, use NCAP_COM(r,y,p,com,OUT)
Thank you.
|