Changeset 2641 for LMDZ5/branches/testing/libf/filtrez
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/filtrez/filtreg_mod.F90
r1910 r2641 14 14 USE mod_filtre_fft_loc, ONLY : Init_filtre_fft_loc=>Init_filtre_fft ! 15 15 #endif 16 USE serre_mod, ONLY: alphax 17 USE logic_mod, ONLY: fxyhypb, ysinus 16 18 ! ... H. Upadhyaya, O.Sharma ... 17 19 ! … … 22 24 ! Correction le 28/10/97 P. Le Van . 23 25 ! ------------------------------------------------------------------- 24 #include "dimensions.h"25 #include "paramet.h"26 include "dimensions.h" 27 include "paramet.h" 26 28 ! ------------------------------------------------------------------- 27 #include "comgeom.h" 28 #include "coefils.h" 29 #include "logic.h" 30 #include "serre.h" 29 include "comgeom.h" 30 include "coefils.h" 31 31 32 32 REAL dlonu(iim),dlatu(jjm) -
LMDZ5/branches/testing/libf/filtrez/inifgn.F
r1910 r2641 8 8 IMPLICIT NONE 9 9 c 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" 14 13 15 14 c … … 20 19 INTEGER i,j,k,imm1,nrot 21 20 C 22 #include "coefils.h"21 include "coefils.h" 23 22 c 24 23 EXTERNAL SSUM, acc,eigen,jacobi
Note: See TracChangeset
for help on using the changeset viewer.