Skip to content

Allow output allocatable variables without specific dimensions #667

@peverwhee

Description

@peverwhee

Description

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:

  1. allocatable = True
  2. dimensions = (:,:) (just the shape)
  3. intent = out

the cap will just declare the variable but not do any allocation or dimensions checking.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions