Interface JB2008InputParameters
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
JB2008SpaceEnvironmentData
Interface for solar activity and magnetic activity data.
Those data are needed by the JB2008 atmosphere model.
- Author:
- Pascal Parraud
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetDSTDTC(AbsoluteDate date) Get the temperature change computed from Dst index.doublegetF10(AbsoluteDate date) Get the value of the instantaneous solar flux index (1e-22*Watt/(m²*Hertz)).doublegetF10B(AbsoluteDate date) Get the value of the mean solar flux.Gets the available data range maximum date.Gets the available data range minimum date.doublegetS10(AbsoluteDate date) Get the EUV index (26-34 nm) scaled to F10.doublegetS10B(AbsoluteDate date) Get the EUV 81-day averaged centered index.doublegetXM10(AbsoluteDate date) Get the MG2 index scaled to F10.doublegetXM10B(AbsoluteDate date) Get the MG2 81-day average centered index.doublegetY10(AbsoluteDate date) Get the Solar X-Ray & Lya index scaled to F10.doublegetY10B(AbsoluteDate date) Get the Solar X-Ray & Lya 81-day ave. centered index.
-
Method Details
-
getMinDate
AbsoluteDate getMinDate()Gets the available data range minimum date.- Returns:
- the minimum date.
-
getMaxDate
AbsoluteDate getMaxDate()Gets the available data range maximum date.- Returns:
- the maximum date.
-
getF10
Get the value of the instantaneous solar flux index (1e-22*Watt/(m²*Hertz)).Tabular time 1.0 day earlier.
- Parameters:
date- the current date- Returns:
- the instantaneous F10.7 index
-
getF10B
Get the value of the mean solar flux. Averaged 81-day centered F10.7 B index on the input time.Tabular time 1.0 day earlier.
- Parameters:
date- the current date- Returns:
- the mean solar flux F10.7B index
-
getS10
Get the EUV index (26-34 nm) scaled to F10.Tabular time 1.0 day earlier.
- Parameters:
date- the current date- Returns:
- the the EUV S10 index
-
getS10B
Get the EUV 81-day averaged centered index.Tabular time 1.0 day earlier.
- Parameters:
date- the current date- Returns:
- the the mean EUV S10B index
-
getXM10
Get the MG2 index scaled to F10.Tabular time 2.0 days earlier.
- Parameters:
date- the current date- Returns:
- the the MG2 index
-
getXM10B
Get the MG2 81-day average centered index.Tabular time 2.0 days earlier.
- Parameters:
date- the current date- Returns:
- the the mean MG2 index
-
getY10
Get the Solar X-Ray & Lya index scaled to F10.Tabular time 5.0 days earlier.
- Parameters:
date- the current date- Returns:
- the Solar X-Ray & Lya index scaled to F10
-
getY10B
Get the Solar X-Ray & Lya 81-day ave. centered index.Tabular time 5.0 days earlier.
- Parameters:
date- the current date- Returns:
- the Solar X-Ray & Lya 81-day ave. centered index
-
getDSTDTC
Get the temperature change computed from Dst index.- Parameters:
date- the current date- Returns:
- the temperature change computed from Dst index
-