6  Regulatory Limits

We calculated regulatory limits based on freshwater quality standards listed from state and federal regulatory agencies…

6.1 Metals

6.1.1 Static Regulatory Threshold Values for Metals

Some regulatory threshold values for metals are static and do not depend on additional environmental parameters. The metals parameters in the downloadable table below have static thresholds assigned.

── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr     1.1.4     ✔ readr     2.1.4
✔ forcats   1.0.0     ✔ stringr   1.5.1
✔ ggplot2   3.4.4     ✔ tibble    3.2.1
✔ lubridate 1.9.3     ✔ tidyr     1.3.0
✔ purrr     1.0.2     
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag()    masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors

Attaching package: 'janitor'


The following objects are masked from 'package:stats':

    chisq.test, fisher.test



Attaching package: 'xfun'


The following objects are masked from 'package:base':

    attr, isFALSE


value for "which" not specified, defaulting to c("rows", "cols")

New names:


6.1.2 Metals with Hardness-Dependent Regulatory Values

Some regulatory values for metals are not simple static values, and are instead hardness-dependent. Hardness varies by site, by season, and with hydrologic conditions. We calculated hardness according to the following formula:

:::{.callout-note appearance = “simple}

Hardness = 2.497(Total Calcium in mg/L) + 4.119(Total Magnesium in mg/L)

:::

For sampling events with duplicate samples, we calculated average hardness.

`summarise()` has grouped output by 'activity_identifier',
'activity_start_date'. You can override using the `.groups` argument.
Joining with `by = join_by(activity_identifier, activity_start_date)`


We calculated hardness-dependent regulatory criteria based on formulas published on the Alaska Department of Environmental Conservation’s Water Quality Standards Section website. The “Alaska Water Quality Criteria Manual for Toxic and other Deleterious Organic and Inorganic Substances” (2022) document, along with the “Inorganic Toxics Criteria Worksheet” provide parameter-specific formulas for many substances.

https://dec.alaska.gov/water/water-quality/standards/

Hardness-dependent criteria may be calculated from the following for freshwater metals:

Acute (dissolved) = exp{mA[ln(hardness)]+ bA} (CF) Chronic (dissolved) = exp{mC [ln(hardness)] + bC} (CF)

where mA, bA, mC, and bC are numerical parameters specific to each substance, and CF is the conversion factor for acute vs. chronic criteria.

These values are graphically displayed in the following chapters not juxtaposed against static horizontal lines, but instead they are highlighted by shape or color when the calculated threshold is exceeded.

value for "which" not specified, defaulting to c("rows", "cols")
New names:
Joining with `by = join_by(characteristic_name)`
• `` -> `...9`
• `` -> `...10`
• `` -> `...11`
• `` -> `...12`


6.2 Hydrocarbons

6.2.1 Total BTEX

Total aromatic hydrocarbons (TAH) means the sum of the following volatile monoaromatic hydrocarbon compounds: benzene, toluene, ethylbenzene, and the xylene isomers, commonly called BTEX.

For each sampling event with available data, we calculated the sum of the parameters that compose BTEX and compared them to a static threshold value.


6.3 Nutrients (Nitrogen and Phosphorus)


6.4 Bacteria


6.5 Total Suspended Solids


6.6 Other Parameters