-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathenvironment.yml
32 lines (31 loc) · 898 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# conda env create -f environment.yml
name: erca
channels:
- conda-forge
- defaults
dependencies:
- python=3.8.5
- xarray=0.19.0
- pooch=1.5.2 # for xarray tutorial functions
- nc-time-axis=1.4.0 # to deal with some time axis
- proplot=0.6.4
- matplotlib=3.2.0
- cartopy=0.17.0
- intake-esm=2020.6.11 # get CMIP6 data
- xesmf=0.3.0 # regrid
- isort
- esmpy=8.0.1
- black
- nbresuse # to see RAM
- nodejs[version='>=10.0'] # for jupyterlab
- python-graphviz # for dask visualization
- dask # for parallelization
- nb_conda_kernels # allow changing kernel in a notebook
- netcdf4
- jupyterlab_code_formatter
- jupyterlab
- jupyter
- gcsfs # Google Cloud (for intake-esm)
- zarr # similar to netCDF but more performant (for intake also)
- cdsapi # usefull to access copernicus data store directly
- ipympl # for interactive widget matplotlib