ARCCSS-extremes / climpact

Calculate the ET-SCI climate extremes indices
GNU General Public License v3.0
48 stars 31 forks source link

Error in if (cdx.meta$var.name[i] == "rxdday") { : missing value where TRUE/FALSE needed Calls: create.indices.from.files Execution halted #121

Open gpramishg opened 2 months ago

gpramishg commented 2 months ago

I have a .nc that contains tmin data from 2010-2013. While running, I initially was having the error:
Loading required package: PCICt

Package SPEI (1.8.1) loaded [try SPEINews()].

Error: $ operator is invalid for atomic vectors No traceback available . then, I changed the NULL in tmin indices to five indices. After that, I got the error: Error in if (cdx.meta$var.name[i] == "rxdday") { : missing value where TRUE/FALSE needed Calls: create.indices.from.files Execution halted