Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support allocatable non-array Fortran Types #2898

Open
hiker opened this issue Feb 14, 2025 · 0 comments
Open

Support allocatable non-array Fortran Types #2898

hiker opened this issue Feb 14, 2025 · 0 comments

Comments

@hiker
Copy link
Collaborator

hiker commented Feb 14, 2025

ATM, allocatable is only supported for arrays (as it depends on having DEFERRED as array shape). In #2889 I have started to add an is_allocatable attribute to ArrayType and UnsupportedFortranType (the latter because we need this in lfric_atm) only.

While afaik there is no immediate need to support this, I'll add references to this issue so we can remove some if-tests if we ever support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant