ORB5  v4.9.4
Output structure

Table of Contents

Description of output file content.

Author
N. Ohana
Date
11/2017

Output data

/data/var<0/1/2/3>d

Input parameters

All the input parameters are stored in the group /parameters. Each input namelist (and each species) has its own subgroup /parameters/<namelist>.

The scalars and arrays are stored into real datasets (even logicals, because hdf5 file can only contain a single data type).

The input parameters are appended to those datasets at each restart.

The string parameters, including the selectors, are stored into attributes run.<N>, where N is the restart counter. Those attributes can be retrieved in Matlab scripts using:

> run_number = h5read('<output_path>/orb5_res.h5', '/parameters/run_number')
> <input_name> = h5readatt('<output_path>/orb5_res.h5', '/parameters/<namelist>/<input_name>', ['run.',num2str(run_number)])