Posts: 10
Threads: 3
Joined: Aug 2023
Hi, TIMES team,
I am trying to build a energy system coupled jobs, so I need to add employment coefficient (tracking process) to model. But I have a question when trying, the `FLO_EMIS` is about activity, so which attritube is that I can use?
I'll appreciate it if any reply!
Sincerely,
Jinh
Posts: 392
Threads: 18
Joined: May 2010
05-08-2023, 08:54 PM
(This post was last modified: 05-08-2023, 08:55 PM by Antti-L.)
> But I have a question when trying, the `FLO_EMIS` is about activity, so which attritube is that I can use?
I am not sure I understand the question. FLO_EMIS(reg,year,prc,cg,com,ts) defines the amount of emissions (com) per unit of process flow(s) or activity (cg). It can, of course, be used also for other commodities (not emissions). But anyway, the flow of com can be defined to be proportional to any combination of other flows of the process.
More generally, process flows can be defined to be proportional to other process flows, to the activity, to the total installed capacity, and to the new capacity installed in each period. TIMES attributes for defining process flows include ACT_FLO, FLO_EFF, FLO_EMIS, FLO_FUNC, FLO_SHAR, NCAP_COM, NCAP_ICOM/OCOM, and VDA_FLOP. In addition, user constraints can also be used for defining process flows, in terms of basically any model variables. Perhaps you could describe what you want in mathematical terms, to better understand the modeling issue related to an employment coefficient?
Posts: 10
Threads: 3
Joined: Aug 2023
Thanks for your fast reply.
simply, such as the form of employment coefficient is N jobs/Gw,which means N * installed GW.
yeah, I have noticed FLO_EMIS can track process, how to use this function in modeling? please.
Posts: 392
Threads: 18
Joined: May 2010
Ok, if those jobs are produced in proportion to the installed capacity, N jobs per GW, you could define:
NCAP_COM(reg,year,prc,'JOBS','OUT') = N;
Posts: 10
Threads: 3
Joined: Aug 2023
Thanks a lot Antti-L! I followed your instruction, and now it perfectly worked!
Sincerely,
Jinh
Posts: 10
Threads: 3
Joined: Aug 2023
(05-08-2023, 11:22 PM)Antti-L Wrote: Ok, if those jobs are produced in proportion to the installed capacity, N jobs per GW, you could define:
NCAP_COM(reg,year,prc,'JOBS','OUT') = N;
By the way, if I want to define a job coefficient applied to the investment capacity (VAR_NCAP), how to make it?
Posts: 392
Threads: 18
Joined: May 2010
> By the way, if I want to define a job coefficient applied to the investment capacity (VAR_NCAP), how to make it?
Your question is a bit ambiguous. But anyway, with NCAP_ICOM(reg,year,prc,'JOBS') = M; you can define that when new capacity is installed, the installation consumes/produces M jobs per GW installed (if the capacity unit is GW). If M is positive, it is consumption, and if M is negative, it is production. Note that this parameter would not represent an annual amount of jobs maintained or reduced per GW, it is the total amount "produced" or "consumed" within the period(s) of installation. Therefore, depending on what you actually mean by a "job coefficient applied to the investment capacity", you need to bear that in mind, and perhaps need to adjust M by the average length of those jobs (in years) related to the installation, to get the approximate impact on annual jobs maintained.
Posts: 10
Threads: 3
Joined: Aug 2023
Tnanks a lot, Antti-L!
I got it, and I will try to make it!
Best regards,
Jinh
Posts: 10
Threads: 3
Joined: Aug 2023
14-08-2023, 07:43 AM
(This post was last modified: 14-08-2023, 07:54 AM by myhan.)
Hi, Antti-L,
I'm grateful for your previous instructions which could work well. At the same time, I have a new question.
I want to add an unemployment coefficient appliend to the energy sector job. As for mining sector, there are 100 employers in 2020, maybe 60 employer in 2025. We tend to pay a one-time subsidy for 40 unemployers, such as 10000$ * 40. Then I need to add the cost(subsidy) to the objective function. How could I make it?
Best regards,
Jinh
|