Skip to content

Fortran array bounds may vary by earlier indices

For example:

  • A region may have multiple grids
  • Each grid may vary in size
  • Therefore, the number of cells in each grid may differ

This currently challenges leap's Fortran type system.