Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5dd02bd
Initial commit of notebooks
mauzey1 May 29, 2026
501c5c6
Update notebooks README and add map to visualization
mauzey1 May 29, 2026
06f218a
Update longitude orientation of maps in noteboks
mauzey1 May 29, 2026
53adba5
Remove redundant print of variable info
mauzey1 May 29, 2026
dce8600
Clean up notebooks
mauzey1 May 29, 2026
c7b8597
Display dataset as text in notebooks
mauzey1 May 29, 2026
bc6ffd2
Turn visualization figures into PNG files to display in notebook
mauzey1 May 29, 2026
5aab8eb
Simplify notebook outputs for GitHub rendering
mauzey1 May 29, 2026
d67186c
Restore inline notebook plot outputs
mauzey1 May 29, 2026
561bcc4
Add non lat-lon grid example notebook
mauzey1 May 30, 2026
757b9cf
Display full dataset info of example 6
mauzey1 May 30, 2026
ce78c41
Display full dataset info in example notebooks
mauzey1 May 30, 2026
752b476
Add NetCDF file for example 6 data
mauzey1 May 30, 2026
cedd614
Do not ignore NetCDF files used as example data
mauzey1 May 30, 2026
aaedd9c
Add southern hemisphere data to example 6
mauzey1 May 30, 2026
ae32780
Display dataset info of source data in example 6
mauzey1 May 30, 2026
4f58e97
Remove unnecessary user parameters
mauzey1 May 30, 2026
9a9cb28
Use real model data for example 1
mauzey1 May 30, 2026
4b45184
Use real model data for example 2
mauzey1 May 30, 2026
30b2d8d
Use real model data for example 3
mauzey1 May 30, 2026
9a499ee
Update examples 4 and 5 and clean up README
mauzey1 May 30, 2026
48e19b9
Add land use notebook example
mauzey1 May 31, 2026
be57137
Display month and year of data in notebook visualization
mauzey1 May 31, 2026
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.[oa]
*~
*.nc
!notebooks/data/*.nc
*.pyc
*.gcno
*.gcda
Expand Down Expand Up @@ -29,3 +30,6 @@ include/cmor_locale.h
recipes/cmor/meta.yaml
CMOR.egg-info
cmor.log*
venv/
notebooks/output/
.ipynb_checkpoints/
Loading
Loading