Skip to content
Prev 4475 / 29559 Next

Memory issue

On Mon, 3 Nov 2008, Mikael Carlsson wrote:

            
One copy of 3*40K*8 = 1MB
A second copy
A third copy (but still of 1MB)
So this is a 100m grid? What are L1 and L2? Why not use GridTopology to 
compute this? How many grid cells are you using?
With the same L1, L2 (possibly not)? They must be the main problem, no? As 
suggested, you could tile the interpolations and merge them afterwards. 
The main thing is the size of L1*L2.
Lots more copying
Messy - use a Grid Topology as input.

Roger