Changeset 720 for trunk/LMDZ.MARS/libf
- Timestamp:
- Jul 12, 2012, 3:08:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/testphys1d.F
r627 r720 410 410 call getin("tauvis",tauvis) 411 411 write(*,*) " tauvis = ",tauvis 412 413 c Orbital parameters 414 c ------------------ 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 412 430 413 431 c latitude/longitude
Note: See TracChangeset
for help on using the changeset viewer.