14-02-2014, 09:13 PM
Hello,
I tested a few ways to set a constraint on MWh electricity generation from a coal power plant, but none of them worked. I have a separate process (SECSTMBL) to account for CO2 emission from a coal plant (ECOALSTM). I have an upper bound constraint (1000 lb CO2/ MWh electricity produced by the coal plant). So, the equation would be:
CO2 emission from SECSTMBL (lb) / electricity generation from ECOALSTM (MWh) <= 1000
or
CO2 emission from SECSTMBL (lb) <= 1000 * electricity generation from ECOALSTM (MWh)
If I convert it to the equation in TIMES, it would be:
1*VAR_FLO (SECSTMBL, CO2) <= 1000 * VAR_ACT (ECOALSTM)
I think I need to use UC_ATTR(type,SYNC) to activate both right and left sides of the equation, but I don't know the type?
~UC_Sets: R_E: Reg1 | ||||||||||
~UC_Sets: T_E: | ~UC_T | |||||||||
UC_N | Pset_PN | Pset_CO | UC_ATTR~LHS | UC_ATTR~RHS | Year | LimType | UC_ACT~RHS | UC_FLO~LHS | UC_RHSRTS~REG1 | UC_RHSRTS~0 |
UC_test | SECSTMBL | ELCCO2 | FLO | ACT | 2015 | UP | 1000 | 0 | 1 | |
ECOALSTM | ELC | SYNC | 1 |
Thank you so much for your help,
Samaneh