|
| 1 | +--- |
| 2 | +title: 'General Overview' |
| 3 | +--- |
| 4 | + |
| 5 | +import Link from '@docusaurus/Link'; |
| 6 | +import addBaseUrl from '@docusaurus/useBaseUrl'; |
| 7 | +import CitationFootnote from '@site/src/components/CitationFootnote'; |
| 8 | +import Figure from '@site/src/components/Figure'; |
| 9 | +import FigureInline from '@site/src/components/FigureInline'; |
| 10 | +import FigReference from '@site/src/components/FigureReference'; |
| 11 | +import NavContainer from '@site/src/components/NavContainer'; |
| 12 | +import VersionSelector from '@site/src/components/VersionSelector'; |
| 13 | + |
| 14 | +<NavContainer |
| 15 | + link="/toolboxes/internal-erosion-suite" |
| 16 | + linkTitle="Internal Erosion Suite" |
| 17 | + document="toolbox-technical-manuals/internal-erosion-suite/breach" |
| 18 | +/> |
| 19 | + |
| 20 | +# General Overview |
| 21 | + |
| 22 | +## Getting Started |
| 23 | + |
| 24 | +Copy or download the toolbox file to the computer. To open the toolbox file, either: |
| 25 | + |
| 26 | +- Find the file on the computer and double-click it. This opens the file in Microsoft Excel. |
| 27 | + |
| 28 | +- Open Microsoft Excel and use the application to open the file: Once Microsoft Excel is open, go to the File menu at the top of the window and select |
| 29 | + Open. |
| 30 | + |
| 31 | +The toolbox is an Excel binary workbook (.xlsb) that uses macros. You may need to enable the macros, either before opening the file or by clicking |
| 32 | +“Enable Content” in the yellow Security Warning message bar with a shield icon that appears after the file is opened. The actual message in the |
| 33 | +message bar will vary depending on the computer’s settings and installed add-ins. <FigReference figKey="figure-1" /> displays examples of different |
| 34 | +wordings that may appear in the message bar. |
| 35 | + |
| 36 | +<Figure |
| 37 | + figKey="figure-1" |
| 38 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure1.png" |
| 39 | + alt="Security warning message bars with the “Enable Content” option to enable macros." |
| 40 | + caption="Security warning message bars with the “Enable Content” option to enable macros." |
| 41 | + background="transparent" |
| 42 | +/> |
| 43 | + |
| 44 | +## Organization |
| 45 | + |
| 46 | +Although the toolbox does not provide a calculation cover sheet, adding one is strongly recommended. A calculation cover sheet captures project |
| 47 | +information, a description and purpose of the calculation, the assumptions for critical input parameters, a summary of the major conclusion and |
| 48 | +results, and a revision history. |
| 49 | + |
| 50 | +Each toolbox has a similar appearance and organizational structure: |
| 51 | + |
| 52 | +- The first worksheet, About, summarizes the purpose of the toolbox and gives contact information for the RMC software development team. |
| 53 | + |
| 54 | +- The second worksheet, Terms and Conditions, contains the terms and conditions for use of the toolbox (IWR software). |
| 55 | + |
| 56 | +- The third worksheet, Version History, contains the revision history. Semantic versioning is used in the format of MAJOR.MINOR.PATCH: |
| 57 | + - MAJOR – significant worksheet changes not compatible with previous versions. |
| 58 | + |
| 59 | + - MINOR – additional features or enhancements that do not fundamentally change the calculations. |
| 60 | + |
| 61 | + - PATCH – backward-compatible bug fixes. |
| 62 | + |
| 63 | +- The fourth worksheet, References, lists the references cited for each calculation worksheet. |
| 64 | + |
| 65 | +The workbook and worksheets are not protected to prevent unwanted changes. However, because the toolbox has user-defined functions (UDFs) and |
| 66 | +subroutines in Visual Basic, you cannot directly copy worksheets to another workbook without potentially losing functionality. A note in a bold red |
| 67 | +font at the upper right margin indicates if the selected worksheet includes such features. |
| 68 | + |
| 69 | +At the top of each calculation worksheet, input information for the preparer and checker for quality control (QC) documentation and the calculation |
| 70 | +title in case multiple copies of the worksheet are created for different analysis scenarios (<FigReference figKey="figure-2" />). The footer of each |
| 71 | +calculation worksheet contains the version number, which can be cross-referenced with the revision history on the third worksheet. |
| 72 | + |
| 73 | +<Figure |
| 74 | + figKey="figure-2" |
| 75 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure2.png" |
| 76 | + alt="Calculation worksheet heading." |
| 77 | + caption="Calculation worksheet heading." |
| 78 | +/> |
| 79 | + |
| 80 | +User-specified input includes values and selections from drop-down lists. User input cells are light yellow, and these cells are unprotected. When |
| 81 | +cells use drop-down lists, a note in blue font in the right margin of the row alerts the user to use the drop-down list. Conditional formatting |
| 82 | +applies a gray background to cells that are not based on a user selection. When a user-specified value or calculated value is outside of acceptable |
| 83 | +ranges, the cell is orange to indicate caution to the user. |
| 84 | + |
| 85 | +All units for user-specified input values are clearly labeled. Most user-specified input values use English units. However, values may be in metric |
| 86 | +where metric units are more common in practice (e.g., particle size in millimeters or permeability in centimeters per second). The toolbox may convert |
| 87 | +English units to metric units to perform some calculations or if required for a specific formula based on the reference material for the equation. |
| 88 | + |
| 89 | +If the calculation worksheet is a function of headwater level, up to seven headwater and tailwater levels may be specified at the top of the |
| 90 | +worksheet. Tailwater may be required to calculate the net hydraulic head and hydraulic gradient. Specify the elevation datum by selecting one of three |
| 91 | +options from the drop-down list: ft-NAVD88, ft-NGVD29, and Other. The two datum selections include English units of length (feet). If Other is |
| 92 | +selected, provide a user-specified datum along with feet (e.g., ft-MSL [Mean Sea Level]). <FigReference figKey="figure-3" /> through |
| 93 | +{"\n"}<FigReference figKey="figure-5" /> illustrate the three possible scenarios. |
| 94 | + |
| 95 | +<Figure |
| 96 | + figKey="figure-3" |
| 97 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure3.png" |
| 98 | + alt="Headwater and tailwater input: NAVD88." |
| 99 | + caption="Headwater and tailwater input: NAVD88." |
| 100 | +/> |
| 101 | + |
| 102 | +<Figure |
| 103 | + figKey="figure-4" |
| 104 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure4.png" |
| 105 | + alt="Headwater and tailwater input: NGVD29." |
| 106 | + caption="Headwater and tailwater input: NGVD29." |
| 107 | +/> |
| 108 | + |
| 109 | +<Figure |
| 110 | + figKey="figure-5" |
| 111 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure5.png" |
| 112 | + alt="Headwater and tailwater input: User-specified datum." |
| 113 | + caption="Headwater and tailwater input: User-specified datum." |
| 114 | +/> |
| 115 | + |
| 116 | +Most calculation worksheets break down complex analysis into computational steps following a logical sequence (<FigReference figKey="figure-6" />). |
| 117 | +Some simpler worksheets do not have steps. Generally, different methodologies are unique worksheets. Some worksheets may include multiple |
| 118 | +methodologies, which are labeled as options (<FigReference figKey="figure-7" />). |
| 119 | + |
| 120 | +<Figure |
| 121 | + figKey="figure-6" |
| 122 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure6.png" |
| 123 | + alt="Example of step banner." |
| 124 | + caption="Example of step banner." |
| 125 | +/> |
| 126 | + |
| 127 | +<Figure |
| 128 | + figKey="figure-7" |
| 129 | + src="figures\toolbox-technical-manuals\internal-erosion-suite\breach\v1.1\figures\figure7.png" |
| 130 | + alt="Example of option banner." |
| 131 | + caption="Example of option banner." |
| 132 | +/> |
| 133 | + |
| 134 | +Some calculation worksheets can perform either a deterministic or probabilistic analysis. Although not required to perform a probabilistic analysis, |
| 135 | +Palisade @RISK software (standalone version or as part of the Palisade DecisionTools Suite) can customize the probabilistic analysis. A note appears |
| 136 | +in a bold red font at the upper right-hand margin of a calculation worksheet indicating if this feature is included with the toolbox. |
| 137 | + |
| 138 | +User notes generally appear in the right margin of each calculation worksheet. Some notes are in blue or red font for heightened awareness. These |
| 139 | +notes include references to source materials for equations, figures, tables, pages, etc. If the RMC modified the source material, the reference |
| 140 | +citation says “adapted from” instead of “from.” |
| 141 | + |
| 142 | +Tabular and/or graphical summaries are generally the primary output of the toolbox. The UDFs in the PlotScale module change the minimum and maximum |
| 143 | +values of the x-axis and y-axis for charts. If the calculation worksheet is a function of headwater level, you can define up to five headwater levels |
| 144 | +of interest and plot them as vertical reference lines. By selecting the chart and then selecting the Filter icon to display the filter pane, you can |
| 145 | +choose which data series to display. This is useful when computing the results from multiple methodologies, but not all are applicable or desired to |
| 146 | +display. |
| 147 | + |
| 148 | +<CitationFootnote /> |
0 commit comments