Ignore:
Timestamp:
Apr 30, 2015, 12:33:45 PM (10 years ago)
Author:
milmd
Message:

In GENERIC, MARS and COMMON models replace some include files by modules (usefull for decoupling physics with dynamics).

Location:
trunk/LMDZ.COMMON/libf/filtrez
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/filtrez/filtreg_mod.F90

    r1019 r1422  
    1414  USE mod_filtre_fft_loc, ONLY : Init_filtre_fft_loc=>Init_filtre_fft    !
    1515#endif
     16  USE logic_mod, ONLY: fxyhypb,ysinus
     17  USE serre_mod, ONLY: alphax
    1618    !    ... H. Upadhyaya, O.Sharma   ...
    1719    !
     
    2729#include "comgeom.h"
    2830#include "coefils.h"
    29 #include "logic.h"
    30 #include "serre.h"
    3131
    3232    REAL  dlonu(iim),dlatu(jjm)
  • trunk/LMDZ.COMMON/libf/filtrez/inifgn.F

    r1 r1422  
    1111#include "paramet.h"
    1212#include "comgeom.h"
    13 #include "serre.h"
    1413
    1514c
Note: See TracChangeset for help on using the changeset viewer.