For computing the obliquity of the ecliptic.
a function for computing the mean obliquity of the ecliptic.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | et |
ephemeris time (sec) |
obliquity of ecliptic (deg)
Rotation matrix from Mean Ecliptic to J2000.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
procedure(mean_obliquity_func), | optional | :: | obliquity_func |
optional function to compute the mean obliquity. If not present, then mean_obliquity_of_ecliptic_iau1980 is used. |
rotation matrix
Rotation matrix from J2000 to Mean Ecliptic.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
procedure(mean_obliquity_func), | optional | :: | obliquity_func |
optional function to compute the mean obliquity. If not present, then mean_obliquity_of_ecliptic_iau1980 is used. |
rotation matrix
Mean obliquity of the ecliptic, IAU 2006 formula.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | et |
ephemeris time (sec) |
obliquity of ecliptic (deg)
Mean obliquity of the ecliptic, IAU 1980 formula.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | et |
ephemeris time (sec) |
obliquity of ecliptic (deg)