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

D3ploy fails to record the capacity of mixers when they are deployed using the same commodity. #274

Closed robfairh closed 5 years ago

robfairh commented 5 years ago

I was trying to run the following input:

https://github.com/robfairh/transition-scenarios/blob/experimental6/input/eg01-eg29/eg01-eg29-flatpower-d3ploy4.xml

Using the installed capacity feature, D3ploy deploys frmixer and moxmixer based on the supply of lwrpu:

        <SupplyDrivenDeploymentInst>
        <calc_method>ma</calc_method>
        <installed_cap>1</installed_cap>
        <facility_commod>
        <item>
            <facility>frmixer</facility>
            <commod>lwrpu</commod>
        </item>
        <item>
            <facility>moxmixer</facility>
            <commod>lwrpu</commod>
        </item>
        </facility_commod>
        <facility_capacity>
        <item>
            <facility>moxreprocessing</facility>
            <capacity>1e8</capacity>
        </item>
        <item>
            <facility>frmixer</facility>
            <capacity>1.3e4</capacity>
        </item>
        </facility_capacity>

A frmixer and a moxmixer are deployed, but only the capacity of the moxmixer is recorded:

image

image

The issue can be closed when d3ploy records the capacity of all the deployed mixers.

gwenchee commented 5 years ago

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