Skip to content
lukas edited this page May 19, 2017 · 1 revision

Table of Contents

Supportive Tools

FDSgeogen provides a small collection of handy tools to ease the execution of ensemble computations:

  • fgg_create: creates the FDS input files, as well as information about the setup stored in the file fgg.subdirs
  • fgg_run_serial: executes all created FDS jobs in the according subdirectories, skips execution if file CHID.end is found
  • fgg_analyse: produces plots defined by the automatically created fgg.plot file
  • fgg_clean: cleans all directories defined in fgg.subdirs

Plotting device output

To create a PDF plot of a device output, specify the plot type in the [TagDevc devc] Tag:

  • single: plots only this quantity in a separate file
  • local:groupname: plot all quantities of a single FDS run having the same groupname together in a combined plot
  • global:groupname: plot all quantieties of all FDS runs with the same groupname into a combined plot

Clone this wiki locally