Skip to content

Commit 4e681b9

Browse files
committed
Minor formating edits
1 parent 5f5bcc0 commit 4e681b9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

examples/wecsim_power_performance_example.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# MHKiT WEC-Sim Example\n",
88
"\n",
9-
"This notebook demonstrates using the MHKiT wave module and [WEC-Sim](http://wec-sim.github.io/WEC-Sim/index.html) together to perform a resource characterization study in MHKiT, simulate representative cases with WEC-Sim, and visualize the results in MHKiT to estimate MAEP.\n",
9+
"This notebook demonstrates using the MHKiT wave module and [WEC-Sim](http://wec-sim.github.io/WEC-Sim/index.html) together to perform a resource characterization study in MHKiT, simulate representative cases with WEC-Sim, and visualize the results in MHKiT to estimate MAEP (Mean Annual Energy Production).\n",
1010
"\n",
1111
" 1. Characterize the available resource at a location\n",
1212
" - See the PacWave example notebook\n",
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"cell_type": "code",
26-
"execution_count": 1,
26+
"execution_count": 7,
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 2,
51+
"execution_count": 8,
5252
"metadata": {},
5353
"outputs": [
5454
{
@@ -376,7 +376,7 @@
376376
"31 8.301748 3.676767 0.022070 9.675697 54122.886646"
377377
]
378378
},
379-
"execution_count": 2,
379+
"execution_count": 8,
380380
"metadata": {},
381381
"output_type": "execute_result"
382382
}
@@ -397,7 +397,7 @@
397397
},
398398
{
399399
"cell_type": "code",
400-
"execution_count": 3,
400+
"execution_count": 9,
401401
"metadata": {
402402
"scrolled": true
403403
},
@@ -417,7 +417,7 @@
417417
"\n",
418418
"Now that the MCR file is created, we need to go simulate WEC performance in these wave conditions using WEC-Sim. To recreate the data used in the next step, use the created MCR file with WEC-Sim's [OSWEC example](https://github.com/WEC-Sim/WEC-Sim/tree/main/examples/OSWEC). For an accurate comparison to the power calculated in the resource characterization, we should ensure that the WEC-Sim cases use irregular JONSWAP wave spectra as in the PacWave example.\n",
419419
"\n",
420-
"For convenience in this demonstration, we enforce OSWEc model stability in the extreme wave conditions by arbitrarily applying a large PTO stiffness and damping:\n",
420+
"For convenience in this demonstration, we enforce OSWEC model stability in the extreme wave conditions by arbitrarily applying a large PTO stiffness and damping:\n",
421421
"```\n",
422422
"pto(1).stiffness = 1e5;\n",
423423
"pto(1).damping = 5e7;\n",
@@ -455,7 +455,7 @@
455455
},
456456
{
457457
"cell_type": "code",
458-
"execution_count": 4,
458+
"execution_count": 10,
459459
"metadata": {
460460
"scrolled": true
461461
},
@@ -818,7 +818,7 @@
818818
"31 8.301748 3.676767 0.022070 9.675697 54122.886646 7.578856e+05"
819819
]
820820
},
821-
"execution_count": 4,
821+
"execution_count": 10,
822822
"metadata": {},
823823
"output_type": "execute_result"
824824
}
@@ -843,7 +843,7 @@
843843
},
844844
{
845845
"cell_type": "code",
846-
"execution_count": 5,
846+
"execution_count": 11,
847847
"metadata": {},
848848
"outputs": [
849849
{
@@ -1304,7 +1304,7 @@
13041304
"31 14.003052 0.777947 "
13051305
]
13061306
},
1307-
"execution_count": 5,
1307+
"execution_count": 11,
13081308
"metadata": {},
13091309
"output_type": "execute_result"
13101310
}
@@ -1318,7 +1318,7 @@
13181318
},
13191319
{
13201320
"cell_type": "code",
1321-
"execution_count": 6,
1321+
"execution_count": 12,
13221322
"metadata": {},
13231323
"outputs": [
13241324
{
@@ -1327,7 +1327,7 @@
13271327
"2865149.0"
13281328
]
13291329
},
1330-
"execution_count": 6,
1330+
"execution_count": 12,
13311331
"metadata": {},
13321332
"output_type": "execute_result"
13331333
}
@@ -1341,9 +1341,9 @@
13411341
],
13421342
"metadata": {
13431343
"kernelspec": {
1344-
"display_name": "Python 3 (ipykernel)",
1344+
"display_name": "MHKit Environment",
13451345
"language": "python",
1346-
"name": "python3"
1346+
"name": "mhkit"
13471347
},
13481348
"language_info": {
13491349
"codemirror_mode": {
@@ -1355,7 +1355,7 @@
13551355
"name": "python",
13561356
"nbconvert_exporter": "python",
13571357
"pygments_lexer": "ipython3",
1358-
"version": "3.12.7"
1358+
"version": "3.10.15"
13591359
}
13601360
},
13611361
"nbformat": 4,

0 commit comments

Comments
 (0)