search for: r_nc_get_vara_double

Displaying 3 results from an estimated 3 matches for "r_nc_get_vara_double".

2009 Nov 20
1
problem selecting 330 to 30 longitude
...ot;) t1 = get.var.ncdf( temp, "time") z1 = get.var.ncdf( temp, "sst") sst = get.var.ncdf( temp, "sst", start=c(330,136,313), count=c(56,44,1))* Error message I get is: *Error in get.var.ncdf(temp, "sst", start = c(330, 136, 313), count = c(56, : C function R_nc_get_vara_double returned error* I couldn't seem to find any info on this in the help archives but am a new user so apologies if it has been addressed elsewhere. Many thanks, Nora -- Nora Hanson Sea Mammal Research Unit Scottish Oceans Institute University of St. Andrews St. Andrews Fife KY16 8LB Scotland...
2010 Mar 09
1
ncdf installation
....6.tar.gz The installation was stopped throwing the following error. I tried to google it but didnt find any solution. someone kindly write me what is going wrong. ** libs gcc -std=gnu99 -I/usr/share/R/include -I/apps/netcdf/4.0.1/gcc/include -fpic -g -O2 -c ncdf.c -o ncdf.o ncdf.c: In function ‘R_nc_get_vara_double’: ncdf.c:196: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’ ncdf.c:202: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’ ncdf.c: In function ‘R_nc_get_vara_int’: ncdf.c:239: warning: format ‘%u’ expects type ‘unsigned int’, but...
2010 Mar 24
1
install ncdf package
...249: warning: ?rv_data? may be used uninitialized in this function gcc -m64 -std=gnu99 -I/usr/include/R -I. -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c ncdf.c -o ncdf.o ncdf.c: In function ?R_nc_get_vara_double?: ncdf.c:196: warning: format ?%u? expects type ?unsigned int?, but argument 3 has type ?size_t? ncdf.c:202: warning: format ?%u? expects type ?unsigned int?, but argument 3 has type ?size_t? ncdf.c: In function ?R_nc_get_vara_int?: ncdf.c:239: warning: format ?%u? expects type ?unsigned int?, but...