J JasonLO New member Jan 14, 2025 #1 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: Jan 14, 2025
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?