Ignore:
Timestamp:
Mar 8, 2024, 1:09:51 PM (2 months ago)
Author:
Laurent Fairhead
Message:

Modifications needed for XIOS3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/parallel_lmdz.F90

    r4619 r4848  
    415415
    416416      if (type_ocean == 'couple') then
     417#ifdef CPP_COUPLE
    417418        IF (using_xios) THEN
    418419          !Fermeture propre de XIOS
    419420          CALL wxios_close()
     421          CALL prism_terminate_proto(ierr)
     422          IF (ierr .ne. PRISM_Ok) THEN
     423            CALL abort_gcm('Finalize_parallel',' Probleme dans prism_terminate_proto ',1)
     424          ENDIF
    420425        ELSE
    421 #ifdef CPP_COUPLE
    422426           call prism_terminate_proto(ierr)
    423427           IF (ierr .ne. PRISM_Ok) THEN
    424428              call abort_gcm('Finalize_parallel',' Probleme dans prism_terminate_proto ',1)
    425429           endif
     430        ENDIF
     431#else
     432        call abort_gcm('Finalize_parallel','type_ocean = couple but CPP_COUPLE not defined',1)
    426433#endif
    427         ENDIF
    428434      else
    429435        IF (using_xios) THEN
Note: See TracChangeset for help on using the changeset viewer.