real(r_kind), dimension(:), allocatable, public zvel
velocities from trajectory
real(r_kind), dimension(:), allocatable, public ztime
time information from trajectory
real(r_kind), dimension(:), allocatable, public zrad
radii from trajectory
integer init_index
Initial index in the trajectory.
integer zsteps
number of timesteps in the hydro trajectory
Contains arrays representing thermodynamic conditions from hydro trajectory file.
real(r_kind), dimension(:), allocatable, public zdens
density information from trajectory
real(r_kind), dimension(:), allocatable, public zye
electron fraction information from trajectory
real(r_kind), dimension(:), allocatable, public ztemp
temperature information from trajectory