knitr::opts_chunk$set(echo = FALSE)
This document includes all of the changes made to CRSS between the "February 2020" and the "April 2020" packages. Files for the model and ruleset for these two packages are:
df <- as.data.frame(cbind( c("RW v8.0.3", "CRSS.V4.5.0.2021.Apr2020.mld", "CRSS.Baseline.2027[IGDCP/NA].v4.4.1.rls"), c("RW v7.5.2", "CRSS.V4.4.1.2021.Feb2020.mdl", "CRSS.Baseline.2027[IGDCP/NA].v4.4.0.rls") )) colnames(df) <- c("April 2020", "February 2020") rownames(df) <- c("RiverWare", "Model", "Ruleset") knitr::kable(df)
UBRuleCurveData.ReservoirData["Mead", "liveCapacityStorage"]
) was set to 27,620,000 acre-ft to match the relatively recent updates to Mead's area-capacity tables. (Mead's elevation-volume tables were previously updated, but this slot was missed in that update.) Updating the Mead live capacity value affects computations in the Mead Flood Control rule. Overall, this affect 30.10 % of months at Mead, with an average absolute difference of 0.46 ft. When Mead’s elevations change, this can have upstream affects on Powell. 11.96 % of months are affected at Powell with an average absolute difference of 0.14 ft.UBRuleCurveData.ReservoirData[]
. Changing Navajo's live capacity affects the computation of the Powell inflow "forecast" (within CRSS - PowellForecastData.Reg Inflow with Error[]
), which in turn affects all of the EOWY forecasts through changing the total volume computed in UBEffectiveStorage()
. Of course changing these EOWY storage forecasts at Powell can affect Powell and Mead elevations. Overall, 52.90 and 55.00 % of months are affected at Powell and Mead, respectively. There is an average absolute difference of 0.14 and 0.16 feet, respectively.YumaOperations.WelltonMohawkBypassFlows
water user. The typo caused this user to have a decreasing demand from 115,992 acre-ft in 2000 to 115,922 acre-ft in 2060; however, we intend to model this as a static value (115,922 acre-ft) computed from the 1990-2018 historical average. The typo was fixed, and this causes very minor differences in results as the change in the demand was small (70 acre-ft at most). This file is now saved as v4.6.In both the IG_DCP and NA rulesets:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.