source: trunk/LMDZ.GENERIC/libf/phystd/planete.h @ 965

Last change on this file since 965 was 590, checked in by aslmd, 13 years ago

LMDZ.GENERIC: Introduced global1d in callcorrk so that global (using sza) or local (using latitude) 1D simulations can be carried out. Converted all astronomical distances in AU instead of Mkm. This might cause problems with old start files. So added a test in iniorbit. A quite dirty test, but thatll do the job.

File size: 695 bytes
RevLine 
[253]1!-----------------------------------------------------------------------
2! INCLUDE planet.h
[135]3
[253]4      COMMON/planet/apoastr,periastr,year_day,peri_day,                 &
5     &       obliquit,nres,                                             &
6     &       z0,lmixmin,emin_turb,coefvis,coefir,                       &
[590]7     &       timeperi,e_elips,p_elips
[135]8
[253]9      real apoastr,periastr,year_day,peri_day,                          &
10     &     obliquit,nres,                                               &
11     &     z0,lmixmin,emin_turb,coefvis,coefir,                         &
[590]12     &       timeperi,e_elips,p_elips
[135]13     
14
[253]15!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.