tams.idealized.Sim# class tams.idealized.Sim(field=None, dt=1)# Simulate a field of blobs. Parameters: field (Field | None) – The field (initial state) to start from. dt (float) – Time step (hours). __init__(field=None, dt=1)# Parameters: field (Field | None) dt (float) Return type: None Methods advance(steps, /) Advance the simulation by the given number of time steps. to_xarray(*[, start]) Convert the history and current field to an xarray DataArray.