Changeset 6556
- Timestamp:
- 2016-05-18T13:56:28+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_xios_initialize_toyoce/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90
r6555 r6556 277 277 IF( Agrif_Root() ) THEN 278 278 IF( lk_oasis ) THEN 279 CALL cpl_init( " oceanx", ilocal_comm ) ! nemo local communicator given by oasis279 CALL cpl_init( "toyoce", ilocal_comm ) ! nemo local communicator given by oasis 280 280 CALL xios_initialize( "not used",local_comm=ilocal_comm ) ! send nemo communicator to xios 281 281 ELSE … … 288 288 IF( lk_oasis ) THEN 289 289 IF( Agrif_Root() ) THEN 290 CALL cpl_init( " oceanx", ilocal_comm ) ! nemo local communicator given by oasis290 CALL cpl_init( "toyoce", ilocal_comm ) ! nemo local communicator given by oasis 291 291 ENDIF 292 292 ! Nodes selection (control print return in cltxt)
Note: See TracChangeset
for help on using the changeset viewer.