Changes between Version 26 and Version 27 of doc/app/nclparlist


Ignore:
Timestamp:
Sep 16, 2010 9:20:40 AM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/nclparlist

    v26 v27  
    171171{{{#!td
    172172Names of variables in the input file that shall be output. For output of u, v and w"pt" \\
    173 use '''var''' = 'u v w"pt"' in the prompt or '''var''' = ",u,v,w"+dq+"pt"+dq}}} in '''.ncl.config'''.
     173use '''var''' = 'u v w"pt"' in the prompt or '''var''' = ",u,v,w"+dq+"pt"+dq}}} in [[../ncl#Using.ncl.config|.ncl.config]].
    174174}}}
    175175\\
     
    331331Setting of '''plotvec''' is only possible if the vector plot is switched on: [[#vector_cs|vector]] = 1. \\
    332332'''plotvec''' can contain a list of variables on which the vector plot shall be overlaid. For example, if the \\
    333 vector plot shall be overlaid to pt and w, use '''plotvec''' = 'pt w' in the prompt and plotvec=",pt,w," in '''.ncl.config'''.
     333vector 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]].
    334334}}}
    335335|----------------
     
    429429By default, no vector plots are produced with '''vector''' = 0. Vector plots can be switched on with '''vector''' = 1. Then, the setting of\\
    430430the 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,"
    431 in '''.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]].
     431in [[../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]].
    432432}}}
    433433|----------------
     
    443443{{{#!td
    444444First component for the vector plot. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1.\\
    445 By using [[#vec1_cs|vec1]]='u' in the prompt and [[#vec1_cs|vec1]]=",u," in '''.ncl.config''' for example, the first component of the vector plot is the wind component in x-direction.
     445By 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.
    446446}}}
    447447|----------------
     
    457457{{{#!td
    458458Second component for the vector plot. Setting is only possible with vector plot switched on: [[#vector_cs|vector]] = 1.\\
    459 By using [[#vec2_cs|vec2]]='w' in the prompt and [[#vec2_cs|vec2]]=",w," in '''.ncl.config''' for example, the second component of the vector plot is the wind component in z-direction.
     459By 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.
    460460}}}
    461461|----------------