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/dyn3dpar/dynredem_p.F

    r2600 r2601  
    1515      USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy,
    1616     &                     taux,tauy
     17      USE temps_mod, ONLY: annee_ref,day_ref,itau_dyn,itaufin,
     18     &                        start_time,hour_ini
    1719 
    1820      IMPLICIT NONE
     
    2527#include "paramet.h"
    2628#include "comgeom2.h"
    27 #include "temps.h"
    2829#include "ener.h"
    2930#include "logic.h"
     
    474475      use netcdf, only: NF90_get_VAR
    475476      use netcdf95, only: NF95_PUT_VAR
     477      USE temps_mod, ONLY: itau_dyn, itaufin
    476478 
    477479      IMPLICIT NONE
     
    484486#include "netcdf.inc"
    485487#include "comgeom.h"
    486 #include "temps.h"
    487488
    488489
Note: See TracChangeset for help on using the changeset viewer.