|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DTM2000InputParameters
Container for solar activity data, compatible with DTM2000 Atmosphere model. This model needs mean and instantaneous solar flux and geomagnetic incides to compute the local density. Mean solar flux is (for the moment) represented by the F10.7 indices. Instantaneous flux can be setted to the mean value if the data is not available. Geomagnetic acivity is represented by the Kp indice, which goes from 1 (very low activity) to 9 (high activity).
All needed solar activity data can be found on the NOAA (National Oceanic and Atmospheric Administration) website.
| Method Summary | |
|---|---|
double |
get24HoursKp(AbsoluteDate date)
Get the last 24H mean geomagnetic index. |
double |
getInstantFlux(AbsoluteDate date)
Get the value of the instantaneous solar flux. |
AbsoluteDate |
getMaxDate()
Gets the available data range maximum date. |
double |
getMeanFlux(AbsoluteDate date)
Get the value of the mean solar flux. |
AbsoluteDate |
getMinDate()
Gets the available data range minimum date. |
double |
getThreeHourlyKP(AbsoluteDate date)
Get the value of the 3H geomagnetic index. |
| Method Detail |
|---|
AbsoluteDate getMinDate()
AbsoluteDate getMaxDate()
double getInstantFlux(AbsoluteDate date)
date - the current date
double getMeanFlux(AbsoluteDate date)
date - the current date
double getThreeHourlyKP(AbsoluteDate date)
date - the current date
double get24HoursKp(AbsoluteDate date)
date - the current date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||