Reevaluating the coordinate dependency between time_slice/ggd and grids_ggd/grid in Equilibrium IDS #104
prasad-sawantdesai
started this conversation in
General
Replies: 1 comment
-
As discussed yesterday, your code snippet is correct, it's a bug in the validation routine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the equilibrium IDS, there is an assumption that elements in time_slice(:)/ggd(:) must have corresponding coordinate definitions in grids_ggd(:)/grid(:) at the matching time. However, in some of the use cases, during simulation, post-processing, or partial data generation, it is not always feasible or necessary to maintain this strict alignment. What would be the thought process to implement this strategy effectively in DD. Following is the simple example which explains this issue..
Beta Was this translation helpful? Give feedback.
All reactions