How to convert F to F90
Converting a .F file to .F90 lets you open the content in software that prefers the .F90 format, though some details may change compared with the original. We are still putting together the list of programs that handle .F files.
A full step-by-step guide for this conversion is on the way; the information above is drawn straight from our database.
About these formats
A .f file contains Fortran source code in the fixed-form layout used by FORTRAN 77 and earlier. Open it in any text editor to read or edit it. To compile and run it, use gfortran or Intel…
Open .F details →A .f90 file is Fortran source code written in free-form layout, used in scientific and HPC software. To read it, open it in any text editor or VS Code with the Modern Fortran extension. To…
Open .F90 details →