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/dyn3dmem/conf_gcm.F90

    r2471 r2641  
    1717  USE infotrac, ONLY : type_trac
    1818  use assert_m, only: assert
     19  USE comconst_mod, ONLY: dissip_deltaz, dissip_factz, dissip_zref, &
     20                          iflag_top_bound, mode_top_bound, tau_top_bound, &
     21                          ngroup
     22  USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, &
     23                       ok_guide, ok_limit, ok_strato, purmats, read_start, &
     24                       ysinus
     25  USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, &
     26                       alphax,alphay,taux,tauy
     27  USE temps_mod, ONLY: calend
    1928
    2029  IMPLICIT NONE
     
    3544  include "dimensions.h"
    3645  include "paramet.h"
    37   include "logic.h"
    38   include "serre.h"
    3946  include "comdissnew.h"
    40   include "temps.h"
    41   include "comconst.h"
    4247  include "iniprint.h"
    4348
Note: See TracChangeset for help on using the changeset viewer.