Skip to content

Commit 8655061

Browse files
TomasTorsvikYanchunHejustin-richling
authored
Feature update noresm from main (#14)
* add requirement for xesmf in relation to commit 17524b6 * Update version of ADF conda env With the change in xesmf change version number * Update README.md for newest env version number --------- Co-authored-by: He Yanchun <yanchun.ho@gmail.com> Co-authored-by: justin-richling <56696811+justin-richling@users.noreply.github.com>
1 parent fd30c10 commit 8655061

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are using conda on a non-CISL machine, then you can create and activate t
4040

4141
```
4242
conda env create -f env/conda_environment.yaml
43-
conda activate adf_v0.11
43+
conda activate adf_v0.12
4444
```
4545

4646
Also, along with these python requirements, the `ncrcat` NetCDF Operator (NCO) is also needed. On the CISL machines this can be loaded by simply running:

env/conda_environment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: adf_v0.11
1+
name: adf_v0.12
22
channels:
33
- conda-forge
44
- defaults
@@ -14,4 +14,5 @@ dependencies:
1414
- xskillscore=0.0.5
1515
- geocat-comp=2022.08.0
1616
- python=3.11
17-
prefix: /diagnostics/conda-envs/adf_v0.11
17+
- xesmf=0.8.7
18+
prefix: /diagnostics/conda-envs/adf_v0.12

0 commit comments

Comments
 (0)