Changeset 720 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Jul 12, 2012, 3:08:01 PM (12 years ago)
Author:
jbmadeleine
Message:

Added the ability to set up the orbital parameters in run.def by

adding new calls to "getin" in testphys1d.F.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/testphys1d.F

    r627 r720  
    410410      call getin("tauvis",tauvis)
    411411      write(*,*) " tauvis = ",tauvis
     412
     413c Orbital parameters
     414c ------------------
     415      print *,'Min. distance Sun-Mars (Mkm)?'
     416      call getin("periheli",periheli)
     417      write(*,*) " periheli = ",periheli
     418
     419      print *,'Max. distance Sun-Mars (Mkm)?'
     420      call getin("aphelie",aphelie)
     421      write(*,*) " aphelie = ",aphelie
     422
     423      print *,'Day of perihelion?'
     424      call getin("periday",peri_day)
     425      write(*,*) " periday = ",peri_day
     426
     427      print *,'Obliquity?'
     428      call getin("obliquit",obliquit)
     429      write(*,*) " obliquit = ",obliquit
    412430 
    413431c  latitude/longitude
Note: See TracChangeset for help on using the changeset viewer.