Add descriptors to I/O best practice documentation

Could someone please add descriptors to the I/O best practice documentation at fortran-lang.org? I sometimes forget them and need to search online.

https://fortranwiki.org/fortran/show/Edit+descriptors

I second this! I’ve been learning fortran over the last couple months coming form mostly a Python background. Getting the format descriptors right has been one of the points of frustration. Could also add some best practices as well. G, I0 for integers, etc. ‘(*(G0.7,:,“,”))’ is format code to generate CSV files that is really handy. (This came from a Steve Lionel post somewhere iirc…I’m not even 100% sure how it works but it works great!)

@fortran4r The edit descriptors are here: Python Fortran Rosetta Stone — Fortran Programming Language. You can add them to the “best practices” guide as well. Can you please send a PR?