Ignore:
Timestamp:
Sep 29, 2016, 11:26:46 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2593:2640 into testing branch

Location:
LMDZ5/branches/testing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/filtrez/filtreg_mod.F90

    r1910 r2641  
    1414  USE mod_filtre_fft_loc, ONLY : Init_filtre_fft_loc=>Init_filtre_fft    !
    1515#endif
     16  USE serre_mod, ONLY: alphax
     17  USE logic_mod, ONLY: fxyhypb, ysinus
    1618    !    ... H. Upadhyaya, O.Sharma   ...
    1719    !
     
    2224    !     Correction  le 28/10/97    P. Le Van .
    2325    !  -------------------------------------------------------------------
    24 #include "dimensions.h"
    25 #include "paramet.h"
     26    include "dimensions.h"
     27    include "paramet.h"
    2628    !  -------------------------------------------------------------------
    27 #include "comgeom.h"
    28 #include "coefils.h"
    29 #include "logic.h"
    30 #include "serre.h"
     29    include "comgeom.h"
     30    include "coefils.h"
    3131
    3232    REAL  dlonu(iim),dlatu(jjm)
  • LMDZ5/branches/testing/libf/filtrez/inifgn.F

    r1910 r2641  
    88      IMPLICIT NONE
    99c
    10 #include "dimensions.h"
    11 #include "paramet.h"
    12 #include "comgeom.h"
    13 #include "serre.h"
     10      include "dimensions.h"
     11      include "paramet.h"
     12      include "comgeom.h"
    1413
    1514c
     
    2019      INTEGER i,j,k,imm1,nrot
    2120C
    22 #include "coefils.h"
     21      include "coefils.h"
    2322c
    2423      EXTERNAL SSUM, acc,eigen,jacobi
Note: See TracChangeset for help on using the changeset viewer.