430 | | the variables for the vector plot is required. A plot of horizontal wind vectors can be achieved by [[#vec1_cs|vec1]]='u' for the prompt and [[#vec1_cs|vec1]]=",u," |
431 | | in '''.ncl.config''' and [[#vec2_cs|vec2]]='v' or [[#vec2_cs|vec2]]=",v," |
432 | | }}} |
433 | | |---------------- |
434 | | {{{#!td style="vertical-align:top" |
435 | | [=#platz '''platz'''] |
436 | | }}} |
437 | | {{{#!td style="vertical-align:top" |
438 | | platz |
439 | | }}} |
440 | | {{{#!td style="vertical-align:top" |
441 | | platz |
442 | | }}} |
443 | | {{{#!td |
444 | | platz |
| 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]]. |
| 432 | }}} |
| 433 | |---------------- |
| 434 | {{{#!td style="vertical-align:top" |
| 435 | [=#vec1_cs '''vec1'''] |
| 436 | }}} |
| 437 | {{{#!td style="vertical-align:top" |
| 438 | S |
| 439 | }}} |
| 440 | {{{#!td style="vertical-align:top" |
| 441 | "component1" |
| 442 | }}} |
| 443 | {{{#!td |
| 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. |
| 446 | }}} |
| 447 | |---------------- |
| 448 | {{{#!td style="vertical-align:top" |
| 449 | [=#vec2_cs '''vec2'''] |
| 450 | }}} |
| 451 | {{{#!td style="vertical-align:top" |
| 452 | S |
| 453 | }}} |
| 454 | {{{#!td style="vertical-align:top" |
| 455 | "component2" |
| 456 | }}} |
| 457 | {{{#!td |
| 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. |