Veda2.0 Released!


Multi inputs
#1
Dear all,
     In the demo models, the way to model multi inputs is to use Share~I~UP with the same units. Now I want to model multi  inputs for one output, is there some way in addition to Share~I~UP(because the units of inputs are not identical)?
    Thank you very much.
 Zhi Guo
Reply
#2
If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.
Reply
#3
(18-12-2021, 04:33 PM)AKanudia Wrote: If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.

    Thank you very much.
  Zhi Guo
Reply
#4
(18-12-2021, 05:38 PM)guozhi1305 Wrote:
(18-12-2021, 04:33 PM)AKanudia Wrote: If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.

    Thank you very much.
  Zhi Guo

I working with the Fuel Mixes a lot where a total energy input is in PJ and let´s say there are 4 different fuels input (NG-2 PJ, ANT-1 PJ, HFO-1 PJ, BIO-1 PJ) all these fuel transform via proces to NRG - FMIX01 commodity but some boilers needs additive like limestone in Mt - (million tonnes) In this case i m using INPUT together with SHARE-I or Auxiliary Input for Material input.
Reply
#5
(18-12-2021, 06:17 PM)JozefO Wrote:
(18-12-2021, 05:38 PM)guozhi1305 Wrote:
(18-12-2021, 04:33 PM)AKanudia Wrote: If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.

    Thank you very much.
  Zhi Guo

I working with the Fuel Mixes a lot where a total energy input is in PJ and let´s say there are 4 different fuels input (NG-2 PJ, ANT-1 PJ, HFO-1 PJ, BIO-1 PJ) all these fuel transform via proces to NRG - FMIX01 commodity but some boilers needs additive like limestone in Mt - (million tonnes) In this case i m using INPUT together with SHARE-I or Auxiliary Input for Material input.
     Thank you very much.
Zhi Guo
Reply
#6
(18-12-2021, 06:17 PM)JozefO Wrote:
(18-12-2021, 05:38 PM)guozhi1305 Wrote:
(18-12-2021, 04:33 PM)AKanudia Wrote: If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.

    Thank you very much.
  Zhi Guo

I working with the Fuel Mixes a lot where a total energy input is in PJ and let´s say there are 4 different fuels input (NG-2 PJ, ANT-1 PJ, HFO-1 PJ, BIO-1 PJ) all these fuel transform via proces to NRG - FMIX01 commodity but some boilers needs additive like limestone in Mt - (million tonnes) In this case i m using INPUT together with SHARE-I or Auxiliary Input for Material input.

    Thanks for your reply. In the demo, I find that one output(Mt) with five inputs(one of them is Mt, and rest of them is PJ), is it correct? Please see the attachhment.
    Thank you very much.
Zhi Guo


Attached Files
.xls   SubRES_New-IND.xls (Size: 51 KB / Downloads: 17)
Reply
#7
(18-12-2021, 08:17 PM)guozhi1305 Wrote:
(18-12-2021, 06:17 PM)JozefO Wrote:
(18-12-2021, 05:38 PM)guozhi1305 Wrote:
(18-12-2021, 04:33 PM)AKanudia Wrote: If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.

    Thank you very much.
  Zhi Guo

I working with the Fuel Mixes a lot where a total energy input is in PJ and let´s say there are 4 different fuels input (NG-2 PJ, ANT-1 PJ, HFO-1 PJ, BIO-1 PJ) all these fuel transform via proces to NRG - FMIX01 commodity but some boilers needs additive like limestone in Mt - (million tonnes) In this case i m using INPUT together with SHARE-I or Auxiliary Input for Material input.

    Thanks for your reply. In the demo, I find that one output(Mt) with five inputs(one of them is Mt, and rest of them is PJ), is it correct? Please see the attachhment.
    Thank you very much.
Zhi Guo
Yes, there´s nothing wrong Smile
Reply
#8
Yes, I cannot see anything wrong there either.

But using Input is good only when the input share should be fully fixed. If you would like to model flexible shares among the energy inputs, you could use ACT_EFF(r,y,p,'NRG',ts), plus some FLO_SHAR where needed.

You can also use FLO_SHAR between a material and energy commodity, if needed, or between a material commodity and the whole group of energy inputs, or even between a material commodity and the process activity.
Reply
#9
(19-12-2021, 11:16 PM)JozefO Wrote:
(18-12-2021, 08:17 PM)guozhi1305 Wrote:
(18-12-2021, 06:17 PM)JozefO Wrote:
(18-12-2021, 05:38 PM)guozhi1305 Wrote:
(18-12-2021, 04:33 PM)AKanudia Wrote: If the units are not identical then the inputs are likely not fit to be in the same commodity group. See if you can use the INPUT attribute instead.

    Thank you very much.
  Zhi Guo

I working with the Fuel Mixes a lot where a total energy input is in PJ and let´s say there are 4 different fuels input (NG-2 PJ, ANT-1 PJ, HFO-1 PJ, BIO-1 PJ) all these fuel transform via proces to NRG - FMIX01 commodity but some boilers needs additive like limestone in Mt - (million tonnes) In this case i m using INPUT together with SHARE-I or Auxiliary Input for Material input.

    Thanks for your reply. In the demo, I find that one output(Mt) with five inputs(one of them is Mt, and rest of them is PJ), is it correct? Please see the attachhment.
    Thank you very much.
Zhi Guo
Yes, there´s nothing wrong Smile

    Thanks for your reply. 
Zhi Guo
Reply
#10
(19-12-2021, 11:28 PM)Antti-L Wrote: Yes, I cannot see anything wrong there either.

But using Input is good only when the input share should be fully fixed. If you would like to model flexible shares among the energy inputs, you could use ACT_EFF(r,y,p,'NRG',ts), plus some FLO_SHAR where needed.

You can also use FLO_SHAR between a material and energy commodity, if needed, or between a material commodity and the whole group of energy inputs, or even between a material commodity and the process activity.

     Your reply is very helpful. Thank you very much.
Zhi Guo
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Multi-region parameter guozhi1305 2 3,388 03-05-2021, 04:19 PM
Last Post: guozhi1305
  Modeling transmission lines in multi-regional models saleh 51 89,920 26-04-2021, 01:03 PM
Last Post: guozhi1305
  Demand projection in multi region model Lukas 6 12,053 15-11-2018, 03:55 PM
Last Post: Lukas
  Running a single region in a multi-regional model tnapp 5 13,821 14-04-2017, 11:28 AM
Last Post: AKanudia
  Multi-regional model parameters fg 4 11,600 25-08-2016, 07:41 PM
Last Post: fg
  'Consecutive' inputs possible? kramea 0 3,716 22-08-2015, 11:49 AM
Last Post: kramea
  multi-criteria optimization Tom 2 8,284 10-05-2012, 11:02 AM
Last Post: Tom
  Fixed and flexible inputs combined wnijs 23 53,752 11-06-2011, 10:54 AM
Last Post: Antti-L

Forum Jump:


Users browsing this thread: 1 Guest(s)