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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations)
Thu Jun 5 12:43:08 2008 UTC (16 years, 1 month ago) by guez
File MIME type: application/postscript
File size: 11790 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: (strato2.eps)
3     %%Creator: gnuplot 4.0 patchlevel 0
4     %%CreationDate: Mon Sep 17 16:16:11 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 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     2475 3083 M
477     300 0 V
478     Gpstroke
479     17175 3083 M
480     -300 0 V
481     Gpstroke
482     1.000 Gpsetlinewidth
483     LTb
484     2475 4517 M
485     300 0 V
486     Gpstroke
487     17175 4517 M
488     -300 0 V
489     Gpstroke
490     1.000 Gpsetlinewidth
491     LTb
492     2475 5950 M
493     300 0 V
494     Gpstroke
495     17175 5950 M
496     -300 0 V
497     Gpstroke
498     1.000 Gpsetlinewidth
499     LTb
500     2475 7383 M
501     300 0 V
502     Gpstroke
503     17175 7383 M
504     -300 0 V
505     Gpstroke
506     1.000 Gpsetlinewidth
507     LTb
508     2475 8817 M
509     300 0 V
510     Gpstroke
511     17175 8817 M
512     -300 0 V
513     Gpstroke
514     1.000 Gpsetlinewidth
515     LTb
516     2475 10250 M
517     300 0 V
518     Gpstroke
519     17175 10250 M
520     -300 0 V
521     Gpstroke
522     1.000 Gpsetlinewidth
523     LTb
524     2475 1650 M
525     0 300 V
526     Gpstroke
527     2475 10250 M
528     0 -300 V
529     Gpstroke
530     1.000 Gpsetlinewidth
531     LTb
532     4815 1650 M
533     0 300 V
534     Gpstroke
535     4815 10250 M
536     0 -300 V
537     Gpstroke
538     1.000 Gpsetlinewidth
539     LTb
540     7154 1650 M
541     0 300 V
542     Gpstroke
543     7154 10250 M
544     0 -300 V
545     Gpstroke
546     1.000 Gpsetlinewidth
547     LTb
548     9494 1650 M
549     0 300 V
550     Gpstroke
551     9494 10250 M
552     0 -300 V
553     Gpstroke
554     1.000 Gpsetlinewidth
555     LTb
556     11833 1650 M
557     0 300 V
558     Gpstroke
559     11833 10250 M
560     0 -300 V
561     Gpstroke
562     1.000 Gpsetlinewidth
563     LTb
564     14173 1650 M
565     0 300 V
566     Gpstroke
567     14173 10250 M
568     0 -300 V
569     Gpstroke
570     1.000 Gpsetlinewidth
571     LTb
572     16512 1650 M
573     0 300 V
574     Gpstroke
575     16512 10250 M
576     0 -300 V
577     Gpstroke
578     1.000 Gpsetlinewidth
579     LTb
580     1.000 Gpsetlinewidth
581     LTb
582     2475 1650 M
583     14700 0 V
584     0 8600 V
585     -14700 0 V
586     0 -8600 V
587     Gpstroke
588     LTb
589     LTb
590     1.000 Gpsetpointsize
591     1.000 Gpsetlinewidth
592     LT0
593     2475 3874 M
594     148 -6 V
595     149 23 V
596     148 53 V
597     149 79 V
598     148 106 V
599     149 129 V
600     148 152 V
601     149 173 V
602     148 191 V
603     149 208 V
604     148 223 V
605     149 235 V
606     148 245 V
607     149 252 V
608     148 258 V
609     149 261 V
610     148 262 V
611     149 261 V
612     148 257 V
613     149 252 V
614     148 243 V
615     149 234 V
616     148 223 V
617     149 209 V
618     148 194 V
619     149 179 V
620     148 160 V
621     149 142 V
622     148 122 V
623     149 102 V
624     148 80 V
625     149 59 V
626     148 37 V
627     148 16 V
628     149 -7 V
629     148 -27 V
630     149 -49 V
631     148 -70 V
632     149 -89 V
633     148 -108 V
634     149 -127 V
635     148 -143 V
636     149 -159 V
637     148 -173 V
638     149 -187 V
639     148 -198 V
640     149 -209 V
641     148 -218 V
642     149 -226 V
643     148 -231 V
644     149 -236 V
645     148 -240 V
646     149 -242 V
647     148 -242 V
648     149 -242 V
649     148 -240 V
650     149 -238 V
651     148 -233 V
652     149 -229 V
653     148 -224 V
654     149 -217 V
655     148 -210 V
656     149 -203 V
657     148 -195 V
658     149 -186 V
659     148 -178 V
660     148 -169 V
661     149 -160 V
662     148 -152 V
663     149 -142 V
664     148 -133 V
665     149 -124 V
666     148 -116 V
667     149 -107 V
668     148 -100 V
669     149 -91 V
670     148 -84 V
671     149 -76 V
672     148 -70 V
673     149 -63 V
674     148 -57 V
675     149 -51 V
676     148 -46 V
677     149 -41 V
678     148 -37 V
679     149 -32 V
680     148 -28 V
681     149 -25 V
682     148 -21 V
683     149 -19 V
684     148 -15 V
685     149 -14 V
686     148 -11 V
687     149 -10 V
688     148 -8 V
689     149 -6 V
690     148 -6 V
691     149 -4 V
692     148 -3 V
693     Gpstroke
694     1.000 Gpsetlinewidth
695     LTb
696     2475 1650 M
697     14700 0 V
698     0 8600 V
699     -14700 0 V
700     0 -8600 V
701     1.000 Gpsetpointsize
702     Gpstroke
703     grestore
704     end
705     showpage
706     %%%%EOF

  ViewVC Help
Powered by ViewVC 1.1.21