This
tutorial is written in order to ease the transition from the very common and
popular programming language Fortran 77 to the more modern Fortran 90. It is
required that the reader is knowledgeable in Fortran 77. Topics covered include:
Notables in the transition from Fortran 77 to Fortran 90, Specifications, The
layout of a program, Control statements, Program units, Keyword arguments and
default arguments, Recursion, Generic routines, The use of arrays and array
sections, Pointers, The new precision concept, Additional problems at the
transition, Use of program libraries, Peculiarities in the language Fortran 90,
Status of Fortran 95 and Different Fortran standards.
This PDF covers the following
topics related to Fortran : Fortran Background, Creating and Compiling Fortran
Code, A Simple Program, Basic Elements of Fortran, Repetition: do and do while,
Decision-Making: if and select, Arrays, Text Handling, Functions and
Subroutines, Input and Output, Modules.
This PDF covers the
following topics related to Fortran : FORTRAN Layout, Basic Data Types,
Arithmetic Expressions, Intrinsic Functions, Basic Input and Output, DO loops,
General Form for Method 2, IF and IF blocks, Parameter Declaration, Modifying
Index Ranges, etc.
This note covers introduction,
UNIX commands, How to get started, Fortan structure, Declarations, Opening
files, Reading data, If statement, Array, Do loop, Format, Subprograms, Nag
routine, Compiling run and linking and debugging.
This note explains the following
topics: Basic syntax, Repetition, Arrays, Character handling, Functions and
subroutines, Advanced input or output, User-defined types, Interfaces, Generic
functions, User-defined operators, Advanced procedures, Advanced arrays and
characters, Pointers, Data structures, Object-oriented Fortran.
This is an overview of Fortran
95 language features. Topics covered includes: Language elements, Intrinsic data
types, Expressions and assignments, Control statements, Program units and
procedures, Array handling, Pointers, Intrinsic procedures, Data transfer and
Operations on external files.
This note explains the
following topics: High-level programming languages, Analysis of program,
Introduction to UNIX, Creating and editing files, UNIX commands, Data Types and
Handling, Arithmetic and Assignment, Initial Values and Constants, Decision
Making in Fortran, Repeating Parts of your Program, Arrays, Functions and
Subroutines, File Handling.