Skip to content

Capgen needs a check to ensure the character length for errmsg is not being set by physics schemes #720

@mkavulich

Description

@mkavulich

Description

Over time we have decided to keep the length of errmsg in physics schemes unset, to be handled by the host instead:

YES
character(len=*), intent(out) :: errmsg
character(len=*) :: errmsg

NO
character(len=cx) :: errmsg

Solution

Add a check in Capgen that will raise an error if schemes attempt to set the length of the errmsg variable

Metadata

Metadata

Assignees

No one assigned

    Labels

    capgenbugs, requests, etc. that involve ccpp_capgenenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions