ecmwf-ifs / fiat

The Fortran IFS and Arpege Toolkit
Apache License 2.0
7 stars 19 forks source link

Remove old style of declaring CHARACTER array #7

Closed samhatfield closed 1 year ago

samhatfield commented 1 year ago

CHARACTER(LEN=*) is equivalent to CHARACTER*(*) but clearer.