Create HDF5 file with extendable structure. Call before results2hdf5, then close_hdf5.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rotor_class), | intent(in), | dimension(:) | :: | rotorArray | ||
| integer, | intent(in) | :: | nt | |||
| real(kind=dp), | intent(in) | :: | dt | |||
| real(kind=dp), | intent(in) | :: | density | |||
| real(kind=dp), | intent(in) | :: | velSound | |||
| type(switches_class), | intent(in) | :: | switches | |||
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=HID_T), | intent(out) | :: | file_id |