I am back to the same failure when there are multiple timesteps in the data directory and I want to sample r, theta, phi for a SINGLE time step. I am giving it an array 't' that is the same length as r/theta/phi and has the same value (the time step/frame I want to use for the sampking). The interpn then complains that
ValueError: The points in dimension 3 must be strictly ascending
This is a common situation, we often want to 'fly-through' a single time step in a calculation
I am back to the same failure when there are multiple timesteps in the data directory and I want to sample r, theta, phi for a SINGLE time step. I am giving it an array 't' that is the same length as r/theta/phi and has the same value (the time step/frame I want to use for the sampking). The interpn then complains that
ValueError: The points in dimension 3 must be strictly ascending
This is a common situation, we often want to 'fly-through' a single time step in a calculation