Hello,
When running a depletion calculation with timestep units ‘a’ (or ‘year’), there is an error “ValueError: Invalid timestep unit ‘a’”. I am using OpenMC 0.13.1 installed directly using conda/mamba. It seems that openmc.deplete.abc.py installed as a part of the mamba openmc package doesn’t contain an else-if branch for timestep units ‘a’ (or ‘year’). The source code available on OpenMC website, though, does have this else-if branching.
Has anyone else had this problem or could someone please confirm this?
Many thanks in advance.