Skip to content

Commit

Permalink
FEAT: temp closer to MSIS
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjridley committed Nov 14, 2024
1 parent 39a1c83 commit 4b9176f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions share/run/UA/inputs/earth.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ H, 1, 5, 5.6e-4, 0.69, 0, 3.0e13
O_1D, 16, 5, 5.6e-4, 0.69, 0, 1.0e10
CO2, 46, 7, 3.6e-4, 0.69, 0, 4.5e15


Here we can input a temperature profile for the initial condition:
- below the lowest altitude, it will use the lowest alt
- above the highest alt, it will use the highest alt
Expand All @@ -49,9 +48,9 @@ Here we can input a temperature profile for the initial condition:

#TEMPERATURE
alt, temp
100.0, 180.0
200.0, 750.0
300.0, 750.0
100.0, 200.0
200.0, 800.0
300.0, 800.0

O+ is O+(4S) is the base state of O+, but is just called O+
O+ has excited states of O+(2D) and O+(2P).
Expand Down

0 comments on commit 4b9176f

Please sign in to comment.