File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ Xarray-simlab
6464
6565Since XSO mostly wraps `xarray-simlab <https://xarray-simlab.readthedocs.io/en/latest/ >`_, it can be helpful to also reference that API.
6666
67+ * The :deco: `xso.component`decorator function returns a fully functional :deco:`xsimlab:xsimlab.process ` class.
68+ * The :func: `xso.create ` function returns a :class: `xsimlab:xsimlab.Model ` instance.
69+ * The :func: `xso.setup ` function is a light wrapper around :func: `xsimlab:xsimlab.create_setup `.
70+ * All *variable types * are represented in the model as :func: `xsimlab:xsimlab.variable ` instances.
71+
6772We can access the xarray-simlab API through the ``xsimlab `` accessor of the created input and output xarray Datasets:
6873
6974.. code-block :: python
You can’t perform that action at this time.
0 commit comments