Tel: +44(0)1865 300 579
Fax: +44(0)1865 300 232

Programs for Programmers

Advanced Fortran 95

Course Title

Advanced Programming in Fortran 95

Course Aims

This course aims to introduce those features of the Fortran 95 programming course not covered in our course Introduction to Programming in Fortran 95

Entry Requirements

The course is aimed at previous attendees of our 3 day course Introduction to Programming in Fortran 95 and is intended to complete such participants' knowledge of the Fortran 95 programming language..

Duration

Three days

Frequency/Dates

18-20 Jan 10 and on demand

Course Description

Course content:

  • Input and output of data, particularly to and from files
  • Pointers as aliases and to form dynamic data structures such as linked lists and trees
  • Arranging Fortran codes in suitable program units, particularly modules, and how this can be done safely
  • Use of derived types and defining arithmetic for derived types (overloading)
  • Arrays
  • Character manipulation
  • Use of intrinsic procedures