SantanderMetGroup / loadeR

A climate4R package for data access
https://github.com/SantanderMetGroup/climate4R
GNU General Public License v3.0
13 stars 13 forks source link

Cannot load several files loadGridData #77

Open ODOU opened 2 years ago

ODOU commented 2 years ago

Here is the message when I am trying to use loadGridData to load 3 datasets for bias correction purposes of around 2GB each.

It crashes on the second file.

hist data

tas_nex_hist <- loadGridData(dataset = "/mys3bucket/ERA_Temp/MMM_tas_day_BCSD_historical_r1i1p1_1976_2005_WAfrik_rg.nc",var='tasmax')
tas_era_hist <- loadGridData(dataset = "/mys3bucket/ERA_Temp/Daily_air_temperature_at_2_metres_1976_2005_WA_new.nc",var='t2m')

and then on tas_era_hist I got this error in the screenshot sent below. Any solution for that. Does loadGridData not support large files?

Please help.

image