Nrlmsise00Input
このコンテンツはまだ日本語訳がありません。
Defined in: mod.rs:62
pub struct Nrlmsise00Input { pub day_of_year: u32, pub ut_seconds: f64, pub altitude_km: f64, pub latitude_deg: f64, pub longitude_deg: f64, pub local_solar_time_hours: f64, pub f107_daily: f64, pub f107_avg: f64, pub ap_daily: f64, pub ap_array: [f64; 7],}Input parameters for a single NRLMSISE-00 evaluation.
Fields
Section titled “Fields”day_of_year
Section titled “day_of_year”day_of_year: u32
Day of year [1-366].
ut_seconds
Section titled “ut_seconds”ut_seconds: f64
Universal time [seconds since midnight].
altitude_km
Section titled “altitude_km”altitude_km: f64
Geodetic altitude [km].
latitude_deg
Section titled “latitude_deg”latitude_deg: f64
Geodetic latitude [degrees, -90 to 90].
longitude_deg
Section titled “longitude_deg”longitude_deg: f64
Geodetic longitude [degrees, 0 to 360 or -180 to 180].
local_solar_time_hours
Section titled “local_solar_time_hours”local_solar_time_hours: f64
Local apparent solar time [hours, 0-24].
f107_daily
Section titled “f107_daily”f107_daily: f64
Previous day’s F10.7 [SFU].
f107_avg
Section titled “f107_avg”f107_avg: f64
81-day centered average F10.7 [SFU].
ap_daily
Section titled “ap_daily”ap_daily: f64
Daily Ap index.
ap_array
Section titled “ap_array”ap_array: [f64; 7]
7-element Ap array for magnetic activity variations.