Skip to content

Commit

Permalink
Documentation: Add the NAWEA tutorial (#127)
Browse files Browse the repository at this point in the history
* Deprecate PySAM Usage (#115)

* Update Test PyPI action settings (#108)

* Bug Fix: Process recreation and equipment cost breakdowns (#109)

* update equipment labor breakdown to include equipment and duration

* add missing process recreation for in situ replacements

* update docstring

* update changelog

* fix bad reference (#110)

* Bug Fix: Ensure system downtime starts appropriately (#111)

* only reset subassemblies that are worked on directly

* allow invalid to happen before servicing and properly control

* update the operating level logging in in_situ_repairs

* ensure repairs actually go into the next shift if incomplete from weather delays

* ensure travel can't occur when it goes past one shift and into another

* fix repair manager checks for updated logic

* ignore third party's deprecation warnings

* fix the unscheduled timing for better logic control

* ensure a delayed start to the repair still counts as the initial processing

* slight timing update for handling of 24 hour shifts

* ensure 24 hour shifts don't travel back when new window needed

* remove print

* put system invalidation back in place

* update changelog

* ensure requests can't collide

* move wait period to the request getter

* fix combined yield and return

* fix tests

* add invalidation to timing collision avoidance

* make system invalidation more flexible

* move random wait to environment

* remove timeout from service equipment

* ensure port repairs always trigger before the next at site repair

* ensure ttp are not dispatched multiple times for the same turbine

* fix hlv dispatch timing

* add list of systems waiting for ttp to reduce chances of overlapping dispatches

* update changelog

* Deprecate old library (#114)

* remove old library warnings and fully deprecate the usage

* update the changelog

* update the how to guide for the library changes

* remove pysam

* remove pysam references from the docs

* Revert "Deprecate PySAM Usage (#115)" (#116)

This reverts commit 8a31676.

* add NAWEA 2023 documentation

* add working COREWIND D4.2 data

* add example and update workshop guidance

* fix end of file lines

* update data for labor costs and update workshop listings

* update workshop guide

* add ORBIT port costs

* update the presentation and notebook

* remove presentation from gh

* remove links to the presentation until approved
  • Loading branch information
RHammond2 authored Oct 27, 2023
1 parent 1181b54 commit f9a81ed
Show file tree
Hide file tree
Showing 60 changed files with 196,572 additions and 3,017 deletions.
40 changes: 20 additions & 20 deletions docs/jupyter_execute/examples/how_to.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "2ff898a7",
"id": "d9a2a3dd",
"metadata": {},
"source": [
"# How To Use WOMBAT\n",
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "4a3b63be",
"id": "59b032b6",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "9c2d949a",
"id": "53e354b1",
"metadata": {},
"source": [
"## Defining the Simulation\n",
Expand Down Expand Up @@ -489,7 +489,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "fd129270",
"id": "18906d55",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -498,7 +498,7 @@
},
{
"cell_type": "markdown",
"id": "4de028f0",
"id": "5ba802fa",
"metadata": {},
"source": [
"### The configuration file\n",
Expand All @@ -519,7 +519,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "50f2953a",
"id": "4af8a23b",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -528,7 +528,7 @@
},
{
"cell_type": "markdown",
"id": "9dde4398",
"id": "09688bde",
"metadata": {},
"source": [
"```{code-block} yaml\n",
Expand Down Expand Up @@ -571,7 +571,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "5bdd6a85",
"id": "96be9039",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -583,7 +583,7 @@
},
{
"cell_type": "markdown",
"id": "a5d882b2",
"id": "48c2f9d1",
"metadata": {},
"source": [
"### Option 2: `Simulation()`\n",
Expand All @@ -605,7 +605,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "5214aa46",
"id": "e89ebc85",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -618,7 +618,7 @@
},
{
"cell_type": "markdown",
"id": "812eaba4",
"id": "93d4a201",
"metadata": {},
"source": [
"### Seeding the simulation random variable\n",
Expand All @@ -631,7 +631,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "b01c06ba",
"id": "c4929aee",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -652,7 +652,7 @@
},
{
"cell_type": "markdown",
"id": "c20dddf0",
"id": "0d730c2d",
"metadata": {},
"source": [
"## Run the analysis\n",
Expand All @@ -667,14 +667,14 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "fc4df98d",
"id": "db887783",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Run time: 0.50 minutes\n"
"Run time: 0.47 minutes\n"
]
}
],
Expand All @@ -692,7 +692,7 @@
},
{
"cell_type": "markdown",
"id": "3d09a90b",
"id": "264610b1",
"metadata": {},
"source": [
"## Metric computation\n",
Expand All @@ -704,7 +704,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "6deb1d73",
"id": "3a8ac212",
"metadata": {},
"outputs": [
{
Expand All @@ -726,7 +726,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "edeed2f8",
"id": "3bf9a8b1",
"metadata": {},
"outputs": [
{
Expand All @@ -753,7 +753,7 @@
},
{
"cell_type": "markdown",
"id": "466cf8c2",
"id": "3ad0d432",
"metadata": {},
"source": [
"## Optional: Delete the logging files\n",
Expand All @@ -764,7 +764,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "c43744a5",
"id": "57e24ad5",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit f9a81ed

Please sign in to comment.