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 4145 for trunk/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2013-11-01T18:47:40+01:00 (11 years ago)
Author:
hadcv
Message:

Ticket #1157 (C1D fixes): redo the fix for #1096 to work for XIOS detached mode and add xios_context_finalize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r3983 r4145  
    100100      clname = "nemo" 
    101101      IF( TRIM(Agrif_CFixed()) /= '0' )   clname = TRIM(Agrif_CFixed())//"_"//TRIM(clname) 
    102 # if defined key_mpp_mpi 
    103102      CALL xios_context_initialize(TRIM(clname), mpi_comm_opa) 
    104 # else 
    105       CALL xios_context_initialize(TRIM(clname), 0) 
    106 # endif 
    107103      CALL iom_swap 
    108104 
Note: See TracChangeset for help on using the changeset viewer.