Changeset 1422 for trunk/LMDZ.COMMON/libf/filtrez
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- Location:
- trunk/LMDZ.COMMON/libf/filtrez
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/filtrez/filtreg_mod.F90
r1019 r1422 14 14 USE mod_filtre_fft_loc, ONLY : Init_filtre_fft_loc=>Init_filtre_fft ! 15 15 #endif 16 USE logic_mod, ONLY: fxyhypb,ysinus 17 USE serre_mod, ONLY: alphax 16 18 ! ... H. Upadhyaya, O.Sharma ... 17 19 ! … … 27 29 #include "comgeom.h" 28 30 #include "coefils.h" 29 #include "logic.h"30 #include "serre.h"31 31 32 32 REAL dlonu(iim),dlatu(jjm) -
trunk/LMDZ.COMMON/libf/filtrez/inifgn.F
r1 r1422 11 11 #include "paramet.h" 12 12 #include "comgeom.h" 13 #include "serre.h"14 13 15 14 c
Note: See TracChangeset
for help on using the changeset viewer.