/[lmdze]/trunk/Sources/dyn3d/invert_zoom_x.f
ViewVC logotype

Diff of /trunk/Sources/dyn3d/invert_zoom_x.f

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

trunk/dyn3d/fxhyp_loop_ik.f revision 126 by guez, Fri Feb 6 18:33:15 2015 UTC trunk/dyn3d/invert_zoom_x.f revision 131 by guez, Fri Feb 27 16:44:07 2015 UTC
# Line 1  Line 1 
1  module fxhyp_loop_ik_m  module invert_zoom_x_m
2    
3    implicit none    implicit none
4    
# Line 6  module fxhyp_loop_ik_m Line 6  module fxhyp_loop_ik_m
6    
7  contains  contains
8    
9    subroutine fxhyp_loop_ik(xf, xtild, Xprimt, xzoom, xlon, xprimm, xuv)    subroutine invert_zoom_x(xf, xtild, Xprimt, xlon, xprimm, xuv)
10    
11      use coefpoly_m, only: coefpoly      use coefpoly_m, only: coefpoly
12      USE dimens_m, ONLY: iim      USE dimens_m, ONLY: iim
13      use nr_util, only: pi_d, twopi_d      use nr_util, only: pi_d, twopi_d
14        use serre, only: clon
15    
16      DOUBLE PRECISION, intent(in):: Xf(0:), xtild(0:), Xprimt(0:) ! (0:2 * nmax)      DOUBLE PRECISION, intent(in):: Xf(0:), xtild(0:), Xprimt(0:) ! (0:2 * nmax)
     DOUBLE PRECISION, intent(in):: xzoom  
17      real, intent(out):: xlon(:), xprimm(:) ! (iim)      real, intent(out):: xlon(:), xprimm(:) ! (iim)
18    
19      DOUBLE PRECISION, intent(in):: xuv      DOUBLE PRECISION, intent(in):: xuv
# Line 78  contains Line 78  contains
78         END IF         END IF
79      END DO      END DO
80    
81      xlon = xvrai + xzoom      xlon = xvrai + clon
82      xprimm = xxprim      xprimm = xxprim
83    
84    end subroutine fxhyp_loop_ik    end subroutine invert_zoom_x
85    
86  end module fxhyp_loop_ik_m  end module invert_zoom_x_m

Legend:
Removed from v.126  
changed lines
  Added in v.131

  ViewVC Help
Powered by ViewVC 1.1.21