diff --git a/notebooks/convective/MUCAPE.ipynb b/notebooks/convective/MUCAPE.ipynb index f2c2a3a..56a50c2 100644 --- a/notebooks/convective/MUCAPE.ipynb +++ b/notebooks/convective/MUCAPE.ipynb @@ -1,5 +1,17 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "cell_marker": "\"\"\"", + "lines_to_next_cell": 0 + }, + "source": [ + "Most-Unstable Convective Available Potential Energy (MUCAPE)\n", + "======================\n", + "Calculate MUCAPE on a grid of netCDF data using MetPy." + ] + }, { "cell_type": "code", "execution_count": 10, diff --git a/notebooks/convective/TCPW.ipynb b/notebooks/convective/TCPW.ipynb index d1d8e8a..5fa08e3 100644 --- a/notebooks/convective/TCPW.ipynb +++ b/notebooks/convective/TCPW.ipynb @@ -1,5 +1,17 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "cell_marker": "\"\"\"", + "lines_to_next_cell": 0 + }, + "source": [ + "Total Column Precipitable Water (TCPW)", + "======================\n", + "Calculate TCPW on a grid of netCDF data using MetPy." + ] + }, { "cell_type": "code", "execution_count": 10,