Skip to content

Commit

Permalink
FIX added comment within coding exercise to align with template in T6…
Browse files Browse the repository at this point in the history
…. Updated header in all files according to reviewers of pre-pod.
  • Loading branch information
nsea-log committed Apr 25, 2024
1 parent 19cd772 commit a075686
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 367 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"\n",
"**Production editors:** Wesley Banfield, Paul Heubel, Jenna Pearson, Chi Zhang, Ohad Zivan\n",
"\n",
"**Our 2024 Sponsors:** NFDI4Earth, CMIP"
"**Our 2024 Sponsors:** CMIP, NFDI4Earth"
]
},
{
Expand All @@ -45,7 +45,7 @@
"execution": {}
},
"source": [
"*Estimated timing of tutorial: 30 minutes*\n",
"*Estimated timing of tutorial:* 30 minutes\n",
"\n",
"In this initial tutorial, your focus will be on examining the distribution of annual extreme precipitation levels in Germany. Your objective is to explore various aspects of the distribution, including the mean, variance, and skewness. By the end of this tutorial, you will be able to:\n",
"\n",
Expand All @@ -67,7 +67,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -88,7 +87,6 @@
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -106,8 +104,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
"cellView": "form"
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -136,7 +133,6 @@
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -194,7 +190,6 @@
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {},
"pycharm": {
"name": "#%%\n"
},
Expand Down Expand Up @@ -244,7 +239,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -263,7 +257,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -293,7 +286,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -328,7 +320,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -375,7 +366,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -394,7 +384,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -406,7 +395,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -450,7 +438,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -463,7 +450,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -476,7 +462,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -504,7 +489,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -568,7 +552,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -592,7 +575,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -619,9 +601,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {}
},
"metadata": {},
"outputs": [],
"source": [
"fig, ax = plt.subplots()\n",
Expand Down Expand Up @@ -655,7 +635,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -714,9 +693,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {}
},
"metadata": {},
"outputs": [],
"source": [
"# to_remove explanation\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"\n",
"**Production editors:** Wesley Banfield, Paul Heubel, Jenna Pearson, Chi Zhang, Ohad Zivan\n",
"\n",
"**Our 2024 Sponsors:** NFDI4Earth, CMIP"
"**Our 2024 Sponsors:** CMIP, NFDI4Earth"
]
},
{
Expand All @@ -46,7 +46,7 @@
"execution": {}
},
"source": [
"*Estimated timing of tutorial: 30 minutes*\n",
"*Estimated timing of tutorial:* 30 minutes\n",
"\n",
"In this second tutorial, you will calculate the precipitation levels associated with the 50, 100, and 500-year events using the empirical method.\n",
"\n",
Expand All @@ -70,7 +70,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 2068,
"status": "ok",
Expand Down Expand Up @@ -100,7 +99,6 @@
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -118,8 +116,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
"cellView": "form"
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -148,7 +145,6 @@
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -206,7 +202,6 @@
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {},
"pycharm": {
"name": "#%%\n"
},
Expand Down Expand Up @@ -258,7 +253,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 26698,
"status": "ok",
Expand Down Expand Up @@ -287,7 +281,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 12,
"status": "ok",
Expand Down Expand Up @@ -334,7 +327,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 3,
"status": "ok",
Expand All @@ -357,7 +349,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 2,
"status": "ok",
Expand All @@ -380,7 +371,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 5,
"status": "ok",
Expand All @@ -403,7 +393,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -416,7 +405,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -440,7 +428,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 9,
"status": "ok",
Expand All @@ -463,7 +450,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand All @@ -487,7 +473,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 4,
"status": "ok",
Expand Down Expand Up @@ -520,7 +505,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 6,
"status": "ok",
Expand All @@ -543,7 +527,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 5,
"status": "ok",
Expand Down Expand Up @@ -575,7 +558,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"executionInfo": {
"elapsed": 373,
"status": "ok",
Expand Down Expand Up @@ -624,7 +606,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -654,7 +635,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -695,9 +675,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {}
},
"metadata": {},
"outputs": [],
"source": [
"# define a function to calculate the empirical return period by using the code from the cells above.\n",
Expand Down Expand Up @@ -727,7 +705,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"execution": {},
"tags": []
},
"outputs": [],
Expand Down
Loading

0 comments on commit a075686

Please sign in to comment.