Flux values used by density models, evaluated at the requested time. No time lags are incorporated.
[Visual Basic .NET] |
---|
Public Sub AtmFlux( _ ByVal Scale As AgEUtTimeScale, _ ByVal WholeDays As Integer, _ ByVal SecsIntoDay As Double, _ 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 AtmFlux( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay, ref double F10p7, ref double AvgF10p7, ref double Ap, ref double ApDaily, ref double Kp, ref double KpDaily ); |
[Managed C++] |
---|
public: void AtmFlux( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay, double ^ F10p7, double ^ AvgF10p7, double ^ Ap, double ^ ApDaily, double ^ Kp, double ^ KpDaily ); |
[Unmanaged C++] |
---|
public: HRESULT AtmFlux( AgEUtTimeScale Scale, long WholeDays, double SecsIntoDay, double * F10p7, double * AvgF10p7, double * Ap, double * ApDaily, double * Kp, double * KpDaily ); |
- Scale
- Requested time scale.
- WholeDays
- Number of whole days in the time scale.
- SecsIntoDay
- Seconds into the day.
- F10p7
- F10.7 flux value at the requested time.
- AvgF10p7
- Average F10.7 flux value at the requested time.
- Ap
- Geomagnetic flux , expressed as an Ap value, at the requested time.
- ApDaily
- The daily value of geomagnetic flux , expressed as an Ap value, at the requested time.
- Kp
- Geomagnetic flux , expressed as a Kp value, at the requested time.
- KpDaily
- The daily value of geomagnetic flux , expressed as a Kp value, at the requested time.
Uses the flux file as configured in HPOP as the source of data.