DISPLAY HOVMOLLER STEER.DAT
From BAWiki
Basic Information
File-Type
display_hovmoller_steer.dat
File-Form
FORMATTED
Version
April 2016
Description-Date
April 2016
Significance of the File
contains general input data for the program display_hovmoller
File-Contents (in Catchwords)
Input Steering Data
- information about the file input (block input)
- key "file" : path to folder containing the input data
- key "inputformat" : format of the input data (currently only "xtrdata" possible)
- information regarding the output (block output)
- key "directory" : path to folder where plots will be saved (program can create this folder if it does not exist yet during runtime)
- key "outputformat" : desired format of the created plots (*.pdf,*.png,*.fig,*.eps); *.pdf is recommended
- key "parameter" : name of the physical quantity that is plotted(choose "all" to plot all quantities or give the name of a quantity as it is given in the Xtrdata-output file)
- key "metadata" : set to "1" to display metadata beneath the plot
- key "fontsize" : fontsize of the plot
- key "font" : font of the plot
- key "figsize" : size of the created plot [width height] in cm
- further information about the plot (block plotinfo)
- key "palette" : name of the colormap that Matlab should use (see picture for available colormaps)
- key "xlimit" : limits of the x-axis [lower_boundary upper_boundary]
- key "ylimit" : limits of the y-axis [lower_boundary upper_boundary] (optional; can only be chosen if one physical quantity is plotted)
General Remarks
- While reading this steering file the dictionary file display_hovmoller_dico.dat will be automatically accessed in directory $PROGHOME/dic/.
Programs using this Type of File
Example-File
siehe $PROGHOME/examples/display_hovmoller/example1/display_hovmoller_steer.dat
back to: File Descriptions