Ignore:
Timestamp:
Sep 29, 2016, 11:26:46 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2593:2640 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dyn3dpar/dynredem.F

    r1999 r2641  
    99      USE infotrac
    1010      use netcdf95, only: NF95_PUT_VAR
     11      USE comvert_mod, ONLY: ap,bp,aps,bps,presnivs,pseudoalt,pa,preff,
     12     &                        nivsig,nivsigs
     13      USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad
     14      USE logic_mod, ONLY: fxyhypb, ysinus
     15      USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy,
     16     &                     taux,tauy
     17      USE temps_mod, ONLY: annee_ref,day_ref,itau_dyn,itaufin,
     18     &                        start_time,hour_ini
     19      USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0
    1120 
    1221      IMPLICIT NONE
     
    1827#include "dimensions.h"
    1928#include "paramet.h"
    20 #include "comconst.h"
    21 #include "comvert.h"
    2229#include "comgeom2.h"
    23 #include "temps.h"
    24 #include "ener.h"
    25 #include "logic.h"
    2630#include "netcdf.inc"
    2731#include "description.h"
    28 #include "serre.h"
    2932#include "iniprint.h"
    3033
     
    471474      use netcdf, only: NF90_get_VAR
    472475      use netcdf95, only: NF95_PUT_VAR
     476      USE temps_mod, ONLY: itau_dyn, itaufin
    473477 
    474478      IMPLICIT NONE
     
    480484#include "description.h"
    481485#include "netcdf.inc"
    482 #include "comvert.h"
    483486#include "comgeom.h"
    484 #include "temps.h"
    485487#include "iniprint.h"
    486488
Note: See TracChangeset for help on using the changeset viewer.