/[lmdze]/trunk/filtrez/inifgn.f
ViewVC logotype

Diff of /trunk/filtrez/inifgn.f

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

revision 254 by guez, Mon Feb 5 10:39:38 2018 UTC revision 265 by guez, Tue Mar 20 09:35:59 2018 UTC
# Line 1  Line 1 
1  module inifgn_m  module inifgn_m
2    
3    use dimens_m, only: iim    use dimensions, only: iim
4    
5    IMPLICIT NONE    IMPLICIT NONE
6    
# Line 23  contains Line 23  contains
23      ! Computes the eigenvalues and eigenvectors of the discrete analog      ! Computes the eigenvalues and eigenvectors of the discrete analog
24      ! of the second derivative with respect to longitude.      ! of the second derivative with respect to longitude.
25    
26      USE dimens_m, ONLY: iim      USE dimensions, ONLY: iim
27      USE dynetat0_m, ONLY: xprimu, xprimv      USE dynetat0_m, ONLY: xprimu, xprimv
28      use jumble, only: new_unit      use jumble, only: new_unit
29      use numer_rec_95, only: jacobi, eigsrt      use numer_rec_95, only: jacobi, eigsrt

Legend:
Removed from v.254  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.21