nichollsh / AGNI

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

Replace CLI with configuration file #21

Closed nichollsh closed 3 months ago

nichollsh commented 3 months ago

The current command-line interface is confusing and overly complicated. There are too many parameters to reasonably pass into one command.

AGNI should instead use a configuration file, which would also allow the many execution scripts to be merged into a single script, instead having multiple configuration files.

I suggest using the TOML format. https://docs.julialang.org/en/v1/stdlib/TOML/