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/phylmd/dyn1d/1DUTILS.h

    r2565 r2597  
    435435      USE infotrac
    436436      use control_mod
     437      USE comconst_mod, ONLY: im, jm, lllm
    437438
    438439      IMPLICIT NONE
     
    443444!   -------------
    444445      include "dimensions.h"
    445       include "comconst.h"
    446446      include "temps.h"
    447447!!#include "control.h"
     
    579579      USE infotrac
    580580      use control_mod
     581      USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad
    581582
    582583      IMPLICIT NONE
     
    587588!   -------------
    588589      include "dimensions.h"
    589       include "comconst.h"
    590590      include "temps.h"
    591591!!#include "control.h"
Note: See TracChangeset for help on using the changeset viewer.