Skip to contents

A named vector containing default hydrodynamic and site characteristics used in the macroalgae growth model.

Usage

site_params

Format

A named numeric vector with 4 elements:

hz

Water depth (m)

d_top

Distance from surface to top of the macroalgae canopy (m)

hc

Canopy vertical width in the water column (m)

farmA

Total farm area (m2)

Examples

# View all site parameters
site_params
#>    hz d_top    hc farmA 
#>    30     1     3  2500 

# Access specific parameters
site_params["hz"]  # Water depth
#> hz 
#> 30 
site_params["kW"]  # Water attenuation coefficient
#> <NA> 
#>   NA