R package for the National Water Model hydrology evaluation
The purpose of this R package is to evaluate the streamflow simulated by the National Water Model (NWM)/WRF-Hydro and to carry out some basic statistical analyses. These tools are both free and open-source, just like R, which should help make them accessible and popular.
Installation of RNWMStat package (not on CRAN) can be achieved by using devtools package (on CRAN), so devtools should be installed first. The following is done for the initial install or to update the RNWMStat package.
install.packages("devtools")
devtools::install_github("NCAR/RNWMStat")
library(RNWMStat)
Bugs are to be reported here. If you want to help solve bugs and fixes into the code, please continue reading about developing.
Prasanth Valayamkunnath, Yuqiong Liu, Rachel McDaniel, Michael Barlage. (2020). RNWMStat:A community-contributed R package for evaluating the National Water Model performance in simulating streamflow. Release V.0.1 (Version V.0.1). Zenodo. http://doi.org/10.5281/zenodo.3903720