Ignore:
Timestamp:
Jul 24, 2016, 11:51:55 AM (9 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/dyn3dmem/dynredem_loc.F90

    r2600 r2601  
    1818  USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, &
    1919                       taux,tauy
     20  USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time
    2021
    2122  IMPLICIT NONE
     
    2324  include "paramet.h"
    2425  include "comgeom.h"
    25   include "temps.h"
    2626  include "ener.h"
    2727  include "logic.h"
     
    179179  USE dynredem_mod, ONLY: dynredem_write_u, dynredem_write_v, dynredem_read_u, &
    180180                          err, modname, fil, msg
     181  USE temps_mod, ONLY: itau_dyn, itaufin
     182 
    181183  IMPLICIT NONE
    182184  include "dimensions.h"
     
    184186  include "description.h"
    185187  include "comgeom.h"
    186   include "temps.h"
    187188  include "iniprint.h"
    188189!===============================================================================
Note: See TracChangeset for help on using the changeset viewer.