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 2200 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-10-11T13:43:18+02:00 (14 years ago)
Author:
smasson
Message:

merge trunk rev 2198 into DEV_r2106_LOCEAN2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/opa.F90

    r2148 r2200  
    175175      !                             !--------------------------------------------! 
    176176#if defined key_iomput 
     177      IF( Agrif_Root() ) THEN 
    177178# if defined key_oasis3 || defined key_oasis4 
    178       CALL cpl_prism_init( ilocal_comm )      ! nemo local communicator given by oasis 
    179       CALL init_ioclient()                    ! io_server will get its communicators (if needed) from oasis (we don't see it) 
    180 # else 
    181       CALL init_ioclient( ilocal_comm )       ! nemo local communicator (used or not) given by the io_server 
     179         CALL cpl_prism_init( ilocal_comm )   ! nemo local communicator given by oasis 
    182180# endif 
     181         CALL  init_ioclient( ilocal_comm )   ! exchange io_server nemo local communicator with the io_server 
     182      ENDIF 
    183183      narea = mynode( cltxt, ilocal_comm )    ! Nodes selection 
    184  
    185184#else 
    186185# if defined key_oasis3 || defined key_oasis4 
Note: See TracChangeset for help on using the changeset viewer.