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
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_ddtWRONGnot
use module_name, only: some_ddtCORRECT