Skip to content

Commit 8e72fc7

Browse files
authored
Merge pull request #58 from JimCircadian/57_helper_script_update
Fixes #57: updated step 5 so that the helpers can test adequately
2 parents ba94a31 + 4a931e3 commit 8e72fc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.sass-cache
66
__pycache__
77
_site
8+
test.png

helper_lesson_check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ conda create -n pyaos-lesson jupyter xarray cmocean
2727
5. Run the final version of the script that participants will develop throughout the workshop:
2828

2929
```
30-
(pyaos-lesson) $ python code/plot_precipitation_climatology_final.py data/pr_Amon_ACCESS1-3_historical_r1i1p1_200101-200512.nc Jan test.png
30+
(pyaos-lesson) $ python code/plot_precipitation_climatology_final.py data/pr_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_201001-201412.nc DJF test.png
3131
```
3232

3333
It should produce an image file (`test.png`) as well as a log of command line entries (`test.txt`).

0 commit comments

Comments
 (0)