forked from DestinE-Climate-DT/AQUA-diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
29 lines (28 loc) · 953 Bytes
/
environment.yml
File metadata and controls
29 lines (28 loc) · 953 Bytes
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
# Create the environment:
# mamba env create -f environment.yml
# or if you really want to use conda
# conda env create -f environment.yml
name: aqua-diagnostics
channels:
- conda-forge
- nodefaults
# please note that some of these dependencies are made explicit on purpose, but are not directly required by conda/mamba
dependencies:
- python>=3.10,<3.13
- cdo>=2.5.0 #for smmregrid compatibility
- eccodes==2.41.0
# for eccodes see issues #252, #634, #870, #1282
# PR #36 catalog repo
- cartopy_offlinedata # this is needed for MN5 HPC
- pip
- hdf5 #explicitly to avoid issues with pypi version
- tempest-extremes # for TCs
- xesmf # for ECmean
- netcdf4
- imagemagick
- healpy
- pip:
- -e ./frontier-diagnostics/tropical_cyclones/ # pip install -e of tropical cyclones
- -e ./frontier-diagnostics/tropical_rainfall/ # pip install -e of tropical_rainfall
# pip install -e of AQUA itself
- -e .[all]