Skip to content

Commit

Permalink
Merge pull request #39 from m2lines/viz
Browse files Browse the repository at this point in the history
Basic plotting notebook
  • Loading branch information
LaureZanna authored Mar 14, 2024
2 parents ec64a8e + ae218bc commit faee8c6
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies:
- pre-commit==3.5.0
- xarray==2023.10.1
- xgcm==0.8.1
- cmocean==3.1.3
- cartopy==0.22.0
- matplotlib
- chardet
- gsw
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plotly==5.18.0
pre-commit==3.5.0
xarray==2023.10.1
xgcm==0.8.1
cmocean==3.1.3
cartopy==0.22.0
matplotlib
chardet
gsw
1 change: 1 addition & 0 deletions src/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parts:
chapters:
- file: notebooks/xarray_intro.ipynb
- file: notebooks/xgcm_intro.ipynb
- file: notebooks/MOM6_basic_plotting.ipynb
- caption: Data Analysis
chapters:
- file: notebooks/OM4_SE_animation.ipynb
Expand Down
Loading

0 comments on commit faee8c6

Please sign in to comment.