8. Input Files
In this section we detail each of the files required to run MUSE. We include information based on how these files should be used, as well as the data that populates them.
All MUSE simulations require a settings file in TOML format (see TOML primer and Simulation settings TOML file), as well as a set of CSV files that provide the simulation data.
Whilst file names and paths are fully flexible and can be configured via the settings TOML, a typical minimal file layout might look something like this:
- model_name/
Note, however, that this is just a convention for simple models, and more complex models may benefit from or require a different file structure. See full documentation below for more details on the settings TOML and all the different types of data file.