The FORTRAN 90 API to HDF5
h5: General Library

 

 


 

 

FORTRAN interface:   h5open_f
Purpose: Initializes the HDF5 library and the Fortran90 interface.
          SUBROUTINE h5open_f(hdferr) 
            IMPLICIT NONE
            INTEGER, INTENT(OUT) :: hdferr      ! Error code

          END SUBROUTINE h5open_f

 

 


 

 

FORTRAN interface:   h5close_f
Purpose: Closes the HDF5 library and the Fortran90 interface.
          SUBROUTINE h5close_f(hdferr) 
            IMPLICIT NONE
            INTEGER, INTENT(OUT) :: hdferr      ! Error code

          END SUBROUTINE h5close_f

 

 


HDF Help Desk
Last modified: 19 February 2001
Describes HDF5 Release 1.4.4, June 2002