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)

Changes That Affect Results

Changes That Do Not Affect Results

Model and Global Functions

Ruleset

In both the IG_DCP and NA rulesets:

Other Files



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