Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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:
Top