Tools for interacting with the General Ocean Turbulence Model (GOTM) in R. gotmtools
is inspired by glmtools and applies many of the same functions but adapted for handling GOTM output. It is focused on dealing with model output and diagnosing model performance compared to observed data.
Function desription and example files soon to follow...
You can install gotmtools from Github with:
install.packages('glmtools', repos = "https://owi.usgs.gov/R")
# install.packages("devtools")
devtools::install_github("tadhg-moore/GOTMr")
devtools::install_github("tadhg-moore/gotmtools")
This version requires the NetCDF version R library (called ncdf4
), and rLakeAnalyzer
, and tools
if you would like to run all examples.