SDXorg / test-models

A collection of System Dynamics models implemented in various environments with a canonical output
MIT License
27 stars 22 forks source link

convert new(-ish) Vensim models to xmile #17

Open bpowers opened 9 years ago

bpowers commented 9 years ago

the list seems to be:

Found by:

[bpowers@vyse test-models]$ find . -name '*.mdl' | while read m; do if [ "0" -eq "$(find $(dirname $m) -name '*.xmile' | wc -l)" ]; then echo $(dirname $m); fi; done
bpowers commented 9 years ago

(I'm planning on doing this, just playing with tracking TODOs as issues)

JamesPHoughton commented 8 years ago

There are plenty more new models to convert. We may be able to use @bobeberlein's translation tool for this, and make that a reference implementation.

bpowers commented 8 years ago

cool - that would be great -- I got as far as writing down some documentation for the mdl format, but not much past that.

Do you have a link to his tool handy?