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/dyn3d/dynetat0.f90

    r2408 r2641  
    1111  USE control_mod, ONLY: planet_type
    1212  USE assert_eq_m, ONLY: assert_eq
     13  USE comvert_mod, ONLY: pa,preff
     14  USE comconst_mod, ONLY: cpp, daysec, dtvr, g, im, jm, kappa, lllm, omeg, rad
     15  USE logic_mod, ONLY: fxyhypb, ysinus
     16  USE serre_mod, ONLY: clon, clat, grossismx, grossismy
     17  USE temps_mod, ONLY: annee_ref, day_ini, day_ref, itau_dyn, start_time
     18  USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0
     19
    1320  IMPLICIT NONE
    1421  include "dimensions.h"
    1522  include "paramet.h"
    16   include "temps.h"
    17   include "comconst.h"
    18   include "comvert.h"
    1923  include "comgeom2.h"
    20   include "ener.h"
    2124  include "description.h"
    22   include "serre.h"
    23   include "logic.h"
    2425  include "iniprint.h"
    2526!===============================================================================
Note: See TracChangeset for help on using the changeset viewer.