hdf_initialize Subroutine

private subroutine hdf_initialize(self, filename, ierr, status, action, comp_lvl, verbose, debug)

Opens hdf5 file

Initialize FORTRAN interface. get library version

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(inout) :: self
character(len=*), intent(in) :: filename
integer, intent(out), optional :: ierr
character(len=*), intent(in), optional :: status
character(len=*), intent(in), optional :: action
integer, intent(in), optional :: comp_lvl
logical, intent(in), optional :: verbose
logical, intent(in), optional :: debug

Calls

proc~~hdf_initialize~~CallsGraph proc~hdf_initialize hdf_initialize h5get_libversion_f h5get_libversion_f proc~hdf_initialize->h5get_libversion_f interface~is_absolute_path is_absolute_path proc~hdf_initialize->interface~is_absolute_path h5fopen_f h5fopen_f proc~hdf_initialize->h5fopen_f interface~get_tempdir get_tempdir proc~hdf_initialize->interface~get_tempdir h5fcreate_f h5fcreate_f proc~hdf_initialize->h5fcreate_f proc~is_hdf5 is_hdf5 proc~hdf_initialize->proc~is_hdf5 proc~check check proc~hdf_initialize->proc~check h5open_f h5open_f proc~hdf_initialize->h5open_f h5eset_auto_f h5eset_auto_f proc~hdf_initialize->h5eset_auto_f proc~is_absolute_path is_absolute_path interface~is_absolute_path->proc~is_absolute_path proc~get_tempdir get_tempdir interface~get_tempdir->proc~get_tempdir h5fis_hdf5_f h5fis_hdf5_f proc~is_hdf5->h5fis_hdf5_f

Contents

None