willmorrison1 / daRt

Read DART Model Outputs in R
0 stars 1 forks source link

error checking on "simulationFilter" needs improving #19

Closed willmorrison1 closed 5 years ago

willmorrison1 commented 5 years ago

e.g. sF1 <- simulationFilter(product = "image", variables = "Tapp", iters = "ITERX") no error but should be

sF1 <- simulationFilter(product = "images", variables = "Tapp", iters = "ITERX")