init_hdf5 Subroutine

public subroutine init_hdf5(rotorArray, nt, dt, density, velSound, switches, filename, file_id)

Create HDF5 file with extendable structure. Call before results2hdf5, then close_hdf5.

Arguments

Type IntentOptional 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