Changes between Version 30 and Version 31 of doc/app/nclparlist


Ignore:
Timestamp:
Sep 16, 2010 10:12:26 AM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/nclparlist

    v30 v31  
    3636}}}
    3737{{{#!td style="vertical-align:top;width: 800px"
    38 Last cyclic number of data from a job chain that shall be used for input.
    39 Setting of '''end_f''' \= -1 is only useful when more than one file of a job chain exist.
    40 First cyclic number can be set with the parameter [[#start_f|start_f]].
     38Last 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]].
    4139}}}
    4240|----------------
     
    105103}}}
    106104{{{#!td
    107 Format of the output file. Supported file formats \\are: x11, pdf, ps, eps, epsi ncgm or png.\\
    108 The name and path of the output file can be chosen with [[#file_out|file_out]].
     105Format 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]].
    109106}}}
    110107|----------------
     
    145142}}}
    146143{{{#!td
    147 First cyclic number of data from a job chain that shall be used for input.\\
    148 Setting of '''start_f''' \= -1 is only useful when more than one file of a job chain exist.\\
    149 Last cyclic number can be set with the parameter [[#end_f|end_f]].
     144First 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]].
    150145}}}
    151146|----------------
     
    173168}}}
    174169{{{#!td
    175 Names of variables in the input file that shall be output. For output of u, v and w"pt" \\
    176 use '''var''' = 'u v w"pt"' in the prompt or '''var''' = ",u,v,w"+dq+"pt"+dq}}} in [[../ncl#Using.ncl.config|.ncl.config]].
     170Names 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]].
    177171}}}
    178172\\
     
    1891830
    190184}}}
    191 {{{#!td
    192 Explicit setting of the axes is switched of with '''axes_explicit''' = 0 and can be switched on by using the\\
    193 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]],\\
    194 [[#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.
     185{{{#!td style="vertical-align:top;width:800px"
     186Explicit 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.
    195187}}}
    196188|----------------
     
    205197}}}
    206198{{{#!td
    207 Type of filling of the contour plots. Further possibilities are '''fill_mode''' = "!AreaFill" and '''fill_mode''' = "!CellFill".\\
    208 In case of a large data set, setting of '''fill_mode''' = "!AreaFill" leads to a long execution time of the script.
     199Type 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.
    209200}}}
    210201|----------------
     
    245236}}}
    246237{{{#!td
    247 Setting of '''major_ticks_x''' is only used if [[#axes_explicit_cs|axes_explicit]] = 1 and indicates \\
    248 the number of major tick marks at the x-axis.
     238Setting 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.
    249239}}}
    250240|----------------
     
    259249}}}
    260250{{{#!td
    261 Setting of '''major_ticks_y''' is only used if [[#axes_explicit_cs|axes_explicit]] = 1 and indicates \\
    262 the number of major tick marks at the y-axis.
     251Setting 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.
    263252}}}
    264253|----------------
     
    273262}}}
    274263{{{#!td
    275 Type of plot. '''mode''' = "Fill" leads to contour plots, '''mode''' = "Line" results in an isoline plot \\
    276 and '''mode''' = "Both" is a combination of the aforementioned types.
     264Type 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.
    277265}}}
    278266|----------------
     
    287275}}}
    288276{{{#!td
    289 Setting of '''norm_x''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and normalizes the \\
    290 x-axis with the given value. '''norm_x''' = 1.0 results in no normalization. The resulting unit of the axis can be\\
    291 set explicitly with [[#unit_x_cs|unit_x]].
     277Setting 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]].
    292278}}}
    293279|----------------
     
    302288}}}
    303289{{{#!td
    304 Setting of '''norm_y''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and normalizes the \\
    305 y-axis with the given value. '''norm_y''' = 1.0 results in no normalization. The resulting unit of the axis can be\\
    306 set explicitly with [[#unit_y_cs|unit_y]].
     290Setting 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]].
    307291}}}
    308292|----------------
     
    317301}}}
    318302{{{#!td
    319 Setting of '''norm_z''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and normalizes the \\
    320 z-axis with the given value. '''norm_z''' = 1.0 results in no normalization. The resulting unit of the axis can be\\
    321 set explicitly with [[#unit_z_cs|unit_z]].
     303Setting 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]].
    322304}}}
    323305|----------------
     
    332314}}}
    333315{{{#!td
    334 Setting of '''plotvec''' is only possible if the vector plot is switched on: [[#vector_cs|vector]] = 1. \\
    335 '''plotvec''' can contain a list of variables on which the vector plot shall be overlaid. For example, if the \\
    336 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]].
     316Setting 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]].
    337317}}}
    338318|----------------
     
    347327}}}
    348328{{{#!td
    349 Length of the reference vector in a vector plot in height of [[http://www.ncl.ucar.edu/Document/Graphics/ndc.shtml|NDC]] coordinates.\\
    350 Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1
     329Length 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
    351330}}}
    352331|----------------
     
    374353}}}
    375354{{{#!td
    376 Type of the sorting of the plots. If '''sort''' = "height" the plots are sorted by height and\\
    377 if '''sort''' = "time" the plots are sorted by time.
     355Type 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.
    378356}}}
    379357|----------------
     
    388366}}}
    389367{{{#!td
    390 Setting of '''unit_x''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and useful if a normalization of the axis is\\
    391 used (see [[#norm_x_cs|norm_x]]). The default unit is ''meter''.
     368Setting 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''.
    392369}}}
    393370|----------------
     
    402379}}}
    403380{{{#!td
    404 Setting of '''unit_y''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and useful if a normalization of the axis is\\
    405 used (see [[#norm_y_cs|norm_y]]). The default unit is ''meter''.
     381Setting 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''.
    406382}}}
    407383|----------------
     
    416392}}}
    417393{{{#!td
    418 Setting of '''unit_z''' is only possible if [[#axes_explicit_cs|axes_explicit]] = 1 and useful if a normalization of the axis is\\
    419 used (see [[#norm_z_cs|norm_z]]). The default unit is ''meter''.
     394Setting 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''.
    420395}}}
    421396|----------------
     
    430405}}}
    431406{{{#!td
    432 By default, no vector plots are produced with '''vector''' = 0. Vector plots can be switched on with '''vector''' = 1. Then, the setting of\\
    433 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,"
    434 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]].
     407By 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]].
    435408}}}
    436409|----------------
     
    445418}}}
    446419{{{#!td
    447 First component for the vector plot. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1.\\
    448 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.
     420First 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.
    449421}}}
    450422|----------------
     
    459431}}}
    460432{{{#!td
    461 Second component for the vector plot. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1.\\
    462 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.
     433Second 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.
    463434}}}
    464435|----------------
     
    473444}}}
    474445{{{#!td
    475 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''\\
    476 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]].
     446Value 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]].
    477447}}}
    478448|----------------
     
    487457}}}
    488458{{{#!td
    489 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''\\
    490 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]].
     459Value 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]].
    491460}}}
    492461|----------------
     
    501470}}}
    502471{{{#!td
    503 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''\\
    504 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]].
     472Value 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]].
    505473}}}
    506474|----------------
     
    515483}}}
    516484{{{#!td
    517 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''\\
    518 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]].
     485Value 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]].
    519486}}}
    520487|----------------
     
    529496}}}
    530497{{{#!td
    531 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''\\
    532 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]].
     498Value 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]].
    533499}}}
    534500|----------------