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

Annotation of /manual/s_examples/plume_on_slope/Depth.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:15 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: Depth.eps
4     %%CreationDate: 11/21/ 1 13:54:10
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%Pages: 1
8     %%BoundingBox: 53 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: 53 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     423 273 5882 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 4512 mt 953 4512 L
368     6255 4512 mt 6201 4512 L
369     594 4556 mt
370     (-200) s
371     899 4100 mt 953 4100 L
372     6255 4100 mt 6201 4100 L
373     594 4144 mt
374     (-180) s
375     899 3687 mt 953 3687 L
376     6255 3687 mt 6201 3687 L
377     594 3731 mt
378     (-160) s
379     899 3275 mt 953 3275 L
380     6255 3275 mt 6201 3275 L
381     594 3319 mt
382     (-140) s
383     899 2863 mt 953 2863 L
384     6255 2863 mt 6201 2863 L
385     594 2907 mt
386     (-120) s
387     899 2450 mt 953 2450 L
388     6255 2450 mt 6201 2450 L
389     594 2494 mt
390     (-100) s
391     899 2038 mt 953 2038 L
392     6255 2038 mt 6201 2038 L
393     661 2082 mt
394     (-80) s
395     899 1626 mt 953 1626 L
396     6255 1626 mt 6201 1626 L
397     661 1670 mt
398     (-60) s
399     899 1214 mt 953 1214 L
400     6255 1214 mt 6201 1214 L
401     661 1258 mt
402     (-40) s
403     899 801 mt 953 801 L
404     6255 801 mt 6201 801 L
405     661 845 mt
406     (-20) s
407     899 389 mt 953 389 L
408     6255 389 mt 6201 389 L
409     798 433 mt
410     (0) s
411     899 4615 mt 6255 4615 L
412     899 389 mt 6255 389 L
413     899 4615 mt 899 389 L
414     6255 4615 mt 6255 389 L
415     gs 899 389 5357 4227 MR c np
416     32 0 33 0 32 0 33 0 32 0 33 0 32 0 33 0
417     32 0 32 0 33 0 32 0 32 0 32 0 33 0 32 0
418     32 0 32 0 32 0 32 0 32 0 32 0 31 0 32 0
419     32 0 31 0 32 0 32 0 31 0 31 0 32 0 31 0
420     31 0 31 0 31 0 31 0 31 0 30 0 31 0 30 0
421     31 0 30 0 30 0 30 0 30 0 30 0 29 0 30 0
422     29 0 29 0 29 0 29 0 28 0 29 0 28 0 28 0
423     28 0 28 0 27 0 27 0 27 0 27 0 27 1 26 0
424     26 0 26 0 26 0 25 0 25 0 25 0 25 0 24 0
425     25 0 23 1 24 0 23 0 24 0 22 0 23 1 22 0
426     22 0 22 1 21 0 21 0 21 1 21 0 20 1 20 0
427     20 1 20 1 19 0 19 1 19 1 18 1 18 0 18 1
428     18 1 18 2 17 1 3474 4496 100 MP stroke
429     17 1 17 1 17 2 16 1 17 2 16 2 16 2 15 1
430     16 3 15 2 15 2 15 2 15 3 15 3 14 3 15 3
431     14 3 14 3 14 4 14 4 14 3 13 5 14 4 13 5
432     13 4 14 6 13 5 13 5 12 6 13 6 13 7 13 7
433     12 7 13 7 12 8 13 8 12 9 12 9 12 9 12 10
434     13 10 12 11 12 11 11 12 12 12 12 12 12 14 12 13
435     12 15 11 15 12 15 12 16 11 17 12 18 11 18 12 19
436     11 19 12 21 11 21 12 22 11 22 11 23 12 24 11 25
437     11 26 12 26 11 28 11 28 12 29 11 29 11 31 11 31
438     11 32 12 33 11 33 11 34 11 35 11 36 12 36 11 37
439     11 38 11 38 11 38 11 40 11 39 11 40 12 40 11 41
440     11 41 11 41 11 41 11 42 11 41 11 42 11 41 11 42
441     11 41 11 41 11 41 2241 2642 100 MP stroke
442     11 41 11 40 12 40 11 39 11 39 11 39 11 38 11 37
443     11 37 11 36 11 35 11 35 11 34 11 33 11 33 11 32
444     11 31 11 30 11 29 11 29 11 28 11 27 11 26 11 25
445     11 25 11 24 11 23 11 22 11 22 11 21 11 20 11 19
446     11 19 11 18 11 17 11 17 11 16 11 16 11 15 11 14
447     11 13 11 14 11 12 11 12 11 12 11 11 11 11 11 10
448     11 9 11 10 11 9 11 8 11 8 11 8 11 8 11 7
449     11 7 11 6 11 6 11 6 11 6 11 5 11 5 11 5
450     11 5 11 5 11 4 11 4 11 4 11 3 11 4 11 3
451     11 4 11 3 11 3 11 2 11 3 11 2 11 3 11 2
452     11 2 11 2 11 2 10 2 11 2 11 2 11 1 11 2
453     11 1 11 2 11 1 11 1 11 2 11 1 11 1 11 1
454     11 1 11 1 11 1 1152 1231 100 MP stroke
455     11 1 11 0 11 1 11 1 11 1 11 0 11 1 11 1
456     11 0 11 1 11 0 11 1 11 0 11 1 11 0 11 0
457     11 1 11 0 11 1 11 0 11 0 11 831 910 389 23 MP stroke
458     gr
459    
460     3401 4904 mt
461     (X \(km\)) s
462     539 2645 mt -90 rotate
463     (Z \(m\)) s
464     90 rotate
465    
466     end
467    
468     eplot
469     %%EndObject
470    
471     epage
472     end
473    
474     showpage
475    
476     %%Trailer
477     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22