By Xinyu Wen at Apr 9, 2018
This code pack is aimed to provide a set of code to those students who choose my class "Climate Modeling". You are encouraged to get a free copy and distribute them to anyone. Let me know if you like this or you find something we need to fix.
- py1: ODE solver
- py2: PDE solver
- py3: Discrete Fourier analysis (transform) and synthesis (inverse transform)
- py4: Legendre, Associate Legendre, and Spherical Harmonics
git clone https://github.com/wensir365/climatemodeling-python.git
If you use Microsoft Windows PC, you may get a free copy by visit https://github.com/wensir365/climatemodeling-python, and click on the green button "Clone or download", then choose "Download ZIP".
git add main.py
git status
git commit -m "Add a main file main.py"
git push -u origin master