This project maintains and develops a Fortran parser called fparser2 written purely in Python which supports Fortran 2003 and some Fortran 2008. A legacy parser fparser1 is also available but is not supported. The parsers were originally part of the f2py project by Pearu Peterson.
WaveWatchIII also uses this and I've come to the same conclusion as @sergisiso - it's a common extension to the standard. Our default tactic is to support such things.
fparser fails to parse:
I believe this is because the "convert" is not part of the Fortran standard but it is supported by gfortran, nvfortran and ifort https://gcc.gnu.org/onlinedocs/gfortran/CONVERT-specifier.html