TAU is a performance analysis toolkit for profiling and tracing parallel applications. It instruments applications through compiler wrappers or dynamic instrumentation to collect timing and hardware counter metrics. TAU's Paraprof tool visualizes profiling data in call graphs, bar charts, and 3D views to identify hotspots and load imbalances. This document provides steps for compiling, executing, and analyzing a miniWeather MPI application using TAU and Paraprof.