Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Jan 16, 2025
1 parent 922db0b commit 76ad1f3
Showing 1 changed file with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"id": "8d2d85e0",
"metadata": {},
"source": [
"# Part 1: Process data"
"## Part 1: Process data"
]
},
{
"cell_type": "markdown",
"id": "c3179b90",
"metadata": {},
"source": [
"## Option 1: Create random data for demo only\n",
"### Option 1: Create random data for demo only\n",
"\n",
"If you do not have run results to plot but want to see how to generate a portrait plot, use this randomly generated array instead.\n",
"\n",
Expand All @@ -90,7 +90,7 @@
"id": "d23f2369",
"metadata": {},
"source": [
"## Option 2: Use Extremes Driver Output"
"### Option 2: Use Extremes Driver Output"
]
},
{
Expand All @@ -112,7 +112,7 @@
"id": "804d7cf1",
"metadata": {},
"source": [
"### Global settings\n",
"#### Global settings\n",
"\n",
"Provide the list of models (they will appear in this order in the figure). Also provide the region of the results."
]
Expand All @@ -134,7 +134,7 @@
"id": "608ab579",
"metadata": {},
"source": [
"### Precipitation\n",
"#### Precipitation\n",
"\n",
"Provide the path to the JSON file containing precipitation (Rx1day and Rx5day) return value metrics in the first cell and run. Then run the following cell."
]
Expand Down Expand Up @@ -197,7 +197,7 @@
"id": "4f1a63cf",
"metadata": {},
"source": [
"### Max Temperature\n",
"#### Max Temperature\n",
"\n",
"Provide the path to the JSON file containing maximum temperature (TXx and TXn) return value metrics in the first cell and run. Then run the following cell."
]
Expand Down Expand Up @@ -257,7 +257,7 @@
"id": "514310b7",
"metadata": {},
"source": [
"### Min Temperature\n",
"#### Min Temperature\n",
"\n",
"Provide the path to the JSON file containing minimum temperature (TNx and TNn) return value metrics in the first cell and run. Then run the following cell."
]
Expand Down Expand Up @@ -352,7 +352,7 @@
"id": "bd0af793",
"metadata": {},
"source": [
"# Part 2: Create figure"
"## Part 2: Create figure"
]
},
{
Expand Down Expand Up @@ -436,14 +436,6 @@
"fig.text(1.25, 0.4, 'Data version\\n'+data_version, transform=ax.transAxes,\n",
" fontsize=12, color='black', alpha=0.6, ha='left', va='top',)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "efd8bee0",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 76ad1f3

Please sign in to comment.