Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

SSE generation #61

Closed lec170 closed 4 years ago

lec170 commented 4 years ago

Issue: I can generate SSE analogs on version 3.3.1 but I cannot generate SSE analogs on the newer version of RAnEn 3.6.0. When I try to generate the SSE analogs using the newer version of RAnEn, I receive this error message: Error in if (!(is.vector(x[[names.to.check[index]]], mode = "numeric") && : missing value where TRUE/FALSE needed

I have tested this using the same Rscript on both RAnEn version builds (used 2 machines, both using OSX mojave).

Thanks, Laura

Weiming-Hu commented 4 years ago

This has been resolved in dc9322b