act.io.read_hysplit#
- act.io.read_hysplit(filename, base_year=2000, skiprows=1)[source]#
Reads an input HYSPLIT trajectory for plotting in ACT.
- Parameters:
filename (str) – The input file name.
base_year (int) – The first year of the century in which the data are contained.
skiprows (int) – Skip this number of rows after the header when reading.
- Returns:
ds (xarray Dataset) – The ACT dataset containing the HYSPLIT trajectories