Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

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

    r2298 r2408  
    1414      USE parallel_lmdz
    1515      USE infotrac
    16 #ifdef CPP_PHYS
    17       USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys
    18 #endif
     16!#ifdef CPP_PHYS
     17!      USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys
     18!#endif
    1919      USE mod_hallo
    2020      USE Bands
     
    3030
    3131#ifdef CPP_PHYS
    32 !      USE mod_grid_phy_lmdz
    33 !      USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb
    34 !      USE dimphy
    35 !      USE comgeomphy
     32  USE iniphysiq_mod, ONLY: iniphysiq
    3633#endif
    3734      IMPLICIT NONE
     
    162159      call Read_Distrib
    163160
    164 #ifdef CPP_PHYS
    165         CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys)
     161!#ifdef CPP_PHYS
     162!        CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys)
    166163!#endif
    167164!      CALL set_bands
    168165!#ifdef CPP_PHYS
    169       CALL Init_interface_dyn_phys
    170 #endif
     166!      CALL Init_interface_dyn_phys
     167!#endif
    171168      CALL barrier
    172169
     
    406403! Physics:
    407404#ifdef CPP_PHYS
    408          CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys,
    409      &                rlatu,rlonv,aire,cu,cv,rad,g,r,cpp,
     405         CALL iniphysiq(iim,jjm,llm,
     406     &                distrib_phys(mpi_rank),comm_lmdz,
     407     &                daysec,day_ini,dtphys/nsplit_phys,
     408     &                rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp,
    410409     &                iflag_phys)
    411410#endif
Note: See TracChangeset for help on using the changeset viewer.