/[MITgcm]/manual/s_examples/plume_on_slope/dx.eps
ViewVC logotype

Annotation of /manual/s_examples/plume_on_slope/dx.eps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download) (as text)
Mon Nov 26 19:20:17 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
File MIME type: application/postscript
Added new expt.

1 adcroft 1.1 %!PS-Adobe-2.0 EPSF-1.2
2     %%Creator: MATLAB, The Mathworks, Inc.
3     %%Title: dx.eps
4     %%CreationDate: 11/21/ 1 13:50:04
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%Pages: 1
8     %%BoundingBox: 63 200 543 589
9     %%EndComments
10    
11     %%BeginProlog
12    
13     % MathWorks dictionary
14     /MathWorks 160 dict begin
15    
16     % definition operators
17     /bdef {bind def} bind def
18     /ldef {load def} bind def
19     /xdef {exch def} bdef
20     /xstore {exch store} bdef
21    
22     % operator abbreviations
23     /c /clip ldef
24     /cc /concat ldef
25     /cp /closepath ldef
26     /gr /grestore ldef
27     /gs /gsave ldef
28     /mt /moveto ldef
29     /np /newpath ldef
30     /cm /currentmatrix ldef
31     /sm /setmatrix ldef
32     /rc {rectclip} bdef
33     /rf {rectfill} bdef
34     /rm /rmoveto ldef
35     /rl /rlineto ldef
36     /s /show ldef
37     /sc {setcmykcolor} bdef
38     /sr /setrgbcolor ldef
39     /sg /setgray ldef
40     /w /setlinewidth ldef
41     /j /setlinejoin ldef
42     /cap /setlinecap ldef
43    
44     % page state control
45     /pgsv () def
46     /bpage {/pgsv save def} bdef
47     /epage {pgsv restore} bdef
48     /bplot /gsave ldef
49     /eplot {stroke grestore} bdef
50    
51     % orientation switch
52     /portraitMode 0 def
53     /landscapeMode 1 def
54    
55     % coordinate system mappings
56     /dpi2point 0 def
57    
58     % font control
59     /FontSize 0 def
60     /FMS {
61     /FontSize xstore %save size off stack
62     findfont
63     [FontSize 0 0 FontSize neg 0 0]
64     makefont
65     setfont
66     }bdef
67    
68     /reencode {
69     exch dup where
70     {pop load} {pop StandardEncoding} ifelse
71     exch
72     dup 3 1 roll
73     findfont dup length dict begin
74     { 1 index /FID ne {def}{pop pop} ifelse } forall
75     /Encoding exch def
76     currentdict
77     end
78     definefont pop
79     } bdef
80    
81     /isroman {
82     findfont /CharStrings get
83     /Agrave known
84     } bdef
85    
86     /FMSR {
87     3 1 roll 1 index
88     dup isroman
89     {reencode} {pop pop} ifelse
90     exch FMS
91     } bdef
92    
93     /csm {
94     1 dpi2point div -1 dpi2point div scale
95     neg translate
96     landscapeMode eq {90 rotate} if
97     } bdef
98    
99     % line types: solid, dotted, dashed, dotdash
100     /SO { [] 0 setdash } bdef
101     /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
102     /DA { [6 dpi2point mul] 0 setdash } bdef
103     /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
104    
105     % macros for lines and objects
106     /L {
107     lineto
108     stroke
109     } bdef
110     /MP {
111     3 1 roll moveto
112     1 sub {rlineto} repeat
113     } bdef
114     /AP {
115     {rlineto} repeat
116     } bdef
117     /PP {
118     closepath eofill
119     } bdef
120     /DP {
121     closepath stroke
122     } bdef
123     /MR {
124     4 -2 roll moveto
125     dup 0 exch rlineto
126     exch 0 rlineto
127     neg 0 exch rlineto
128     closepath
129     } bdef
130     /FR {
131     MR stroke
132     } bdef
133     /PR {
134     MR fill
135     } bdef
136     /L1i {
137     { currentfile picstr readhexstring pop } image
138     } bdef
139    
140     /tMatrix matrix def
141     /MakeOval {
142     newpath
143     tMatrix currentmatrix pop
144     translate scale
145     0 0 1 0 360 arc
146     tMatrix setmatrix
147     } bdef
148     /FO {
149     MakeOval
150     stroke
151     } bdef
152     /PO {
153     MakeOval
154     fill
155     } bdef
156    
157     /PD {
158     currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
159     } bdef
160    
161     /FA {
162     newpath
163     tMatrix currentmatrix pop
164     translate scale
165     0 0 1 5 -2 roll arc
166     tMatrix setmatrix
167     stroke
168     } bdef
169     /PA {
170     newpath
171     tMatrix currentmatrix pop
172     translate 0 0 moveto scale
173     0 0 1 5 -2 roll arc
174     closepath
175     tMatrix setmatrix
176     fill
177     } bdef
178    
179     /FAn {
180     newpath
181     tMatrix currentmatrix pop
182     translate scale
183     0 0 1 5 -2 roll arcn
184     tMatrix setmatrix
185     stroke
186     } bdef
187     /PAn {
188     newpath
189     tMatrix currentmatrix pop
190     translate 0 0 moveto scale
191     0 0 1 5 -2 roll arcn
192     closepath
193     tMatrix setmatrix
194     fill
195     } bdef
196    
197     /vradius 0 def
198     /hradius 0 def
199     /lry 0 def
200     /lrx 0 def
201     /uly 0 def
202     /ulx 0 def
203     /rad 0 def
204    
205     /MRR {
206     /vradius xdef
207     /hradius xdef
208     /lry xdef
209     /lrx xdef
210     /uly xdef
211     /ulx xdef
212     newpath
213     tMatrix currentmatrix pop
214     ulx hradius add uly vradius add translate
215     hradius vradius scale
216     0 0 1 180 270 arc
217     tMatrix setmatrix
218     lrx hradius sub uly vradius add translate
219     hradius vradius scale
220     0 0 1 270 360 arc
221     tMatrix setmatrix
222     lrx hradius sub lry vradius sub translate
223     hradius vradius scale
224     0 0 1 0 90 arc
225     tMatrix setmatrix
226     ulx hradius add lry vradius sub translate
227     hradius vradius scale
228     0 0 1 90 180 arc
229     tMatrix setmatrix
230     closepath
231     } bdef
232     /FRR {
233     MRR stroke } bdef
234     /PRR {
235     MRR fill } bdef
236    
237     /MlrRR {
238     /lry xdef
239     /lrx xdef
240     /uly xdef
241     /ulx xdef
242     /rad lry uly sub 2 div def
243     newpath
244     tMatrix currentmatrix pop
245     ulx rad add uly rad add translate
246     rad rad scale
247     0 0 1 90 270 arc
248     tMatrix setmatrix
249     lrx rad sub lry rad sub translate
250     rad rad scale
251     0 0 1 270 90 arc
252     tMatrix setmatrix
253     closepath
254     } bdef
255     /FlrRR {
256     MlrRR stroke } bdef
257     /PlrRR {
258     MlrRR fill } bdef
259    
260     /MtbRR {
261     /lry xdef
262     /lrx xdef
263     /uly xdef
264     /ulx xdef
265     /rad lrx ulx sub 2 div def
266     newpath
267     tMatrix currentmatrix pop
268     ulx rad add uly rad add translate
269     rad rad scale
270     0 0 1 180 360 arc
271     tMatrix setmatrix
272     lrx rad sub lry rad sub translate
273     rad rad scale
274     0 0 1 0 180 arc
275     tMatrix setmatrix
276     closepath
277     } bdef
278     /FtbRR {
279     MtbRR stroke } bdef
280     /PtbRR {
281     MtbRR fill } bdef
282    
283     currentdict end def
284     %%EndProlog
285    
286     %%BeginSetup
287     MathWorks begin
288    
289     0 cap
290    
291     end
292     %%EndSetup
293    
294     %%Page: 1 1
295     %%BeginPageSetup
296     %%PageBoundingBox: 63 200 543 589
297     MathWorks begin
298     bpage
299     %%EndPageSetup
300    
301     %%BeginObject: obj1
302     bplot
303    
304     /dpi2point 12 def
305     portraitMode 0216 7344 csm
306    
307     550 273 5755 4660 MR c np
308     93 dict begin %Colortable dictionary
309     /c0 { 0 0 0 sr} bdef
310     /c1 { 1 1 1 sr} bdef
311     /c2 { 1 0 0 sr} bdef
312     /c3 { 0 1 0 sr} bdef
313     /c4 { 0 0 1 sr} bdef
314     /c5 { 1 1 0 sr} bdef
315     /c6 { 1 0 1 sr} bdef
316     /c7 { 0 1 1 sr} bdef
317     c0
318     1 j
319     1 sg
320     0 0 6914 5188 PR
321     6 w
322     0 4226 5356 0 0 -4226 899 4615 4 MP
323     PP
324     -5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
325     4 w
326     DO
327     SO
328     6 w
329     0 sg
330     899 4615 mt 6255 4615 L
331     899 389 mt 6255 389 L
332     899 4615 mt 899 389 L
333     6255 4615 mt 6255 389 L
334     899 4615 mt 6255 4615 L
335     899 4615 mt 899 389 L
336     899 4615 mt 899 4561 L
337     899 389 mt 899 443 L
338     %%IncludeResource: font Helvetica
339     /Helvetica /ISOLatin1Encoding 120 FMSR
340    
341     866 4761 mt
342     (0) s
343     1723 4615 mt 1723 4561 L
344     1723 389 mt 1723 443 L
345     1690 4761 mt
346     (1) s
347     2547 4615 mt 2547 4561 L
348     2547 389 mt 2547 443 L
349     2514 4761 mt
350     (2) s
351     3371 4615 mt 3371 4561 L
352     3371 389 mt 3371 443 L
353     3338 4761 mt
354     (3) s
355     4195 4615 mt 4195 4561 L
356     4195 389 mt 4195 443 L
357     4162 4761 mt
358     (4) s
359     5019 4615 mt 5019 4561 L
360     5019 389 mt 5019 443 L
361     4986 4761 mt
362     (5) s
363     5843 4615 mt 5843 4561 L
364     5843 389 mt 5843 443 L
365     5810 4761 mt
366     (6) s
367     899 4615 mt 953 4615 L
368     6255 4615 mt 6201 4615 L
369     731 4659 mt
370     (10) s
371     899 3911 mt 953 3911 L
372     6255 3911 mt 6201 3911 L
373     731 3955 mt
374     (15) s
375     899 3206 mt 953 3206 L
376     6255 3206 mt 6201 3206 L
377     731 3250 mt
378     (20) s
379     899 2502 mt 953 2502 L
380     6255 2502 mt 6201 2502 L
381     731 2546 mt
382     (25) s
383     899 1798 mt 953 1798 L
384     6255 1798 mt 6201 1798 L
385     731 1842 mt
386     (30) s
387     899 1093 mt 953 1093 L
388     6255 1093 mt 6201 1093 L
389     731 1137 mt
390     (35) s
391     899 389 mt 953 389 L
392     6255 389 mt 6201 389 L
393     731 433 mt
394     (40) s
395     899 4615 mt 6255 4615 L
396     899 389 mt 6255 389 L
397     899 4615 mt 899 389 L
398     6255 4615 mt 6255 389 L
399     gs 899 389 5357 4227 MR c np
400     32 -3 33 -4 32 -3 33 -4 32 -4 33 -5 32 -4 33 -5
401     32 -5 32 -5 33 -6 32 -5 32 -6 32 -7 33 -6 32 -7
402     32 -7 32 -8 32 -8 32 -8 32 -9 32 -9 31 -9 32 -10
403     32 -11 31 -11 32 -11 32 -12 31 -12 31 -13 32 -13 31 -14
404     31 -15 31 -15 31 -16 31 -17 31 -17 30 -18 31 -18 30 -20
405     31 -20 30 -21 30 -21 30 -23 30 -23 30 -24 29 -25 30 -26
406     29 -27 29 -27 29 -29 29 -29 28 -30 29 -31 28 -33 28 -33
407     28 -33 28 -35 27 -36 27 -36 27 -38 27 -38 27 -39 26 -40
408     26 -40 26 -41 26 -42 25 -43 25 -43 25 -44 25 -45 24 -45
409     25 -45 23 -46 24 -46 23 -46 24 -47 22 -46 23 -47 22 -47
410     22 -47 22 -47 21 -47 21 -46 21 -47 21 -46 20 -46 20 -45
411     20 -45 20 -44 19 -44 19 -43 19 -43 18 -42 18 -41 18 -41
412     18 -40 18 -39 17 -38 3474 3098 100 MP stroke
413     17 -37 17 -37 17 -35 16 -35 17 -34 16 -33 16 -32 15 -31
414     16 -30 15 -30 15 -28 15 -28 15 -26 15 -26 14 -25 15 -24
415     14 -24 14 -22 14 -22 14 -21 14 -20 13 -19 14 -19 13 -18
416     13 -17 14 -16 13 -16 13 -15 12 -15 13 -14 13 -13 13 -13
417     12 -13 13 -12 12 -11 13 -11 12 -10 12 -10 12 -10 12 -9
418     13 -8 12 -9 12 -8 11 -7 12 -7 12 -7 12 -7 12 -6
419     12 -6 11 -6 12 -5 12 -6 11 -5 12 -4 11 -5 12 -4
420     11 -4 12 -4 11 -4 12 -3 11 -4 11 -3 12 -3 11 -3
421     11 -3 12 -3 11 -2 11 -3 12 -2 11 -2 11 -2 11 -2
422     11 -2 12 -2 11 -2 11 -1 11 -2 11 -1 12 -2 11 -1
423     11 -1 11 -2 11 -1 11 -1 11 -1 11 -1 12 -1 11 -1
424     11 -1 11 0 11 -1 11 -1 11 -1 11 0 11 -1 11 -1
425     11 0 11 -1 11 0 2241 4135 100 MP stroke
426     11 -1 11 0 12 -1 11 0 11 0 11 -1 11 0 11 -1
427     11 0 11 0 11 -1 11 0 11 0 11 0 11 -1 11 0
428     11 0 11 0 11 0 11 -1 11 0 11 0 11 0 11 0
429     11 0 11 -1 11 0 11 0 11 0 11 0 11 0 11 0
430     11 0 11 -1 11 0 11 0 11 0 11 0 11 0 11 0
431     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 -1
432     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
433     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
434     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
435     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
436     11 0 11 0 11 0 10 0 11 0 11 0 11 0 11 0
437     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
438     11 0 11 0 11 0 1152 4145 100 MP stroke
439     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
440     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
441     11 0 11 0 11 0 11 0 11 0 11 0 910 4145 23 MP stroke
442     gr
443    
444     3401 4904 mt
445     (X \(km\)) s
446     %%IncludeResource: font Symbol
447     /Symbol /ISOLatin1Encoding 120 FMSR
448    
449     676 2691 mt -90 rotate
450     (D) s
451     90 rotate
452     %%IncludeResource: font Helvetica
453     /Helvetica /ISOLatin1Encoding 120 FMSR
454    
455     676 2618 mt -90 rotate
456     ( x \(m\)) s
457     90 rotate
458    
459     end
460    
461     eplot
462     %%EndObject
463    
464     epage
465     end
466    
467     showpage
468    
469     %%Trailer
470     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22