<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://atmoschem.org.cn/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://atmoschem.org.cn/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wuwl</id>
		<title>atmoschem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://atmoschem.org.cn/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wuwl"/>
		<link rel="alternate" type="text/html" href="http://atmoschem.org.cn/index.php?title=Special:Contributions/Wuwl"/>
		<updated>2026-04-08T17:51:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>http://atmoschem.org.cn/index.php?title=Python_resources</id>
		<title>Python resources</title>
		<link rel="alternate" type="text/html" href="http://atmoschem.org.cn/index.php?title=Python_resources"/>
				<updated>2022-10-06T11:39:38Z</updated>
		
		<summary type="html">&lt;p&gt;Wuwl: /* Python tutorials for beginners */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Getting started with Python=&lt;br /&gt;
==Jupyter notebook==&lt;br /&gt;
Jupyter notebooks are interactive web-based applications that allow users to create and share documents containing live codes, equations, narrative texts, figures, interactive user interfaces, and other rich media. When combined with the Python kernel, Jupyter notebooks allow users to code in Python and display results in an interactive and convenient way. Jupyter notebooks are really wonderful tools for learning Python, data science, and coding in general.&lt;br /&gt;
&lt;br /&gt;
We strongly recommend installing Python and Jupyter on your PC [https://www.anaconda.com/distribution/ using the Anaconda distribution], which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.&lt;br /&gt;
&lt;br /&gt;
Students enrolled in courses will also be provided with an account and access to a SUSTech server running Jupyter. However, this server can only be accessed from within the SUSTech  network. You can use a SUSTech VPN from off-campus locations. Details will be given during the first lecture. &lt;br /&gt;
&lt;br /&gt;
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ Jupyter notebook: an introduction]&lt;br /&gt;
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ How to Use Jupyter Notebook in 2020: A Beginner’s Tutorial]&lt;br /&gt;
*[https://gke.mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder/Index.ipynb A tutorial for Jupyter run on mybinder] It is a bit slow but worth it.&lt;br /&gt;
*[https://www.itcodemonkey.com/article/6025.html 一个中文tutorial]&lt;br /&gt;
*[https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf Jupyter notebook cheat sheet]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Python tutorials for beginners==&lt;br /&gt;
There are many, many good tutorials for Python. We encourage you to try out a few yourself. A few examples are listed here, but there are many more on the web. After learning the basics, you should seek out examples particular to your application on your own.&lt;br /&gt;
*[https://www.learnpython.org/ A short online Python tutorial]&lt;br /&gt;
*[https://jerry-git.github.io/learn-python3/ A tutorial for Python 3]&lt;br /&gt;
*[https://www.runoob.com/python3/python3-tutorial.html/ A tutorial for Python 3 in Chinese]&lt;br /&gt;
&lt;br /&gt;
=Python for atmospheric and oceanic science=&lt;br /&gt;
*[http://www.johnny-lin.com/pyintro/ A Hands-on Introduction to Using Python in the Atmospheric and Oceanic Sciences] This is a Python textbook geared specifically for use in atmospheric and oceanic sciences. The writing is extremely clear and useful. Highly recommended. The PDFs can be downloaded for free. &lt;br /&gt;
*[https://rabernat.github.io/research_computing_2018/ Research Computing in Earth Sciences] is a Columbia University course designed to introduce incoming LDEO graduate students to modern computing software, programming tools and best practices that are broadly applicable to carrying out research in the Earth sciences. All materials are available online. Highly recommended. &lt;br /&gt;
*[https://unidata.github.io/online-python-training/ Unidata's online Python tutorial for atmospheric science.]&lt;br /&gt;
*[http://www.meteo.mcgill.ca/~cmccray/python.html Dr McCray (McGill University) put together a few Python tutorials for atmospheric science.]&lt;br /&gt;
*This course [https://currents.soest.hawaii.edu/ocn_data_analysis/index.html &amp;quot;Oceanographic Data Analysis With Open Source Tools&amp;quot;] at University of Hawaii is a great resource. In particular, I highly recommend [https://currents.soest.hawaii.edu/ocn_data_analysis/analysis_methods.html these Jupyter notebooks] on climate data analyses.&lt;br /&gt;
*[https://climlab.readthedocs.io/en/latest/intro.html climlab] is a python package for process-oriented climate modeling developed by Brian Rose (SUNY Albany)&lt;br /&gt;
*[https://pyoceans.github.io/sea-py/ A collection of python tools for oceanography studies]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Python for data science=&lt;br /&gt;
*[https://openedx.seas.gwu.edu/courses/course-v1:GW+EngComp1+2018/about Get Data Off the Ground with Python] An online MOOC course by Professor Lorena Barba at George Washington University.&lt;br /&gt;
*[https://openedx.seas.gwu.edu/courses/course-v1:GW+EngComp2+2018/about Take off with Stat in Python] An online MOOC course by Professor Lorena Barba at George Washington University.&lt;br /&gt;
*[https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A very simple tutorial] of using python for data science.&lt;br /&gt;
*[https://www.datacamp.com/community/tutorials/python-statistics-data-science#hypothesistesting 40+ Python Statistics For Data Science Resources] &lt;br /&gt;
A list of Python resources for the eight statistics topics that you need to know to excel in data science&lt;br /&gt;
*[https://www.statsmodels.org/stable/index.html Documentation for the python package StatsModels]&lt;br /&gt;
&lt;br /&gt;
==Python pandas tutorial==&lt;br /&gt;
The pandas package is the most important tool at the disposal of Data Scientists and Analysts working in Python today.&lt;br /&gt;
*[https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/ Python Pandas Tutorial: A Complete Introduction for Beginners]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plotting=&lt;br /&gt;
*[https://realpython.com/python-matplotlib-guide/ A guide for python plotting with Matplotlib]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Xarray=&lt;br /&gt;
*[https://xarray.pydata.org/en/stable/ Xarray user's guide for analyzing data in NetCDF format]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Advanced techniques=&lt;br /&gt;
==Bokeh==&lt;br /&gt;
*[https://bokeh.org/ Bokeh] is a set of tools that allow you to make interactive visualizations in the browser. Some of the interactive demos in this course were made using this fun tool.&lt;br /&gt;
*[https://rebeccabilbro.github.io/interactive-viz-bokeh/ Making interactive visualizations with Python using Bokeh]. This tutorial shows how to reproduce the famous Hans Rosling's ''The Health and Wealth of Nations'' plot using Bokeh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==LaTeX==&lt;br /&gt;
*[http://tug.ctan.org/info/latex-refsheet/LaTeX_RefSheet.pdf LaTeX cheat sheet]&lt;/div&gt;</summary>
		<author><name>Wuwl</name></author>	</entry>

	<entry>
		<id>http://atmoschem.org.cn/index.php?title=Python_resources</id>
		<title>Python resources</title>
		<link rel="alternate" type="text/html" href="http://atmoschem.org.cn/index.php?title=Python_resources"/>
				<updated>2022-10-06T11:38:36Z</updated>
		
		<summary type="html">&lt;p&gt;Wuwl: /* Python tutorials for beginners */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Getting started with Python=&lt;br /&gt;
==Jupyter notebook==&lt;br /&gt;
Jupyter notebooks are interactive web-based applications that allow users to create and share documents containing live codes, equations, narrative texts, figures, interactive user interfaces, and other rich media. When combined with the Python kernel, Jupyter notebooks allow users to code in Python and display results in an interactive and convenient way. Jupyter notebooks are really wonderful tools for learning Python, data science, and coding in general.&lt;br /&gt;
&lt;br /&gt;
We strongly recommend installing Python and Jupyter on your PC [https://www.anaconda.com/distribution/ using the Anaconda distribution], which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.&lt;br /&gt;
&lt;br /&gt;
Students enrolled in courses will also be provided with an account and access to a SUSTech server running Jupyter. However, this server can only be accessed from within the SUSTech  network. You can use a SUSTech VPN from off-campus locations. Details will be given during the first lecture. &lt;br /&gt;
&lt;br /&gt;
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ Jupyter notebook: an introduction]&lt;br /&gt;
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ How to Use Jupyter Notebook in 2020: A Beginner’s Tutorial]&lt;br /&gt;
*[https://gke.mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder/Index.ipynb A tutorial for Jupyter run on mybinder] It is a bit slow but worth it.&lt;br /&gt;
*[https://www.itcodemonkey.com/article/6025.html 一个中文tutorial]&lt;br /&gt;
*[https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf Jupyter notebook cheat sheet]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Python tutorials for beginners==&lt;br /&gt;
There are many, many good tutorials for Python. We encourage you to try out a few yourself. A few examples are listed here, but there are many more on the web. After learning the basics, you should seek out examples particular to your application on your own.&lt;br /&gt;
*[https://www.learnpython.org/ A short online Python tutorial]&lt;br /&gt;
*[https://jerry-git.github.io/learn-python3/ A tutorial for Python 3]&lt;br /&gt;
*[https://www.runoob.com/python3/python3-tutorial.html]&lt;br /&gt;
&lt;br /&gt;
=Python for atmospheric and oceanic science=&lt;br /&gt;
*[http://www.johnny-lin.com/pyintro/ A Hands-on Introduction to Using Python in the Atmospheric and Oceanic Sciences] This is a Python textbook geared specifically for use in atmospheric and oceanic sciences. The writing is extremely clear and useful. Highly recommended. The PDFs can be downloaded for free. &lt;br /&gt;
*[https://rabernat.github.io/research_computing_2018/ Research Computing in Earth Sciences] is a Columbia University course designed to introduce incoming LDEO graduate students to modern computing software, programming tools and best practices that are broadly applicable to carrying out research in the Earth sciences. All materials are available online. Highly recommended. &lt;br /&gt;
*[https://unidata.github.io/online-python-training/ Unidata's online Python tutorial for atmospheric science.]&lt;br /&gt;
*[http://www.meteo.mcgill.ca/~cmccray/python.html Dr McCray (McGill University) put together a few Python tutorials for atmospheric science.]&lt;br /&gt;
*This course [https://currents.soest.hawaii.edu/ocn_data_analysis/index.html &amp;quot;Oceanographic Data Analysis With Open Source Tools&amp;quot;] at University of Hawaii is a great resource. In particular, I highly recommend [https://currents.soest.hawaii.edu/ocn_data_analysis/analysis_methods.html these Jupyter notebooks] on climate data analyses.&lt;br /&gt;
*[https://climlab.readthedocs.io/en/latest/intro.html climlab] is a python package for process-oriented climate modeling developed by Brian Rose (SUNY Albany)&lt;br /&gt;
*[https://pyoceans.github.io/sea-py/ A collection of python tools for oceanography studies]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Python for data science=&lt;br /&gt;
*[https://openedx.seas.gwu.edu/courses/course-v1:GW+EngComp1+2018/about Get Data Off the Ground with Python] An online MOOC course by Professor Lorena Barba at George Washington University.&lt;br /&gt;
*[https://openedx.seas.gwu.edu/courses/course-v1:GW+EngComp2+2018/about Take off with Stat in Python] An online MOOC course by Professor Lorena Barba at George Washington University.&lt;br /&gt;
*[https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A very simple tutorial] of using python for data science.&lt;br /&gt;
*[https://www.datacamp.com/community/tutorials/python-statistics-data-science#hypothesistesting 40+ Python Statistics For Data Science Resources] &lt;br /&gt;
A list of Python resources for the eight statistics topics that you need to know to excel in data science&lt;br /&gt;
*[https://www.statsmodels.org/stable/index.html Documentation for the python package StatsModels]&lt;br /&gt;
&lt;br /&gt;
==Python pandas tutorial==&lt;br /&gt;
The pandas package is the most important tool at the disposal of Data Scientists and Analysts working in Python today.&lt;br /&gt;
*[https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/ Python Pandas Tutorial: A Complete Introduction for Beginners]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plotting=&lt;br /&gt;
*[https://realpython.com/python-matplotlib-guide/ A guide for python plotting with Matplotlib]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Xarray=&lt;br /&gt;
*[https://xarray.pydata.org/en/stable/ Xarray user's guide for analyzing data in NetCDF format]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Advanced techniques=&lt;br /&gt;
==Bokeh==&lt;br /&gt;
*[https://bokeh.org/ Bokeh] is a set of tools that allow you to make interactive visualizations in the browser. Some of the interactive demos in this course were made using this fun tool.&lt;br /&gt;
*[https://rebeccabilbro.github.io/interactive-viz-bokeh/ Making interactive visualizations with Python using Bokeh]. This tutorial shows how to reproduce the famous Hans Rosling's ''The Health and Wealth of Nations'' plot using Bokeh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==LaTeX==&lt;br /&gt;
*[http://tug.ctan.org/info/latex-refsheet/LaTeX_RefSheet.pdf LaTeX cheat sheet]&lt;/div&gt;</summary>
		<author><name>Wuwl</name></author>	</entry>

	<entry>
		<id>http://atmoschem.org.cn/index.php?title=%E6%B0%94%E8%B1%A1%E6%B0%94%E5%80%99%E5%AD%A62022%E7%A7%8B</id>
		<title>气象气候学2022秋</title>
		<link rel="alternate" type="text/html" href="http://atmoschem.org.cn/index.php?title=%E6%B0%94%E8%B1%A1%E6%B0%94%E5%80%99%E5%AD%A62022%E7%A7%8B"/>
				<updated>2022-10-06T11:33:27Z</updated>
		
		<summary type="html">&lt;p&gt;Wuwl: /* Teaching Assistant */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Lecturer=&lt;br /&gt;
[https://fugroup.org/index.php/Tzung-May_FU 傅宗玫] (fuzm AT sustech DOT edu DOT cn, +86(755)8801-8872, 工学院北楼906)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Teaching Assistant=&lt;br /&gt;
Wenlu WU (eewwu@leeds.ac.uk)&lt;br /&gt;
&lt;br /&gt;
'''All students must send an email to the TA by September 14, including their name + year + major + student ID + cell phone number.''' There will also be a QQ group for the class.&lt;br /&gt;
&lt;br /&gt;
=Students=&lt;br /&gt;
Undergraduate students in hydrology, environmental sciences, oceanography, physics, chemistry, and other disciplines&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Time and location=&lt;br /&gt;
Fridays 10:20-12:10 (every week), Wednesdays 10:20-12:10 (even weeks).&lt;br /&gt;
All classes will meet at '''''三教405''''', '''''EXCEPT some tutorials will meet in the computer room in 工学院南楼739.'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Office hours=&lt;br /&gt;
By email appointments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Course material=&lt;br /&gt;
The follow two textbooks are on reserve in the library:&lt;br /&gt;
&lt;br /&gt;
*AS: [http://www.amazon.cn/Atmospheric-Science-Second-Edition-An-Introductory-Survey-Wallace-John-M/dp/012732951X/ref=sr_1_1?ie=UTF8&amp;amp;qid=1442477746&amp;amp;sr=8-1&amp;amp;keywords=atmospheric+science+second+edition+an+introductory+survey Atmospheric Science, An Introductory Survey], 2nd edition, J. M. Wallace and P. V. Hobbs, Academic Press, ISBN:012732951X&lt;br /&gt;
*MT: [http://www.amazon.cn/dp/1305113586/ref=sr_1_1?ie=UTF8&amp;amp;qid=1442476928&amp;amp;sr=8-1&amp;amp;keywords=meteorology+today Meteorology Today], 11th edition, C. D. Ahrens and R. Henson, Brooks Cole, ISBN:1305113586&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition, we have put together a collection of course resources for your reference:&lt;br /&gt;
&lt;br /&gt;
*[[Meteorology and Climatology: other material]] Check weekly! 其他参考资料，每周关注！&lt;br /&gt;
*[[Meteorology and Climatology Glossary]] 中英文名词对照&lt;br /&gt;
*[[Python resources]]&lt;br /&gt;
*[[Cloud and weather gallery]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Assessments=&lt;br /&gt;
# Final exam (40%)：&lt;br /&gt;
# Term project (20%)：&lt;br /&gt;
# Assignments and pop quizzes (40%)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Assignments=&lt;br /&gt;
'''''Assignments will be distributed on Fridays and are due in two weeks on Friday, BEFORE CLASS STARTS. Late assignments will NOT be graded.'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Field trip=&lt;br /&gt;
We are planning a field trip to the [http://weather.sz.gov.cn/ Meteorological Bureau of Shenzhen Municipality] in mid-November. Participation is voluntary but highly recommended. Contact TA to sign up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Course schedule=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week&lt;br /&gt;
! Date&lt;br /&gt;
! Subject&lt;br /&gt;
! Assignment&lt;br /&gt;
! Reading&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 9/9 F&lt;br /&gt;
| [https://pan.baidu.com/s/1IAlF2FNXZ92_LDhokinnWw The Earth system and the Atmosphere] (3f4f)&lt;br /&gt;
|&lt;br /&gt;
| AS Ch1-2; MT Ch1&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| 9/14 W&lt;br /&gt;
| [链接：https://pan.baidu.com/s/1OBHbkh1G0qw9WeQoFXeuig Radiative transfer] (w50o)&lt;br /&gt;
| &lt;br /&gt;
| AS Ch4; MT Ch2&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| 9/16 F&lt;br /&gt;
| [链接：https://pan.baidu.com/s/1OBHbkh1G0qw9WeQoFXeuig Radiative transfer] (w50o)&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| 9/23 F&lt;br /&gt;
| [[ESE315 Tutorial 1]] &lt;br /&gt;
| [[ESE315_Assignment 1]]&lt;br /&gt;
| AS Ch4; MT Ch2&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 9/28 W&lt;br /&gt;
| [https://pan.baidu.com/s/1QoQpFyYOzlQJ9vZyGEMKPg Atmospheric thermodynamics] (rp24)&lt;br /&gt;
Interactive demos of the stability of [http://fugroup.org/misc/dry.html dry] and [http://fugroup.org/misc/moist.html moist] air parcels &lt;br /&gt;
| &lt;br /&gt;
| AS Ch3; MT Ch3-4&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 9/30 F&lt;br /&gt;
| [https://pan.baidu.com/s/1QoQpFyYOzlQJ9vZyGEMKPg Atmospheric thermodynamics] (rp24)&lt;br /&gt;
Interactive demos of the stability of [http://fugroup.org/misc/dry.html dry] and [http://fugroup.org/misc/moist.html moist] air parcels &lt;br /&gt;
| [[ESE315_Assignment 2]]&lt;br /&gt;
| AS Ch4; MT Ch2&lt;br /&gt;
|-&lt;br /&gt;
| 4.5&lt;br /&gt;
| '''''10/9 Sunday'''''&lt;br /&gt;
| [https://pan.baidu.com/s/15DlUhYcH074XUiNGB3x1hA Atmospheric thermodynamics] (0sik) &lt;br /&gt;
| '''''Assignments 1 due'''''&lt;br /&gt;
| AS Ch3; MT Ch3-4&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| 10/14 F&lt;br /&gt;
| [https://pan.baidu.com/s/153YeyAOwP-KQ29wZOjOSeg Thermodynamics and aerosols] (bhjl)&lt;br /&gt;
| [[ESE315_Assignment 3]] &lt;br /&gt;
| AS Ch3; MT Ch3-4&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| 10/19 W&lt;br /&gt;
| [https://pan.baidu.com/s/1G2EMWlENAcaI97E9N79LUw Aerosols] (j50l)&lt;br /&gt;
| '''''Assignment 2 due'''''&lt;br /&gt;
| AS Ch5&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| 10/21 F&lt;br /&gt;
| [https://pan.baidu.com/s/1Ed_bdG1WzeLWGWupJfQjhQ Clouds and precipitation] (udbw)&lt;br /&gt;
| '''''Assignment 3 due'''''&lt;br /&gt;
| AS Ch6; MT Ch5-7&lt;br /&gt;
|-&lt;br /&gt;
| 7&lt;br /&gt;
| 10/28 F&lt;br /&gt;
| [https://pan.baidu.com/s/1iWvSYQ29rsm9N2_V-B3BBg atmospheric boundary layer and turbulence] (ihz6) &lt;br /&gt;
| &lt;br /&gt;
| AS Ch6, 9; MT Ch 9-10&lt;br /&gt;
|-&lt;br /&gt;
| 8&lt;br /&gt;
| 11/2 W&lt;br /&gt;
| [https://pan.baidu.com/s/1rWY1dhb1OPSDmHx8cuxMkw Atmospheric motion] (ozc4)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 8&lt;br /&gt;
| 11/4 F&lt;br /&gt;
| [[ESE315 Tutorial 2]]&lt;br /&gt;
| [[ESE 315 Assignment 4]] &lt;br /&gt;
| AS Ch7, 9; MT Ch9, 11&lt;br /&gt;
|-&lt;br /&gt;
| 9&lt;br /&gt;
| 11/11 F&lt;br /&gt;
| [https://pan.baidu.com/s/1pB6u1v6-6OwYqts5vQpU_Q Mid- and high-latitude weather] (4tcm)&lt;br /&gt;
| &lt;br /&gt;
| AS Ch7; MT Ch11&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 11/16 W&lt;br /&gt;
| [https://pan.baidu.com/s/1pB6u1v6-6OwYqts5vQpU_Q Mid- and high-latitude weather] (4tcm)&lt;br /&gt;
| [[ESE315_Assignment_5]] &lt;br /&gt;
| AS Ch8; MT Ch12&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 11/18 F&lt;br /&gt;
| ''秋季运动会停课''&lt;br /&gt;
|&lt;br /&gt;
| AS Ch8; MT Ch13-16&lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| 11/25 F&lt;br /&gt;
| [https://pan.baidu.com/s/1jDP59j7es3ok-_XMqnF7eA Climate data analysis] (5kc1) [https://pan.baidu.com/s/1OCjHz3ECafs1gVr-f5htlQ Global SST animation] (ffkz), &lt;br /&gt;
[https://pan.baidu.com/s/1BZx0WxyNvjmNMJNNhC-GVg Global SST anomaly animation] (yau8)&lt;br /&gt;
| &lt;br /&gt;
| AS Ch8; MT Ch13-16&lt;br /&gt;
|-&lt;br /&gt;
| 12&lt;br /&gt;
| 11/30 W&lt;br /&gt;
| [[ESE 315 Tutorial 3]], [[ESE315 Tutorial 4]] [https://pan.baidu.com/s/1xEEyrHKKjIBRXaoGId76Lg Tutorial 3 Slides] (u8h6),  [https://pan.baidu.com/s/175rkpDorFWb-IWUDH9CKhw General circulation of the atmosphere and the ocean] (6irh)&lt;br /&gt;
| [[ESE315_Assignment_6]]&lt;br /&gt;
| AS Ch7; MT Ch10, Ch17&lt;br /&gt;
|-&lt;br /&gt;
| 12&lt;br /&gt;
| 12/2 F&lt;br /&gt;
|  [https://pan.baidu.com/s/1ZZIhjmQl3xslwdbp08rTng Severe weather, low-latitude weather; weather forecasting] (1hzm) &lt;br /&gt;
| &lt;br /&gt;
| AS Ch7; MT Ch10, Ch17 &lt;br /&gt;
|-&lt;br /&gt;
| 13&lt;br /&gt;
| 12/9 F&lt;br /&gt;
| [https://pan.baidu.com/s/1Iq5BG9fndCdHbOtNywKdMA General circulation of the atmosphere and the ocean] (18f5)&lt;br /&gt;
| &lt;br /&gt;
| AS Ch10; MT Ch17-18&lt;br /&gt;
|-&lt;br /&gt;
| 14&lt;br /&gt;
| 12/14 W&lt;br /&gt;
| [https://pan.baidu.com/s/14aP5EqwUHIU8idlkorCOQA Climate system and variability] (j6t4)&lt;br /&gt;
| [[ESE315_Assignment_7]]&lt;br /&gt;
| AS Ch7; MT Ch10, Ch17&lt;br /&gt;
|-&lt;br /&gt;
| 14&lt;br /&gt;
| 12/16 F&lt;br /&gt;
| [https://pan.baidu.com/s/1nNnLPYbQcIonA1TqfGrOlA Climate system and climate change] (4o5a)&lt;br /&gt;
| &lt;br /&gt;
| AS Ch10; MT Ch17-18&lt;br /&gt;
|-&lt;br /&gt;
| 15&lt;br /&gt;
| 12/23 F&lt;br /&gt;
| Term presentation&lt;br /&gt;
| [[ESE315_Assignment_8]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 16&lt;br /&gt;
| 12/28 W&lt;br /&gt;
| [https://pan.baidu.com/s/1nNnLPYbQcIonA1TqfGrOlA Climate system and climate change] (4o5a)&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 16&lt;br /&gt;
| 12/30 F&lt;br /&gt;
| [https://pan.baidu.com/s/1o3RZFHdgZcsRSFYEp3F13g Atmospheric measurement] (6rvx)&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 17&lt;br /&gt;
| '''''TBD'''''&lt;br /&gt;
| '''''Final exam'''''&lt;br /&gt;
| '''''闭卷、英文答题、不需要计算器'''''&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Term project and presentation=&lt;br /&gt;
Each student should independently complete a data analysis project using Python to demonstrate a phenomenon or answer a scientific question related to meteorology or climate. The student is free to choose his/her topic of interest and is fully responsible for finding and analyzing the data. &lt;br /&gt;
&lt;br /&gt;
'''However, to ensure success, each student must meet with the Instructor before November 15th to discuss his/her plan and data for the term project.'''&lt;br /&gt;
&lt;br /&gt;
Each student will give a 10 to 15-minute presentation (length of time depending on the number of students) at the end of the semester. &lt;br /&gt;
&lt;br /&gt;
The term project and presentation will be graded with the following criteria:&lt;br /&gt;
* The relevance of phenomenon/scientific question (10%)&lt;br /&gt;
* The appropriateness of the data used and analysis methodology (30%)&lt;br /&gt;
* The degree to which the phenomenon/question is addressed by the data analysis (30%)&lt;br /&gt;
* Clarity of the presentation (30%)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Resources for learning python=&lt;br /&gt;
Assignments and the term project require calculation and plotting using Python in Jupyter Notebooks. Python is a powerful programming language, while Jupyter Notebooks provide an easy, web-based way to combine code, plots, and descriptive text.&lt;br /&gt;
&lt;br /&gt;
Students are encouraged to install Python and Jupyter using the popular Anaconda distribution. See our [[Python resources]] page for instructions. Students enrolled in this course will also be granted access to a SUSTech server running Jupyter, but this can only be used within the SUSTech network (but you can use a SUSTech VPN outside campus). Details will be announced in class.&lt;br /&gt;
&lt;br /&gt;
If you are new to Python or to Jupyter, we recommend that you go through a few online tutorials. Check out our [[Python resources]] page.&lt;/div&gt;</summary>
		<author><name>Wuwl</name></author>	</entry>

	<entry>
		<id>http://atmoschem.org.cn/index.php?title=ESE315_Tutorial_1</id>
		<title>ESE315 Tutorial 1</title>
		<link rel="alternate" type="text/html" href="http://atmoschem.org.cn/index.php?title=ESE315_Tutorial_1"/>
				<updated>2022-09-22T02:54:44Z</updated>
		
		<summary type="html">&lt;p&gt;Wuwl: /* Jupyter notebook */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Jupyter notebook=&lt;br /&gt;
&lt;br /&gt;
我们为每位选课同学开设了一个Jupyter notebook账号，进行tutorial。大家可以用这个系统做作业，也可以用自己电脑上安装的jupyter做。&lt;br /&gt;
&lt;br /&gt;
每位同学有一个自己的登录端口和密码，第一次tutorial上课时发放。&lt;br /&gt;
&lt;br /&gt;
使用方式：&lt;br /&gt;
*http://172.18.31.50:端口 （IP由助教通知）					&lt;br /&gt;
*仅限校园内网使用，如在校外可使用南科大VPN连接。					&lt;br /&gt;
*每次使用后请注意保存并终止Notebook运行（“Close and Halt”）。之后可直接关闭网页或点击“Logout”，请勿点击“Quit”。	&lt;br /&gt;
&lt;br /&gt;
第一次上课我们会操作一遍Jupyter notebook tutorial。然后操作一遍 public/Tutorial-01文件夹下面的几个练习。&lt;/div&gt;</summary>
		<author><name>Wuwl</name></author>	</entry>

	</feed>