Skip to content

Commit ccd1c34

Browse files
committed
Add License and update README file
1 parent 3e06636 commit ccd1c34

File tree

2 files changed

+678
-6
lines changed

2 files changed

+678
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# ENSO-ASC 1.0.0
2-
rep DOI: 10.5281/zenodo.5081794
3-
4-
This is the forecast model code accompanied by [this paper](https://gmd.copernicus.org/preprints/gmd-2021-213/).
52

63
This project is built and trained on Windows 10, with python3.6/3.7 and CUDA 10.0/11.0/11.2.
74

@@ -24,17 +21,18 @@ Test:
2421

2522
| dependency | version |
2623
| :-----: | :-----: |
27-
| basemap([windows](https://download.lfd.uci.edu/pythonlibs/t7epjj8p/basemap-1.2.1-cp36-cp36m-win_amd64.whl), [linux](https://github.com/matplotlib/basemap/releases/tag/v1.2.1rel)) | 1.2.1 |
24+
| basemap([windows](https://download.lfd.uci.edu/pythonlibs/t7epjj8p/basemap-1.2.1-cp36-cp36m-win_amd64.whl), [GNU/linux](https://github.com/matplotlib/basemap/releases/tag/v1.2.1rel)) | 1.2.1 |
2825
| cmaps | 1.0.0 |
2926

3027
### 1. Download climate dataset
3128
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/)
3229
```
3330
python ./data/download_*_*.py
3431
```
32+
The archieved dataset is in [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5179867.svg)](https://doi.org/10.5281/zenodo.5179867)
3533

3634
### 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.
3836
```
3937
conda install -c conda-forge pygrib
4038
python data/grib2npz.py
@@ -62,7 +60,7 @@ Windows:
6260
```
6361
pip install basemap-1.2.1-cp36-cp36m-win_amd64.whl
6462
```
65-
Linux:
63+
GNU/Linux:
6664
```
6765
pip install --upgrade --user matplotlib numpy pyproj pyshp OWSLib Pillow
6866
sudo apt install libgeos-dev

0 commit comments

Comments
 (0)