Numerical Meteorology: MatLab Tutorials & Code

Tutorials
Code (tar files)
Linear Advection
FTCS Scheme
Burgers' Equation


Temperature Advection in Fixed Vortex: Vortex.m. Analytical Solution: AnalyticalVortex.m

Shallow Water Model "SLAM": slam.m

Barotropic Potential Vorticity Equation: BPVE.m

Computational Phase Speeds for Explicit and Implicit Schemes: CcompOverCphys.m

Class Exercise: Estimate Temperature and Pressure. Temp_Pres_Stats.m

Simple Least Squares Line-Fitting Program. Fitline2points.m

Simple Parabolic fit to data. Paranalyse.m

Group Velocity

Group Velocity 0    gv0.m
Group Velocity 1    gv1.m
Group Velocity 2    gv2.m

Miscellaneous Functions


Poisson Solver. Numerical Recipes: §19.0
Poisson Solver. Numerical Recipes: §19.4

Back to M.Sc. Home Page