Skip to content

Allow for differing module/file names #636

Description

@dustinswales

Description

In the Group Caps, The default module name used when importing DDTs is set to the source file name.
There is no way to handle instances (e.g. Scheme from UFS) where the module name and filename differ, which is allowable in fortran.

Steps to Reproduce

Create a module containing DDT definitions, but using different module/source file names, and add it to the var_compatability_test. The Group cap will have:
use source_filename, only: some_ddt WRONG
not
use module_name, only: some_ddt CORRECT

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugFor issues describing bugs, or PRs fixing bugs

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions