source: trunk/libf/phytitan/comorbit.inc @ 21

Last change on this file since 21 was 3, checked in by slebonnois, 14 years ago

Creation de repertoires:

  • chantiers : pour communiquer sur nos projets de modifs
  • documentation : pour stocker les docs

Ajout de:

  • libf/phytitan : physique de Titan
  • libf/chimtitan: chimie de Titan
  • libf/phyvenus : physique de Venus
File size: 283 bytes
Line 
1!..include comorbit.h
2
3      REAL :: aphelie,periheli,year_day
4      REAL :: peri_day,timeperi,obliquit
5      REAL :: e_elips,p_elips,unitastr,pi
6
7      COMMON/comorbit/aphelie,periheli,year_day, &
8     &       peri_day,timeperi,obliquit, &
9     &       e_elips,p_elips,unitastr,pi
10
Note: See TracBrowser for help on using the repository browser.