- Timestamp:
- Jun 4, 2014, 2:33:27 PM (10 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/bibio/wxios.F90
r2054 r2055 96 96 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 97 97 98 SUBROUTINE wxios_init(xios_ctx_name, locom, outcom )98 SUBROUTINE wxios_init(xios_ctx_name, locom, outcom, type_ocean) 99 99 IMPLICIT NONE 100 100 INCLUDE 'iniprint.h' … … 103 103 INTEGER, INTENT(IN), OPTIONAL :: locom 104 104 INTEGER, INTENT(OUT), OPTIONAL :: outcom 105 CHARACTER(len=6), INTENT(IN), OPTIONAL :: type_ocean 105 106 106 107 … … 129 130 g_ctx_name = xios_ctx_name 130 131 131 #ifndef CPP_COUPLE 132 ! Si couple alors init fait dans cpl_init 133 IF (.not. PRESENT(type_ocean)) THEN 132 134 CALL wxios_context_init() 133 #endif 135 ENDIF 134 136 135 137 END SUBROUTINE wxios_init -
LMDZ5/trunk/libf/dyn3dmem/mod_const_mpi.F90
r2054 r2055 45 45 !$OMP MASTER 46 46 #ifdef CPP_XIOS 47 CALL wxios_init("LMDZ", outcom=COMM_LMDZ )47 CALL wxios_init("LMDZ", outcom=COMM_LMDZ, type_ocean=type_ocean) 48 48 #else 49 49 CALL prism_init_comp_proto (comp_id, 'LMDZ', ierr) -
LMDZ5/trunk/libf/dyn3dpar/mod_const_mpi.F90
r2054 r2055 45 45 !$OMP MASTER 46 46 #ifdef CPP_XIOS 47 CALL wxios_init("LMDZ", outcom=COMM_LMDZ )47 CALL wxios_init("LMDZ", outcom=COMM_LMDZ, type_ocean=type_ocean) 48 48 #else 49 49 CALL prism_init_comp_proto (comp_id, 'LMDZ', ierr)
Note: See TracChangeset
for help on using the changeset viewer.