search for: isop

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

Did you mean: iso
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
...ri <- open.ncdf(gcfilename.ori) print ("fininshed open file") print(nc) print("Reading TFLAG") # error occurs on any of the following "get.var.ncdf" calls: tflag<- get.var.ncdf(nc,varid="TFLAG") # So this would produce the failure isop <- get.var.ncdf(nc,varid="ISOPRENE") isop.ori <- get.var.ncdf(nc.ori,varid="ISOPRENE") meoh <- get.var.ncdf(nc,varid="MEOH") meoh.ori <- get.var.ncdf(nc.ori,varid="MEOH") ### Here is the output associated with the print ("fininshe...