tams.idealized.Sim.to_xarray#
- Sim.to_xarray(*, start='2006-09-08 12:00', **kwargs)#
Convert the history and current field to an xarray DataArray.
- Parameters:
start (
datetime-like) – The starting time to use when defining the time coordinate. Passed topandas.date_range().**kwargs – Additional keyword arguments to pass to
Field.to_xarray().
- Return type: