DOSat_calc: DO saturation percent calculator

View source: R/DOSat_calc.R

DOSat_calcR Documentation

DO saturation percent calculator

Description

This function will calculate DO saturation percentage based on DO mg/L values, temperature in C, and elevation in ft This function is based on the equation found in The Dissolved Oxygen Water Quality Standard Implementation Guidence. This function differs from the oxySol function in the wql package because it calculates the percentage directly and incorporates elevation, as opposed to pressure

Usage

DOSat_calc(DO, TempC, elevft)

Arguments

DO

DO value in mg/L

TempC

Temperature value in C

elevft

Elevation value in feet

Examples

DOSat.calc()

TravisPritchardODEQ/IRLibrary documentation built on April 15, 2024, 9:03 a.m.