search for: gcfilename

Displaying 1 result from an estimated 1 matches for "gcfilename".

Did you mean: bcfilename
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
...atest netcdf, please point me to an associated symptom/fix reference if one is available, but that is likely my next step. Your assistance is greatly appreciated. ### Here is the relevant portion of the R script: # load R libraries library(ncdf) library(maps) library(fields) # file path gcfilename <- "/users/me/MEGANv2.04/Output/latlong_spec2_WOCONV_150s_2004187.ncf" gcfilename.ori <- "/users/me/MEGANv2.04/Output/latlong_spec2_WOCONV_2001187.ncf" # ---------------- # Open file # ---------------- nc <- open.ncdf(gcfilename) nc.ori <- open...