In the News & Notes link above, you will find important Tips to make the start of term easier for you.
Contents in this Help web page:
Tutorial 1. How to create a spreadsheet to calculate a table of numbers, plot them in a graph, switch which variables are plotted on the horizontal and vertical axes, and change the vertical axis to a flipped pressure scale in log coordinates with the largest pressure at the bottom of the graph.
Tutorial 2. Example of plotting multiple curves on the same graph, using trig functions, and more tips for debugging your work to get the correct answer. Shows how to calculate solar elevation angle vs local time, from Chapter 2 of Practical Meteorology.
Because this video is long and has large file sizes, I split it into two parts: (a) and (b).
And here are the same videos, but at lower resolutions:
Python is not required for this course. But some students might prefer to use python instead of Excel, particularly if they already have experience and skills using python. For homework assignments where it says you must use Excel, you can use python instead if you want.
Jupyter notebooks are a good way to submit your python work, because it allows you to type in words and explanations, as well as doing computations and graphing. TA Ben Hartvigsen provides the following example of a clear, clean Jupyter notebook to solve homework for our course. The "pdf" version allows everyone to view the result of the Jupyter notebook example. The python code "ipynb" version can be dowloaded to your computer by right-clicking on it, and then you can upload it and run it in a Jupyter platform (see below).
All UBC students can use their CWL to log in to the "Jupyter Open" platform to write, edit, run, and display your python code: https://open.jupyter.ubc.ca
Note: I've seen some particularly ugly Jupyter notebooks. Instead, if you use python/Jupyter, please create a neat, clean document that has all the required components. Namely, indicate which chapter and which exercise number, copy the problem statement, show what is Given with the units, show what you need to find with units, indicate which equations you use, show as much of your work as possible (to give you more partial marks if you get it wrong), highlight the final answer and its units, check your results, and provide a brief discussion.
Online Guides for Students: https://community.canvaslms.com/docs/DOC-10701
UBC ITSC Helpdesk: https://it.ubc.ca/got-question-about-it-products-and-support#helpdesk
There is a drop-in Help room in Koerner Library, or you can open a ticket online or by phone.
1) The overall course website is
https://www.eoas.ubc.ca/courses/atsc201/
2) From that site, if you click on the assignments tab, it takes you to
https://www.eoas.ubc.ca/courses/atsc201/A201Assignments/index.html
3) Then click on the link for the current Week. Such as Week
1. This takes you to the detailed schedule for the whole week:
https://www.eoas.ubc.ca/courses/atsc201/A201Assignments/A201Assignments01.html
A legend at the bottom of this page explains the abbreviations that I use for the exercises.
4) The textbook is
free online.
https://www.eoas.ubc.ca/books/Practical_Meteorology/
The homework exercises are at the end of each chapter.
5) For the Warm-up Exercises on "UBC Canvas" find it at
https://canvas.ubc.ca/
This Canvas web site also has the online Discussion Board for this
course, where you can ask and answer questions with your fellow
classmates.
Many students made similar mistakes in Homework 2. Some tips:
.
If you have a question about how your homework was marked, please contact Prof. Stull directly. My room, phone, and email are listed in the Home page for this course.
Because I want you to earn the highest grade possible in ALL your courses, I have included some flexibility in the marking scheme. As you can see in the Evaluation link under the Home directory, you don't need to complete all of the Homework, Warm-up Questions, and Clicker Participation to earn full marks. Also, there are bonus marks for the course. That way, if you have an important term paper or exam in some other course, you can skip an assignment in my course to help you budget your time better. But be careful when you do this, because you will still be responsible for understanding all the topics for the midterm and final exams. Any assignment turned in late will not be marked, and will count as one of the "skipped" assignments. So if you are planning to do an assignment, please turn it in on time. If you haven't finished all of the assignment, turn in the portion that you have finished to get partial marks, and to get feedback from the marker.