Ignore:
Timestamp:
Oct 28, 2024, 11:17:48 AM (4 days ago)
Author:
abarral
Message:

Turn comgeom.h comgeom2.h into modules

Location:
LMDZ6/trunk/libf/filtrez
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/filtrez/filtreg_mod.F90

    r5272 r5281  
    1414  USE mod_filtre_fft_loc, ONLY : Init_filtre_fft_loc=>Init_filtre_fft    !
    1515#endif
    16   USE serre_mod, ONLY: alphax
     16  USE comgeom_mod_h
     17    USE serre_mod, ONLY: alphax
    1718  USE logic_mod, ONLY: fxyhypb, ysinus
    1819  USE comconst_mod, ONLY: maxlatfilter
     
    3233
    3334    !  -------------------------------------------------------------------
    34     include "comgeom.h"
    3535    include "coefils.h"
    3636
  • LMDZ6/trunk/libf/filtrez/inifgn.F90

    r5272 r5281  
    66  !    ...  H.Upadyaya , O.Sharma  ...
    77  !
     8  USE comgeom_mod_h
    89  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    910USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &
     
    1314
    1415
    15   include "comgeom.h"
    1616
    1717  !
Note: See TracChangeset for help on using the changeset viewer.