The F10.7 index is a measure of the solar radio flux per unit frequency at a wavelength of 10.7 cm. It serves as an index for solar input conditions required by the LFM and TIEGCM. Obtain this scalar value from the NASA F10.7 Flux archives. Write the number down before you run Make It So. Note that numbers reported in the chart have been multipled by 10 and need to be divided by 10 when input into the LFM via Make It So.
A solar wind input file named "SW-SM-DAT" is required in order to run the LFM. This solar wind input file contains basic solar output parameters in SM coordinates at a uniform time cadence necessary to drive the LFM magnetosphere code.
The Solar Wind file "SW-SM-DAT" has a simple ASCII text format, which is essentially a whitespace-delimited table.
Here are the first couple of lines from an example SW-SM-DAT:
1995 80 0 1 540 11 DATA: 1.00 5.0 -400.0 0.0 0.0 40.00 0.0000 0.0000 -5.0000 5.0000 0.0000 2.00 5.0 -400.0 0.0 0.0 40.00 0.0000 0.0000 -5.0000 5.0000 0.0000 3.00 5.0 -400.0 0.0 0.0 40.00 0.0000 0.0000 -5.0000 5.0000 0.0000
The first three lines are necessary for the file format:
The table below labels the columns of the SW-SM-DAT
file. Each row is the solar wind state at a different point in time.
Variable |
UT(i) |
Njp |
Vjx |
Vjy |
Vjz |
Cs(i) |
BjX |
BjY |
BjZ |
BjT |
Zangle |
---|---|---|---|---|---|---|---|---|---|---|---|
Column: |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
Units: |
minutes |
#/cc |
km/s |
km/s |
km/s |
km/s |
nT |
nT |
nT |
nT |
degrees |
Line #4: |
1.00 |
5.0 |
-400.0 |
0.0 |
0.0 |
40.00 |
0.0000 |
0.0000 |
-5.0000 |
5.0000 |
0.0000 |
Line #5: |
2.00 |
5.0 |
-400.0 |
0.0 |
0.0 |
40.00 |
0.0000 |
0.0000 |
-5.0000 |
5.0000 |
0.0000 |
Line #6: |
3.00 |
5.0 |
-400.0 |
0.0 |
0.0 |
40.00 |
0.0000 |
0.0000 |
-5.0000 |
5.0000 |
0.0000 |
Line #n: |
... |
... |
... |
... |
... |
... |
... |
... |
... |
... |
... |
Internally, the LFM interpolates solar wind data based on the time in column 1 & start time at the file header.
Any file named "SW-SM-DAT" conforming to the correct format can be used to drive the LFM. The LFM ships with idealized solar wind input. For example, see
test/LFM-MIX/utio/SW-SM-DAT
The LFM can be driven by data obtained from satellite data via NASA Coordinated Data Analysis Web (CDAWeb). We have used both the ACE and/or OMNI satellites with the LFM.
CDAWeb data must be processed before running with the LFM. We have a set of scripts (see below) to process the data. Our post-processing does two things with CDAweb data:
"ACE"
source. Under instruments, select both "Magnetic Fields (space)"
, and "Plasma and Solar Wind"
. Click "Submit" at the bottom.B-field magnitude * Magnetic Field Vector in GSE Cartesian coordinates (16 sec) Magnetic field vector in GSM coordinates (16 sec) RMS of Magnetic Field (16 sec period) ACE s/c position, 3 comp. in GSE coord. ACE s/c position, 3 comp. in GSM coord.
* Solar Wind Proton Number Density, scalar Solar Wind Bulk Speed * radial component of the proton temperature alpha to proton density ratio * Solar Wind Velocity in GSE coord., 3 components Solar Wind Velocity in RTN coord., 3 components Solar Wind Velocity in GSM coord., 3 comp. * ACE s/c position, 3 comp. in GSE coord. ACE s/c position, 3 comp. in GSM coord.
"List Data (ASCII): select one or more variables from list below and press submit. (Works best for <31 days)"
radio button and submit
."Unable to create output file due to a system error."
, go stretch your legs, grab a cup of coffee and try again in a few minutes."listing"
"OMNI (Combined 1AU IP Data)"
source. Under instruments, select both "Magnetic Fields (space)"
, and "Plasma and Solar Wind"
. Click "Submit" at the bottom.5minute
and Hourly data
.
OMNI_HRO_1MIN: OMNI Combined, Definitive, 1AU 1minute IMF and Plasma data - J.H. King, N. Papatashvilli (Perot Sys, NASA GSFC)
OMNI_HRO_5MIN: OMNI Combined, Definitive, 1AU 5minute IMF and Plasma data - J.H. King, N. Papatashvilli (Perot Sys, NASA GSFC)
OMNI2_H0_MRG1HR: OMNI Combined, Definitive, 1AU Hourly IMF, Plasma, Indices and Energetic Proton Fluxes - J.H. King, N. Papatashvilli (Perot Sys, NASA GSFC)
1AU IP Bx (nT), GSE
1AU IP By (nT), GSE
1AU IP Bz (nT), GSE
Vx Velocity (km/s), GSE
Vy Velocity (km/s), GSE
Vz Velocity (km/s), GSE
Proton density (n/cc)
Temperature (K)
"List Data (ASCII): select one or more variables from list below and press submit. (Works best for <31 days)"
radio button and submit
."Unable to create output file due to a system error."
, go stretch your legs, grab a cup of coffee and try again in a few minutes."listing"
Our tools for processing solar wind input can parse a variety of solar wind formats. We currently support two formats solar wind models :
It is quite easy to add additional formats. Let us know what else you would like to see!
See the "solarWind.py" script included with the Python tools for LTR for more information on solar wind processing.
Note
The latest release (LTR-2.1.0 as of December 2010) does not ship with pyLTR. The pyLTR page has download instructions.