You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this great app. I just managed to use Simlin to fully specify a model from Jim Duggan's SD modeling book, export it as XMILE code, import in R using the readsdr package and simulate it using deSolve!
There was a small issue with readsdr, I created an issue over at jandraor/readsdr#6
There was also a small issue with Simlin:
During the export, the casesensitive stock name "sStock" is changed to lowercase "sstock" in the variables XML code block , while in the equations it is still referenced as "sStock". In the views XML code block the name is "sStock" , as is displayed in Simlin.
This throws an error when I want to simulate the model in R.
Hi there!
Thanks for creating this great app. I just managed to use Simlin to fully specify a model from Jim Duggan's SD modeling book, export it as XMILE code, import in R using the readsdr package and simulate it using deSolve!
There was a small issue with readsdr, I created an issue over at jandraor/readsdr#6
There was also a small issue with Simlin:
During the export, the casesensitive stock name "sStock" is changed to lowercase "sstock" in the variables XML code block , while in the equations it is still referenced as "sStock". In the views XML code block the name is "sStock" , as is displayed in Simlin.
This throws an error when I want to simulate the model in R.
The Simlin model is here: https://app.simlin.com/gsverhoeven/one_stock_constrained_capacity
Maybe a bug in the XMILE export code ?
Kind regards, Gertjan
The text was updated successfully, but these errors were encountered: