Mais ça me renvoie comme erreur : DF5-DIAG: Error detected in HDF5 (1.8.10-patch1) thread 0: #000: ../../src/H5Dio.c line 174 in H5Dread(): can't read data major: Dataset minor: Read failed #001: ../../src/H5Dio.c line 337 in H5D__read(): unable to set up type info major: Dataset minor: Unable to initialize object #002: ../../src/H5Dio.c line 838 in H5D__typeinfo_init(): unable to convert between src and dest datatype major: Dataset minor: Feature is unsupported #003: ../../src/H5T.c line 4523 in H5T_path_find(): no appropriate function for conversion path major: Datatype minor: Unable to initialize object
Ca vient de la fonction READ : quelqu'un a une idée sur l'option à modifier De plus que veut dire HID_T dans INTEGER(HID_T)
Marsh Posté le 20-12-2013 à 09:29:24
Bonjour,
pour lire un fichier h5 avec fortran, j'utilise la routine suivante :
Mais ça me renvoie comme erreur :
DF5-DIAG: Error detected in HDF5 (1.8.10-patch1) thread 0:
#000: ../../src/H5Dio.c line 174 in H5Dread(): can't read data
major: Dataset
minor: Read failed
#001: ../../src/H5Dio.c line 337 in H5D__read(): unable to set up type info
major: Dataset
minor: Unable to initialize object
#002: ../../src/H5Dio.c line 838 in H5D__typeinfo_init(): unable to convert between src and dest datatype
major: Dataset
minor: Feature is unsupported
#003: ../../src/H5T.c line 4523 in H5T_path_find(): no appropriate function for conversion path
major: Datatype
minor: Unable to initialize object
Ca vient de la fonction READ : quelqu'un a une idée sur l'option à modifier
De plus que veut dire HID_T dans INTEGER(HID_T)
Merci Beaucoup