Ignore:
Timestamp:
Mar 4, 2015, 10:03:37 AM (10 years ago)
Author:
emillour
Message:

Mars GCM:
Some cleanup in iniorbit.F
FF+EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/planete_h.F90

    r1226 r1382  
    22      IMPLICIT NONE
    33
    4       REAL aphelie
    5       REAL periheli
    6       REAL year_day
    7       REAL peri_day
    8       REAL obliquit
     4      REAL aphelie ! Aphelion, in Mkm
     5      REAL periheli ! Perihelion, in Mkm
     6      REAL year_day ! number of days in the year
     7      REAL peri_day ! date of perihelion, in days
     8      REAL obliquit ! obliquity of the planet, in degrees
    99      REAL lmixmin
    1010      REAL emin_turb
    1111      REAL coefvis
    1212      REAL coefir
    13       REAL timeperi
    14       REAL e_elips
     13      REAL timeperi ! angle of the perihelion, in rad
     14      REAL e_elips ! orbit eccentricity
    1515      REAL p_elips
    16       REAL unitastr
     16      REAL unitastr ! Astronomical unit AU, in Mkm
    1717
    1818      END MODULE planete_h
Note: See TracChangeset for help on using the changeset viewer.