nichollsh / AGNI

A 1D radiative-convective model for the atmospheres of hot terrestrial planets.
https://nichollsh.github.io/AGNI/
GNU General Public License v3.0
1 stars 1 forks source link

Compile package to executable/binary file #41

Closed nichollsh closed 2 months ago

nichollsh commented 5 months ago

With AGNI now formulated as a package, it should be possible to compile it into an executable file. This would improve performance, particularly when it's being called many times by PROTEUS.

This requires a "build" step to be implemented for SOCRATES, which is currently done manually.

See this page: https://julialang.github.io/PackageCompiler.jl/dev/apps.html