Ignore:
Timestamp:
Jul 22, 2016, 8:44:47 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: get rid of comconst.h, make it a module comconst_mod.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F

    r2475 r2597  
    3232       use exner_hyb_loc_m, only: exner_hyb_loc
    3333       use exner_milieu_loc_m, only: exner_milieu_loc
     34       USE comconst_mod, ONLY: cpp, dtvr, ihf
    3435      IMPLICIT NONE
    3536
     
    6566c   -------------
    6667
    67 #include "dimensions.h"
    68 #include "paramet.h"
    69 #include "comconst.h"
    70 #include "comdissnew.h"
    71 #include "comvert.h"
    72 #include "comgeom.h"
    73 #include "logic.h"
    74 #include "temps.h"
    75 #include "ener.h"
    76 #include "description.h"
    77 #include "serre.h"
    78 !#include "com_io_dyn.h"
    79 #include "iniprint.h"
    80 #include "academic.h"
    81 !      include "mpif.h"
     68      include "dimensions.h"
     69      include "paramet.h"
     70      include "comdissnew.h"
     71      include "comvert.h"
     72      include "comgeom.h"
     73      include "logic.h"
     74      include "temps.h"
     75      include "ener.h"
     76      include "description.h"
     77      include "serre.h"
     78      include "iniprint.h"
     79      include "academic.h"
    8280     
    8381      REAL,INTENT(IN) :: time_0 ! not used
Note: See TracChangeset for help on using the changeset viewer.