knitr::opts_chunk$set(echo = FALSE)

This document includes all of the changes made to CRSS between the "August 2019 - December Update" and the "February 2020" packages. Files for the model and ruleset for these two packages are:

df <- as.data.frame(cbind(
    c("RW v7.5.2", "CRSS.V4.4.1.2021.Feb2020.mdl", "CRSS.Baseline.2027[IGDCP/NA].v4.4.0.rls"),
    c("RW v7.5.2", "CRSS.V4.1.1.2020.Aug2019.mdl", "CRSS.Baseline.2027IGDCP.v4.2.0.rls")
))
colnames(df) <- c("February 2020", "August 2019 - December Update")
rownames(df) <- c("RiverWare", "Model", "Ruleset")
knitr::kable(df)

Changes That Affect Results

Changes That Do Not Affect Results

Model and Global Functions

Ruleset

In both the IG_DCP and NA rulesets:

In only the IG_DCP ruleset:

Other Files



rabutler-usbr/crssplot documentation built on Feb. 6, 2022, 3:33 p.m.