arfc / d3ploy

A collection of Cyclus manager archetypes for demand driven deployment
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

Extra Supply for each commodity #224

Closed gwenchee closed 5 years ago

gwenchee commented 5 years ago

The issue can be closed when the capability of providing user-defined extra supply for each commodity is added to d3ploy. The "extra supply" can be input as a percentage of total supply of that commodity.

FlanFlanagan commented 5 years ago

So the best way to do this is to artificial demand for a commodity.

When d3ploy calculates the demand for a commodity we need to store that as the actual demand and then artificially bump it up for the testing demand. This will ensure that there is a capacity buffer for situations in which reactors are out for refuel, etc.

FlanFlanagan commented 5 years ago

Tackled in #232

gwenchee commented 5 years ago

This must also be implemented for the SupplyDrivenDeploymentInst to provide a capacity buffer

gwenchee commented 5 years ago

closed with https://github.com/arfc/d3ploy/pull/233