Ignore:
Timestamp:
Jul 24, 2016, 11:51:55 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn temps.h into module temps_mod.F90
EM

Location:
LMDZ5/trunk/libf/phylmd/dyn1d
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/dyn1d/1DUTILS.h

    r2597 r2601  
    436436      use control_mod
    437437      USE comconst_mod, ONLY: im, jm, lllm
     438      USE temps_mod, ONLY: annee_ref, day_ini, day_ref, itau_dyn
    438439
    439440      IMPLICIT NONE
     
    444445!   -------------
    445446      include "dimensions.h"
    446       include "temps.h"
    447447!!#include "control.h"
    448448      include "logic.h"
     
    580580      use control_mod
    581581      USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad
     582      USE temps_mod, ONLY: annee_ref,day_end,day_ref,itau_dyn,itaufin
    582583
    583584      IMPLICIT NONE
     
    588589!   -------------
    589590      include "dimensions.h"
    590       include "temps.h"
    591591!!#include "control.h"
    592592      include "logic.h"
  • LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90

    r2600 r2601  
    3737   USE mod_const_mpi, ONLY: comm_lmdz
    3838   USE physiq_mod, ONLY: physiq
     39   USE temps_mod, ONLY: annee_ref, calend, day_end, day_ini, day_ref, &
     40                        itau_dyn, itau_phy, start_time
    3941
    4042      implicit none
    4143#include "dimensions.h"
    4244#include "YOMCST.h"
    43 #include "temps.h"
    4445!!#include "control.h"
    4546#include "clesphys.h"
Note: See TracChangeset for help on using the changeset viewer.