Nrlmsise00Output
Defined in: mod.rs:35
pub struct Nrlmsise00Output { pub temp_exo: f64, pub temp_alt: f64, pub density_he: f64, pub density_o: f64, pub density_n2: f64, pub density_o2: f64, pub density_ar: f64, pub density_h: f64, pub density_n: f64, pub density_anomalous_o: f64, pub total_mass_density: f64,}Full output of the NRLMSISE-00 model.
Includes temperatures and all species number densities.
Fields
Section titled “Fields”temp_exo
Section titled “temp_exo”temp_exo: f64
Exospheric temperature [K].
temp_alt
Section titled “temp_alt”temp_alt: f64
Temperature at altitude [K].
density_he
Section titled “density_he”density_he: f64
He number density [cm⁻³].
density_o
Section titled “density_o”density_o: f64
O number density [cm⁻³].
density_n2
Section titled “density_n2”density_n2: f64
N₂ number density [cm⁻³].
density_o2
Section titled “density_o2”density_o2: f64
O₂ number density [cm⁻³].
density_ar
Section titled “density_ar”density_ar: f64
Ar number density [cm⁻³].
density_h
Section titled “density_h”density_h: f64
H number density [cm⁻³].
density_n
Section titled “density_n”density_n: f64
N number density [cm⁻³].
density_anomalous_o
Section titled “density_anomalous_o”density_anomalous_o: f64
Anomalous oxygen number density [cm⁻³].
total_mass_density
Section titled “total_mass_density”total_mass_density: f64
Total mass density [kg/m³].