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 5271 – NEMO

Changeset 5271


Ignore:
Timestamp:
2015-05-13T17:05:57+02:00 (9 years ago)
Author:
dancopsey
Message:

Changed ocean executable that xios is looking for to be toyoce.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5107_xios_initialize_toyoce/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r4990 r5271  
    273273         IF( lk_cpl ) THEN 
    274274            CALL cpl_init( ilocal_comm )                               ! nemo local communicator given by oasis 
    275             CALL xios_initialize( "oceanx",local_comm=ilocal_comm )    ! send nemo communicator to xios 
     275            CALL xios_initialize( "toyoce",local_comm=ilocal_comm )    ! send nemo communicator to xios 
    276276         ELSE 
    277277            CALL  xios_initialize( "nemo",return_comm=ilocal_comm )    ! nemo local communicator given by xios 
Note: See TracChangeset for help on using the changeset viewer.