Aether
Aether copied to clipboard
This is the home of the Aether model of the thermosphere and ionosphere
**Is your feature request related to a problem? Please describe.** Current CI only tests compilation on linux **Describe the solution you'd like** Tests for - [ ] Latest Mac OS...
**Is your feature request related to a problem? Please describe.** For every planet, there needs to be a relationship between the longitude and the local time. These are related through...
**Is your feature request related to a problem? Please describe.** The electron temperature needs to be calculated. **Describe the solution you'd like** Once the collisional heating terms are calculated, there...
**Is your feature request related to a problem? Please describe.** In src/bfield.cpp, the following lines state: ``` else if (input.get_bfield_type() == "dipole") { // This is an approximation right now,...
**Is your feature request related to a problem? Please describe.** In order to implement things like satellites and multiple grids that share information, a generalized 3D interpolation scheme needs to...
**Is your feature request related to a problem? Please describe.** I would like to set up short tests and long tests that can be implemented through a script. These can...
**Is your feature request related to a problem? Please describe.** If the user wants to control inputs with the ensembles, then the user can create input files and then have...
There is a 2D fluid solver in the edu section of the code. This is a cartesian code, and needs to work on a sphere. This then needs to be...
**Is your feature request related to a problem? Please describe.** There are no unit tests **Describe the solution you'd like** The creation of a unit test suite. To start, unit...
**Is your feature request related to a problem? Please describe.** It is hard to figure out which files contain which codes. Have to use grep a LOT to figure this...