Skip to content

Commit 8a67fd0

Browse files
committed
Add environment.yml, instructions.
1 parent 0a33562 commit 8a67fd0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ To be able to run the notebooks, a conda environment is required (due to ESMF an
3232
You can install this environment using the `environment.yml` file in this repository.
3333
[Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) is a lightweight version of the much faster "mamba" conda alternative.
3434

35+
```sh
36+
micromamba create -n environment_name -f environment.yml
37+
```
38+
3539
## Planned features
3640
- Support conservative regridding

environment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: xarray-regrid
3+
channels:
4+
- conda-forge
5+
dependencies:
6+
- python==3.10
7+
- xESMF
8+
- cdo
9+
- pip:
10+
- "xarray-regrid"

0 commit comments

Comments
 (0)