Skip to content

Issue with Load() function for variable T850

Hi everyone,

I'm trying to compute verification scores for T850 with respect to ERA-Interim data. Here are the first lines of my script:


library(s2dverification) library(RColorBrewer) donnees <- Load('ta850',c('m02j','m02r','m02s'),obs=c('ERAint'),c('19931101','19941101','19951101'),leadtimemax=4,output='lonlat',grid='t170grid')


This is the error I get:


Attaching package: ‘s2dverification’

The following object(s) are masked from ‘package:base’:

Filter

[1] "* Reading configuration file: /cfu/software/R/debian7/s2dverification/config/IC3.conf" Error in eval(expr, envir, enclos) : Error: The variable specified is not available. Please check the supported variables in the configuration file (see ?showConfigVars, ?addConfigVars and ?removeConfigVars. Calls: Load ... LoadConfigurationFile -> with -> with.default -> eval -> eval Execution halted


I'm not at all familiar and up-to-date with the recent changes to the Load() function, so sorry if I'm wasting your time with this. But I tried to load s2dverification in an interactive session of R and see ?showConfigVars, etc. as the code tells me to, but R doesn't find them.

Any ideas as to how to solve my problem?

Thanks a lot for your help! Lauriane