Closed lalligagger closed 3 years ago
ds_out = ds_in.xsimlab.run(model=advect_model)
This worked when using the advect model here: https://github.com/xarray-contrib/xarray-simlab/blob/master/doc/scripts/advection_model.py
Looking forward to using this more and maybe helping out once I get up the learning curve!
Hi, I've just started taking a look into
xarray-simlab
and would love to try using for some modeling I'm doing! Currently I'm not able to get all the way through the example model, after doing a pip install.I have defined my processes/ models as in the "Creating Models" example:
here is the ds_in I generated using the autogeneration and the "Setup and Run" example values:
On run, I get key errors on
('advect', 'u_advected')
....