quintel / merit

A system for calculating hourly electricity and heat loads with a merit order
MIT License
3 stars 2 forks source link

Later: add hydro technologies for other countries != NL #18

Closed dennisquintel closed 11 years ago

dennisquintel commented 11 years ago

    merit_order.add(
      MustRunParticipant.new(
        key: "energy_power_hydro_river",
        marginal_costs: 0,
        effective_output_capacity: 37,
        number_of_units: 3.7,
        availability: 0.98,
        fixed_costs: 3000000,
        load_profile_key: "",
        full_load_hours: 2702.702703
      )
    )

    merit_order.add(
      MustRunParticipant.new(
        key: "energy_power_hydro_mountain",
        marginal_costs: 2.49208966,
        effective_output_capacity: 0,
        number_of_units: 0,
        availability: 0.98,
        fixed_costs: 51155234.43,
        load_profile_key: "",
        full_load_hours: 3942
      )
    )
ChaelKruip commented 11 years ago

Also geothermal energy should be included.

dennisquintel commented 11 years ago

For later maybe. Closing for now.