get_habitat: Get habitat Values

View source: R/get_habitat.R

get_habitatR Documentation

Get habitat Values

Description

Returns the appropriate habitat for spawning and rearing based on habitat inputs and a given simulation year and month

Usage

get_habitat(
  year,
  month,
  inchannel_habitat_fry,
  inchannel_habitat_juvenile,
  floodplain_habitat,
  sutter_habitat,
  yolo_habitat,
  delta_habitat
)

Arguments

year

The current simulation year, 1-20

month

The current simulation month, 1-8

inchannel_habitat_fry

3 dimensional array [watersheds, months, years] representing fry inchannel habitat in square meters

inchannel_habitat_juvenile

3 dimensional array [watersheds, months, years] representing juvenile inchannel habitat in square meters

floodplain_habitat

3 dimensional array [watersheds, months, years] representing floodplain habitat in square meters

sutter_habitat

2 dimensional array [months, years] representing sutter bypass habitat in square meters

yolo_habitat

2 dimensional array [months, years] representing yolo bypass habitat in square meters

delta_habitat

3 dimensional array [months, years, delta] representing north delta habitat [,, 1] and south delta habitat [,, 2] in square meters

Details

See params for details on parameter sources

Source

IP-117068


CVPIA-OSC/lateFallRunDSM documentation built on June 30, 2022, 10:04 p.m.