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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Thu Jun 5 12:43:08 2008 UTC (16 years ago) by guez
File MIME type: application/postscript
File size: 14447 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: (compare_sampl_9.eps)
3 %%Creator: gnuplot 4.0 patchlevel 0
4 %%CreationDate: Mon Sep 17 15:00:25 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 2.000 Gpsetpointsize
465 1.000 Gpsetlinewidth
466 1.000 Gpsetlinewidth
467 LTb
468 1.000 Gpsetlinewidth
469 LTa
470 3300 10250 M
471 13875 0 V
472 Gpstroke
473 1.000 Gpsetlinewidth
474 LTb
475 3300 10250 M
476 300 0 V
477 Gpstroke
478 17175 10250 M
479 -300 0 V
480 Gpstroke
481 1.000 Gpsetlinewidth
482 LTb
483 3300 9603 M
484 150 0 V
485 Gpstroke
486 17175 9603 M
487 -150 0 V
488 Gpstroke
489 3300 9224 M
490 150 0 V
491 Gpstroke
492 17175 9224 M
493 -150 0 V
494 Gpstroke
495 3300 8956 M
496 150 0 V
497 Gpstroke
498 17175 8956 M
499 -150 0 V
500 Gpstroke
501 3300 8747 M
502 150 0 V
503 Gpstroke
504 17175 8747 M
505 -150 0 V
506 Gpstroke
507 3300 8577 M
508 150 0 V
509 Gpstroke
510 17175 8577 M
511 -150 0 V
512 Gpstroke
513 3300 8433 M
514 150 0 V
515 Gpstroke
516 17175 8433 M
517 -150 0 V
518 Gpstroke
519 3300 8308 M
520 150 0 V
521 Gpstroke
522 17175 8308 M
523 -150 0 V
524 Gpstroke
525 3300 8198 M
526 150 0 V
527 Gpstroke
528 17175 8198 M
529 -150 0 V
530 Gpstroke
531 1.000 Gpsetlinewidth
532 LTa
533 3300 8100 M
534 275 0 V
535 Gpstroke
536 7750 8100 M
537 9425 0 V
538 Gpstroke
539 1.000 Gpsetlinewidth
540 LTb
541 3300 8100 M
542 300 0 V
543 Gpstroke
544 17175 8100 M
545 -300 0 V
546 Gpstroke
547 1.000 Gpsetlinewidth
548 LTb
549 3300 7453 M
550 150 0 V
551 Gpstroke
552 17175 7453 M
553 -150 0 V
554 Gpstroke
555 3300 7074 M
556 150 0 V
557 Gpstroke
558 17175 7074 M
559 -150 0 V
560 Gpstroke
561 3300 6806 M
562 150 0 V
563 Gpstroke
564 17175 6806 M
565 -150 0 V
566 Gpstroke
567 3300 6597 M
568 150 0 V
569 Gpstroke
570 17175 6597 M
571 -150 0 V
572 Gpstroke
573 3300 6427 M
574 150 0 V
575 Gpstroke
576 17175 6427 M
577 -150 0 V
578 Gpstroke
579 3300 6283 M
580 150 0 V
581 Gpstroke
582 17175 6283 M
583 -150 0 V
584 Gpstroke
585 3300 6158 M
586 150 0 V
587 Gpstroke
588 17175 6158 M
589 -150 0 V
590 Gpstroke
591 3300 6048 M
592 150 0 V
593 Gpstroke
594 17175 6048 M
595 -150 0 V
596 Gpstroke
597 1.000 Gpsetlinewidth
598 LTa
599 3300 5950 M
600 13875 0 V
601 Gpstroke
602 1.000 Gpsetlinewidth
603 LTb
604 3300 5950 M
605 300 0 V
606 Gpstroke
607 17175 5950 M
608 -300 0 V
609 Gpstroke
610 1.000 Gpsetlinewidth
611 LTb
612 3300 5303 M
613 150 0 V
614 Gpstroke
615 17175 5303 M
616 -150 0 V
617 Gpstroke
618 3300 4924 M
619 150 0 V
620 Gpstroke
621 17175 4924 M
622 -150 0 V
623 Gpstroke
624 3300 4656 M
625 150 0 V
626 Gpstroke
627 17175 4656 M
628 -150 0 V
629 Gpstroke
630 3300 4447 M
631 150 0 V
632 Gpstroke
633 17175 4447 M
634 -150 0 V
635 Gpstroke
636 3300 4277 M
637 150 0 V
638 Gpstroke
639 17175 4277 M
640 -150 0 V
641 Gpstroke
642 3300 4133 M
643 150 0 V
644 Gpstroke
645 17175 4133 M
646 -150 0 V
647 Gpstroke
648 3300 4008 M
649 150 0 V
650 Gpstroke
651 17175 4008 M
652 -150 0 V
653 Gpstroke
654 3300 3898 M
655 150 0 V
656 Gpstroke
657 17175 3898 M
658 -150 0 V
659 Gpstroke
660 1.000 Gpsetlinewidth
661 LTa
662 3300 3800 M
663 13875 0 V
664 Gpstroke
665 1.000 Gpsetlinewidth
666 LTb
667 3300 3800 M
668 300 0 V
669 Gpstroke
670 17175 3800 M
671 -300 0 V
672 Gpstroke
673 1.000 Gpsetlinewidth
674 LTb
675 3300 3153 M
676 150 0 V
677 Gpstroke
678 17175 3153 M
679 -150 0 V
680 Gpstroke
681 3300 2774 M
682 150 0 V
683 Gpstroke
684 17175 2774 M
685 -150 0 V
686 Gpstroke
687 3300 2506 M
688 150 0 V
689 Gpstroke
690 17175 2506 M
691 -150 0 V
692 Gpstroke
693 3300 2297 M
694 150 0 V
695 Gpstroke
696 17175 2297 M
697 -150 0 V
698 Gpstroke
699 3300 2127 M
700 150 0 V
701 Gpstroke
702 17175 2127 M
703 -150 0 V
704 Gpstroke
705 3300 1983 M
706 150 0 V
707 Gpstroke
708 17175 1983 M
709 -150 0 V
710 Gpstroke
711 3300 1858 M
712 150 0 V
713 Gpstroke
714 17175 1858 M
715 -150 0 V
716 Gpstroke
717 3300 1748 M
718 150 0 V
719 Gpstroke
720 17175 1748 M
721 -150 0 V
722 Gpstroke
723 1.000 Gpsetlinewidth
724 LTa
725 3300 1650 M
726 13875 0 V
727 Gpstroke
728 1.000 Gpsetlinewidth
729 LTb
730 3300 1650 M
731 300 0 V
732 Gpstroke
733 17175 1650 M
734 -300 0 V
735 Gpstroke
736 1.000 Gpsetlinewidth
737 LTb
738 3300 1650 M
739 0 300 V
740 Gpstroke
741 3300 10250 M
742 0 -300 V
743 Gpstroke
744 1.000 Gpsetlinewidth
745 LTb
746 5034 1650 M
747 0 300 V
748 Gpstroke
749 5034 10250 M
750 0 -300 V
751 Gpstroke
752 1.000 Gpsetlinewidth
753 LTb
754 6769 1650 M
755 0 300 V
756 Gpstroke
757 6769 10250 M
758 0 -300 V
759 Gpstroke
760 1.000 Gpsetlinewidth
761 LTb
762 8503 1650 M
763 0 300 V
764 Gpstroke
765 8503 10250 M
766 0 -300 V
767 Gpstroke
768 1.000 Gpsetlinewidth
769 LTb
770 10238 1650 M
771 0 300 V
772 Gpstroke
773 10238 10250 M
774 0 -300 V
775 Gpstroke
776 1.000 Gpsetlinewidth
777 LTb
778 11972 1650 M
779 0 300 V
780 Gpstroke
781 11972 10250 M
782 0 -300 V
783 Gpstroke
784 1.000 Gpsetlinewidth
785 LTb
786 13706 1650 M
787 0 300 V
788 Gpstroke
789 13706 10250 M
790 0 -300 V
791 Gpstroke
792 1.000 Gpsetlinewidth
793 LTb
794 15441 1650 M
795 0 300 V
796 Gpstroke
797 15441 10250 M
798 0 -300 V
799 Gpstroke
800 1.000 Gpsetlinewidth
801 LTb
802 17175 1650 M
803 0 300 V
804 Gpstroke
805 17175 10250 M
806 0 -300 V
807 Gpstroke
808 1.000 Gpsetlinewidth
809 LTb
810 1.000 Gpsetlinewidth
811 LTb
812 3300 1650 M
813 13875 0 V
814 0 8600 V
815 -13875 0 V
816 0 -8600 V
817 Gpstroke
818 LTb
819 LTb
820 2.000 Gpsetpointsize
821 2.000 Gpsetpointsize
822 1.000 Gpsetlinewidth
823 LT0
824 LTb
825 LT0
826 5775 9575 M
827 1700 0 V
828 Gpstroke
829 3300 3788 M
830 1734 38 V
831 1735 89 V
832 1734 196 V
833 1735 378 V
834 1734 555 V
835 1734 503 V
836 1735 621 V
837 1734 975 V
838 Gpstroke
839 3300 3788 Dia
840 5034 3826 Dia
841 6769 3915 Dia
842 8503 4111 Dia
843 10238 4489 Dia
844 11972 5044 Dia
845 13706 5547 Dia
846 15441 6168 Dia
847 17175 7143 Dia
848 6625 9575 Dia
849 2.000 Gpsetpointsize
850 1.000 Gpsetlinewidth
851 LT1
852 LTb
853 LT1
854 5775 8825 M
855 1700 0 V
856 Gpstroke
857 3300 3788 M
858 1734 87 V
859 1735 52 V
860 1734 79 V
861 1735 115 V
862 1734 156 V
863 1734 206 V
864 1735 253 V
865 1734 275 V
866 Gpstroke
867 3300 3788 Crc
868 5034 3875 Crc
869 6769 3927 Crc
870 8503 4006 Crc
871 10238 4121 Crc
872 11972 4277 Crc
873 13706 4483 Crc
874 15441 4736 Crc
875 17175 5011 Crc
876 6625 8825 Crc
877 2.000 Gpsetpointsize
878 1.000 Gpsetlinewidth
879 LT2
880 LTb
881 LT2
882 5775 8075 M
883 1700 0 V
884 Gpstroke
885 3300 3788 M
886 1734 106 V
887 1735 141 V
888 1734 192 V
889 1735 262 V
890 1734 340 V
891 1734 370 V
892 1735 375 V
893 1734 621 V
894 Gpstroke
895 3300 3788 Crs
896 5034 3894 Crs
897 6769 4035 Crs
898 8503 4227 Crs
899 10238 4489 Crs
900 11972 4829 Crs
901 13706 5199 Crs
902 15441 5574 Crs
903 17175 6195 Crs
904 6625 8075 Crs
905 2.000 Gpsetpointsize
906 1.000 Gpsetlinewidth
907 LT3
908 LTb
909 LT3
910 5775 7325 M
911 1700 0 V
912 Gpstroke
913 3300 3788 M
914 1734 102 V
915 1735 233 V
916 1734 498 V
917 1735 650 V
918 1734 583 V
919 1734 767 V
920 1735 1012 V
921 1734 1385 V
922 Gpstroke
923 3300 3788 CrX
924 5034 3890 CrX
925 6769 4123 CrX
926 8503 4621 CrX
927 10238 5271 CrX
928 11972 5854 CrX
929 13706 6621 CrX
930 15441 7633 CrX
931 17175 9018 CrX
932 6625 7325 CrX
933 1.000 Gpsetlinewidth
934 LTb
935 3300 1650 M
936 13875 0 V
937 0 8600 V
938 -13875 0 V
939 0 -8600 V
940 2.000 Gpsetpointsize
941 Gpstroke
942 grestore
943 end
944 showpage
945 %%%%EOF

  ViewVC Help
Powered by ViewVC 1.1.21