"#### Select the specific area we want. For this file, we're looking over Typhoon Jebi specifically, which was near 20N, 138E.\n",
"\n",
"The first line below plots a subset of the data plotted by the second. Run the code with the first line uncommented first, then when the lab directs you to, comment out the first line below and uncomment the second line to plot a larger swath of data."
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
"I = np.arange(1100,1102) #This covers just two sweeps.\n",
"#I = np.arange(1000,1200) #This covers the part of the ascending node that covered the typhoon."
#### Select the specific area we want. For this file, we're looking over Typhoon Jebi specifically, which was near 20N, 138E.
The first line below plots a subset of the data plotted by the second. Run the code with the first line uncommented first, then when the lab directs you to, comment out the first line below and uncomment the second line to plot a larger swath of data.
%% Cell type:code id: tags:
``` python
I=np.arange(1100,1102)#This covers just two sweeps.
#I = np.arange(1000,1200) #This covers the part of the ascending node that covered the typhoon.