Go to the source code of this file.
|
module | sll_m_hdf5_serial |
| Simple object-oriented wrapper to Pierre's "sll_m_hdf5_io_serial".
|
|
|
subroutine | t_hdf5_serial__init (self, filename) |
|
subroutine | t_hdf5_serial__create (self) |
|
subroutine | t_hdf5_serial__open (self) |
|
subroutine | t_hdf5_serial__close (self) |
|
subroutine | t_hdf5_serial__delete (self) |
|
subroutine | t_hdf5_serial__write_dble_array_1d (self, array, dsetname) |
|
subroutine | t_hdf5_serial__write_dble_array_2d (self, array, dsetname) |
|
subroutine | t_hdf5_serial__write_dble_array_3d (self, array, dsetname) |
|
subroutine | t_hdf5_serial__write_int_array_1d (self, array, dsetname) |
|
subroutine | t_hdf5_serial__write_int_array_2d (self, array, dsetname) |
|
subroutine | t_hdf5_serial__write_int_array_3d (self, array, dsetname) |
|
|
integer, parameter | maxlen = 256 |
| Maximum length of non-allocatable strings in module. More...
|
|