Skip to content

Implementation in Julia and C of our star formation model.

License

Notifications You must be signed in to change notification settings

Ezequiel92/star_formation_model

Repository files navigation

✨ Star formation model

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,

  • 001_model.jl: Description of the model.
  • 002_codegen.jl: Generation of C code.
  • 003_testing.jl: Tests and error calculations.
  • 004_plots.jl: Plots.