FlowWest / cvpiaData

https://flowwest.github.io/cvpiaData/
1 stars 2 forks source link

Create New Temperature Inputs #12

Open thesadie opened 5 years ago

thesadie commented 5 years ago

use juv_temp from cvpiaTemperature to make the following inputs

From Adam:

proportion of month that temps > 20 based on average monthly temp in streams

aveT20<-inv.logit(-8.9836+ 0.4818*rearing_temps)

proportion of month that temps > 20 based on average monthly temp in streams for delta

aveT20D<-inv.logit(-18.11910 + 0.94687*dlt_temps)

probability that max temps > 24 in a month based on average monthly temp in streams (chinook only)

maxT24<-inv.logit(-22.3888+ 1.4385* rearing_temps)

probability that max temps > 29 in a month based on average monthly temp in streams (steelhead only)

maxT29<-inv.logit(-18.9101+ 1.0058*rearing_temps)