Skip to content

Commit

Permalink
fix #588
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Oct 29, 2024
1 parent 22c7b52 commit 3f19813
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/03_model_habitat_linear.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ For various species and life stages, further filtering of streams to model as po
| Species | Life stage | Additional feature type and connectivity criteria |
|---------|------------|--------------------------------|
| Bull Trout | spawning | within streams/rivers
| Bull Trout | rearing | within streams/rivers AND ( <br> on spawning stream OR <br> downstream of spawning stream OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope >=5% between the spawning and potential rearing <br>) |
| Bull Trout | rearing | within streams/rivers AND ( <br> on spawning segment OR <br> downstream of spawning segment OR <br> on a tributary downstream of a spawning and beginning within 10m of the tributary OR <br> <10km upstream of any spawning with no stream segment of slope >=5% between the spawning and potential rearing <br>) |
| Chinook | spawning | within streams/rivers |
| Chinook | rearing | within streams/rivers AND ( <br> on spawning stream OR <br> downstream of spawning stream OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> )|
| Chinook | rearing | within streams/rivers AND ( <br> on spawning segment OR <br> downstream of spawning segment OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> )|
| Chum | spawning | within streams/rivers
| Chum | rearing | No rearing modelled (this species does not generally rear in fresh water) |
| Coho | spawning | within streams/rivers
| Coho | rearing | (within streams/rivers OR wetland) AND (<br> on spawning stream OR downstream of spawning stream OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> )<br> **Note** - *Coho rearing in wetlands is not initially restricted by gradient and discharge/channel width* |
| Coho | rearing | (within streams/rivers OR wetland) AND (<br> on spawning segment OR downstream of spawning segment OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> )<br> **Note** - *Coho rearing in wetlands is not initially restricted by gradient and discharge/channel width* |
| Pink | spawning | within streams/rivers
| Pink | rearing | No rearing modelled (this species does not generally rear in fresh water) |
| Sockeye | spawning | within streams/rivers AND ( <br> <3km downstream of rearing lake, with no stream segment of slope >=5% between the rearing lake and the potential spawning stream OR <br> upstream of the rearing lake and connected to the rearing lake (within 2m) <br>)|
| Sockeye | spawning | within streams/rivers AND ( <br> <3km downstream of rearing lake, with no stream segment of slope >=5% between the rearing lake and the potential spawning stream OR <br> upstream of the rearing lake and composed of segment(s) adjacent to the rearing lake (within 2m) <br>)|
| Sockeye | rearing | lakes of >= 2km2 |
| Steelhead | spawning | within streams/rivers |
| Steelhead | rearing | within streams/rivers AND ( <br> on spawning stream OR <br> downstream of spawning stream OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> ) |
| Steelhead | rearing | within streams/rivers AND ( <br> on spawning segment OR <br> downstream of spawning segment OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> ) |
| Westslope Cutthroat Trout | spawning | within streams/rivers |
| Westslope Cutthroat Trout | rearing | within streams/rivers AND ( <br> on spawning stream OR <br> downstream of spawning stream OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> ) |
| Westslope Cutthroat Trout | rearing | within streams/rivers AND ( <br> on spawning segment OR <br> downstream of spawning segment OR <br> on a tributary downstream of spawning and beginning within 10m of the tributary OR <br> <10km upstream of spawning with no stream segment of slope exceeding 5% between the spawning and potential rearing <br> ) |

0 comments on commit 3f19813

Please sign in to comment.