- Timestamp:
- 2015-05-13T17:05:57+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5107_xios_initialize_toyoce/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90
r4990 r5271 273 273 IF( lk_cpl ) THEN 274 274 CALL cpl_init( ilocal_comm ) ! nemo local communicator given by oasis 275 CALL xios_initialize( " oceanx",local_comm=ilocal_comm ) ! send nemo communicator to xios275 CALL xios_initialize( "toyoce",local_comm=ilocal_comm ) ! send nemo communicator to xios 276 276 ELSE 277 277 CALL xios_initialize( "nemo",return_comm=ilocal_comm ) ! nemo local communicator given by xios
Note: See TracChangeset
for help on using the changeset viewer.