climate4R icon indicating copy to clipboard operation
climate4R copied to clipboard

Can't load models from UDG.datasets()

Open jgserra18 opened this issue 3 years ago • 0 comments

It's been a while since I've used climate4R. Yesterday I ran the same script that used to work a few months ago, but now it is not possible to loadGridData. e.g., tasmin.hist = loadGridData(dataset = "CORDEX-EUR-11_CNRM-CERFACS-CNRM-CM5_historical_r1i1p1_CLMcom-CCLM4-8-17_v1", var = "tas", lonLim = lon, latLim = lat) Which gives the error: Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.NullPointerException: Cannot invoke "org.apache.http.client.methods.CloseableHttpResponse.close()" because "closeableHttpResponse" is null

Is this related with different versions of the packages? Some guidance would be greatly welcomed!

jgserra18 avatar Aug 26 '21 10:08 jgserra18