You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts in `./data` are prepared well for download data from [NOAA/CIRES Twentieth Century Global Reanalysis Version 2c](https://rda.ucar.edu/datasets/ds131.2/index.html/), [Hadley Centre Global Sea Ice and Sea Surface Temperature (HadISST)](https://rda.ucar.edu/datasets/ds277.3/index.html), and [Remote Sensing System](http://www.remss.com/)
32
29
```
33
30
python ./data/download_*_*.py
34
31
```
32
+
The archieved dataset is in [](https://doi.org/10.5281/zenodo.5179867)
35
33
36
34
### 2. Parse `.grib` to `.npz`
37
-
The download files are in `grib` formats, because Windows doesn't support `pygrib`, I parse data on MacOS, use following commands to install `pygrib` and parse data on MacOS. Linux will be ok as well.
35
+
The download files are in `grib` formats, because Windows doesn't support `pygrib`, I parse data on MacOS, use following commands to install `pygrib` and parse data on MacOS. GNU/Linux will be ok as well.
0 commit comments