ccpp-framework icon indicating copy to clipboard operation
ccpp-framework copied to clipboard

Issue or not? scheme names are case-sensitive

Open climbfuji opened this issue 5 years ago • 2 comments

The CCPP prebuild version is case-sensitive wrt scheme names in the suite definition files versus the Fortran file, i.e. if a Fortran file contains

module FoO
...
subroutine FoO_init(...)
...

then the SDF must contain

<scheme>FoO</scheme>

Since Fortran is case-insensitive, the module and subroutine names could use different capitalization. Therefore I believe that the matching of scheme names versus Fortran module/subroutine names should be case-insensitive.

climbfuji avatar Dec 02 '19 18:12 climbfuji

@llpcarson @grantfirl @gold2718

climbfuji avatar Dec 02 '19 18:12 climbfuji

I agree that scheme names (along with local variable and standard names) should be compared as case insensitive.

gold2718 avatar Dec 02 '19 19:12 gold2718