ODYM
ODYM copied to clipboard
Open Dynamic Material Systems Model
Hi, is it possible to add a pyproject.toml file so odym can be used directly as package? Thank you!
Hi, I am doing a stock-driven model for batteries "b" (8 types) but I am struggling to assign the element content "e" (9 elements) for the inflows and outflows afterwards....
Hey @stefanpauliuk and @nheeren, i checked out the repo after seeing the poster at GRC. It wasn't clear to me how to install the package and then I saw your...
I have a suspicion that the implementation of the NegativeInflowCorrect in the compute_stock_driven_model() function of the DynamicStockModel is not functioning entirely as intended ([link](https://github.com/IndEcol/ODYM/blob/4dabd177da716b9695658a6221b5b731212d72fa/odym/modules/dynamic_stock_model.py#L374-L375)): My understanding: Negative inflow occurs when...
We need a [requirements.txt](https://pip.readthedocs.io/en/latest/user_guide/#requirements-files). The current file imports everything. I am not sure what is the purpose of this. Would you mind if I replaced it with the following, @stefanpauliuk...
Problem: We have different end-of-life products with product-specific material composition and material-specific elemental content. How should we cascade the different sorting/recovery/recycling technologies to maximise material recovery/minimize costs or GHG emissions...
For dynamic stock modelling we need to solve 3 problems: 1) Decide on how exactly to move from continuous time to discrete time intervals: Should outflow of inflow of current...
Hi I am learning about ODYM. When I tried to reproduce the result of example 6, I found that the variable "ThisParProcMethod" was missing when "In 6" called the "ReadParameterXLSX"...
Thanks to @CarrerF for pointing out the issue that the "Default" subfolder alters msf.check_dataset functioning (https://github.com/IndEcol/RECC-ODYM/issues/74) and the proposed fix - implemented in this patch.
Hi @stefanpauliuk @CarrerF, the automatic data processing (commit 455e89f) is of great help. One issue, however, arises, if in the config file in the cell for 'Data processing method' the...