Fortran 90 Examples In HDF5 Source Code| FTP Server location: | http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/fortran/examples/ |
| attrexample.f90 | Creates an attribute. (Opens the file created with dsetexample.f90). |
| compound.f90 | Creates and reads a dataset with a compound datatype. |
| compound_complex_fortran2003.f90 | Creates and reads a dataset with a complex compound datatype (F2003). |
| compound_fortran2003.f90 | Creates and reads a dataset with a compound datatype (F2003). |
| dsetexample.f90 | Creates a dataset. |
| fileexample.f90 | Creates a file. |
| groupexample.f90 | Creates a group. |
| grpdsetexample.f90 | Creates datasets in a group. (Opens the file created with grpsexample.f90) |
| grpit.f90 | Iterates through members of a group. |
| grpsexample.f90 | Creates groups in a file using absolute and relative paths. |
| hyperslab.f90 | Creates a file and dataset and selects and reads a hyperslab from the dataset. |
| mountexample.f90 | Shows concept of mounting files. |
| nested_derived_type.f90 | Shows nested derived type. |
| ph5example.f90 | Shows how to use Parallel HDF5. |
| refobjexample.f90 | Creates, stores, and dereferences object references. |
| refregexample.f90 | Creates, stores, and dereferences references to dataset regions. |
| rwdset_fortran2003.f90 | Reads, writes a dataset with F2003 features. |
| rwdsetexample.f90 | Reads, writes a dataset. |
| selectele.f90 | Shows how to select elements in a dataset. |