d6.06.01 Using Tables data structures#
Summary:
This document describes the routines for using in Fortran the table data structures described in the document [D4.02.05] sd_table data structure.
Table of Contents
- 1. Generalities
- 2. List of table utilities
- 3. Routines for managing a table
- 4. Routines for preparing values to be written to a table
- 4.1. Routine TBAJVA: Add a value associated with a parameter
- 4.2. Routine TBAJVC: Add a value associated with a complex parameter
- 4.3. Routine TBAJVI: Add a value associated with an integer parameter
- 4.4. Routine TBAJVK: Add a value associated with a character string parameter
- 4.5. Routine TBAJVR: Add a value associated with a real parameter
- 4.6. Examples of use
- 5. Routines for writing values to a table
- 6. Routines for reading values from a table
- 7. Routines for filtering and sorting a table
- 8. Routine TBIMPR: Printing a table
- 9. Routine « TBEXLR »: Transforming a table into an « SD LISTR8 »
- 10. Simple example of creating and operating a table