stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
104 stars 27 forks source link

2483 support derived types in driver #2706

Open hiker opened 4 weeks ago

hiker commented 4 weeks ago

Adds support for the drivers to properly read in derived type (using non-derived Fortran variables based on the actual basic type of the members).

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.86%. Comparing base (92fbf60) to head (7370377).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2706 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 353 353 Lines 48996 49037 +41 ======================================= + Hits 48932 48973 +41 Misses 64 64 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.