AetherModel / Aether

This is the home of the Aether model of the thermosphere and ionosphere
GNU General Public License v3.0
19 stars 29 forks source link

[FEAT] Calculate the ion temperature #23

Open aaronjridley opened 3 years ago

aaronjridley commented 3 years ago

Is your feature request related to a problem? Please describe. The bulk ion temperature needs to be calculated

Describe the solution you'd like Once the collisional heating terms are in place, it should be trivial to calculate the ion temperature, since it is mostly a balance between the different collisional heating terms.

Describe alternatives you've considered The real question is whether to implement a parallel and perpendicular temperature for the ions. Not sure. Need to look at the equations to see how complex they are. This could be put off for a bit.

Additional context Lindsey whats-her-name from Canada does the parallel and perp temperatures. I need to find her paper.

Ionospheres commented 2 years ago

GEMINI-TIA does parallel and perp temperatures (doi: https://doi.org/10.1002/2016JA023329). It isn't too much more complicated than just having a bulk temperature. There is the computational resource cost of solving another equation so having a flag for this option could be a good thing depending on the user's needs/modeling scenario.