Flux values used by the density model, evaluated at the current time.
[Visual Basic .NET] |
---|
Public Sub CurrentAtmFlux( _ ByRef F10p7 As Double, _ ByRef AvgF10p7 As Double, _ ByRef Ap As Double, _ ByRef ApDaily As Double, _ ByRef Kp As Double, _ ByRef KpDaily As Double _ ) |
[C#] |
---|
public void CurrentAtmFlux( ref double F10p7, ref double AvgF10p7, ref double Ap, ref double ApDaily, ref double Kp, ref double KpDaily ); |
- F10p7
- F10.7 flux value at the F10.7 lag time from current time.
- AvgF10p7
- Average F10.7 flux value at the F10.7 lag time from current time.
- Ap
- Geomagnetic flux , expressed as an Ap value, at the geomagnetic lag time from the current time.
- ApDaily
- The daily value of geomagnetic flux , expressed as an Ap value, at the geomagnetic lag time from the current time.
- Kp
- Geomagnetic flux , expressed as a Kp value, at the geomagnetic lag time from the current time.
- KpDaily
- The daily value of geomagnetic flux , expressed as a Kp value, at the geomagnetic lag time from the current time.