Overview

Gridded data and trajectory data is accessed by Met.3D through data pipelines that are created for each dataset that the user specifies. From the user perspective, multiple datasets can be defined that represent, for example, the output data of a specific numerical simulation. A dataset can contain multiple variables at multiple time steps and for multiple ensemble members, contained in a single file or distributed over multiple files.

Datasets can be defined either during program runtime from the graphical user interface, or on program start-up (or in batch mode) by passing a pipeline configuration file to Met.3D from the command line

...from the graphical user interface

From the "File" menu, select "New dataset".

image2020-12-23_14-7-37.png

Previously stored dataset configurations can be loaded by using "Open Dataset Configuration".

Both options will open a dialog in which

can be specified.

Most options provide tooltips with more detailed descriptions. Try to hover the mouse curser to get more information.

"New dataset" dialog.

...via a pipeline configuration file on start-up

TODO