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 5631 for branches – NEMO

Changeset 5631 for branches


Ignore:
Timestamp:
2015-07-23T18:23:21+02:00 (9 years ago)
Author:
dancopsey
Message:

Changed ocean executable to toyoce

File:
1 edited

Legend:

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

    r5568 r5631  
    277277      IF( Agrif_Root() ) THEN 
    278278         IF( lk_oasis ) THEN 
    279             CALL cpl_init( "oceanx", ilocal_comm )                     ! nemo local communicator given by oasis 
     279            CALL cpl_init( "toyoce", ilocal_comm )                     ! nemo local communicator given by oasis 
    280280            CALL xios_initialize( "not used",local_comm=ilocal_comm )    ! send nemo communicator to xios 
    281281         ELSE 
     
    288288      IF( lk_oasis ) THEN 
    289289         IF( Agrif_Root() ) THEN 
    290             CALL cpl_init( "oceanx", ilocal_comm )                      ! nemo local communicator given by oasis 
     290            CALL cpl_init( "toyoce", ilocal_comm )                      ! nemo local communicator given by oasis 
    291291         ENDIF 
    292292         ! Nodes selection (control print return in cltxt) 
Note: See TracChangeset for help on using the changeset viewer.