Guide to Fortran 2008 Programming#
In this section we will be following along with the examples from “Guide to Fortran 2008 Programming” by Walter S. Brainerd (Springer 2015). We will use Jupyter Lab with the Fortran Package Manager (fpm) to facilitate creation of this Jupyter Book.
- Section 1.8 Example 2: Quadratic Equation
- Section 1.16: Factorial Recursion
- Section 2.1: Statement Blocks
- Section 2.1: Associate Construct
- Section 3.4: Putting Procedures in a Module
- Section 3.6: Median of Three
- Section 3.8: Argument Passing
- Section 3.17: Case Study: Adaptive Numerical Integration
- Section 4.1: Elsewhere Example
- Section 8.1: Submodules
- Section 8.2: Time Matrix Multiply
- Section 8.7: Generic Elemental Procedures
- Section 8.8: Findloc Function