Closed gwenchee closed 5 years ago
Does anyone know whether we expect an agentexit table
This is from one of the transition scenarios. The exit times correspond to the times where the reactors are decommissioned.
Hm, i am having an issue of when i run a simulation that has reactors with finite lifetimes, there isn't an agentexit table. I will add my xml and sqlite here.
For the case of the transition scenarios, the lwr's are deployed using deploy_inst. Would that have something to do with the table?
I did the same thing, i used deploy inst to deploy a bunch of reactors
what branch are you working on?
This is my input file: https://github.com/gwenchee/d3ploy/blob/demoz/input/constant_transition.xml
It should run with the master branch.
Let me know if you notice anything funky
I do not see anything weird from a first look. I ran it and the sqlite does not produce that table.
Yeah i'm very confused to why it is not producing that table.
I added the deployment of the sink and now it shows the table. I have no idea why ....
This is the new xml file https://github.com/robfairh/d3ploy/blob/gwen_deco/demonstrations/gwen_test.xml
lol weird, thanks!! :D
Is it maybe that you need to empty the reactors to decommission them?
But you did not change anything with the reactors and they appear to be decommissioning? So it can't be that
I just added the deployment of a sink. Nothing else. I think it makes sense, that the reactors need to exchange with some facility their spent fuel in order to be decommissioned. As in your xml there isn't a sink, the reactors keep the spent fuel and are not decommissioned (even though they stop producing power). I am not sure though.
Oh that makes sense. you are right, thanks @robfairh !
When running a cyclus simulation, is a
agentexit
table expected? Intester.py
'sget_agent_dict
(https://github.com/arfc/d3ploy/blob/ecd876416a8736bf6e36d1fad45e9579f22595c8/d3ploy/tester.py#L375) there is notion of anagentexit
table but I do not see its existence in the output sqlite file