24 use sufr_kinds,
only: double
57 use sufr_kinds,
only: double
86 use sufr_kinds,
only: double, long
89 private :: double, long
203 use sufr_kinds,
only: double
208 real(double),
parameter ::
c1=1.d0/60.d0
209 real(double),
parameter ::
c2=1.d0/3600.d0
210 real(double),
parameter ::
ath=384747.9806743165d0
211 real(double),
parameter ::
a0=384747.9806448954d0
225 real(double) ::
w(3,0:4)
228 real(double) ::
p(8,0:1)
230 real(double) ::
del(4,0:4)
232 real(double) ::
t(0:4)
237 real(double) ::
pc1(6,1023)
238 real(double) ::
pc2(6,918)
239 real(double) ::
pc3(6,704)
261module thesky_elp_mpp02_constants
262 use sufr_kinds,
only: double
265 real(double) :: w(3,0:4)
266 real(double) :: eart(0:4)
267 real(double) :: peri(0:4)
268 real(double) :: zeta(0:4)
269 real(double) :: del(4,0:4)
271 real(double) :: p(8,0:4)
273 real(double) :: delnu
276 real(double) :: delnp
277 real(double) :: delep
280 real(double) :: dtasm
295end module thesky_elp_mpp02_constants
302module thesky_elp_mpp02_series
303 use sufr_kinds,
only: double
306 integer,
parameter,
private :: max1=2645, max2=33256
308 integer :: nper(3,0:3,3)
310 real(double) :: cmpb(max1)
311 real(double) :: fmpb(0:4,max1)
312 real(double) :: cper(max2)
313 real(double) :: fper(0:4,max2)
315end module thesky_elp_mpp02_series
323 use sufr_kinds,
only: double
344 use sufr_kinds,
only: double
391 use sufr_kinds,
only: double
Data from the Bright Star Catalogue (BSC)
integer, parameter n_bsc
Size of the Bright Star Catalogue (BSC)
real(double), dimension(n_bsc) bsc_bv
B-V colours of the BSC stars.
real(double), dimension(n_bsc) bsc_ub
U-B colours of the BSC stars.
real(double), dimension(n_bsc) bsc_dec
Declinations of the BSC stars.
real(double), dimension(n_bsc) bsc_par
Parallaxes of the BSC stars.
character, dimension(10) bsc_abbr
Abbreviated names/codes for the BSC stars.
real(double), dimension(n_bsc) bsc_vm
Visual magnitudes of the BSC stars.
character, dimension(n_bsc) bsc_mult
Multiplicity codes for the BSC stars.
real(double), dimension(n_bsc) bsc_pmd
Proper motions in declination of the BSC stars.
character, dimension(20) bsc_sptype
Spectral types of the BSC stars.
character, dimension(10) bsc_name
Proper names of the BSC stars.
real(double), dimension(n_bsc) bsc_rv
Radial velocities of the BSC stars.
real(double), dimension(n_bsc) bsc_pma
Proper motions in RA of the BSC stars.
real(double), dimension(n_bsc) bsc_ra
Right ascensions of the BSC stars.
integer, dimension(n_bsc) bsc_sao
SAO numbers of the BSC stars.
real(double), dimension(n_bsc) bsc_ri
R-I colours of the BSC stars.
integer, dimension(n_bsc) bsc_vm_indx
Index array for sorting to visual magnitude.
character, dimension(n_bsc) bsc_var
Variability codes for the BSC stars.
Data to compute comet positions.
integer, parameter ncometsmax
Size of comet database.
logical, dimension(ncometsmax) cometdiedatp
This comet died at perihelion (true/false)
real(double), dimension(ncometsmax, 9) cometelems
Orbital elements of the comets: 1: JD of epoch (often J2000), 2: Perihelion distance (AU?...
real(double) comepoche
JD of epoch (often J2000) == cometelems(i,1)
character, dimension(60) cometnames
Names of the comets.
integer ncomets
Actual number of comets in database.
integer cometdatfile
Data file to use 1: comets.dat (MANY comets, no magnitude info), 2: comets_mpc.dat (currently visible...
Constants used in libTheSky.
character, dimension(99) library_name
Name of this library.
integer thesky_verbosity
Verbosity of libTheSky output.
real(double) deltat_forced
Forced value for DeltaT, overriding computation.
integer, parameter deltat_nmax
Maximum number of Delta-T measurements. Need ~430 until 2000.
real(double) deltat_accel
Acceleration for DeltaT parabola.
integer deltat_minyr
Start year of DeltaT measurements.
real(double) deltat_change
Change for DeltaT parabola.
real(double) jd1820
JD of 1820.0, for DeltaT.
character, dimension(99) theskydatadir
Directory containing data files for libTheSky.
real(double), dimension(deltat_nmax) deltat_values
Values of DeltaT.
integer deltat_n
Actual number of DeltaT measurements.
real(double) deltat_0
Zero point for DeltaT parabola.
real(double), dimension(9, 63) nutationdat
Data for simple nutation function.
real(double), dimension(deltat_nmax) deltat_years
Years for DeltaT values.
integer deltat_maxyr
End year of DeltaT measurements.
Local parameters for libTheSky: location, date, time.
integer, parameter maxlocs
Maximum number of observation locations.
real(double) second
Seconds of time of current instant.
integer month
Month of year of current instant.
integer minute
Minute of time of current instant.
real(double) tz
Current value of time zone, taking into account DST (hours; >0 is east of Greenwich)
real(double) height
Altitude of the observer above sea level (m)
real(double) tz0
Standard value of time zone, without DST ("winter time"; hours; >0 is east of Greenwich)
real(double) lon0
Longitude of the observer (rad)
real(double) deltat
Current value of DeltaT (s)
real(double) lat0
Latitude of the observer (rad)
integer hour
Hour of time of current instant.
real(double) day
Day of month of current instant, with decimals if desired.
integer dsttp
DST type for current location (0: none, 1: EU, 2: USA+Canada (after 2007)
integer year
Year CE of current instant.
ELP 2000-82B Moon data, needed to compute Moon positions.
real(double), parameter a0
Constant for ELP 2000-82B theory (orbital separation?)
real(double), dimension(4, 0:4) del
Delaunay's variables (https://en.wikipedia.org/wiki/Orbital_elements#Delaunay_variables)
real(double) q5
Precession cosine coefficient for ELP 2000-82B theory.
real(double) q3
Precession cosine coefficient for ELP 2000-82B theory.
real(double), dimension(3, 0:4) w
Constants for mean longitude.
integer, dimension(3, 0:12) nrang
CHECK: Number of terms? in ELP 2000-82B data file.
real(double), parameter c1
Constant for ELP 2000-82B theory (arcminutes to degrees)
real(double) p3
Precession sine coefficient for ELP 2000-82B theory.
real(double) q4
Precession cosine coefficient for ELP 2000-82B theory.
real(double), dimension(0:4) peri
Mean longitude of the perihelion of the Earth-Moon barycentre (EMB)
real(double), dimension(6, 704) pc3
CHECK: Something in ELP 2000-82B theory.
real(double), dimension(0:1) zeta
Mean longitude (w) + rate precession (?)
real(double) q2
Precession cosine coefficient for ELP 2000-82B theory.
real(double), dimension(6, 918) pc2
CHECK: Something in ELP 2000-82B theory.
real(double) prec0
CHECK: Something in ELP 2000-82B theory.
real(double), dimension(6, 1023) pc1
CHECK: Something in ELP 2000-82B theory.
real(double), dimension(3, 19537) per1
CHECK: Something in ELP 2000-82B theory.
integer ideb
Memorise whether this routine has been run before.
real(double), parameter ath
Constant for ELP 2000-82B theory (orbital separation?)
real(double), dimension(8, 0:1) p
Planetary arguments: mean longitudes and mean motions.
real(double), dimension(0:4) t
Array for time^0, ..., time^4.
integer, dimension(3, 12) nterm
CHECK: Number of terms? in ELP 2000-82B data file.
real(double), dimension(3, 6766) per2
CHECK: Something in ELP 2000-82B theory.
integer, dimension(4) ilu
CHECK: Coefficients in ELP 2000-82B data file (integer)
real(double) p5
Precession sine coefficient for ELP 2000-82B theory.
real(double) p2
Precession sine coefficient for ELP 2000-82B theory.
real(double) p1
Precession sine coefficient for ELP 2000-82B theory.
real(double), dimension(0:4) eart
Earth-Moon barycentre (EMB) elements.
integer, dimension(11) ipla
CHECK: Coefficients in ELP 2000-82B data file (integer)
real(double), parameter c2
Constant for ELP 2000-82B theory (arcseconds to degrees)
real(double), dimension(6) zone
CHECK: Something in ELP 2000-82B theory.
real(double) q1
Precession cosine coefficient for ELP 2000-82B theory.
real(double), dimension(7) coef
CHECK: Coefficients in ELP 2000-82B data file (float)
real(double) p4
Precession sine coefficient for ELP 2000-82B theory.
real(double), dimension(3, 8924) per3
CHECK: Something in ELP 2000-82B theory.
real(double), dimension(3) pre
CHECK: does this actually do anything?
Planet data, needed to compute planet positions.
real(double), dimension(4, 6827, 10) vsopdat
Periodic terms for VSOP87.
integer(long), dimension(3, 60) moonla_lrb
L,B,R data for the low-accuracy (la) Moon position.
character, dimension(18) asternames
Names of the asteroids.
integer, dimension(43, 2) plub
Constants for the latitude of Pluto.
integer, dimension(3, 8) vsopnls
Numbers of lines in the VSOP input files (l,b,r x 8 pl)
integer, parameter nplanpos
Number of entries in the planpos array.
real(double), dimension(8, 6) plelems
Planet orbital elements for Equation of Data.
integer pl0
Remember a special planet.
character, dimension(3) plcon
Constellation abbreviation for the planets (0-9) and bright stars.
real(double), dimension(nplanpos) planpos
Planpos[] is an array with many different types of coordinates and related variables:
real(double), dimension(8, 6) plelems2000
Planet orbital elements for J2000.
integer, dimension(43, 2) plur
Constants for the distance of Pluto.
real(double), dimension(3, 8) vsoptruncs
Truncuate VSOP87 terms at these accuracies.
real(double), dimension(2, 8, 6, 0:3) plelemdata
Data to compute planet orbital elements.
integer, dimension(43, 3) pluc
Constants for the periodic terms for the position of Pluto.
integer, dimension(43, 2) plul
Constants for the longitude of Pluto.
integer, dimension(8, 60) moonla_arg
Arguments for the low-accuracy (la) Moon position.
integer, parameter nasteroids
Number of entries in the asteroids array. Nasteroids is actually much larger; look at the first Naste...
integer, dimension(0:5, 3, 8) vsopnblk
Line number in the VSOP data where the next block of (Planet, Variable (LBR), Power) starts.
real(double), dimension(nasteroids, 9) asterelems
Asteroid orbital elements.
Star and basic constellation data.
character, dimension(19) latconnames
Latin constellation names.
character, dimension(10) starconsnl
Dutch constellation names for the bright, ecliptical stars.
character, dimension(3) conidabr
Abbreviations of the constellation IDs.
character, dimension(17) nlconnames
Dutch constellation names.
real(double), dimension(nstars) starb
Ecliptic latitudes of the bright, ecliptical stars.
real(double), dimension(nstars) starra
Right ascensions of the bright, ecliptical stars.
integer, parameter nconid
Number of data points for constellation ID.
character, dimension(19) genconnames
Genitives of the Latin constellation names.
character, dimension(10) starcons
Latin/English constellation names for the bright, ecliptical stars.
integer, parameter nconstel
Number of constellations.
real, dimension(nstars) starmags
Magnitudes of the bright, ecliptical stars.
real(double), dimension(nconid) coniddecl
Constellation lower declination boundary for ID.
character, dimension(18) enconnames
English constellation names.
real, dimension(nstars) starrads
Radii of the bright, ecliptical stars (only non-zero for Pleiades)
real(double), dimension(nconid) conidrau
Constellation uppwer RA boundary for ID.
real(double), dimension(nstars) starl
Ecliptic longitudes of the bright, ecliptical stars.
real(double), dimension(nstars) stardec
Declinations of the bright, ecliptical stars.
character, dimension(10) starnames
English names of the bright, ecliptical stars.
character, dimension(3) starconsabr
Constellation abbreviations for the bright, ecliptical stars.
integer, dimension(nconid) conid
Constellation ID.
character, dimension(3) conabr
Abbreviations of the constellations.
integer, parameter nstars
Number of bright stars close to the ecliptic (including Pleiades)
character, dimension(11) starnamesnl
Dutch names of the bright, ecliptical stars.
real(double), dimension(nconid) conidral
Constellation lower RA boundary for ID.