F10.7 Solar Flux & Ap Indices

Computes F10.7 solar flux and associated Ap magnetic indices for built-in function 'atmosnrlmsise00'
1,3K descargas
Actualizado 4 nov 2013

Ver licencia

Appreciable errors in MSIS00 modeled temperatures can occur for altitudes above 75 km if solar flux and magnetic indices deviate significantly from their default values. This routine automatically downloads needed solar flux and magnetic indices from ftp.ngdc.noaa.gov and formats them for input to atmosnrlmsise00.

Example:

year = 2010;
doy = 216;
uts = 80000;

[x y z] = f107_aph(year,doy,uts);

alt = linspace(60000,105000,100);
lat = 40;
lon = -105;

[T rho] = atmosnrlmsise00(alt,lat,lon,year,doy,uts,x,y,z);

Citar como

John Smith (2024). F10.7 Solar Flux & Ap Indices (https://www.mathworks.com/matlabcentral/fileexchange/35054-f10-7-solar-flux-ap-indices), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspirado por: Passive Mode FTP in MATLAB, Day of Year to MATLAB date

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Updated the solar flux data ftp address (11/3/2013)

1.0.0.0