/[lmdze]/trunk/dyn3d/fxhyp.f
ViewVC logotype

Diff of /trunk/dyn3d/fxhyp.f

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

revision 122 by guez, Tue Feb 3 19:30:48 2015 UTC revision 123 by guez, Thu Feb 5 12:41:08 2015 UTC
# Line 42  contains Line 42  contains
42    
43      print *, "Call sequence information: fxhyp"      print *, "Call sequence information: fxhyp"
44    
     xzoom = clon * pi_d / 180d0  
   
     IF (grossismx == 1.) THEN  
        decalx = 1d0  
     else  
        decalx = 0.75d0  
     END IF  
   
45      dzoom = dzoomx * twopi_d      dzoom = dzoomx * twopi_d
46      xtild = arth(- pi_d, pi_d / nmax, 2 * nmax + 1)      xtild = arth(- pi_d, pi_d / nmax, 2 * nmax + 1)
47    
# Line 153  contains Line 145  contains
145    
146      Xf(2 * nmax) = pi_d      Xf(2 * nmax) = pi_d
147    
148        IF (grossismx == 1.) THEN
149           decalx = 1d0
150        else
151           decalx = 0.75d0
152        END IF
153    
154        xzoom = clon * pi_d / 180d0
155      call fxhyp_loop_ik(1, decalx, xf, xtild, Xprimt, xzoom, rlonm025, &      call fxhyp_loop_ik(1, decalx, xf, xtild, Xprimt, xzoom, rlonm025, &
156           xprimm025, xuv = - 0.25d0)           xprimm025, xuv = - 0.25d0)
157      call fxhyp_loop_ik(2, decalx, xf, xtild, Xprimt, xzoom, rlonv, xprimv, &      call fxhyp_loop_ik(2, decalx, xf, xtild, Xprimt, xzoom, rlonv, xprimv, &

Legend:
Removed from v.122  
changed lines
  Added in v.123

  ViewVC Help
Powered by ViewVC 1.1.21