PSyclone icon indicating copy to clipboard operation
PSyclone copied to clipboard

Support array dimension declarations using derived type

Open hiker opened this issue 1 year ago • 0 comments

The UM physics contain e.g.:

real..  q_latest(tdims%i_start:tdims%i_end,tdims%j_start:tdims%j_end, &
          bl_levels), &

This turns up as an unknown Fortran type, so even when looking at the symbol table for variable accesses, these values are not found.

hiker avatar Jan 24 '24 04:01 hiker