Enable newer Fortran version

Currently only code conforming to Fortran 95 is accepted by the compiler.
It seems like the compiler supports Fortran 2003, 2008 and even 2018 (he flags the use of newer constructs with their corresponding release but rejects compiling).
Please let us write more modern Fortran code by telling the compiler to use a later standard.