Changes between Version 26 and Version 27 of doc/app/nclparlist
- Timestamp:
- Sep 16, 2010 9:20:40 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/nclparlist
v26 v27 171 171 {{{#!td 172 172 Names 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'''.173 use '''var''' = 'u v w"pt"' in the prompt or '''var''' = ",u,v,w"+dq+"pt"+dq}}} in [[../ncl#Using.ncl.config|.ncl.config]]. 174 174 }}} 175 175 \\ … … 331 331 Setting of '''plotvec''' is only possible if the vector plot is switched on: [[#vector_cs|vector]] = 1. \\ 332 332 '''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'''.333 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]]. 334 334 }}} 335 335 |---------------- … … 429 429 By default, no vector plots are produced with '''vector''' = 0. Vector plots can be switched on with '''vector''' = 1. Then, the setting of\\ 430 430 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," 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]].431 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]]. 432 432 }}} 433 433 |---------------- … … 443 443 {{{#!td 444 444 First 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.445 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. 446 446 }}} 447 447 |---------------- … … 457 457 {{{#!td 458 458 Second 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.459 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. 460 460 }}} 461 461 |----------------