类 AstroUtil
- java.lang.Object
-
- org.meteoinfo.math.astro.AstroUtil
-
public class AstroUtil extends java.lang.Object- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 AstroUtil()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static java.lang.Object[]CALDAT(double mjd)Inverse procedure to MJDstatic doubleGMST2UT(double mjd, double gmst)Greenwich Mean Sideral to Universal timestatic doubleLMST(double mjd, double lon)Local mean sideral time [decimal hours] single precision longitude, west positivstatic doubleMJD(int year, int month, int day, double noon)Calculate modified julian day (JD - 2400000.5)static double[]sun2000(double t2000)Solar ephemeridesstatic double[]sunEqu(double T)!static doubleTOMSozone(int month, double latitude)my own evaluation of TOMS monthly zonal averages from 1989 until 1999 !
-
-
-
方法详细资料
-
MJD
public static double MJD(int year, int month, int day, double noon)Calculate modified julian day (JD - 2400000.5)- 参数:
year- Yearmonth- Monthday- Daynoon- Local mean time noon in UT (12. - longitude / 15.)- 返回:
-
CALDAT
public static java.lang.Object[] CALDAT(double mjd)
Inverse procedure to MJD- 参数:
mjd- MJD- 返回:
- Array of year, month, day, hour
-
LMST
public static double LMST(double mjd, double lon)Local mean sideral time [decimal hours] single precision longitude, west positiv- 参数:
mjd- Modified Julian daylon- Longitude- 返回:
- Local mean sideral time
-
GMST2UT
public static double GMST2UT(double mjd, double gmst)Greenwich Mean Sideral to Universal time- 参数:
mjd- Modified Julian daygmst- Greenwich Mean Sideral time.- 返回:
- Unversal time
-
sun2000
public static double[] sun2000(double t2000)
Solar ephemerides- 参数:
t2000-- 返回:
-
sunEqu
public static double[] sunEqu(double T)
!鋛uatoriale Sonnenkoordinaten Rektaszension RA, Deklination in Grad !Rad in Erdradien, T in julian.Jhdt. seit J2000 !Die Koordinaten beziehen sich auf das wahre Aequinoktium des Datums- 参数:
T-- 返回:
-
TOMSozone
public static double TOMSozone(int month, double latitude)my own evaluation of TOMS monthly zonal averages from 1989 until 1999 ! 36 latitudinal bands of 5?and 12 months, zero in polar nights- 参数:
month- Monthlatitude- Latitude- 返回:
- Ozone value
-
-