atmosnrlmsise00
Implement mathematical representation of 2001 United States Naval Research Laboratory Mass Spectrometer and Incoherent Scatter Radar Exosphere
Syntax
Description
Syntax Using Default Arguments
[
implements the mathematical representation of the 2001 United States Naval Research
Laboratory Mass Spectrometer and Incoherent Scatter Radar Exosphere (NRLMSISE-00) of the
MSIS® class model. NRLMSISE-00 calculates the neutral atmosphere empirical model
from the surface to lower exosphere (0 m to 1,000,000 m). Optionally, it performs this
calculation including contributions from anomalous oxygen that can affect satellite drag
above 500,000 m. T
rho
]
= atmosnrlmsise00(altitude
,latitude
,longitude
,year
,dayOfYear
,UTseconds
)
Syntaxes Using Specified Arguments
[
specifies an array of m local apparent solar time (hours). Specify
T
rho
]
= atmosnrlmsise00(___,localApparentSolarTime
)localApparentSolarTime
after all other input arguments in previous
syntaxes.
[
specifies arrays of m 81-day average of F10.7 flux (centered on
T
rho
]
= atmosnrlmsise00(___,f107Average
,f107Daily
,magneticIndex
)dayOfYear
), m-by-1 daily F10.7 flux for previous
day, and m-by-7 array of magnetic index information. Specify
f107Average
, f107Daily
, and
magneticIndex
after all other input arguments in previous syntaxes.
As a convenience, consider using the fluxSolarAndGeomagnetic
function to specify the
f107Average
, f107Daily
, and
magneticIndex
variables.
[
specifies an array
of 23 flags to enable or disable particular variations for the outputs. Specify
T
rho
]
= atmosnrlmsise00(___,flags
)flags
after all other input arguments in previous syntaxes.
[
specifies a
character vector or string for total mass density output. Specify
T
rho
]
= atmosnrlmsise00(___,otype
)otype
after all other input arguments in previous syntaxes.
[
specifies an
out-of-range input action. Specify T
rho
]
= atmosnrlmsise00(___,action
)action
after all other input
arguments in previous syntaxes.
Examples
Input Arguments
Output Arguments
Limitations
This function has the limitations of the NRLMSISE-00 model. For more information, see the NRLMSISE-00 model documentation.
If array length, m, is
23
and all available inputs are not specified, the function assumes thatflags
is set.f107Average
andf107Daily
values that generate the model correspond to the 10.7 cm radio flux at the actual distance of the Earth from the Sun rather than the radio flux at 1 AU. This site provides both classes of values:https://www.ngdc.noaa.gov/stp/space-weather/solar-data/solar-features/solar-radio/noontime-flux/penticton/
.
Version History
Introduced in R2007b