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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d/dynredem.F90

    r2600 r2601  
    1616  USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, &
    1717                              taux,tauy
     18  USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time
     19 
    1820  IMPLICIT NONE
    1921  include "dimensions.h"
    2022  include "paramet.h"
    2123  include "comgeom2.h"
    22   include "temps.h"
    2324  include "ener.h"
    2425  include "logic.h"
     
    170171  USE dynredem_mod, ONLY: dynredem_write_u, dynredem_write_v, dynredem_read_u, &
    171172                          err, modname, fil, msg
     173  USE temps_mod, ONLY: itau_dyn, itaufin
     174 
    172175  IMPLICIT NONE
    173176  include "dimensions.h"
     
    175178  include "description.h"
    176179  include "comgeom.h"
    177   include "temps.h"
    178180  include "iniprint.h"
    179181!===============================================================================
Note: See TracChangeset for help on using the changeset viewer.