Veda2.0 Released!


DELTA-ATM constraints beyond 2100
#1
Hi all

So I'm trying to constraint DELTA-ATM so that it can no longer increase after 2100 using the constraint (sorry for the horrible formatting, suggestions welcome on how to improve):


Code:
~UC_SETS: R_E: GBL                                                            
                                ~UC_T                            
UC_N    UC_ATTR~RHS    Pset:PN    PSet: CO    PSet: CI    Cset_CN    Attribute    Year    LimType    UC_CLI~RHS~2100    UC_CLI~RHS~2200    UC_CLI~LHS~2100    UC_CLI~LHS~2200    UC_RHST~2100    UC_RHST~2200    UC_RHST~0
DELTAT_NOGROW    CLI,GROWTH                DELTA-ATM            UP    1    1    1    1    0    0    1


This generates a constraint in the LP that looks like:


Code:
_EQE_UCSU(DELTAT_NOGROW.2100)#2312283: - VAR_UCT(DELTAT_NOGROW.2100)#3094060
                                - VAR_CLIBOX(DELTAmATM.2090)#3139601
                                + VAR_CLIBOX(DELTAmATM.2100)#3139602  = 0


Which is what I expected. But it doesn't extend beyond 2100, i.e. I'd have thought there would be more lines like the above with .2120, .2140, etc based on what BEOHMOD is set to.

Section 2.4 of http://www.iea-etsap.org/docs/Climate-Beyond-EOH.pdf seems to imply it is possible to constrain DELTA-ATM beyond 2100.

Any ideas?

Many thanks!
Reply
#2
It is indeed possible to bound / constrain DELTA-ATM beyond the model horizon to any given value, as documented. The input parameter for bounding the temperature change is CM_MAXC. For example, to bound the temperature change to at most 2 degrees in 2150:

 CM_MAXC(2150,DELTA-ATM)= 2;

But it seems you would not like to constrain the temperature change to a given known value, but instead to some unknown value, by defining a TIMES user constraint. Unfortunately, user constraints can by design only operate on variables at milestone years, or cumulative variables within the model horizon, and it would not be straightforward to allow referring to years beyond the horizon with UC constraints.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to effectively impose land constraints on renewable technologies? Abdulaziz 1 405 26-01-2025, 07:11 PM
Last Post: Antti-L
  Solar lower costs impact capacity constraints LucasD 10 10,048 18-12-2020, 03:04 PM
Last Post: AKanudia
  H2 blending - constraints in simultaneous processes pfortes 6 7,416 26-05-2020, 10:58 PM
Last Post: pfortes
  Constraints on Solar and Wind subhadipbhattacharya 0 3,163 22-10-2019, 06:46 PM
Last Post: subhadipbhattacharya
Photo COMMODITY CONSTRAINTS Tanzeel 3 9,450 30-01-2017, 12:55 AM
Last Post: Antti-L
  Quality constraints- petroleum products/refinery awyrwa 1 5,906 20-08-2014, 08:29 AM
Last Post: Antti-L
  Modeling a vehicle eff. target w/ user constraints dlmccollum 22 48,810 07-09-2010, 01:17 PM
Last Post: Antti-L

Forum Jump:


Users browsing this thread: 1 Guest(s)