New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2204 for branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-10-11T17:59:35+02:00 (14 years ago)
Author:
rblod
Message:

Merge FCM branch with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/opa.F90

    r2160 r2204  
    194194      !                             !--------------------------------------------! 
    195195#if defined key_iomput 
     196      IF( Agrif_Root() ) THEN 
    196197# if defined key_oasis3 || defined key_oasis4 
    197       IF( Agrif_Root() ) THEN 
    198198         CALL cpl_prism_init( ilocal_comm )      ! nemo local communicator given by oasis 
    199          CALL init_ioclient()                    ! io_server will get its communicators (if needed) from oasis (we don't see it) 
    200       ENDIF 
    201 # else 
    202       IF( Agrif_Root() ) THEN 
    203          CALL init_ioclient( ilocal_comm )       ! nemo local communicator (used or not) given by the io_server 
    204       ENDIF 
    205199# endif 
     200         CALL  init_ioclient( ilocal_comm )      ! exchange io_server nemo local communicator with the io_server 
     201      ENDIF 
    206202      narea = mynode( cltxt, ilocal_comm )    ! Nodes selection 
    207  
    208203#else 
    209204# if defined key_oasis3 || defined key_oasis4 
Note: See TracChangeset for help on using the changeset viewer.