FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://fwl-proteus.readthedocs.io
Apache License 2.0
12 stars 1 forks source link

Download spectral files as required #173

Closed nichollsh closed 1 month ago

nichollsh commented 2 months ago

Some spectral files are automatically downloaded and stored in the $FWL_DATA directory. However, this does not necessarily mean that the spectral file that you want is downloaded. It would be ideal if PROTEUS automatically downloaded the appropriate file from OSF if it cannot find it.

This is connected with #74, since we could have the configuration file specify a required spectral file "group" (e.g. Frostflow) and "resolution" (e.g. 256) rather than a file path which may or may not exist.

nichollsh commented 2 months ago

This should be made a lot easier once the new configuration file format is implemented. The spectral files will be specified by:

See #74