Skip to content

Commit 62a4242

Browse files
committed
Correct EBL (2005) equation exponents in Breach Toolbox v1.1
Swaps the exponents associated with downstream slope (S_o) and unit discharge (q_t) in equation 15 of the Unraveling chapter. Adds the v1.1 row to the document's version history table and a corresponding row to the site-wide change log.
1 parent 6f1d332 commit 62a4242

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

docs/toolbox-technical-manuals/internal-erosion-suite/breach/v1.1/00-version-history.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ import TableVersionHistory from '@site/src/components/TableVersionHistory';
1515
# Version History
1616

1717
<TableVersionHistory
18-
versions={['1.0']}
19-
dates={['March 2026']}
20-
descriptions={['Initial release as an online document. Source is RMC-CPD-2023-09.']}
21-
modifiedBy={['-']}
22-
reviewedBy={["Tim O'Leary"]}
23-
approvedBy={['Nate Snorteland']}
18+
versions={['1.1', '1.0']}
19+
dates={['May 2026', 'March 2026']}
20+
descriptions={[
21+
'Updated the EBL (2005) method equation to correct the exponents for downstream slope and unit discharge for the calculation of the median rock size needed for stability in the Unraveling chapter.',
22+
'Initial release as an online document. Source is RMC-CPD-2023-09.',
23+
]}
24+
modifiedBy={['Adam Gohs', '-']}
25+
reviewedBy={['Casey Cummins', "Tim O'Leary"]}
26+
approvedBy={['-', 'Nate Snorteland']}
2427
/>

docs/toolbox-technical-manuals/internal-erosion-suite/breach/v1.1/06-unraveling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Option 2 evaluates the minimum stable rock size needed to withstand a given unit
7575
dams up to 20 feet tall. The calculations are the same as in Option 1, except for the equation to calculate rock size. <FigReference figKey="figure-18" />
7676
illustrates the calculations for this option.
7777

78-
<Equation equationKey="equation-15" equation="d_{50} = 0.43q_{t}^{0.43}S_{o}^{0.78}" />
78+
<Equation equationKey="equation-15" equation="d_{50} = 0.43S_{o}^{0.43}q_{t}^{0.78}" />
7979
where:
8080

8181
> _d<sub>50</sub>_ = median rock size (m) needed for stability

src/pages/changelog.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ export default function Changelog() {
1515
</div>
1616
<div className="mx-auto max-w-[1600px] px-6 pb-16 pt-8 lg:px-12">
1717
<TableChangelog
18-
dates={['March 25, 2026', 'March 25, 2026', 'March 25, 2026', 'March 25, 2026', 'March 12, 2026']}
19-
categories={['PDF Download', 'PDF Download', 'PDF Download', 'PDF Download', 'Website Update']}
18+
dates={['May 19, 2026', 'March 25, 2026', 'March 25, 2026', 'March 25, 2026', 'March 25, 2026', 'March 12, 2026']}
19+
categories={['New Document Version', 'PDF Download', 'PDF Download', 'PDF Download', 'PDF Download', 'Website Update']}
2020
documents={[
21+
'RMC Breach Toolbox Technical Manual',
2122
'RMC TotalRisk Verification Report (Draft)',
2223
'RMC TotalRisk Technical Reference Manual (Draft)',
2324
'RMC-BestFit Verification Report',
2425
'LifeSim Technical Reference Manual',
2526
'-',
2627
]}
27-
versions={['-', '-', '-', '-', '-']}
28+
versions={['1.1', '-', '-', '-', '-', '-']}
2829
descriptions={[
30+
'Corrected an equation in the Unraveling chapter.',
2931
'Added as direct PDF download.',
3032
'Added as direct PDF download.',
3133
'Added as direct PDF download.',

0 commit comments

Comments
 (0)