Changeset 5225 for LMDZ6/branches/Amaury_dev/libf/dyn3dmem
- Timestamp:
- Sep 25, 2024, 12:37:42 AM (15 months ago)
- Location:
- LMDZ6/branches/Amaury_dev
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libf/dyn3dmem/parallel_lmdz.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5206-5207
- Property svn:mergeinfo changed
-
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/parallel_lmdz.F90
r5159 r5225 382 382 USE lmdz_dimensions, ONLY: iim, jjm, llm, ndm 383 383 USE lmdz_paramet 384 USE control_mod, only : ok_dyn_xios 384 385 385 386 … … 411 412 IF (using_xios) THEN 412 413 !Fermeture propre de XIOS 414 ! close xios dynamic context if is defined (call LMDZDYN) 415 IF (ok_dyn_xios) THEN 416 CALL xios_context_finalize() 417 ENDIF 413 418 CALL wxios_close() 414 419 CALL prism_terminate_proto(ierr) … … 425 430 CALL abort_gcm('Finalize_parallel', 'type_ocean = couple but CPP_COUPLE not defined', 1) 426 431 #endif 427 else 432 433 ELSE 428 434 IF (using_xios) THEN 429 435 !Fermeture propre de XIOS 436 IF (ok_dyn_xios) THEN 437 CALL xios_context_finalize() 438 END IF 439 430 440 CALL wxios_close() 431 END IF441 END IF 432 442 IF (using_mpi) CALL MPI_FINALIZE(ierr) 433 end if443 END IF 434 444 435 445 END SUBROUTINE Finalize_parallel
Note: See TracChangeset
for help on using the changeset viewer.
