Each data record in the 14 yearly files YYYY_OMNI_5m_with_TS05_variables.dat,
where 1995<=YYYY<=2008 contains full set of interplanetary medium parameters,
Sym-H index, and input variables needed for the TS05 model.

More specifically, each record includes the following quantities:

Year, Day of Year, Hour of Day, Minute of Hour, BX_IMF, BY_IMF, BZ_IMF, solar wind
VX_GSE, VY_GSE, VZ_GSE, s.w. proton density DEN, temperature TEMP, SYM-H index,
IMF and SW data availability flags, dipole tilt angle (RADIANS), solar wind ram
pressure (in nPa), and 6 model driving variables W1, W2, W3, W4, W5, W6.

Data Fortran format:

IYEAR IDAY IHOUR MIN BXGSM BYGSM BZGSM VXGSE VYGSE VZGSE DEN  TEMP  SYMH    IMFFLAG   ISWFLAG TILT  Pdyn  W1   W2   W3   W4   W5   W6

I4     I4   I3   I3  F8.2  F8.2  F8.2  F8.1  F8.1  F8.1  F7.2 F9.0  F7.1 3X  I2    3X  I2     F8.4  F7.2  F7.2 F7.2 F7.2 F7.2 F7.2 F7.2


Units:  B-field in nanoTesla, V components in km/s, proton DENsity in particles per cc, proton TEMPerature in K degrees,
        SYMH index in nT, IMFFLAG and ISWFLAG meaning: -1 for no-data interval, 1 for original data, 2 for interpolated
        data inside gaps, geodipole TILT angle in radians, s.w. ram pressure Pdyn in nPa.
