dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

multiGridlab Model #185

Closed dpinney closed 10 years ago

dpinney commented 10 years ago

Upgrade single gridlab to:

  1. Run multiple GLMs.
  2. Bring back monetization.
  3. Bring back other reports lost in singleGridlab.
  4. Add loss calculation adjustment to cost/ben graph. [40h]
cshjin commented 10 years ago

How about run multiple GLMs models in its sub-folders?

dpinney commented 10 years ago

I think we should run everything in the same folder with separate names. The glm output processing stuff will work better that way.

cshjin commented 10 years ago

I suggest to run in separate folders, and then integrate output data together, or read separately. Otherwise, it needs to modify the interface of griblabd, which will affect gridlabSingle model.

Pros:

  1. creating multi-processes to run in separately folder is efficient.
  2. keep the gridlabd solver interface the same;
  3. do not need to create different data files.

Cons:

  1. Need some efforts to gather the output data.

We'd better discuss it.

cshjin commented 10 years ago

Two prototypes of web interface: 6-17-2014 10-58-22 am 6-17-2014 10-52-46 am

First one in a form can be submitted as a list, second is much more interactive.

cshjin commented 10 years ago

Current features:

  1. support multi-gridlabd.
  2. display multi-feeders if model already existed
  3. detect errors of sub model, even one of them is down, it will display the left gridlabs in the report.
  4. hide or show sub charts in output report.
  5. all other default functions available. such as delete, re-run, and cancel etc.

check commits 00df3d0632456463fa55196526f8837e76a012e2 and f44a1f2badd9c4e44f299a69db2174d373f7ce0e

Unfinished(optional):

cshjin commented 10 years ago

Any examples of monetization and other reports? I cannot access to the previous version.

dpinney commented 10 years ago

Can you access this URL?

https://github.com/dpinney/omf/tree/056db33a772891ac2e967a492551a4842f067626/reports

cshjin commented 10 years ago

Yes I can.

cshjin commented 10 years ago

Now everything works pretty good. Several comments:

cshjin commented 10 years ago

Good enough for now, tests passed, close the last issue for Q2. Cheers. :smile:

dpinney commented 10 years ago

Milestone closed. You rock.