Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/xarray base #17

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,120 changes: 1,029 additions & 91 deletions examples/da_cycler/1-3DVar-Lorenz96.ipynb

Large diffs are not rendered by default.

240 changes: 156 additions & 84 deletions examples/da_cycler/2-ETKF-Lorenz96.ipynb

Large diffs are not rendered by default.

667 changes: 597 additions & 70 deletions examples/da_cycler/3-ETKF-Lorenz96-ReservoirComputing.ipynb

Large diffs are not rendered by default.

495 changes: 368 additions & 127 deletions examples/da_cycler/4-Var4DBackprop-Lorenz96.ipynb

Large diffs are not rendered by default.

1,590 changes: 976 additions & 614 deletions examples/data_generators/1-basics-lorenz63.ipynb

Large diffs are not rendered by default.

160 changes: 47 additions & 113 deletions examples/data_generators/2-more-complex-sqgturb-and-customizing.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion examples/data_generators/3-external-package-pyqg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"id": "9609b7c3",
"metadata": {},
"source": [
"# 3. Example: pyqg package models\n",
"# NOTE: Not working currently\n",
"# ~~3. Example: pyqg package models~~\n",
"\n",
"DataAssimBench can also interface with pyqg, an external package for quasigeostrophic models. pyqg stands for Python Quasigeostrophic model:\n",
"\n",
Expand Down
790 changes: 684 additions & 106 deletions examples/data_generators/4-era5-data-download.ipynb

Large diffs are not rendered by default.

Loading