We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba94a31 + 4a931e3 commit 8e72fc7Copy full SHA for 8e72fc7
.gitignore
@@ -5,3 +5,4 @@
5
.sass-cache
6
__pycache__
7
_site
8
+test.png
helper_lesson_check.md
@@ -27,7 +27,7 @@ $ conda create -n pyaos-lesson jupyter xarray cmocean
27
5. Run the final version of the script that participants will develop throughout the workshop:
28
29
```
30
-(pyaos-lesson) $ python code/plot_precipitation_climatology_final.py data/pr_Amon_ACCESS1-3_historical_r1i1p1_200101-200512.nc Jan test.png
+(pyaos-lesson) $ python code/plot_precipitation_climatology_final.py data/pr_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_201001-201412.nc DJF test.png
31
32
33
It should produce an image file (`test.png`) as well as a log of command line entries (`test.txt`).
0 commit comments