  |
Neglected Fortran - http://www.macanics.net/publications/
Notes and examples by Drew McCormack from a course on Fortran 90 programming designed for Fortran 77 programmers. Includes introduction to changes between Fortran 77 and Fortran 90; structured programming with Abstract Data Types (ADTs) using modules and user-defined types; and parallel programming with MPI and OpenMP. |
  |
Introduction to Fortran - http://rsc.anu.edu.au/~harry/COURSES/MATHMETH/node7.html
By Harold W. Schranz. |
  |
Lecture notes on Fortran 90 programming - http://personalpages.manchester.ac.uk/staff/david.d.apsley/lectures/fortran/index.htm
A simple introduction to Fortran 90 programming for undergraduates with samples. |
  |
Compact Fortran 95 Language Summary - http://www.cs.umbc.edu/~squire/fortranclass/summary.shtml
A quick reference guide to language keywords, operators, constants, input/output, formats, and intrinsic functions. |
  |
Summary of the Fortran 95 Language - http://www.csee.umbc.edu/~squire/fortranclass/summary.shtml
By Jon Squire. |