= List of parameters for PALM NCL scripts = [[TracNav(doc/app/ncltoc|nocollapse)]] The following lists give an overview of all existing parameters to steer the PALM NCL scripts. Further descriptions can be found in the configuration file [[source:palm/trunk/SCRIPTS/NCL/.ncl.config.default|.ncl.config.default]].\\ Most parameters are allocated with a suitable default value in the configuration file but some need to be changed before running any script. These variables are [[#file_1|file_1]] and if available [[#file_2|file_2]], ..., up to [[#file_6|file_6]].\\ In case of a job chain without extended output files, the scripts will automatically read all necessary files after indicating the first and the last cyclic number (see [[#start_f|start_f]] and [[#end_f|end_f]]).\\\\ The parameters are arranged in five different lists: * Parameters which are [[#common|common]] for all the four existing scripts * Parameters for output of [[#cross_sections|cross sections]] * Parameters for output of [[#profiles|profiles]] * Parameters for output of [[#spectra|spectra]] * Parameters for output of [[#timeseries|timeseries]] The following abbreviations for the NCL types are used in the lists: [=#NCL_types ] ||=Abbr. =||=Explanation =||=Example =|| ||D ||double ||2.0d || ||F ||float ||2.0 || ||I ||integer ||2 || ||S ||string ||"name" || The following abbreviations for the NCL scripts are used in the lists: ||=Abbr. =||=Explanation =|| ||CS ||cross sections || ||PR ||profiles || ||SP ||spectra || ||TS ||timeseries || \\ [=#common '''Common parameters'''] ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| |---------------- {{{#!td style="vertical-align:top;width: 150px" [=#end_f '''end_f'''] }}} {{{#!td style="vertical-align:top;width: 50px" I }}} {{{#!td style="vertical-align:top;width: 120px" -1 }}} {{{#!td style="vertical-align:top;width: 800px" Last cyclic number of data from a job chain that shall be used for input. Setting of '''end_f''' \= -1 is only useful when more than one file of a job chain exist. First cyclic number can be set with the parameter [[#start_f|start_f]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#end_time_step '''end_time_step'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (last avail-\\able time step) }}} {{{#!td Last time step in ''hour''. First time step can be set with [[#start_time_step|start_time_step]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#file_1 '''file_1'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "File in" }}} {{{#!td Path and name of the input file. }}} |---------------- {{{#!td style="vertical-align:top" [=#file_out '''file_out'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "~/test_!**" }}} {{{#!td Path and name of the output file. The output format of the file can be chosen with [[#format_out|format_out]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#font_size '''font_size'''] }}} {{{#!td style="vertical-align:top" F }}} {{{#!td style="vertical-align:top" 0.04 (CS)\\ 0.02 (PR+SP)\\ 0.07 (TS) }}} {{{#!td Font size of the strings in the plots in height of [[http://www.ncl.ucar.edu/Document/Graphics/ndc.shtml|NDC]] coordinates. }}} |---------------- {{{#!td style="vertical-align:top" [=#format_out '''format_out'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "x11" }}} {{{#!td Format of the output file. Supported file formats \\are: x11, pdf, ps, eps, epsi ncgm or png. The name and path of the output file can be chosen with [[#file_out|file_out]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#no_columns '''no_columns'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 1 }}} {{{#!td Number of plots in one row. Number of plots in one columns can be set with [[#no_rows|no_rows]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#no_rows '''no_rows'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 2 }}} {{{#!td Number of plots in one column. Number of plots in one row can be set with [[#no_columns|no_columns]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#start_f '''start_f'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" -1 }}} {{{#!td First cyclic number of data from a job chain that shall be used for input. Setting of '''start_f''' \= -1 is only useful when more than one file of a job chain exist. Last cyclic number can be set with the parameter [[#end_f|end_f]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#start_time_step '''start_time_step'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (first avail-\\able time step) }}} {{{#!td First time step in ''hour''. Last time step can be set with [[#end_time_step|end_time_step]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#var '''var'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "all" }}} {{{#!td Names of variables in the input file that shall be output. For output of u, v and w"pt" use '''var''' = 'u v w"pt"' in the prompt or '''var''' = ",u,v,w"+dq+"pt"+dq in [[../ncl#Using.ncl.config|.ncl.config]]. }}} \\ [=#cross_sections '''Parameters for plotting cross sections'''] ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| |---------------- {{{#!td style="vertical-align:top;width:150px" [=#axes_explicit_cs '''axes_explicit'''] }}} {{{#!td style="vertical-align:top;width:50px" I }}} {{{#!td style="vertical-align:top;width:120px" 0 }}} {{{#!td style="vertical-align:top;width:800px" Explicit setting of the axes is switched of with '''axes_explicit''' = 0 and can be switched on by using the value '''axes_explicit''' = 1. When switched on, the parameters [[#major_ticks_x_cs|major_ticks_x]], [[#major_ticks_y_cs|major_ticks_y]], [[#norm_x_cs|norm_x]], [[#norm_y_cs|norm_y]], [[#norm_z_cs|norm_z]], [[#unit_x_cs|unit_x]], [[#unit_y_cs|unit_y]] and [[#unit_z_cs|unit_z]] can be set. }}} |---------------- {{{#!td style="vertical-align:top" [=#fill_mode_cs '''fill_mode'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "!RasterFill" }}} {{{#!td Type of filling of the contour plots. Further possibilities are '''fill_mode''' = "!AreaFill" and '''fill_mode''' = "!CellFill". In case of a large data set, setting of '''fill_mode''' = "!AreaFill" leads to a long execution time of the script. }}} |---------------- {{{#!td style="vertical-align:top" [=#font_size_legend_cs '''font_size_legend'''] }}} {{{#!td style="vertical-align:top" F }}} {{{#!td style="vertical-align:top" 0.04 }}} {{{#!td Font size of legend strings in height of [[http://www.ncl.ucar.edu/Document/Graphics/ndc.shtml|NDC]] coordinates. }}} |---------------- {{{#!td style="vertical-align:top" [=#legend_label_stride_cs '''legend_label_stride'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 2 }}} {{{#!td With '''legend_label_stride''' = 2 every second label is displayed. }}} |---------------- {{{#!td style="vertical-align:top" [=#major_ticks_x_cs '''major_ticks_x'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 6 }}} {{{#!td Setting of '''major_ticks_x''' is only used if [[#axes_explicit_cs|axes_explicit]] = 1 and indicates the number of major tick marks at the x-axis. }}} |---------------- {{{#!td style="vertical-align:top" [=#major_ticks_y_cs '''major_ticks_y'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 6 }}} {{{#!td Setting of '''major_ticks_y''' is only used if [[#axes_explicit_cs|axes_explicit]] = 1 and indicates the number of major tick marks at the y-axis. }}} |---------------- {{{#!td style="vertical-align:top" [=#mode_cs '''mode'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "Fill" }}} {{{#!td Type of plot. '''mode''' = "Fill" leads to contour plots, '''mode''' = "Line" results in an isoline plot and '''mode''' = "Both" is a combination of the aforementioned types. }}} |---------------- {{{#!td style="vertical-align:top" [=#norm_x_cs '''norm_x'''] }}} {{{#!td style="vertical-align:top" F }}} {{{#!td style="vertical-align:top" 1.0 }}} {{{#!td Setting of '''norm_x''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and normalizes the x-axis with the given value. '''norm_x''' = 1.0 results in no normalization. The resulting unit of the axis can be set explicitly with [[#unit_x_cs|unit_x]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#norm_y_cs '''norm_y'''] }}} {{{#!td style="vertical-align:top" F }}} {{{#!td style="vertical-align:top" 1.0 }}} {{{#!td Setting of '''norm_y''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and normalizes the y-axis with the given value. '''norm_y''' = 1.0 results in no normalization. The resulting unit of the axis can be set explicitly with [[#unit_y_cs|unit_y]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#norm_z_cs '''norm_z'''] }}} {{{#!td style="vertical-align:top" F }}} {{{#!td style="vertical-align:top" 1.0 }}} {{{#!td Setting of '''norm_z''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and normalizes the z-axis with the given value. '''norm_z''' = 1.0 results in no normalization. The resulting unit of the axis can be set explicitly with [[#unit_z_cs|unit_z]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#plotvec_cs '''plotvec'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "plotvec" }}} {{{#!td Setting of '''plotvec''' is only possible if the vector plot is switched on: [[#vector_cs|vector]] = 1. '''plotvec''' can contain a list of variables on which the vector plot shall be overlaid. For example, if the vector plot shall be overlaid to pt and w, use '''plotvec''' = 'pt w' in the prompt and plotvec=",pt,w," in [[../ncl#Using.ncl.config|.ncl.config]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#ref_mag_cs '''ref_mag'''] }}} {{{#!td style="vertical-align:top" F }}} {{{#!td style="vertical-align:top" 0.05 }}} {{{#!td Length of the reference vector in a vector plot in height of [[http://www.ncl.ucar.edu/Document/Graphics/ndc.shtml|NDC]] coordinates. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1 }}} |---------------- {{{#!td style="vertical-align:top" [=#shape_cs '''shape_cs'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 1 }}} {{{#!td Aspect ratio of the plot is kept with '''shape''' = 1 and not kept with '''shape''' = 0. }}} |---------------- {{{#!td style="vertical-align:top" [=#sort_cs '''sort'''] }}} {{{#!td style="vertical-align:top" string }}} {{{#!td style="vertical-align:top" "height" }}} {{{#!td Type of the sorting of the plots. If '''sort''' = "height" the plots are sorted by height and if '''sort''' = "time" the plots are sorted by time. }}} |---------------- {{{#!td style="vertical-align:top" [=#unit_x_cs '''unit_x'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" " " }}} {{{#!td Setting of '''unit_x''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and useful if a normalization of the axis is used (see [[#norm_x_cs|norm_x]]). The default unit is ''meter''. }}} |---------------- {{{#!td style="vertical-align:top" [=#unit_y_cs '''unit_y'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" " " }}} {{{#!td Setting of '''unit_y''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and useful if a normalization of the axis is used (see [[#norm_y_cs|norm_y]]). The default unit is ''meter''. }}} |---------------- {{{#!td style="vertical-align:top" [=#unit_z_cs '''unit_z'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" " " }}} {{{#!td Setting of '''unit_z''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and useful if a normalization of the axis is used (see [[#norm_z_cs|norm_z]]). The default unit is ''meter''. }}} |---------------- {{{#!td style="vertical-align:top" [=#vector_cs '''vector'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 0 }}} {{{#!td By default, no vector plots are produced with '''vector''' = 0. Vector plots can be switched on with '''vector''' = 1. Then, the setting of the components for the vector plot is required. A plot of horizontal wind vectors can be achieved by [[#vec1_cs|vec1]]='u' in the prompt and [[#vec1_cs|vec1]]=",u," in [[../ncl#Using.ncl.config|.ncl.config]] and [[#vec2_cs|vec2]]='v' or [[#vec2_cs|vec2]]=",v,". Further on, the vector plot can be overlaid on other plots by using [[#plotvec_cs|plotvec]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#vec1_cs '''vec1'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "component1" }}} {{{#!td First component for the vector plot. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1. By using [[#vec1_cs|vec1]]='u' in the prompt and [[#vec1_cs|vec1]]=",u," in [[../ncl#Using.ncl.config|.ncl.config]] for example, the first component of the vector plot is the wind component in x-direction. }}} |---------------- {{{#!td style="vertical-align:top" [=#vec2_cs '''vec2'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "component2" }}} {{{#!td Second component for the vector plot. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1. By using [[#vec2_cs|vec2]]='w' in the prompt and [[#vec2_cs|vec2]]=",w," in [[../ncl#Using.ncl.config|.ncl.config]] for example, the second component of the vector plot is the wind component in z-direction. }}} |---------------- {{{#!td style="vertical-align:top" [=#xe_cs '''xe'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (last avail-\\able value) }}} {{{#!td Value for maximum of the x-axis which is only selectable if there are no preset layers for x. The value has to be given in ''meter'' which is rounded internally to the next existent grid point on the file. The minimum value of the x-axis can be set with [[#xe_cs|xe]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#xs_cs '''xs'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (first avail-\\able value) }}} {{{#!td Value for minimum of the x-axis which is only selectable if there are no preset layers for x. The value has to be given in ''meter'' which is rounded internally to the next existent grid point on the file. The maximum value of the x-axis can be set with [[#xs_cs|xs]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#ye_cs '''ye'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (last avail-\\able value) }}} {{{#!td Value for maximum of the y-axis which is only selectable if there are no preset layers for y. The value has to be given in ''meter'' which is rounded internally to the next existent grid point on the file. The minimum value of the y-axis can be set with [[#ye_cs|ye]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#ys_cs '''ys'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (first avail-\\able value) }}} {{{#!td Value for minimum of the y-axis which is only selectable if there are no preset layers for y. The value has to be given in ''meter'' which is rounded internally to the next existent grid point on the file. The maximum value of the x-axis can be set with [[#ys_cs|ys]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#zs_cs '''zs'''] }}} {{{#!td style="vertical-align:top" D }}} {{{#!td style="vertical-align:top" -1.0d (first avail-\\able value) }}} {{{#!td Value for minimum of the z-axis which is only selectable if there are no preset layers for z. The value has to be given in ''meter'' which is rounded internally to the next existent grid point on the file. The maximum value of the z-axis can be set with [[#zs_cs|zs]]. }}} |---------------- [=#profiles '''Parameters for plotting profiles'''] ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| |---------------- {{{#!td style="vertical-align:top;width: 150px" [=#black_pr '''black'''] }}} {{{#!td style="vertical-align:top;width: 50px" I }}} {{{#!td style="vertical-align:top;width: 120px" 0 }}} {{{#!td style="vertical-align:top;width: 800px" The default setting '''black''' = 0 leads to colored lines in the plot and '''black''' = 1 results in black and white plots. }}} |---------------- {{{#!td style="vertical-align:top" [=#combine_pr '''combine'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 0 }}} {{{#!td Combining of several individual variables in one plot is switched on with '''combine''' = 1. The number of combined variables has to be set in [[#number_comb_pr|number_comb]]. And the variables have to be specified in [[#c_var_pr|c_var]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#c_var_pr '''c_var'''] }}} {{{#!td style="vertical-align:top" S }}} {{{#!td style="vertical-align:top" "c_variables" }}} {{{#!td List of variables that shall be plotted in a combined plot. This setting is only available when [[#combine_pr|combine]] = 1. The list must contain [[#number_comb_pr|number_comb]] entries. If a combination of u,v and w is desired, set '''c_var''' = 'u v w' in the prompt or '''c_var''' = ",u,v,w," in [[../ncl#Using.ncl.config|.ncl.config]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#dash_pr '''dash'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" 0 }}} {{{#!td The use of dashed lines in the plots can be switched on with '''dash''' = 1. The default '''dash''' = 0 leads to continuous lines. }}} |---------------- {{{#!td style="vertical-align:top" [=#end_f_2_pr '''end_f_2'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" -1 }}} {{{#!td '''end_f_2''' is only used when [[#no_files_pr|no_files]] > 1 and denotes the last cyclic number of data from a job chain that shall be used for input of [[#file_2_pr|file_2]]. Setting of '''end_f_2''' \= -1 is only useful when more than one file of a job chain exist. The first cyclic number can be set with the parameter [[#start_f_2_pr|start_f_2]]. }}} |---------------- {{{#!td style="vertical-align:top" .\\ .\\ .\\ }}} {{{#!td style="vertical-align:top" .\\ .\\ .\\ }}} {{{#!td style="vertical-align:top" .\\ .\\ .\\ }}} {{{#!td .\\ .\\ .\\ }}} |---------------- {{{#!td style="vertical-align:top" [=#end_f_6_pr '''end_f_6'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" -1 }}} {{{#!td '''end_f_6''' is only used when [[#no_files_pr|no_files]] > 1 and denotes the last cyclic number of data from a job chain that shall be used for input of [[#file_6_pr|file_6]]. Setting of '''end_f_6''' \= -1 is only useful when more than one file of a job chain exist. The first cyclic number can be set with the parameter [[#start_f_6_pr|start_f_6]]. }}} |---------------- {{{#!td style="vertical-align:top" [=#end_x_pr '''end_x'''] }}} {{{#!td style="vertical-align:top" I }}} {{{#!td style="vertical-align:top" -1 }}} {{{#!td If 3D data ([[../iofiles#DATA_3D_NETCDF|DATA_3D_NETCDF]] or [[../iofiles#DATA_3D_AV_NETCDF|DATA_3D_AV_NETCDF]]) is used as input, '''end_x''' denotes the last grid point which is included in averaging in ''grid points''. The default '''end_x''' = -1 uses all grid points in x-direction. }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- [=#spectra '''Parameters for plotting spectra'''] ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| |---------------- {{{#!td style="vertical-align:top;width: 150px" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top;width: 50px" platz }}} {{{#!td style="vertical-align:top;width: 120px" platz }}} {{{#!td style="vertical-align:top;width: 800px" platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- [=#timeseries '''Parameters for plotting timeseries'''] ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| |---------------- {{{#!td style="vertical-align:top;width: 150px" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top;width: 50px" platz }}} {{{#!td style="vertical-align:top;width: 120px" platz }}} {{{#!td style="vertical-align:top;width: 800px" platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |---------------- {{{#!td style="vertical-align:top" [=#platz '''platz'''] }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td style="vertical-align:top" platz }}} {{{#!td platz }}} |----------------