.F90 File Info & Viewer

Open & inspect
.F90 files online

Can't open a Fortran source file? View and inspect your .F90 code here for free.

Drag & drop your .F90 file here
or click to browse from your device
Fortran 90 source files & more
Uploading...
Extension
.F90
Category
Developer
Primary Use
Fortran 90 Source Code
Primary Software

What is an F90 file?

An .F90 file contains source code written in Fortran 90, a major revision of the Fortran programming language. Fortran is widely used in scientific computing, numerical analysis, and high-performance computing. The .F90 extension indicates that the code uses the free-form source layout introduced in the 1990 standard, unlike the strict fixed-format layout of older versions like .F77. These files store human-readable plain text that a compiler transforms into a working software application.

How to open F90 files?

Because .F90 files are plain text, you can open them with any standard text editor. For quick inspection, viewer.online/f90 can analyze .F90 files to identify the exact format and creator software, inspect the file structure, extract readable text, and check whether an online preview is available.

If you want to edit or compile the code, you need a specialized code editor or an Integrated Development Environment (IDE). Popular cross-platform text editors include Visual Studio Code and Notepad++. To run the code, you need a compiler such as GFortran or the Intel Fortran Compiler.

Best practices and troubleshooting

A common problem with .F90 files is encountering encoding issues when sharing code between different operating systems. Ensure your editor uses UTF-8 encoding to prevent strange characters. If a compiler throws syntax errors, check if the code strictly adheres to the free-form layout rules, as mixing older fixed-form Fortran inside an .F90 file will cause failures. If you only need to share the code in a readable format, you can convert the file. We recommend file conversion to sensible target formats like .PDF or .TXT on convert.guru.

Software and tools

Developers usually work with .F90 files using modern IDEs with Fortran extensions. Visual Studio Code offers syntax highlighting and debugging through plugins like Modern Fortran. On the command line, the GNU Compiler Collection (GCC) provides the gfortran command to compile the source code into a binary executable.

Summary

viewer.online/f90 is useful for identifying, inspecting, and understanding .F90 files without installing software or dealing with compatibility problems. If .F90 has multiple possible meanings in your environment, viewer.online/f90 can identify the actual format of your file.

Frequently Asked Questions

What program opens an F90 file?

Any text editor can open an .F90 file. For software development, use an IDE like Visual Studio Code or a basic editor like Notepad++.

How do I compile an F90 file?

Use a Fortran compiler. You can use GFortran via the command line by typing `gfortran filename.f90 -o output` to generate an executable binary.

Can I convert an F90 file to PDF?

Yes, you can convert the text. We recommend file conversion to sensible target formats like .PDF on convert.guru.

Why does my F90 file look like gibberish?

It is likely an encoding issue. .F90 files are plain text. If the file looks strange, open it in a code editor and change the character encoding to UTF-8.

What is the difference between F90 and F77 files?

The source code formatting. .F90 uses the free-form layout introduced in Fortran 90, while .F77 relies on a strict, fixed-column layout from older Fortran versions.

Is an F90 file dangerous?

Generally, no. An .F90 file is just readable text. However, compiling and running unknown source code can execute malicious instructions on your system.

Ready to inspect your .F90 file?

Upload any .F90 file and instantly identify its format, extract content, and preview it online.

Drop file here