S5.HPC.file_io.write_vel#

S5.HPC.file_io.write_vel(tvel_kph: DataFrame | float | int, outfile=None) None[source]#

Create Target Velocity files with constant velocity profile.

Parameters:
  • tvel_kph – Target velocity, or DataFrame of target velocities.

  • outfile – Name of the output velocity file.

Returns:

None, velocity file is created at the path specified by outfile.

Examples

>>> write_vel(70,'TargetVel.dat')