Changeset 5206 for LMDZ6/trunk/libf
- Timestamp:
- Sep 20, 2024, 3:50:41 PM (2 months ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/parallel_lmdz.F90
r4848 r5206 418 418 IF (using_xios) THEN 419 419 !Fermeture propre de XIOS 420 ! close xios dynamic context if is defined (call LMDZDYN) 421 IF (ok_dyn_xios) THEN 422 CALL xios_context_finalize() 423 ENDIF 420 424 CALL wxios_close() 421 425 CALL prism_terminate_proto(ierr) … … 435 439 IF (using_xios) THEN 436 440 !Fermeture propre de XIOS 441 IF (ok_dyn_xios) THEN 442 CALL xios_context_finalize() 443 ENDIF 437 444 CALL wxios_close() 438 445 ENDIF -
LMDZ6/trunk/libf/misc/wxios.F90
r5084 r5206 780 780 781 781 SUBROUTINE wxios_close() 782 CALL xios_context_finalize()782 ! CALL xios_context_finalize() 783 783 CALL xios_finalize() 784 784 END SUBROUTINE wxios_close -
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r5204 r5206 5816 5816 #endif 5817 5817 5818 IF (is_omp_master .and. grid_type==unstructured) CALL xios_context_finalize 5818 ! close xios physiq context (call LMDZ) 5819 IF (is_omp_master) CALL xios_context_finalize 5819 5820 ENDIF 5820 5821
Note: See TracChangeset
for help on using the changeset viewer.