knitr::opts_chunk$set(echo = FALSE)

This document includes all of the changes made to CRSS between the "[Previous model]" and the "[current model]" 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:

In only the NA ruleset:

Other Files

DIT, RiverSMART study file, control files...



BoulderCodeHub/crssrelease documentation built on March 5, 2021, 6:19 p.m.