Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create example/stub with realistic Participants from ETEngine #11

Closed
dennisquintel opened this issue Nov 9, 2012 · 7 comments
Closed
Assignees

Comments

@dennisquintel
Copy link
Contributor

@ChaelKruip already created an Excel file.

@ghost ghost assigned dennisquintel Nov 9, 2012
@ChaelKruip
Copy link

I have made some progress on initializing participants for stubbing. I made a Gist here with a preliminary initialization of participants. NOTE: these initializations are a first attempt and still need some work.

@dennisquintel
Copy link
Contributor Author

Thanks!

Could you make clear which are volatiles, must_runs and dispatchables?

@ChaelKruip
Copy link

Done in this Gist

@dennisquintel
Copy link
Contributor Author

This line has maginal_costs of 'NaN':

Merit::Order.add(
  MustRunParticipant.new(
    key: "households_water_heater_fuel_cell_chp_network_gas",
    marginal_costs: NaN,
    effective_output_capacity: 0,
    [...]
)

@dennisquintel
Copy link
Contributor Author

And there's three more NaN's

dennisquintel added a commit that referenced this issue Nov 9, 2012
@dennisquintel
Copy link
Contributor Author

Please edit this directly in https://github.com/quintel/merit/blob/master/examples/stub.rb

@ChaelKruip
Copy link

Fixed with merit/commit/599416696df5478657d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants