Caution
These scripts are written for my personal use and may break at any moment. So, use them at your own risk.
Implementation in Julia and C of our star formation model.
The goal is to improve the modeling of the star formation history (SFH) in cosmological simulations of Milky Way-like galaxies.
The notebooks in this repo, can be view as static HTML files here,
01_model.jl
: Description of the model.02_codegen.jl
: Generation of C code.03_testing.jl
: Tests and error calculations.04_plots.jl
: Plots.05_montecarlo.jl
: Montecarlo simulation.