Opened 8 years ago
Closed 7 years ago
#426 closed defect (fixed)
Error with CFSv2 'tas' requests via the R interface
Reported by: | juaco | Owned by: | antonio |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | UserDataGateway | Keywords: | |
Cc: |
Description
the following request
cfsv2.data <- loadECOMS(dataset="CFSv2_seasonal_16", var="tas",
members=1:16, lonLim=c(-12.5,42.5), latLim=c(30,75), season=c(6,7,8),
leadMonth=1, time="DD")
throws the error
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl,
: java.lang.IllegalArgumentException?: Dimension length =0 must be > 0
Change History (1)
comment:1 Changed 7 years ago by juaco
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.