SWIFTSIM / pipeline-configs

Configuration files for the `pipeline`, each for different simulation sub-grid models.
1 stars 9 forks source link

Pipeline Configs

This repository stores the pipeline configs that are used for the various SWIFT simulations using the pipeline.

The only required setup to use the configs is to format the observational data, which is performed using the submodule:

git submodule update --init --recursive
cd observational_data
./convert.py [--nproc <NUMBER OF PARALLEL PROCESSES>]
cd ..

That should be everything you need to get going, as well as the documentation available in the pipeline repository.