aarondotter / iso

MESA isochrone code
31 stars 4 forks source link

Running make_track ? #7

Closed SimonStevenson closed 6 years ago

SimonStevenson commented 6 years ago

Hi,

We have downloaded and installed iso. We have downloaded eep files from the MIST website, and are able to successfully run make_iso. We are now attempting to run make_track to interpolate between the MIST eep files. We are using the command:

./make_track input.tracks

using the default input.tracks file. However this fails with:

./make_track ./input.tracks make_track: problem reading input.v029p00 STOP make_track: failed in read_input

Could you please advise how to correctly use make_tracks to interpolate between a set of eep tracks? There did not seem to be an example in the README.md

Thanks in advance! Simon

SimonStevenson commented 6 years ago

So we managed to get this to run by editing input.tracks to point to input.example on the second line instead of input.v029p00 .