root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @468 [468] 2 months kevin Allow prettier format with Coopr/CPlex as a solver as well.
(edit) @467 [467] 2 months kevin The associated/updated options.py file.
(edit) @466 [466] 2 months kevin This is the non-homogeneous Markov chain tree generator. It needs a …
(edit) @465 [465] 2 months kevin This is a quick and dirty script to parse CPlex solution output. I …
(edit) @464 [464] 3 months jdecarolis Need to use Python2.7 with Coopr. Updated error message to reflect the …
(edit) @463 [463] 3 months kevin Fix warning by removing layers. For the time being, we aren't using …
(edit) @462 [462] 3 months kevin Correct Graphviz warning. Also correct warning message grammar.
(edit) @461 [461] 3 months kevin Handle unused technologies gracefully. Though the model was properly …
(edit) @460 [460] 3 months kevin Inform user of unused technology. (Specified in tech_resource or …
(edit) @459 [459] 3 months kevin Minor updates with specific examples in the README. One of the updates is …
(edit) @458 [458] 3 months kevin Allow our Graphviz code to work in Windows. Windows appears to have some …
(edit) @457 [457] 3 months kevin Hopefully a clarification.
(edit) @456 [456] 3 months kevin Move explanation to a more suitable README file.
(edit) @455 [455] 3 months kevin Update growht rates of iew2012 data. This is the run I ran /after/ we …
(edit) @454 [454] 3 months kevin Updated with new Demand growth numbers.
(edit) @453 [453] 3 months kevin Adding iew2012 to the repository …
(edit) @452 [452] 3 months kevin Update the README for the -match-MARKAL branch.
(edit) @451 [451] 3 months kevin For the time being, copy temoa_stochastic.py. It's unfortunate that PySP …
(edit) @450 [450] 3 months kevin Finally actually commit marginal_cost summation fix. (Don't double count …
(edit) @449 [449] 3 months kevin Remove context-useless backslash line continuation
(edit) @448 [448] 3 months kevin NFC: some mild changes, and a comment TODO added.
(edit) @447 [447] 3 months kevin Remove mistakenly committed debugging print. Also, Markus is helping to …
(edit) @446 [446] 4 months kevin Have fun with the temoa_island name.
(edit) @445 [445] 4 months kevin Do not ignore non-conditional nodes The original assumption of this …
(edit) @444 [444] 4 months kevin Minor comment typo.
(edit) @443 [443] 4 months kevin That would be 3, not 4. Apparently, I can't count.
(edit) @442 [442] 4 months kevin This directory was supposed to be removed a couple of commits ago …
(edit) @441 [441] 4 months kevin This copy of the ELC model is redundant, out of date, and no longer "in …
(edit) @440 [440] 4 months kevin Removing some now obsolete data files. README explains the new Temoa …
(edit) @439 [439] 4 months kevin Moving prune.sh out of service …
(edit) @438 [438] 4 months kevin Preparing to remove prune.sh from service …
(edit) @437 [437] 4 months kevin Update generate_scenario_tree.py script. This script no longer uses the …
(edit) @436 [436] 4 months jdecarolis Transportation demand in 2010 was updated from 10 to 200; the former has …
(edit) @435 [435] 4 months jdecarolis This is an updated and calibrated version of the iew.dat developed …
(edit) @434 [434] 5 months kevin Remove the unnecessary "Home" shaped gray button. Given that the expected …
(edit) @433 [433] 5 months kevin Create only the CapacityFactor? parameters that are used. Since this …
(edit) @432 [432] 5 months kevin The script that turned out to be rather useful while debugging …
(edit) @431 [431] 5 months kevin Some minor comment additions, and value correction. The value correction …
(edit) @430 [430] 5 months kevin The MARKAL specifics. The gist, which took *so* long to figure out, is …
(edit) @429 [429] 5 months kevin Complete the merge. Gah, for some reason the merge wasn't complete. Now …
(edit) @428 [428] 5 months kevin Mergine from -Coopr3 branch. I should have created this branch after …
(edit) @427 [427] 5 months kevin Update objective function. The objective function was erroneously …
(edit) @426 [426] 5 months kevin A branch for matching results with MARKAL.
(edit) @425 [425] 5 months kevin Ensure set ordering. The most ideal fix would be to enforce a sorting …
(edit) @424 [424] 5 months kevin Partially deal with silly user input. Previously, the user was allowed to …
(edit) @423 [423] 6 months kevin Implement newly found DemandActivity? need The inline comment fairly well …
(edit) @422 [422] 6 months kevin One more graph: breakdown by time slice This commit allows one to view …
(edit) @421 [421] 6 months kevin Add some function comments. Though these are to be directly seen by …
(edit) @420 [420] 6 months kevin Inform user of Coopr bug and fix, if afflicted.
(edit) @419 [419] 6 months kevin Coopr's glpk_experimental is no more. Coopr replaced their former GLPK …
(edit) @418 [418] 6 months kevin Mild rework of wrong Python error message. Just to be a little bit more …
(edit) @417 [417] 6 months kevin Make slightly prettier some error information. If a user doesn't quite …
(edit) @416 [416] 6 months kevin Update V_Activity comment.
(edit) @415 [415] 6 months kevin Minor < to <=. This actually makes no difference, because in this context …
(edit) @414 [414] 6 months kevin Remove a now superfluous try/except clause. Try/Except clauses can be …
(edit) @413 [413] 6 months kevin Corrected baseload constraint The previous baseload was comparing total …
(edit) @412 [412] 7 months kevin Fix typo/thinko to now produce process result graphs.
(edit) @411 [411] 8 months kevin Remove some useless input data. With the new TechLifetime? and …
(edit) @410 [410] 8 months kevin Elide an awkward bit of _rule code. No need to use a "CSy" type check, …
(edit) @409 [409] 8 months kevin Add multiprocessing to Graphviz routines With the functionalization of …
(edit) @408 [408] 8 months kevin Add per-period total-system results graph. This is the final large chunk …
(edit) @407 [407] 8 months kevin Add two Graphviz results graphs. Bring in two "actual numbers" results …
(edit) @406 [406] 8 months kevin Add stub for "DetailedModelGraph?" I'm not actually sure what this set of …
(edit) @405 [405] 8 months kevin Import "simple model" graph from summer work This simple model has no …
(edit) @404 [404] 8 months kevin Graphviz update 2: partial process graphs This folds in round two of the …
(edit) @403 [403] 8 months kevin Begin breaking summer Graphviz code up into functions This is the first …
(edit) @402 [402] 8 months kevin Refactor logic in original graphing code. New logic makes use of a better …
(edit) @401 [401] 8 months kevin Move Graphviz functions to their own module.
(edit) @400 [400] 8 months kevin Forgotten commit: when (not) to count tech_storage ... And when to count …
(edit) @399 [399] 8 months kevin Remove dat file inconsistencies This will amount to a logical NFC, but …
(edit) @398 [398] 8 months kevin Refactor: more "pull only from available options" Continue further the …
(edit) @397 [397] 8 months kevin Use Efficiency table to generate globals This is effectively an NFC, but …
(edit) @396 [396] 8 months kevin NFC: move from backslash line continuation Use Python's parenthesis …
(edit) @395 [395] 8 months kevin NFC: function signatures to respect 80-char limit
(edit) @394 [394] 9 months kevin Cleanup two functions These two functions originally made use of the …
(edit) @393 [393] 9 months kevin A quick "HOWTO" for folks to use the model.
(edit) @392 [392] 9 months kevin Add some basic "get going" info for this branch.
(edit) @391 [391] 9 months kevin Note to anyone checking out this branch that it is no longer maintained.
(edit) @390 [390] 9 months kevin Create a trunk version from the energysystem-process-Coopr3 branch. Since …
(edit) @389 [389] 9 months kevin Rename to use similar naming scheme as -Coopr2 branch
(edit) @388 [388] 9 months kevin Rename current energysystem-process ... to more explicitly state that it …
(edit) @387 [387] 9 months kevin Update reporting variables to use sparse indices.
(edit) @386 [386] 9 months kevin Update stochastic objective with cleaner version from LP land.
(edit) @385 [385] 9 months kevin Update 3.0 branch with new reporting …
(edit) @384 [384] 9 months kevin Add two variables per Ashu's request * V_ActivityByTechAndOutput * …
(edit) @383 [383] 9 months aishwarya Last Rev had an indentation error so its being committed again correctly.
(edit) @382 [382] 9 months aishwarya Changes to graph formatting
(edit) @381 [381] 9 months aishwarya Rev 380 does not work. Rev 381 contains correct changes for new labels in …
(edit) @380 [380] 9 months aishwarya Small formatting changes for subgraphs
(edit) @379 [379] 10 months aishwarya Reaults have commodity subgraphs for ach time periods and linking is done …
(edit) @378 [378] 10 months aishwarya
(edit) @377 [377] 10 months aishwarya Menu in the main results diagrams to link to all results diagram for all …
(edit) @376 [376] 10 months aishwarya New commodity subgraphs. These graphs represent all the input/output …
(edit) @375 [375] 10 months aishwarya New results subgraphs. Basic version only. More functionality to be added …
(edit) @374 [374] 10 months aishwarya Subgraph change. Now points to the center element of the cluster. Just …
(edit) @373 [373] 10 months aishwarya ommiting just to be able to access the working code on both our system. No …
(edit) @372 [372] 10 months aishwarya System subgraphs now have different colored edges making it eeasier to …
(edit) @371 [371] 10 months aishwarya Capcity for model and subgraphs. User configurable option for …
(edit) @370 [370] 10 months kevin Update to bring in line with most recent semi-sparse …
(edit) @369 [369] 10 months kevin Move Cost* parameters to semi-sparse definition.
Note: See TracRevisionLog for help on using the revision log.