jamesgrimmett / simple_gce

A simple one-zone Galactic Chemical Evolution model
MIT License
0 stars 0 forks source link

Extend model set by interpolating between metallicities #2

Closed jamesgrimmett closed 3 years ago

jamesgrimmett commented 3 years ago

There should be a smoother transition when integrating through models of increasing metallicity, during evolution. Either by (i) expanding the model arrays with interpolated values, or (ii) interpolating on the fly during evolution. (ii) would be a more elegant solution, but might be too slow. (i) should be faster to avoid interpolating at every time step.

jamesgrimmett commented 3 years ago

This issue has been addressed and solved in another issue (#1).