Skip to content

Commit a519d5e

Browse files
Readme fixes.
1 parent 7f9f4b5 commit a519d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ATTRICI - counterfactual climate for impact attribution
33

4-
Code implementing the methods discussed in Mengel et al. (submitted) [https://doi.org/10.5194/gmd-2020-145]. The code is archived at [ZENODO](https://doi.org/10.5281/zenodo.3828914).
4+
Code implementing the methods described in the paper `ATTRICI 1.1 - counterfactual climate for impact attribution` in Geoscientific Model Development. The code is archived at [ZENODO](https://doi.org/10.5281/zenodo.3828914).
55

66

77
## Project Structure
@@ -17,9 +17,9 @@ Please do
1717

1818
`conda config --add channels conda-forge`
1919

20-
`conda create -n isi-cfact pymc3==3.7 python==3.7`
20+
`conda create -n attrici pymc3==3.7 python==3.7`
2121

22-
`conda activate isi-cfact`
22+
`conda activate attrici`
2323

2424
`conda install netCDF4 pytables matplotlib arviz`
2525

0 commit comments

Comments
 (0)