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

Annotation of /trunk/Manuel_LMDZE.texfol/Graphiques/disvert.eps

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations)
Thu Jun 5 12:43:08 2008 UTC (15 years, 11 months ago) by guez
File MIME type: application/postscript
File size: 14107 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 guez 11 %%!PS-Adobe-3.0 EPSF-3.0
2     %%Title: (ap_bp.eps)
3     %%Creator: gnuplot 4.0 patchlevel 0
4     %%CreationDate: Fri Jul 20 15:27:16 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     2475 10250 M
469     300 0 V
470     Gpstroke
471     17175 10250 M
472     -300 0 V
473     Gpstroke
474     1.000 Gpsetlinewidth
475     LTb
476     2475 9335 M
477     300 0 V
478     Gpstroke
479     17175 9335 M
480     -300 0 V
481     Gpstroke
482     1.000 Gpsetlinewidth
483     LTb
484     2475 8420 M
485     300 0 V
486     Gpstroke
487     17175 8420 M
488     -300 0 V
489     Gpstroke
490     1.000 Gpsetlinewidth
491     LTb
492     2475 7505 M
493     300 0 V
494     Gpstroke
495     17175 7505 M
496     -300 0 V
497     Gpstroke
498     1.000 Gpsetlinewidth
499     LTb
500     2475 6590 M
501     300 0 V
502     Gpstroke
503     17175 6590 M
504     -300 0 V
505     Gpstroke
506     1.000 Gpsetlinewidth
507     LTb
508     2475 5675 M
509     300 0 V
510     Gpstroke
511     17175 5675 M
512     -300 0 V
513     Gpstroke
514     1.000 Gpsetlinewidth
515     LTb
516     2475 4760 M
517     300 0 V
518     Gpstroke
519     17175 4760 M
520     -300 0 V
521     Gpstroke
522     1.000 Gpsetlinewidth
523     LTb
524     2475 3845 M
525     300 0 V
526     Gpstroke
527     17175 3845 M
528     -300 0 V
529     Gpstroke
530     1.000 Gpsetlinewidth
531     LTb
532     2475 2930 M
533     300 0 V
534     Gpstroke
535     17175 2930 M
536     -300 0 V
537     Gpstroke
538     1.000 Gpsetlinewidth
539     LTb
540     2475 2015 M
541     300 0 V
542     Gpstroke
543     17175 2015 M
544     -300 0 V
545     Gpstroke
546     1.000 Gpsetlinewidth
547     LTb
548     2475 1100 M
549     300 0 V
550     Gpstroke
551     17175 1100 M
552     -300 0 V
553     Gpstroke
554     1.000 Gpsetlinewidth
555     LTb
556     2475 1100 M
557     0 300 V
558     Gpstroke
559     2475 10250 M
560     0 -300 V
561     Gpstroke
562     1.000 Gpsetlinewidth
563     LTb
564     4925 1100 M
565     0 300 V
566     Gpstroke
567     4925 10250 M
568     0 -300 V
569     Gpstroke
570     1.000 Gpsetlinewidth
571     LTb
572     7375 1100 M
573     0 300 V
574     Gpstroke
575     7375 10250 M
576     0 -300 V
577     Gpstroke
578     1.000 Gpsetlinewidth
579     LTb
580     9825 1100 M
581     0 300 V
582     Gpstroke
583     9825 10250 M
584     0 -300 V
585     Gpstroke
586     1.000 Gpsetlinewidth
587     LTb
588     12275 1100 M
589     0 300 V
590     Gpstroke
591     12275 10250 M
592     0 -300 V
593     Gpstroke
594     1.000 Gpsetlinewidth
595     LTb
596     14725 1100 M
597     0 300 V
598     Gpstroke
599     14725 10250 M
600     0 -300 V
601     Gpstroke
602     1.000 Gpsetlinewidth
603     LTb
604     17175 1100 M
605     0 300 V
606     Gpstroke
607     17175 10250 M
608     0 -300 V
609     Gpstroke
610     1.000 Gpsetlinewidth
611     LTb
612     1.000 Gpsetlinewidth
613     LTb
614     2475 1100 M
615     14700 0 V
616     0 9150 V
617     -14700 0 V
618     0 -9150 V
619     Gpstroke
620     LTb
621     1.000 Gpsetpointsize
622     1.000 Gpsetlinewidth
623     LT0
624     LTb
625     LT0
626     15225 9675 M
627     1400 0 V
628     Gpstroke
629     2536 10158 M
630     61 -91 V
631     62 -91 V
632     61 -92 V
633     61 -92 V
634     61 -91 V
635     62 -92 V
636     61 -91 V
637     61 -91 V
638     61 -92 V
639     62 -92 V
640     61 -91 V
641     61 -92 V
642     62 -91 V
643     61 -91 V
644     61 -92 V
645     61 -92 V
646     62 -91 V
647     61 -92 V
648     61 -91 V
649     61 -91 V
650     62 -92 V
651     61 -92 V
652     61 -91 V
653     61 -91 V
654     62 -92 V
655     61 -92 V
656     61 -91 V
657     61 -91 V
658     62 -92 V
659     61 -91 V
660     62 -92 V
661     62 -92 V
662     62 -91 V
663     64 -92 V
664     64 -91 V
665     65 -91 V
666     66 -92 V
667     69 -92 V
668     70 -91 V
669     73 -92 V
670     75 -91 V
671     79 -91 V
672     83 -92 V
673     86 -92 V
674     90 -91 V
675     95 -92 V
676     99 -91 V
677     104 -91 V
678     109 -92 V
679     113 -92 V
680     119 -91 V
681     124 -92 V
682     129 -91 V
683     134 -92 V
684     140 -91 V
685     143 -92 V
686     149 -91 V
687     153 -91 V
688     158 -92 V
689     161 -91 V
690     166 -92 V
691     170 -92 V
692     173 -91 V
693     176 -92 V
694     179 -91 V
695     183 -92 V
696     185 -91 V
697     187 -92 V
698     190 -91 V
699     192 -91 V
700     193 -92 V
701     195 -91 V
702     197 -92 V
703     197 -91 V
704     199 -92 V
705     199 -92 V
706     201 -91 V
707     200 -92 V
708     201 -91 V
709     202 -92 V
710     201 -91 V
711     201 -92 V
712     202 -91 V
713     200 -91 V
714     201 -92 V
715     200 -91 V
716     199 -92 V
717     199 -92 V
718     198 -91 V
719     197 -92 V
720     197 -91 V
721     195 -92 V
722     195 -91 V
723     193 -92 V
724     193 -91 V
725     191 -91 V
726     190 -92 V
727     189 -91 V
728     187 -92 V
729     Gpstroke
730     1.000 Gpsetlinewidth
731     LT1
732     LTb
733     LT1
734     15225 9125 M
735     1400 0 V
736     Gpstroke
737     2536 10158 M
738     61 -91 V
739     62 -91 V
740     61 -92 V
741     61 -92 V
742     61 -91 V
743     62 -92 V
744     61 -91 V
745     61 -91 V
746     61 -92 V
747     62 -92 V
748     61 -91 V
749     61 -92 V
750     62 -91 V
751     61 -91 V
752     61 -92 V
753     61 -92 V
754     61 -91 V
755     62 -92 V
756     61 -91 V
757     61 -91 V
758     61 -92 V
759     62 -92 V
760     61 -91 V
761     61 -91 V
762     61 -92 V
763     62 -92 V
764     61 -91 V
765     61 -91 V
766     61 -92 V
767     61 -91 V
768     61 -92 V
769     61 -92 V
770     60 -91 V
771     59 -92 V
772     59 -91 V
773     57 -91 V
774     56 -92 V
775     55 -92 V
776     52 -91 V
777     50 -92 V
778     47 -91 V
779     44 -91 V
780     41 -92 V
781     37 -92 V
782     33 -91 V
783     29 -92 V
784     24 -91 V
785     20 -91 V
786     15 -92 V
787     10 -92 V
788     5 -91 V
789     0 -92 V
790     -5 -91 V
791     -10 -92 V
792     -14 -91 V
793     -20 -92 V
794     -23 -91 V
795     -29 -91 V
796     -32 -92 V
797     -37 -91 V
798     -40 -92 V
799     -44 -92 V
800     -48 -91 V
801     -51 -92 V
802     -54 -91 V
803     -57 -92 V
804     -59 -91 V
805     -62 -92 V
806     -64 -91 V
807     -65 -91 V
808     -68 -92 V
809     -69 -91 V
810     -71 -92 V
811     -71 -91 V
812     -73 -92 V
813     -73 -92 V
814     -74 -91 V
815     -75 -92 V
816     -75 -91 V
817     -75 -92 V
818     -75 -91 V
819     -76 -92 V
820     -75 -91 V
821     -74 -91 V
822     -75 -92 V
823     -74 -91 V
824     -73 -92 V
825     -73 -92 V
826     -72 -91 V
827     -71 -92 V
828     -70 -91 V
829     -70 -92 V
830     -69 -91 V
831     -67 -92 V
832     -66 -91 V
833     -66 -91 V
834     -64 -92 V
835     -63 -91 V
836     -62 -92 V
837     Gpstroke
838     1.000 Gpsetlinewidth
839     LT2
840     LTb
841     LT2
842     15225 8575 M
843     1400 0 V
844     Gpstroke
845     2475 10158 M
846     0 -91 V
847     0 -91 V
848     0 -92 V
849     0 -92 V
850     0 -91 V
851     0 -92 V
852     0 -91 V
853     0 -91 V
854     0 -92 V
855     0 -92 V
856     0 -91 V
857     0 -92 V
858     0 -91 V
859     0 -91 V
860     0 -92 V
861     0 -92 V
862     0 -91 V
863     0 -92 V
864     0 -91 V
865     0 -91 V
866     0 -92 V
867     0 -92 V
868     0 -91 V
869     0 -91 V
870     0 -92 V
871     0 -92 V
872     0 -91 V
873     0 -91 V
874     1 -92 V
875     0 -91 V
876     1 -92 V
877     1 -92 V
878     3 -91 V
879     4 -92 V
880     5 -91 V
881     8 -91 V
882     10 -92 V
883     14 -92 V
884     18 -91 V
885     23 -92 V
886     28 -91 V
887     35 -91 V
888     42 -92 V
889     49 -92 V
890     57 -91 V
891     66 -92 V
892     75 -91 V
893     84 -91 V
894     94 -92 V
895     104 -92 V
896     114 -91 V
897     124 -92 V
898     133 -91 V
899     144 -92 V
900     154 -91 V
901     163 -92 V
902     172 -91 V
903     182 -91 V
904     190 -92 V
905     198 -91 V
906     206 -92 V
907     214 -92 V
908     221 -91 V
909     227 -92 V
910     233 -91 V
911     239 -92 V
912     245 -91 V
913     249 -92 V
914     254 -91 V
915     257 -91 V
916     261 -92 V
917     264 -91 V
918     267 -92 V
919     270 -91 V
920     271 -92 V
921     273 -92 V
922     274 -91 V
923     275 -92 V
924     276 -91 V
925     277 -92 V
926     276 -91 V
927     277 -92 V
928     276 -91 V
929     276 -91 V
930     275 -92 V
931     274 -91 V
932     272 -92 V
933     272 -92 V
934     270 -91 V
935     269 -92 V
936     266 -91 V
937     265 -92 V
938     263 -91 V
939     261 -92 V
940     259 -91 V
941     257 -91 V
942     254 -92 V
943     252 -91 V
944     249 -92 V
945     Gpstroke
946     1.000 Gpsetlinewidth
947     LTb
948     2475 1100 M
949     14700 0 V
950     0 9150 V
951     -14700 0 V
952     0 -9150 V
953     1.000 Gpsetpointsize
954     Gpstroke
955     grestore
956     end
957     showpage
958     %%%%EOF

  ViewVC Help
Powered by ViewVC 1.1.21