Skip to content

Commit

Permalink
differences for PR #62
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 25, 2024
1 parent 95da927 commit a39cab3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"episodes/10-large-data.md" "909dba426cb9409b6124181662c31af4" "site/built/10-large-data.md" "2024-07-25"
"instructors/instructor-notes.md" "858a8aea24f020d8732ac71b2601f2e6" "site/built/instructor-notes.md" "2024-07-25"
"learners/reference.md" "4e0dcbc7892af6f9610d44d356e66617" "site/built/reference.md" "2024-07-25"
"learners/setup.md" "f7dab776e69c6169a24fd924b5095f69" "site/built/setup.md" "2024-07-25"
"learners/setup.md" "d86e41df032ef642f234e5014b28178a" "site/built/setup.md" "2024-07-25"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-07-25"
24 changes: 11 additions & 13 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ you will need to download the following two Python scripts and four netCDF files
and place them in a new folder/directory:

1. Make a new folder in your Desktop called `data-carpentry`.
2. Download [script\_template.py][template\_script] and [plot\_precipitation\_climatology.py][precip\_script] and move them into that folder.
2. Download [script\_template.py][template-script] and [plot\_precipitation\_climatology.py][precip-script] and move them into that folder.
3. Make a new folder in your `data_carpentry` folder called `data`.
Download the following files and place them in that folder:
- [pr\_Amon\_ACCESS-CM2\_historical\_r1i1p1f1\_gn\_201001-201412.nc][pr\_access-cm\_file]
- [pr\_Amon\_ACCESS-ESM1-5\_historical\_r1i1p1f1\_gn\_201001-201412.nc][pr\_access-esm\_file]
- [sftlf\_fx\_ACCESS-CM2\_historical\_r1i1p1f1\_gn.nc][sftlf\_access-cm\_file]
- [sftlf\_fx\_ACCESS-ESM1-5\_historical\_r1i1p1f1\_gn.nc][sftlf\_access-esm\_file]
- [pr\_Amon\_ACCESS-CM2\_historical\_r1i1p1f1\_gn\_201001-201412.nc][pr-accesscm-file]
- [pr\_Amon\_ACCESS-ESM1-5\_historical\_r1i1p1f1\_gn\_201001-201412.nc][pr-accessesm-file]
- [sftlf\_fx\_ACCESS-CM2\_historical\_r1i1p1f1\_gn.nc][sftlf-accesscm-file]
- [sftlf\_fx\_ACCESS-ESM1-5\_historical\_r1i1p1f1\_gn.nc][sftlf-accessesm-file]

## Software installation

Expand Down Expand Up @@ -130,11 +130,9 @@ To check that everything is installed correctly, follow the instructions below.

- At the Bash Shell, type `python --version`. You should see the version of your Python program listed, with a reference to Anaconda (i.e. the default Python program on your laptop needs to be the Anaconda installation of Python).

[pr\_access-cm\_file]: {{"/data/pr\_Amon\_ACCESS-CM2\_historical\_r1i1p1f1\_gn\_201001-201412.nc" | relative\_url}}
[pr\_access-esm\_file]: {{"/data/pr\_Amon\_ACCESS-ESM1-5\_historical\_r1i1p1f1\_gn\_201001-201412.nc" | relative\_url}}
[sftlf\_access-cm\_file]: {{"/data/sftlf\_fx\_ACCESS-CM2\_historical\_r1i1p1f1\_gn.nc" | relative\_url }}
[sftlf\_access-esm\_file]: {{"/data/sftlf\_fx\_ACCESS-ESM1-5\_historical\_r1i1p1f1\_gn.nc" | relative\_url}}
[template\_script]: {{"/code/script\_template.py" | relative\_url}}
[precip\_script]: {{"code/plot\_precipitation\_climatology.py" | relative\_url}}


[pr-accesscm-file]: https://carpentries-lab.github.io/python-aos-lesson/data/pr_Amon_ACCESS-CM2_historical_r1i1p1f1_gn_201001-201412.nc
[pr-accessesm-file]: https://carpentries-lab.github.io/python-aos-lesson/data/pr_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_201001-201412.nc
[sftlf-accesscm-file]: https://carpentries-lab.github.io/python-aos-lesson/data/sftlf_fx_ACCESS-CM2_historical_r1i1p1f1_gn.nc
[sftlf-accessesm-file]: https://carpentries-lab.github.io/python-aos-lesson/data/sftlf_fx_ACCESS-ESM1-5_historical_r1i1p1f1_gn.nc
[template-script]: https://carpentries-lab.github.io/python-aos-lesson/code/script_template.py
[precip-script]: https://carpentries-lab.github.io/python-aos-lesson/code/plot_precipitation_climatology.py

0 comments on commit a39cab3

Please sign in to comment.