Posts: 16
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2010
Good morning for All.
I want change attribute "Life" in technology that define in base scenario (BASE.dd file).
I change it by "Scenario" file.
This file generate dd file:
"
$ONEMPTY
$ONEPS
$ONWARNING
$SET RUN_NAME 'BAU'
$SET SCENARIO_NAME 'CHANGE_LIFE'
SET TOP_IRE
/
/
SET UC_N
/
/
PARAMETER
NCAP_TLIFE ' '/
RUS.2005.HETCOA 10
/
"
But there is no diffrence after use it.
Could You find my error.
Thank You for your help.
Posts: 16
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2010
Attribute "Life" is define in bas file. Is it wrong?
Posts: 16
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2010
Posts: 1,972
Threads: 26
Likes Received: 61 in 52 posts
Likes Given: 18
Joined: Jun 2010
I can see that you have defined PRC_RESID for this process. If you have also disabled any new investments for this process, NCAP_TLIFE will have no effect in TIMES. However, VEDA-FE does use NCAP_TLIFE for automatically generating a zero-point for PRC_RESID, but I guess it uses only the value defined in the Base Year templates for that purpose. Consequently, changing the NCAP_TLIFE value in a scenario file for a process that cannot have new investments would in that case have no effect whatsoever.
Posts: 16
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2010
If I insert NCAP_BND(UP)=0, then create new capacity, but I want change Life, without abbility for new capacity. Actually change finishe year for set technology from 2025 to 2015 or 2035.
Are there method for change life?
Posts: 1,059
Threads: 42
Likes Received:
20 in 16 posts
Likes Given: 26
Joined: May 2010
Reputation:
20
Probably the best route for you is to use NCAP_PASTI and control the retirement with LIFE. Using RESID + Life will also work but VEDA will generate a ZERO value for the Year = Resid Year + Life. So, linear decline of stock. NCAP_PASTI will give you a rectangular profile.
Posts: 1,972
Threads: 26
Likes Received: 61 in 52 posts
Likes Given: 18
Joined: Jun 2010
You can simply define a PRC_RESID until the desired end date. For example, by defining PRC_RESID(r,2005,p) = A and PRC_RESID(r,2030,p) = A, the process will have capacity A from 2005 to 2030, and zero afterwards.
Posts: 16
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2010
PRC_RESID work! But only if I need decrise life, but not increase.
Are there method for remove parameter from table, like ~TMF_INS and ~TMF_UPD in Scenario file?