Skip to content

Replace ERA20C (retired) by ERA5 dataset #57

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

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b125d1a
Fixing reassignment error for tutorial2
hweifluids Apr 17, 2025
416c664
Add optional video generator for ipynb
hweifluids Apr 17, 2025
5fa5f73
Add the animation for original data in Jupyter
hweifluids Apr 17, 2025
759ca99
Bug fixing
hweifluids Apr 17, 2025
969ffe0
Push more info in terminal
hweifluids Apr 17, 2025
60b1098
Add more info push, and fixed bugs
hweifluids Apr 17, 2025
f0babf9
Create ERA5_2d.ipynb
hweifluids Apr 17, 2025
7ceba08
Replace ERA20C by ERA5
hweifluids Apr 17, 2025
b6b1407
Replace E20C by ERA5
hweifluids Apr 17, 2025
2f8c5f1
Replace ERA20C by ERA5
hweifluids Apr 17, 2025
59d492e
Update ERA5_MEI_2D.ipynb
hweifluids Apr 17, 2025
7e22a8e
Replace ERA20C by ERA5
hweifluids Apr 17, 2025
b31ae3d
Add visualization for raw data
hweifluids Apr 17, 2025
ddbe0f6
Bug fix and saveDir change
hweifluids Apr 17, 2025
0a3f38c
Update tutorial1.ipynb
hweifluids Apr 17, 2025
06438f5
Change statements of ERA5 from ERA20C
hweifluids Apr 17, 2025
d55492d
Add pure py version for dataRetrieval
hweifluids Apr 17, 2025
a90845e
Delete defaults for better freedom
hweifluids Apr 17, 2025
15a66a4
Update README.md
hweifluids Apr 17, 2025
97f8b91
Update ERA5_2d_dataRetrieval.ipynb
hweifluids Apr 17, 2025
83b8a1f
Replace ERA20C by ERA5
hweifluids Apr 18, 2025
870ef64
Replace ERA20C by ERA5
hweifluids Apr 18, 2025
a75ff4f
Replace ERA20C by ERA5
hweifluids Apr 18, 2025
8cb3759
Replace statements of old dataset
hweifluids Apr 18, 2025
9b74154
Draft the paper template
hweifluids Apr 22, 2025
d9b1ab8
Delete .github/workflows/draft-pdf.yml
hweifluids Apr 22, 2025
91177a5
Fix incorrect path
hweifluids Apr 24, 2025
fdce8b2
Merge branch 'main' of https://github.com/hweifluids/PySPOD
hweifluids Apr 24, 2025
0a3dde0
Update ERA5_3d_dataRetrieval.ipynb
hweifluids Jun 13, 2025
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
2 changes: 1 addition & 1 deletion tests/data/input_tutorial1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ optional:
- reuse_blocks : False
- savefft : False
- dtype : 'double'
- savedir : 'spod_results'
- savedir : 'results'
- fullspectrum : False
8 changes: 4 additions & 4 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ aim to capture the Madden-Julian Oscillation (MJO).

### Climate

#### [Tutorial: 2D Multivariate ENSO Index](climate/ERA20C_MEI_2D/ERA20C_MEI_2D.ipynb)
#### [Tutorial: 2D Multivariate ENSO Index](climate/ERA5_MEI_2D/ERA5_MEI_2D.ipynb)

This tutorial shows how to download data from an ECMWF reanalysis dataset (ERA20C),
This tutorial shows how to download data from an ECMWF reanalysis dataset (ERA5),
and use **PySPOD** to identify spatio-temporal coherent structured in multivariate
2D data. In particular, we seek to identify the multivariate ENSO index (MEI).
The data is composed by the following monthly-averaged variables: mean sea level
pressure (MSL), zonal component of the surface wind (U10), meridional component
of the surface wind (V10), sea surface temperature (SST), 2-meter temperature
(T2M), and total cloud cover (TCC), on a 2D longitude-latitude grid.

#### [Tutorial: 3D Quasi-Biennial Oscillation](climate/ERA20C_QBO_3D/ERA20C_QBO_3D.ipynb)
#### [Tutorial: 3D Quasi-Biennial Oscillation](climate/ERA5_QBO_3D/ERA5_QBO_3D.ipynb)

This tutorial shows how to download data from an ECMWF reanalysis dataset (ERA20C),
This tutorial shows how to download data from an ECMWF reanalysis dataset (ERA5),
and use **PySPOD** to identify spatio-temporal coherent structured in univariate
3D data. In particular, we seek to identify the Quasi-Biennial Oscillation (QBO).
The data is composed by the monthly-averages of the zonal-mean zonal winds
Expand Down

This file was deleted.

Loading