F10.7 Solar Flux & Ap Indices

버전 1.2.0.0 (4.65 KB) 작성자: John Smith
Computes F10.7 solar flux and associated Ap magnetic indices for built-in function 'atmosnrlmsise00'
다운로드 수: 1.3K
업데이트 날짜: 2013/11/4

라이선스 보기

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);

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Oceanography and Hydrology에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

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

1.0.0.0