Skip to content

Fortran coding convention

Naoki Mizukami edited this page May 1, 2022 · 14 revisions

Table of Contents

  1. Encouraged Features
  2. Interoperability and Portability
  3. Readability
  4. Robustness
  5. Arrays
  6. Dynamic Memory Allocation and Pointers
  7. Obsolescent and discouraged Features
  8. Looping
  9. Functions and Procedures
  10. I/O
  11. Guidelines
  12. References

Source Files

Encouraged Features

Some introduction text, formatted in heading 2 style

Interoperability and Portability

Some introduction text, formatted in heading 2 style

Readability

The first paragraph text

Robustness

The second paragraph text

Arrays

The second paragraph text

Dynamic Memory Allocation and Pointers

The first paragraph text

Looping

The second paragraph text

I/O

The second paragraph text

Functions/Procedures

The second paragraph text

General Coding Guidelines

The second paragraph text

Obsolescent and discouraged Features

The second paragraph text

References

The second paragraph text