Advanced Fortran 95
Course Title
Advanced Programming in Fortran 95
Course Aims
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
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