Homepage

Jannis Teunissen


blog:fortran_programming
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


blog:fortran_programming [2018/10/25 10:43] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +===== Fortran programming material =====
 +
 +==== Links to resources ====
 +
 +  * http://fortranwiki.org/
 +  * http://fortranwiki.org/fortran/show/Tutorials
 +  * http://fortranwiki.org/fortran/show/Books
 +
 +==== Recommended books/tutorials for beginners ====
 +
 +The differences between Fortran 90 and Fortran 2003 (or newer) are not that
 +large, so tutorials on Fortran 90 should still be a good starting point.
 +
 +  * https://www.uv.es/dogarcar/man/IntrFortran90.pdf
 +  * http://www-eio.upc.es/lceio/manuals/Fortran95-manual.pdf
 +  * http://www.egr.unlv.edu/~ed/fortran
 +
 +==== Books I use ====
 +
 +  * "Modern Fortran Explained" by Michael Metcalf. This is a good reference, not a book to start with if you're new to programming.
 +
 +==== Intrinsic procedure reference ====
 +
 +To quickly look up the definition of built-in functions and procedures:
 +https://gcc.gnu.org/onlinedocs/gfortran/Intrinsic-Procedures.html#Intrinsic-Procedures