Changeset 5310 for LMDZ6/trunk/libf/dyn3dmem
- Timestamp:
- Nov 1, 2024, 1:05:47 PM (7 days ago)
- Location:
- LMDZ6/trunk/libf/dyn3dmem
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/mod_const_mpi.F90
r5267 r5310 19 19 USE mod_prism 20 20 #endif 21 USE wxios, only: wxios_init, using_xios21 use wxios_mod, only: wxios_init, using_xios 22 22 IMPLICIT NONE 23 23 … … 57 57 SUBROUTINE Init_mpi 58 58 USE lmdz_mpi 59 USE wxios, only: wxios_init, using_xios59 use wxios_mod, only: wxios_init, using_xios 60 60 61 61 IMPLICIT NONE -
LMDZ6/trunk/libf/dyn3dmem/mod_xios_dyn3dmem.f90
r5285 r5310 16 16 17 17 USE lmdz_xios 18 USE wxios, ONLY : g_comm18 use wxios_mod, ONLY : g_comm 19 19 CHARACTER(len=100), SAVE :: dyn3d_ctx_name = "LMDZDYN" 20 20 TYPE(xios_context), SAVE :: dyn3d_ctx_handle -
LMDZ6/trunk/libf/dyn3dmem/parallel_lmdz.F90
r5285 r5310 391 391 USE lmdz_mpi 392 392 ! ug Pour les sorties XIOS 393 USE wxios393 use wxios_mod 394 394 USE control_mod, only : ok_dyn_xios 395 395 USE dimensions_mod, ONLY: iim, jjm, llm, ndm
Note: See TracChangeset
for help on using the changeset viewer.