bretthandrews / flexce

A flexible Chemical Evolution model in python
http://bretthandrews.github.io/flexce
MIT License
17 stars 6 forks source link

parameters information #1

Open oguzhanatas opened 8 years ago

oguzhanatas commented 8 years ago

Hi, I am working on this library (flexCE) and I didn't find what is the parameters information into the simulation configurations files (e.g sim0.cfg or sim1.cfg or etc.) or how is change parameters ? If you know where it is found (e.g a massive readme files or etc.) can you write? Also I read the article but I didn't find.

and also It is not working read_sim.py because of I am getting to Import Error "No module named fileio" .

Oguz Han ATAS. Istanbul University, Astronomy and Space Science

bretthandrews commented 8 years ago

Hi Dr. Han,

I really appreciate your interest flexCE. I apologize for the delayed response, but my travel schedule will not lighten up for a while, so I decided to push what changes I have and will get back to adding more examples when I return.

Here's a config file with all of the options available (up to Inflows): flexCE/examples/sim_all_options.cfg

The slow part is testing all of them to make sure that they still work, so I'll continue to update with more available parameter settings and try to compile it all in a more useful format in a README.

As for read_sim.py, try interactively using that code from within flexCE/flexCE/ , which reminds me that I should make the imports a little more robust.

Cheers, Brett

oguzhanatas commented 8 years ago

Thanks for your support. I can ask to you again if I don't understand another else.

Oguz