-
Notifications
You must be signed in to change notification settings - Fork 306
CRUNCEP THREDDS issue #2424
Copy link
Copy link
Closed
Milestone
Description
Bug Description
I was hoping someone outside BU could run this and let me know if it successfully downloads files.
PEcAn.data.atmosphere::download.CRUNCEP(
site_id = 1000005129, # This is not used inside the function. Lat/long is used
lat.in = 46.0827,
lon.in = -89.9792,
model = NULL,
scenario = NULL,
ensemble_member = NULL,
method = NULL,
overwrite = FALSE,
outfolder = '/fs/data1/pecan.data/dbfiles/CRUNCEP_site_1-5129/',
start_date = '2005-01-01',
end_date = '2010-12-31',
verbose=TRUE
)
Right now, this returns this error here at both test-pecan and pecan2 machine.
Error in ncvar_get_inner(ncid2use, varid2use, nc$var[[li]]$missval, addOffset, :
C function R_nc4_get_vara_double returned error
Reactions are currently unavailable