/[lmdze]/trunk/Manuel_LMDZE.texfol/Graphiques/b_s.eps
ViewVC logotype

Contents of /trunk/Manuel_LMDZE.texfol/Graphiques/b_s.eps

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Thu Jun 5 12:43:08 2008 UTC (15 years, 11 months ago) by guez
File MIME type: application/postscript
File size: 13526 byte(s)
Added option "-lines" for "nag_fcalls95" in "nag_tools.mk".
Added documentation.
Leading spaces removed in "REPLY" in "etat0_lim.sh".
"gcm.sh" does not require "coefoz_LMDZ.nc" to be present.

1 %%!PS-Adobe-3.0 EPSF-3.0
2 %%Title: (b_sigma.eps)
3 %%Creator: gnuplot 4.0 patchlevel 0
4 %%CreationDate: Thu Jul 26 16:36:29 2007
5 %%BoundingBox: 72 72 432 288
6 %%EndComments
7 /Gpdict 100 dict def
8 Gpdict begin
9 /Color true def
10 /Dashed true def
11 /Gplinewidth 20.000 def
12 /hpt_ 100.000 def
13 /vpt_ 100.000 def
14 /hpt hpt_ def
15 /vpt vpt_ def
16 /Gppointsize_ 1 def
17 /Gplinewidth_ 1 def
18
19 /ArrowDict 25 dict def
20
21 /M /moveto load def
22 /L /lineto load def
23 /R /rmoveto load def
24 /V /rlineto load def
25 /N {newpath moveto} bind def
26 /f {rlineto fill} bind def
27 /ED { exch def} bind def
28
29 /Atan {/atan load stopped {pop pop 0} if } def
30 /Div {dup 0 eq { pop } { div } ifelse } def
31 /Pyth {dup mul exch dup mul add sqrt} def
32
33 %Sizes
34 /Gpsetlinewidth
35 {
36 dup
37 % /Gplinewidth_ ED %save
38 Gplinewidth mul setlinewidth
39 } def
40
41 /Gpsetpointsize
42 {
43 dup
44 /Gppointsize_ ED %save
45 dup
46 vpt_ mul /vpt ED
47 hpt_ mul /hpt ED
48 } def
49
50 %Color
51 /SetHsbColor { Color {sethsbcolor} {pop pop pop} ifelse } def
52 /SetCmykColor { Color {setcmykcolor} {pop pop pop pop} ifelse } def
53 /SimpleSetColor {6 div 1 1 SetHsbColor} def
54 /Black {0 0 0 0 SetCmykColor} def
55 /Red {0 SimpleSetColor} def
56 /Blue {1 1 0 0 SetCmykColor} def
57 /Cyan {1 0 0 0 SetCmykColor} def
58 /Magenta {0 1 0 0 SetCmykColor} def
59
60 %Stroking
61 /PathLength@ % z = z + sqrt{(x-xlast)^2 + (y-ylast)^2}
62 {
63 /z
64 z
65 y ylast sub
66 x xlast sub
67 Pyth
68 add
69 def
70 /ylast y def
71 /xlast x def
72 } def
73
74 /PathLength
75 {
76 flattenpath
77 /z 0 def
78 { %move
79 /ystart ED
80 /xstart ED
81 /xlast xstart def
82 /ylast ystart def
83 }
84 { %line
85 /y ED
86 /x ED
87 PathLength@
88 }
89 { %curve
90 }
91 { %close
92 /x xstart def
93 /y ystart def
94 PathLength@
95 }
96 /pathforall load
97 stopped {pop pop pop pop} if
98 z
99 } def
100
101 %dotsep DotLine
102 /DotLine
103 {
104 PathLength /b ED
105 /z ED
106 /y currentlinewidth def
107 /z y z add def
108 [ 0 b b z Div round Div dup 0 le { pop 1 } if] 0 setdash
109 1 setlinecap
110 } def
111
112 /DashLine
113 {
114 PathLength /b ED
115 /x ED
116 /y ED
117 /z y x add def
118 b y sub z Div round z mul y add b exch Div
119 dup
120 y mul /y ED
121 x mul /x ED
122 x 0 gt y 0 gt and
123 { [ y x ] 0 }
124 { [ 1 0 ] 0 }
125 ifelse
126 setdash
127 } def
128
129 /DashLineTwo
130 {
131 PathLength /b ED
132 /u ED
133 /v ED
134 /x ED
135 /y ED
136 /z y x add u add v add def
137 b y sub z Div round z mul y add b exch Div
138 dup
139 y mul /y ED
140 x mul /x ED
141 x 0 gt y 0 gt and
142 { [ y x v u] 0 }
143 { [ 1 0 ] 0 }
144 ifelse
145 setdash
146 } def
147
148
149 /DotLineStroke
150 {
151 gsave
152 Dashed {currentlinewidth 2 mul DotLine} if
153 stroke
154 grestore
155 } def
156
157 /SolidLineStroke
158 {
159 gsave
160 [] 0 setdash
161 stroke
162 grestore
163 } def
164
165 /DashLineStroke
166 {
167 gsave
168 Dashed {Gplinewidth 8 mul Gplinewidth 5 mul DashLine} if
169 stroke
170 grestore
171 } def
172
173 /DashDotLineStroke
174 {
175 gsave
176 Dashed {Gplinewidth 8 mul Gplinewidth 5 mul 0 Gplinewidth 5 mul DashLineTwo} if
177 stroke
178 grestore
179 } def
180
181 /DashShortLineStroke
182 {
183 gsave
184 Dashed {Gplinewidth 4 mul dup DashLine} if
185 stroke
186 grestore
187 } def
188
189 /ArrowHead
190 {
191 currentlinewidth mul add dup 2 div /w ED
192 mul dup /h ED
193 mul /a ED
194 w neg h moveto
195 0 0 L
196 w h L
197 w neg a neg rlineto
198 gsave fill grestore
199 } def
200
201 %/DrawArrowHead {1 dup scale 0.2 1.4 50 3 ArrowHead} def
202 %%%%%
203 %inset length dim num
204 %arrowwidth = dim + num*linewidth
205 %arrowlength = length*arrowwidth
206 %arrowinset = width * inset
207
208 /DrawArrowHead {0.2 1.4 Gplinewidth 3 mul 4 ArrowHead} def
209
210 /Arrow
211 {
212 currentpoint
213 4 2 roll
214 ArrowDict
215 begin
216 /@mtrx matrix currentmatrix def
217 gsave
218 2 copy translate
219 2 index sub neg exch
220 3 index sub exch Atan
221 rotate
222 newpath
223 DrawArrowHead
224 @mtrx setmatrix
225 currentpoint
226 grestore
227 end %ArrowDicht
228 lineto
229 Gpstroke
230 } def
231
232 %axis
233 /LTa
234 {
235 Gpstroke
236 newpath
237 0 setgray
238 /Gpstroke {DotLineStroke newpath} def
239 } def
240
241 %border
242 /LTb
243 {
244 Gpstroke
245 newpath
246 0 setgray
247 /Gpstroke {SolidLineStroke newpath} def
248 } def
249
250 /LT0
251 {
252 Gpstroke
253 newpath
254 Red
255 /Gpstroke {SolidLineStroke newpath} def
256 } def
257
258 /LT1
259 {
260 Gpstroke
261 newpath
262 Blue
263 /Gpstroke {DashLineStroke newpath} def
264 } def
265
266 /LT2
267 {
268 Gpstroke
269 newpath
270 Cyan
271 /Gpstroke {DashShortLineStroke newpath} def
272 } def
273
274 /LT3
275 {
276 Gpstroke
277 newpath
278 Magenta
279 /Gpstroke {DashDotLineStroke newpath} def
280 } def
281
282 /Pnt
283 {
284 gsave
285 [] 0 setdash
286 1 setlinecap
287 Gplinewidth Gppointsize_ mul setlinewidth
288 M
289 0 0 V
290 stroke
291 grestore
292 } def
293
294 /DiaPath
295 {
296 [] 0 setdash
297 Gplinewidth setlinewidth
298 2 copy
299 newpath
300 vpt add moveto
301 hpt neg vpt neg rlineto
302 hpt vpt neg rlineto
303 hpt vpt rlineto
304 hpt neg vpt rlineto
305 closepath
306 } def
307
308 /Dia
309 {
310 gsave
311 DiaPath
312 stroke
313 grestore
314 } def
315
316 /DaF
317 {
318 gsave
319 DiaPath
320 fill
321 grestore
322 } def
323
324 /Crc
325 {
326 gsave
327 [] 0 setdash
328 Gplinewidth setlinewidth
329 newpath
330 vpt 0.85 mul 0 360 arc
331 closepath
332 stroke
333 grestore
334 } def
335
336
337 /Crs
338 {
339 gsave
340 [] 0 setdash
341 Gplinewidth setlinewidth
342 0 setlinecap
343 newpath
344 vpt sub
345 moveto
346 0 vpt 2 mul rlineto
347 hpt vpt neg rmoveto
348 hpt 2 mul neg 0 rlineto
349 stroke
350 grestore
351 } def
352
353 /CrX
354 {
355 gsave
356 translate
357 45 rotate
358 0 0 Crs
359 grestore
360 } def
361
362 /CcF
363 {
364 gsave
365 [] 0 setdash
366 Gplinewidth setlinewidth
367 newpath
368 vpt 0.85 mul 0 360 arc
369 closepath
370 fill
371 grestore
372 } def
373
374 /Box
375 {
376 gsave
377 translate
378 45 rotate
379 0 0 DiaPath
380 stroke
381 grestore
382 } def
383
384 /BxF
385 {
386 gsave
387 translate
388 45 rotate
389 0 0 DiaPath
390 fill
391 grestore
392 } def
393
394 /Gpstroke {stroke} def
395 1 setlinecap
396 1 setlinejoin
397 %
398 % PostScript level 2 pattern fill definitions
399 % Ethan A Merritt April 2003
400 %
401 % Level-1 compatible emulation for rectfill
402 /RF { gsave newpath 4 -2 roll moveto dup 0 exch rlineto
403 exch 0 rlineto neg 0 exch rlineto closepath fill grestore
404 } bind def
405 /BoxFill { gsave RF fill grestore } def
406 /Blank { 0 0 M 0 8 L 8 8 L 8 0 L 0 0 L
407 1.0 setgray fill 0.0 setgray 0.5 setlinewidth } bind def
408 /Tile8x8 { /PaintType 1 def /PatternType 1 def /TilingType 1 def
409 /BBox [0 0 8 8] def /XStep 8 def /YStep 8 def
410 } bind def
411 /P1D 12 dict def P1D begin
412 Tile8x8 /PaintProc { Blank 0 0 M 8 8 L 0 8 M 8 0 L stroke } def
413 end P1D matrix makepattern
414 /Pattern1 exch def
415 /P2D 12 dict def P2D begin
416 Tile8x8 /PaintProc { Blank 0 0 M 8 8 L 0 8 M 8 0 L stroke
417 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke } def
418 end P2D matrix makepattern
419 /Pattern2 exch def
420 /P3D 12 dict def P3D begin
421 Tile8x8 /PaintProc { Blank 0 0 M 0 8 L
422 8 8 L 8 0 L 0 0 L fill } def
423 end P3D matrix makepattern
424 /Pattern3 exch def
425 /P4D 12 dict def P4D begin
426 Tile8x8 /PaintProc { Blank -4 8 M 8 -4 L
427 0 12 M 12 0 L stroke } def
428 end P4D matrix makepattern
429 /Pattern4 exch def
430 /P5D 12 dict def P5D begin
431 Tile8x8 /PaintProc { Blank -4 0 M 8 12 L
432 0 -4 M 12 8 L stroke } def
433 end P5D matrix makepattern
434 /Pattern5 exch def
435 /P6D 12 dict def P6D begin
436 Tile8x8 /PaintProc { Blank -2 8 M 4 -4 L
437 0 12 M 8 -4 L 4 12 M 10 0 L stroke } def
438 end P6D matrix makepattern
439 /Pattern6 exch def
440 /P7D 12 dict def P7D begin
441 Tile8x8 /PaintProc { Blank -2 0 M 4 12 L
442 0 -4 M 8 12 L 4 -4 M 10 8 L stroke } def
443 end P7D matrix makepattern
444 /Pattern7 exch def
445 /P8D 12 dict def P8D begin
446 Tile8x8 /PaintProc { Blank 8 -2 M -4 4 L
447 12 0 M -4 8 L 12 4 M 0 10 L stroke } def
448 end P8D matrix makepattern
449 /Pattern8 exch def
450 /P9D 12 dict def P9D begin
451 Tile8x8 /PaintProc { Blank 0 -2 M 12 4 L
452 -4 0 M 12 8 L -4 4 M 8 10 L stroke } def
453 end P9D matrix makepattern
454 /Pattern9 exch def
455
456 end
457 %%%%EndProlog
458 Gpdict begin
459 gsave
460 72 72 translate
461 0.0200 0.0200 scale
462 0 setgray
463 newpath
464 1.000 Gpsetpointsize
465 1.000 Gpsetlinewidth
466 1.000 Gpsetlinewidth
467 LTb
468 3025 1650 M
469 300 0 V
470 Gpstroke
471 17175 1650 M
472 -300 0 V
473 Gpstroke
474 1.000 Gpsetlinewidth
475 LTb
476 3025 2297 M
477 150 0 V
478 Gpstroke
479 17175 2297 M
480 -150 0 V
481 Gpstroke
482 3025 2676 M
483 150 0 V
484 Gpstroke
485 17175 2676 M
486 -150 0 V
487 Gpstroke
488 3025 2944 M
489 150 0 V
490 Gpstroke
491 17175 2944 M
492 -150 0 V
493 Gpstroke
494 3025 3153 M
495 150 0 V
496 Gpstroke
497 17175 3153 M
498 -150 0 V
499 Gpstroke
500 3025 3323 M
501 150 0 V
502 Gpstroke
503 17175 3323 M
504 -150 0 V
505 Gpstroke
506 3025 3467 M
507 150 0 V
508 Gpstroke
509 17175 3467 M
510 -150 0 V
511 Gpstroke
512 3025 3592 M
513 150 0 V
514 Gpstroke
515 17175 3592 M
516 -150 0 V
517 Gpstroke
518 3025 3702 M
519 150 0 V
520 Gpstroke
521 17175 3702 M
522 -150 0 V
523 Gpstroke
524 3025 3800 M
525 300 0 V
526 Gpstroke
527 17175 3800 M
528 -300 0 V
529 Gpstroke
530 1.000 Gpsetlinewidth
531 LTb
532 3025 4447 M
533 150 0 V
534 Gpstroke
535 17175 4447 M
536 -150 0 V
537 Gpstroke
538 3025 4826 M
539 150 0 V
540 Gpstroke
541 17175 4826 M
542 -150 0 V
543 Gpstroke
544 3025 5094 M
545 150 0 V
546 Gpstroke
547 17175 5094 M
548 -150 0 V
549 Gpstroke
550 3025 5303 M
551 150 0 V
552 Gpstroke
553 17175 5303 M
554 -150 0 V
555 Gpstroke
556 3025 5473 M
557 150 0 V
558 Gpstroke
559 17175 5473 M
560 -150 0 V
561 Gpstroke
562 3025 5617 M
563 150 0 V
564 Gpstroke
565 17175 5617 M
566 -150 0 V
567 Gpstroke
568 3025 5742 M
569 150 0 V
570 Gpstroke
571 17175 5742 M
572 -150 0 V
573 Gpstroke
574 3025 5852 M
575 150 0 V
576 Gpstroke
577 17175 5852 M
578 -150 0 V
579 Gpstroke
580 3025 5950 M
581 300 0 V
582 Gpstroke
583 17175 5950 M
584 -300 0 V
585 Gpstroke
586 1.000 Gpsetlinewidth
587 LTb
588 3025 6597 M
589 150 0 V
590 Gpstroke
591 17175 6597 M
592 -150 0 V
593 Gpstroke
594 3025 6976 M
595 150 0 V
596 Gpstroke
597 17175 6976 M
598 -150 0 V
599 Gpstroke
600 3025 7244 M
601 150 0 V
602 Gpstroke
603 17175 7244 M
604 -150 0 V
605 Gpstroke
606 3025 7453 M
607 150 0 V
608 Gpstroke
609 17175 7453 M
610 -150 0 V
611 Gpstroke
612 3025 7623 M
613 150 0 V
614 Gpstroke
615 17175 7623 M
616 -150 0 V
617 Gpstroke
618 3025 7767 M
619 150 0 V
620 Gpstroke
621 17175 7767 M
622 -150 0 V
623 Gpstroke
624 3025 7892 M
625 150 0 V
626 Gpstroke
627 17175 7892 M
628 -150 0 V
629 Gpstroke
630 3025 8002 M
631 150 0 V
632 Gpstroke
633 17175 8002 M
634 -150 0 V
635 Gpstroke
636 3025 8100 M
637 300 0 V
638 Gpstroke
639 17175 8100 M
640 -300 0 V
641 Gpstroke
642 1.000 Gpsetlinewidth
643 LTb
644 3025 8747 M
645 150 0 V
646 Gpstroke
647 17175 8747 M
648 -150 0 V
649 Gpstroke
650 3025 9126 M
651 150 0 V
652 Gpstroke
653 17175 9126 M
654 -150 0 V
655 Gpstroke
656 3025 9394 M
657 150 0 V
658 Gpstroke
659 17175 9394 M
660 -150 0 V
661 Gpstroke
662 3025 9603 M
663 150 0 V
664 Gpstroke
665 17175 9603 M
666 -150 0 V
667 Gpstroke
668 3025 9773 M
669 150 0 V
670 Gpstroke
671 17175 9773 M
672 -150 0 V
673 Gpstroke
674 3025 9917 M
675 150 0 V
676 Gpstroke
677 17175 9917 M
678 -150 0 V
679 Gpstroke
680 3025 10042 M
681 150 0 V
682 Gpstroke
683 17175 10042 M
684 -150 0 V
685 Gpstroke
686 3025 10152 M
687 150 0 V
688 Gpstroke
689 17175 10152 M
690 -150 0 V
691 Gpstroke
692 3025 10250 M
693 300 0 V
694 Gpstroke
695 17175 10250 M
696 -300 0 V
697 Gpstroke
698 1.000 Gpsetlinewidth
699 LTb
700 3025 1650 M
701 0 300 V
702 Gpstroke
703 3025 10250 M
704 0 -300 V
705 Gpstroke
706 1.000 Gpsetlinewidth
707 LTb
708 5046 1650 M
709 0 300 V
710 Gpstroke
711 5046 10250 M
712 0 -300 V
713 Gpstroke
714 1.000 Gpsetlinewidth
715 LTb
716 7068 1650 M
717 0 300 V
718 Gpstroke
719 7068 10250 M
720 0 -300 V
721 Gpstroke
722 1.000 Gpsetlinewidth
723 LTb
724 9089 1650 M
725 0 300 V
726 Gpstroke
727 9089 10250 M
728 0 -300 V
729 Gpstroke
730 1.000 Gpsetlinewidth
731 LTb
732 11111 1650 M
733 0 300 V
734 Gpstroke
735 11111 10250 M
736 0 -300 V
737 Gpstroke
738 1.000 Gpsetlinewidth
739 LTb
740 13132 1650 M
741 0 300 V
742 Gpstroke
743 13132 10250 M
744 0 -300 V
745 Gpstroke
746 1.000 Gpsetlinewidth
747 LTb
748 15154 1650 M
749 0 300 V
750 Gpstroke
751 15154 10250 M
752 0 -300 V
753 Gpstroke
754 1.000 Gpsetlinewidth
755 LTb
756 17175 1650 M
757 0 300 V
758 Gpstroke
759 17175 10250 M
760 0 -300 V
761 Gpstroke
762 1.000 Gpsetlinewidth
763 LTb
764 1.000 Gpsetlinewidth
765 LTb
766 3025 1650 M
767 14150 0 V
768 0 8600 V
769 -14150 0 V
770 0 -8600 V
771 Gpstroke
772 LTb
773 LTb
774 1.000 Gpsetpointsize
775 1.000 Gpsetlinewidth
776 LT0
777 3025 1933 M
778 143 451 V
779 143 419 V
780 143 391 V
781 143 366 V
782 143 341 V
783 143 320 V
784 143 300 V
785 142 281 V
786 143 265 V
787 143 249 V
788 143 234 V
789 143 221 V
790 143 208 V
791 143 197 V
792 143 186 V
793 143 176 V
794 143 167 V
795 143 158 V
796 143 150 V
797 143 142 V
798 143 135 V
799 142 129 V
800 143 122 V
801 143 116 V
802 143 111 V
803 143 105 V
804 143 101 V
805 143 95 V
806 143 92 V
807 143 87 V
808 143 84 V
809 143 80 V
810 143 76 V
811 143 73 V
812 143 70 V
813 142 67 V
814 143 64 V
815 143 62 V
816 143 58 V
817 143 57 V
818 143 54 V
819 143 52 V
820 143 50 V
821 143 48 V
822 143 46 V
823 143 45 V
824 143 42 V
825 143 41 V
826 143 40 V
827 142 38 V
828 143 36 V
829 143 35 V
830 143 34 V
831 143 33 V
832 143 31 V
833 143 30 V
834 143 30 V
835 143 28 V
836 143 27 V
837 143 26 V
838 143 25 V
839 143 24 V
840 143 24 V
841 142 22 V
842 143 22 V
843 143 21 V
844 143 21 V
845 143 19 V
846 143 19 V
847 143 18 V
848 143 18 V
849 143 17 V
850 143 17 V
851 143 16 V
852 143 15 V
853 143 15 V
854 143 14 V
855 142 14 V
856 143 13 V
857 143 13 V
858 143 13 V
859 143 12 V
860 143 12 V
861 143 11 V
862 143 11 V
863 143 10 V
864 143 11 V
865 143 9 V
866 143 10 V
867 143 9 V
868 143 9 V
869 142 9 V
870 143 8 V
871 143 8 V
872 143 8 V
873 143 7 V
874 143 7 V
875 143 7 V
876 143 7 V
877 Gpstroke
878 1.000 Gpsetlinewidth
879 LTb
880 3025 1650 M
881 14150 0 V
882 0 8600 V
883 -14150 0 V
884 0 -8600 V
885 1.000 Gpsetpointsize
886 Gpstroke
887 grestore
888 end
889 showpage
890 %%%%EOF

  ViewVC Help
Powered by ViewVC 1.1.21