You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how we handle the run-time constituents, there should be a way to indicate to the framework that the physics will handle variable allocation and we do not yet know the dimensions.
Solution
If a variable has the following metadata attributes when it first appears:
allocatable = True
dimensions = (:,:) (just the shape)
intent = out
the cap will just declare the variable but not do any allocation or dimensions checking.