Save resolution array in the beginning

JasonLO

New member
Hi all,

I found in each physical parameterization, the drivers always calculate resolution of each cell, called dx_p, every time.
Code:
dx_p(i,j)     = len_disp / meshDensity(i)**0.25
why not save the dx_p array in pool at the beginning and get array when use it?
 
Last edited:
Back
Top