/[lmdze]/trunk/libf/phylmd/orbite.f90
ViewVC logotype

Diff of /trunk/libf/phylmd/orbite.f90

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by guez, Mon Dec 14 15:25:16 2009 UTC revision 39 by guez, Tue Jan 25 15:11:05 2011 UTC
# Line 9  CONTAINS Line 9  CONTAINS
9    SUBROUTINE orbite(xjour, longi, dist)    SUBROUTINE orbite(xjour, longi, dist)
10    
11      USE yomcst, ONLY : r_ecc, r_peri      USE yomcst, ONLY : r_ecc, r_peri
12      use numer_rec, only: pi      use nr_util, only: pi
13    
14      ! Auteur(s): Z.X. Li (LMD/CNRS)      ! Auteur(s): Z.X. Li (LMD/CNRS)
15      ! Date: 1993/08/18      ! Date: 1993/08/18
# Line 63  CONTAINS Line 63  CONTAINS
63      USE dimphy, ONLY : klon      USE dimphy, ONLY : klon
64      USE yomcst, ONLY : r_incl      USE yomcst, ONLY : r_incl
65      USE phyetat0_m, ONLY : rlat, rlon      USE phyetat0_m, ONLY : rlat, rlon
66      USE comconst, ONLY : pi      use nr_util, only: assert, pi
     use numer_rec, only: assert  
67    
68      ! Author : O. Boucher (LMD/CNRS), d'après les routines "zenith" et      ! Author : O. Boucher (LMD/CNRS), d'après les routines "zenith" et
69      ! "angle" de Z.X. Li      ! "angle" de Z.X. Li

Legend:
Removed from v.23  
changed lines
  Added in v.39

  ViewVC Help
Powered by ViewVC 1.1.21