Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : #52

Open
ABY1950 opened this issue Feb 28, 2019 · 1 comment

Comments

@ABY1950
Copy link

ABY1950 commented Feb 28, 2019

Dear SantanderMetGroup,
Thanks for the development of this package. It is very useful.
However, I encountered some problems using it. I hope you could explain to me what I have to do to solve it. Actually, I am trying to bias correct a RCM using the ISMIP method but it was not successful.
Please, see the error below.

x<-("/pd/data/wascal_cclm/BIAS_CORRECTION2019/Burkina_cclm_rain_11_1981-1982_dd.nc")
x2<-loadGridData(x, var="pr", years = 1981:1982, lonLim = c(-18.,-6.),latLim =c(12.,18.), season =c(5,6,7))
[2019-02-28 15:09:06] Defining geo-location parameters
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
ucar.ma2.InvalidRangeException: Request Bounding box does not intersect Grid

Thank you in advance!

@jbedia
Copy link
Member

jbedia commented Mar 27, 2019

Hi, it seems that the coordinates of your file do not correspond to the geographical coordinates used in lonLim and latLim arguments. Consider using dataInventory to check the dataset coordinates and units. Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants