will-henney / proplyd-cloudy

Ionization/dynamic models of proplyds
http://deprecated.github.com/proplyd-cloudy/
2 stars 0 forks source link

Sort out `--composition-file` option of `models/auto-models.py` #36

Open will-henney opened 10 years ago

will-henney commented 10 years ago

Nahiely reports that this option "still doesn't work". Please provide details so we can fix it.

nahieflores commented 10 years ago

The current state is:

  1. Write the name of the model using the name of the composition file (ok)
  2. Read the composition file and use it for write the input cloudy files (fail) --

in the actual version, if you try to run a model, for example:

$ time python auto-models.py --cloudyexec /Users/nahiely/CLOUDY/c10.00/source/cloudy.exe \
           -n 10 --r0 1.22e15 --logPhiH 12.671 --Tstar 39000 --diffuseBeta 0.01 \
           --composition file --compositionFile composition

you will find that the code start to work but can't write the input files and even when it writes the folders of the model, doesn't run any model.