5. Evolutions#

This section describes the work to be undertaken to add new functionalities. For each of the evolutions, the files to be modified and the nature of the modifications are specified.

5.1. New results format#

The addition of a new result format (e.g. “MED”) involves the modification of the following files:

  • op0150.f:

an “IF THEN ELSE “structure allows the introduction of the new format,

  • lire_resu.cata:

new format type added.

5.2. Size IDEAS#

5.2.1. New type of results#

Adding a new result type (“DYNA_TRANS”, “EVOL_THME”) involves modifying the following files:

  • lire_resu.cata:

adding the new type of results,

  • rsutc3.f:

definition of the access mode (“INST”, “FREQ”) associated with the new result type.

5.2.2. New field#

Adding a new result type (“DYNA_TRANS”, “EVOL_THME”) involves modifying the following files:

  • lire_resu.cata:

new field added,

  • crsdfi.f:

defining the characteristics of the new field, the SD FORMAT_IDEAS created and initialized in this routine is defined in document [D4.02.06],

  • rsutc2.f:

definition of the quantity name (“DEPL_R”, “TEMP_R”) and the SD type (“NOEU”, “ELNO”, “ELGA”) associated with the new field.