libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
Loading...
Searching...
No Matches
Variables
thesky_cometdata Module Reference

Data to compute comet positions. More...

Variables

integer, parameter ncometsmax =10000
 
integer ncomets
 
integer cometdatfile
 
integer, dimension(ncometsmaxcometdiedatp
 
real(double), dimension(ncometsmax, 9) cometelems
 
real(double) comepoche
 
character, dimension(60) cometnames
 

Detailed Description

Data to compute comet positions.

Variable Documentation

◆ comepoche

real(double) thesky_cometdata::comepoche

Definition at line 228 of file modules.f90.

Referenced by thesky_comets::cometgc(), and thesky_comets::cometxyz().

◆ cometdatfile

integer thesky_cometdata::cometdatfile

Definition at line 227 of file modules.f90.

Referenced by thesky_data::readcometelements().

◆ cometdiedatp

integer, dimension(ncometsmax) thesky_cometdata::cometdiedatp

◆ cometelems

real(double), dimension(ncometsmax,9) thesky_cometdata::cometelems

◆ cometnames

character, dimension(60) thesky_cometdata::cometnames

Definition at line 229 of file modules.f90.

Referenced by thesky_comets::cometxyz(), and thesky_data::readcometelements().

◆ ncomets

integer thesky_cometdata::ncomets

Definition at line 227 of file modules.f90.

Referenced by thesky_data::readcometelements().

◆ ncometsmax

integer, parameter thesky_cometdata::ncometsmax =10000

Definition at line 226 of file modules.f90.

Referenced by thesky_data::readcometelements().