Ignore:
Timestamp:
Jun 5, 2007, 4:55:21 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Suite du merge entre la version et la HEAD: quelques modifications de
Yann sur le

LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/gcm.F

    r764 r774  
    99      USE IOIPSL
    1010#endif
     11      USE mod_const_mpi, ONLY: init_const_mpi
    1112      USE parallel
    1213      USE dimphy
     14      USE mod_interface_dyn_phys
    1315      USE comgeomphy
    1416      USE mod_hallo
     
    212214c------------------------------------
    213215      call init_parallel
    214       call InitDimphy
    215       call InitBands
     216      call Read_Distrib
     217      CALL init_const_mpi
     218      CALL Init_Phys_lmdz(iim,jjp1,llm,nqmx-2,mpi_size,distrib_phys)
     219      CALL set_bands
     220      CALL Init_interface_dyn_phys
    216221      call MPI_BARRIER(COMM_LMDZ,ierr)
    217222      if (mpi_rank==0) call WriteBands
     
    226231      call Init_Mod_hallo(MPI_Buffer)
    227232c$OMP PARALLEL
    228       call init_phys_openmp
    229233      call InitComgeomphy
    230234c$OMP END PARALLEL
     
    434438c       write(78,*) 'q',q
    435439
    436 
     440c$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/,/logic/)
    437441      CALL leapfrog_p(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0,
    438442     .              time_0)
    439 
     443c$OMP END PARALLEL
    440444
    441445
Note: See TracChangeset for help on using the changeset viewer.