Opened 9 years ago
Closed 7 years ago
#280 closed defect (fixed)
CFS - Problem with grid Coordinates in PR-MSL
Reported by: | juaco | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | UserDataGateway | Keywords: | |
Cc: |
Description
A problem arises when requesting longitude index positions larger than 360 for the variable Pressure_reduced_to_MSL_msl
The error occurs always that value of lon > 360 in the following expression:
> grid$getVariable()$read(as.integer(c(rt, ftStart, latStart, lon)), as.integer(c(1, ftCount, latCount, 1)))$getStorage() Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.io.IOException: opendap.dap.DataReadException: Inconsistent array length read: 1165128303 != 1914731274
cheers
juaco
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.