Skip to content

Commit 9963a31

Browse files
committed
Add headers to a couple notebooks
1 parent 9330b9e commit 9963a31

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

notebooks/convective/MUCAPE.ipynb

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"cell_marker": "\"\"\"",
7+
"lines_to_next_cell": 0
8+
},
9+
"source": [
10+
"Most-Unstable Convective Available Potential Energy (MUCAPE)\n",
11+
"======================\n",
12+
"Calculate MUCAPE on a grid of netCDF data using MetPy."
13+
]
14+
},
315
{
416
"cell_type": "code",
517
"execution_count": 10,

notebooks/convective/TCPW.ipynb

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"cell_marker": "\"\"\"",
7+
"lines_to_next_cell": 0
8+
},
9+
"source": [
10+
"Total Column Precipitable Water (TCPW)",
11+
"======================\n",
12+
"Calculate TCPW on a grid of netCDF data using MetPy."
13+
]
14+
},
315
{
416
"cell_type": "code",
517
"execution_count": 10,

0 commit comments

Comments
 (0)